Annotation of parser3/ChangeLog, revision 1.226
1.226 ! moko 1: 2025-11-14 moko
! 2:
! 3: * src/types/pa_vstatus.C, tests/448.html,
! 4: tests/results/448.processed: $status:limit-cpu,
! 5: $status:limit-mem, $status:limit-nproc unlimited support added,
! 6: test added (related to feature #1280)
! 7:
! 8: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
! 9: $status:limit-mem, $status:limit-nproc added (implements feature
! 10: #1280)
! 11:
! 12: 2025-11-12 moko
! 13:
! 14: * tests/results/: 323.processed, 421.processed: tests results
! 15: updated after amqp class added
! 16:
1.225 moko 17: 2025-11-08 moko
18:
19: * src/classes/amqp.C: tls support added, errors reporting improved
20: (related to feature #1288)
21:
22: * src/classes/amqp.C: tls support added (related to feature #1288)
23:
24: * src/classes/amqp.C: exceptions text now printed (related to
25: feature #1288)
26:
27: * src/classes/amqp.C: properties hash simplified (related to
28: feature #1288)
29:
30: 2025-11-07 moko
31:
32: * src/classes/amqp.C: consume fixed (related to feature #1288)
33:
34: * src/classes/classes.C: + amqp class
35:
36: * buildall, configure, configure.ac, src/classes/Makefile.am,
37: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
38: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
39: updated for librabbitmq support (relates to feature #1288)
40:
41: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
42: basic RabbitMQ C library (librabbitmq) support (partially
43: implements #1288)
44:
1.224 moko 45: 2025-10-05 moko
46:
47: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
48: reflection.C, string.C: Optimization: valid_options optimized
49: where HashStringValue::Iterator used
50:
51: * tests/results/224.processed: test result updated after date
52: functions updated (related to #1287)
53:
54: 2025-10-04 moko
55:
56: * operators.ru.txt, operators.txt: actualized
57:
58: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
59:
60: * tests/: 447.html, results/447.processed: tests for
61: ^reflection:override[$method] added (related to feature #1286)
62:
63: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
64: added (related to feature #1285)
65:
66: * src/classes/reflection.C:
67: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
68: added (implements feature #1286)
69:
70: * src/main/execute.C: bugfix: when method is attached from another
71: class, it's junction_template is initialized with another class,
72: thus get_vjunction should be used (related to feature #1286)
73:
74: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
75: ^date:iso-string[] - static call now formats current date
76: (implements feature #1287)
77:
78: 2025-10-01 moko
79:
80: * buildall: built-in mailreceive path actualized
81:
1.223 moko 82: 2025-09-01 moko
83:
84: * src/classes/math.C: old compilers support in ^math:eq
85:
86: 2025-08-31 moko
87:
88: * tests/: 446.html, results/446.processed: tests for
89: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
90:
91: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
92: implements #1285)
93:
94: 2025-08-30 moko
95:
96: * operators.ru.txt, operators.txt: actualized
97:
98: * tests/: 230.html, results/230.processed: test for ^file.save
99: $.append(false|true) option added (related to feature #1284)
100:
101: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
102: ^file.save $.append(false|true) option added (implements feature
103: #1284)
104:
1.222 moko 105: 2025-08-16 moko
106:
107: * etc/auto.p.in: LIMIT max_array_size actualized
108:
1.221 moko 109: 2025-08-01 moko
110:
111: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
112: pa_GC_abort_func added and used (implements feature #1283)
113:
114: * src/include/: pa_array.h, pa_config_includes.h:
115: PA_DEBUG_DISABLE_GC mode fixed for sparse array
116:
1.220 moko 117: 2025-07-04 moko
118:
119: * src/main/pa_common.C: typo fixed (related to bug #1282)
120:
121: * src/main/pa_common.C: minor optimization + create_dir_for_file
122: checks for \ (related to bug #1282)
123:
124: 2025-07-03 moko
125:
126: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
127: under Windows (fixes bug #1282)
128:
129: * src/main/pa_common.C: file:delete for UTF-8 files now works under
130: Windows (fixes bug #1282)
131:
132: 2025-06-28 moko
133:
134: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
135: Yavor Doganov <yavor@gnu.org>
136:
137: * src/main/pa_charset.C: typo fixed (related to feature #1281)
138:
139: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
140: compatibility fixed (implements feature #1281)
141:
1.219 moko 142: 2025-05-31 moko
143:
144: * src/main/pa_http.C: old gcc compilation fix (related to feature
145: #1277)
146:
147: 2025-05-28 moko
148:
149: * src/: classes/array.C, include/pa_array.h: last
150: Array_iterator::key() removed (related to feature #1277)
151:
152: 2025-05-27 moko
153:
154: * src/: classes/array.C, classes/table.C, include/pa_array.h,
155: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
156: and used (related to feature #1277)
157:
1.218 moko 158: 2025-05-26 moko
159:
160: * src/: classes/array.C, classes/curl.C, classes/hash.C,
161: classes/hashfile.C, classes/image.C, classes/table.C,
162: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
163: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
164: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
165: VString(const char *avalue) added and used to optimize new
166: VString(*new String(i.key(), String::L_TAINTED)) (related to
167: feature #1277)
168:
169: * src/: classes/array.C, classes/curl.C, classes/file.C,
170: classes/hash.C, classes/image.C, classes/json.C,
171: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
172: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
173: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
174: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
175: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
176: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
177: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
178: types/pa_vxnode.C: implements feature #1277 String::Body(const
179: char *abody) now explicit but HashString::put(const char *str, V
180: value) added for simplicity optimizations: HASH_PUT_CSTR used
181: where hash.put called several time during execution; caching
182: String::Body::uitoa used at all pash.put(<uint> calls.
183:
184: 2025-05-25 moko
185:
186: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
187: to feature #1277)
188:
189: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
190:
191: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
192: added for caching (related to feature #1277)
193:
194: * src/include/pa_string.h: optimized String:pos versions added
195: (without language + char *) (related to feature #1277)
196:
197: 2025-05-24 moko
198:
199: * tests/: 445.html, results/445.processed: test for
200: ^hash.array[[keys|values]] added (related to feature #1274)
201:
202: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
203: feature #1274)
204:
1.217 moko 205: 2025-01-26 moko
206:
207: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
208:
1.216 moko 209: 2025-01-25 moko
210:
211: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
212:
213: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
214: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
215: autoheader && automake && autoconf
216:
217: * src/lib/ltdl/configure.ac: new autotools used
218:
219: * acsite.m4, configure.ac: new autotools warnings fixed
220:
1.213 moko 221: 2025-01-10 moko
222:
1.215 moko 223: * tests/results/320.processed: test result updated after syslog
224: added
225:
1.214 moko 226: * src/classes/op.C: minor MSVC fixes
227:
228: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
229:
1.213 moko 230: * operators.ru.txt, operators.txt: +
231: ^syslog[ident;message[;info|warning|error|debug]]
232:
233: * src/classes/op.C: +
234: ^syslog[ident;message[;info|warning|error|debug]] (implelents
235: feature #1270)
236:
237: * configure, configure.ac, src/include/pa_config_auto.h.in,
238: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
239:
240: 2025-01-06 moko
241:
242: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
243: 2^n) calculated and used
244:
245: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
246: https://www.hadrons.org/software/libmd/
247:
1.212 moko 248: 2024-12-28 moko
249:
250: * tests/httpd/run_tests.sh: for FreeBSD compatibility
251:
252: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
253: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
254: $request:uri and $request:path tests added (related to feature
255: #1269)
256:
257: * operators.ru.txt, operators.txt: + $request:path documented
258: (related to feature #1269)
259:
260: * tests/: 065.html, results/065.processed: $request:path,
261: $request:uri tested
262:
263: * src/types/pa_vrequest.C: $request:path default is empty string to
264: match an empty URI in console mode (related to feature #1269)
265:
266: * etc/auto.p.in: $request:path used (related to feature #1269)
267:
268: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
269: (implements feature #1269)
270:
271: 2024-12-26 moko
272:
273: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
274: 3.5.0
275:
276: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
277: pa-include/pa_errno.h, pa-include/pa_file_info.h,
278: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
279: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
280: pa_strcat
281:
282: * tests/results/223.processed: apache upgraded @parser.ru
283:
284: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
285: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
286: pa-include/pa_errno.h, pa-include/pa_file_info.h,
287: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
288: pa-include/pa_strings.h: sdbm updated from version included in
289: apache 2.0.43 to version included in apache 2.0.65
290:
291: 2024-12-24 moko
292:
293: * etc/auto.p.in: to avoid patching Debian package
294:
295: * src/main/: pa_exec.C, pa_http.C: final fixes for
296: --with-build-warnings (dangling-reference warnings can be
297: ignored)
298:
299: 2024-12-23 moko
300:
301: * src/: classes/file.C, classes/hash.C, classes/op.C,
302: include/pa_common.h, main/pa_http.C, main/pa_request.C,
303: types/pa_vcookie.C, types/pa_vform.C: more fixes for
304: --with-build-warnings
305:
306: * src/: classes/date.C, classes/inet.C, classes/op.C,
307: classes/reflection.C, include/pa_array.h,
308: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
309: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
310: --with-build-warnings
311:
1.211 moko 312: 2024-12-21 moko
313:
314: * Makefile.am: +operators.ru.txt
315:
316: * operators.ru.txt, operators.txt: typo fixed
317:
318: 2024-12-20 moko
319:
320: * operators.txt: whitespace synced
321:
322: * operators.ru.txt, operators.txt: curl added
323:
324: * operators.ru.txt, operators.txt: logically sorted
325:
326: * operators.ru.txt: id added
327:
328: * operators.txt: ID added
329:
330: * operators.txt: translated
331:
332: * operators.ru.txt, operators.txt: operators.txt translated to
333: english, synced format with operators.ru.txt
334:
335: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
336: formatted
337:
338: * operators.ru.txt, operators.txt: formatted, actualized, oracle
339: info moved to separate file
340:
341: 2024-12-19 moko
342:
343: * src/targets/cgi/parser3.C: avoid parser version requests logging
344: in parser3.log
345:
346: 2024-12-18 moko
347:
348: * buildall: preventing --with-system-mailreceive linking with
349: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
350: to feature #1199)
351:
1.210 moko 352: 2024-12-16 moko
353:
1.211 moko 354: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 355:
356: * src/classes/table.C: exception text fixed
357:
358: 2024-12-15 moko
359:
360: * tests/: 102.html, results/102.processed: tests updated after
361: $form:fields not editable again (related to feature #1254)
362:
363: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
364: be edited (related to feature #1254)
365:
366: * src/types/pa_vform.C: reverted that
367: $form:fields/tables/files/imap can be edited (related to feature
368: #1254) for backward compatibility
369:
370: 2024-12-14 moko
371:
1.211 moko 372: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 373:
374: * tests/results/auto.p: avoid $mac execution unless on OS X
375:
376: * tests/388-sql.html: more OS support
377:
378: 2024-12-13 moko
379:
380: * tests/388-sql.html: sql tests under OS X now fixed
381:
382: * tests/results/auto.p: curl test under OS X now works
383:
384: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
385: no dll name under Windows, hiding
386:
387: * tests/: 379-curl.html, results/379-curl.processed: some curl
388: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
389:
390: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
391: 389.html, results/030.processed, results/212.processed,
392: results/219.processed, results/273.processed,
393: results/320.processed, results/346-curl.processed,
394: results/389.processed, results/auto.p: ^try-catch-filtered added
395: and used
396:
397: * tests/: 347-curl.html, results/347-curl.processed: support for
398: different error messages
399:
400: * src/classes/curl.C: several curl libraries supported,
401: ^curl:options[ $.library[] ] resets to default
402:
403: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
404: removed as depends on curl version
405:
406: * tests/results/: 223-curl.processed, 394-curl.processed: curl
407: fixed bug with \n in file names, test result updated
408:
409: * tests/388-sql.html: +libmysqlclient.so
410:
411: * etc/auto.p.in: +libmariadb
412:
413: 2024-12-12 moko
414:
415: * tests/: 388-sql.html, results/429-sql.processed: test results
416: updated after test changed
417:
418: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
419: for newer MariaDB compatibility
420:
421: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
422: results/429-sql.processed: key -> id for new MariaDB
423: compatibility
424:
425: * src/types/pa_vmethod_frame.h: warning war
426:
427: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
428: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
429: including for Debian package
430:
431: 2024-12-11 moko
432:
433: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
434: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
435: $status:log-filename added (related to feature #1262)
436:
437: * tests/: 440.html, results/440.processed: test for row is checked
438: before accessing when table is modified during select (related to
439: bug #1258)
440:
441: * src/: classes/table.C, include/pa_table.h: row should be checked
442: before accessing as table can be modified during select (related
443: to bug #1258)
444:
445: * src/types/pa_vmail.C: $mail:received tables -> elements array
446: (related to feature #1226)
447:
448: * src/: classes/file.C, classes/image.C, classes/table.C,
449: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
450: better messages (related to feature #1267)
451:
452: * tests/results/: 065.processed, 246.processed, 337.processed,
453: 342.processed, 352.processed, 356.processed, 364.processed,
454: 372.processed, 373.processed, 389.processed, 404.processed,
455: 406.processed, 414.processed, 430.processed, 432.processed,
456: 442.processed: tests updated after params.as_string error
457: reporting was improved (related to feature #1267)
458:
459: * src/classes/reflection.C: error messages optimized (related to
460: feature #1267)
461:
462: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
463: error reporing for params.as_* (related to feature #1267)
464:
465: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
466: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
467: #1267)
468:
469: * tests/results/: 246.processed, 414.processed, 432.processed:
470: tests updated after params.as_string error reporting was improved
471: (related to feature #1267)
472:
473: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
474: reporing for params.as_string (implements feature #1267)
475:
476: * tests/: 065.html, results/065.processed: tests for file methods
477: accepting file as filename added (related to feature #1265)
478:
479: * src/: classes/file.C, include/pa_exception.h,
480: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
481: methods now accept file as path specification (adopted Sumo patch
482: implements feature #1265)
483:
484: * tests/: 400.html, results/400.processed: tests for result
485: optimization "locks" after first method call (related to feature
486: #1266)
487:
488: 2024-12-10 moko
489:
490: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
491: result_optimization comments (related to feature #1266)
492:
493: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
494: $result now stored in my_result, not in local variables hash
495: (implements feature #1266)
496:
1.209 moko 497: 2024-12-09 moko
498:
1.210 moko 499: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
500: set_my_variable in preparation for $result optimization (related
501: to feature #1266)
502:
1.209 moko 503: * tests/results/119.processed: newline corrected for some OS
504:
505: * tests/: 441.html, results/441.processed: Debian-specific test
506: commented
507:
508: * buildall: pcre2 10.42 -> 10.44
509:
510: 2024-12-08 moko
511:
512: * buildall: external links fixed
513:
514: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
515:
516: * src/include/pa_table.h: some clang versions compilation fix
517:
518: * configure.ac: 3.4.7b -> 3.5.0rc
519:
520: 2024-12-07 moko
521:
522: * tests/: 443.html, 444.html, results/443.processed,
523: results/444.processed: tests for named params (related to feature
524: #1205)
525:
526: * src/: classes/reflection.C, types/pa_method.h: named_params
527: support in reflection (related to feature #1205)
528:
529: * src/types/pa_vmethod_frame.h: extra_params and named params
530: should be also inited in ^method[] call (related to feature
531: #1205)
532:
533: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
534: support using @method[arg;.named_arg;.named_arg2] syntax
535: (implements feature #1205)
536:
537: * tests/: 443.html, results/443.processed: test for *args inited
538: added (related to bug #1264)
539:
540: * src/types/pa_vmethod_frame.h: *args are now inited even if not
541: specified (fixes bug #1264)
542:
543: * tests/: 442.html, results/442.processed: tests for
544: params.as_file_name(N) with empty file name added (related to
545: feature #1121)
546:
547: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
548: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
549: include/pa_exception.h, types/pa_vmethod_frame.h:
550: params.as_file_name(N) added and used instead of
551: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
552: (implements feature #1121)
553:
554: * src/: classes/file.C, classes/image.C, classes/op.C,
555: classes/table.C, include/pa_exception.h: filename is everywhere
556: params.as_string, unify exception and remove
557: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
558:
559: * tests/: 141.html, results/141.processed: test for
560: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
561: to feature #1263)
562:
563: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
564: $.format[file] ] now supported (implements feature #1263)
565:
566: 2024-12-06 moko
567:
568: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
569: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
570: (cgi/console/mail/httpd/apache/isapi) added (related to feature
571: #1262)
572:
573: 2024-12-05 moko
574:
575: * src/targets/cgi/parser3.C: more correct arguments processing to
576: block -fl config.file log.file logic (related to feature #1262)
577:
578: 2024-12-04 moko
579:
580: * src/targets/cgi/parser3.C: now only one log location is selected
581: and tried. -l - supported for stderr specification (related to
582: feature #1262)
583:
584: 2024-12-03 moko
585:
586: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
587: results/010.processed, results/415.processed: tests for
588: $.(expression)[value], $a.(expression), ^v.(expression)[args]
589: added (related to feature #1064)
590:
591: * src/main/compile.y: $.(expression)[value], $a.(expression),
592: ^v.(expression)[args] now supported (implements feature #1064)
593:
594: 2024-12-02 moko
595:
596: * src/targets/cgi/parser3.C: -l /path/to/log options added
597: (implements feature #1262)
598:
1.208 moko 599: 2024-12-01 moko
600:
601: * tests/: 010.html, results/010.processed: some tests related to
602: bug #1149 added
603:
604: * src/main/compile.y: the check pc.pos.col > 1 is not required
605: because we can't be here without a '$' before. The begin == end
606: check was incorrect since $[a]{b} fits this condition (fixes bug
607: #1149)
608:
609: 2024-11-29 moko
610:
611: * src/classes/array.C: warning war
612:
613: 2024-11-26 moko
614:
615: * tests/: 441.html, results/441.processed: a bit more testing
616: (related to bug #1238)
617:
618: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
619:
620: * src/main/pa_exec.C: simplification arg_quote added (related to
621: bug #1229)
622:
1.207 moko 623: 2024-11-25 moko
624:
625: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
626: bug #1239)
627:
628: 2024-11-24 moko
629:
630: * src/main/pa_exec.C: added cmd.exe specific
631:
632: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
633: tests for ^file::exec env and args tainting tests (related to bug
634: #1239)
635:
636: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
637:
638: * src/include/pa_config_includes.h: added recommendations for
639: libxslt.a and and libexslt.a compilation under cygwin
640:
641: * tests/results/102.processed: $form:fields.value is now writable,
642: as $form:value (related to feature #1254)
643:
644: * src/include/pa_config_includes.h: cigwin compilation fixes
645:
646: 2024-11-23 moko
647:
648: * tests/httpd/site/run_server.sh: to simplify testing
649:
650: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
651: site/form.html: $form:files and $form:elements tests added, tests
652: with curl supported (related to feature #1254)
653:
654: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
655: types/pa_vform.h: $form:elements implemented, VForm::get_element
656: uses faster SYMBOLS_EQ, hashes no longer copied when using
657: $form:fields/tables/files/imap and can be edited (implements
658: feature #1254)
659:
660: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
661: bug #1261)
662:
1.206 moko 663: 2024-11-17 moko
664:
665: * tests/: 440.html, results/440.processed: tests for
666: ^table.array[], offset restoration, iterators robust tests
667: (related to bug #1258, features #1259 and #1260)
668:
669: * tests/: 439.html, results/439.processed: array and hash iterators
670: robust tests (related to feature #1260)
671:
672: * src/: classes/array.C, classes/table.C, include/pa_array.h,
673: include/pa_table.h: Array_robust_iterator added and used in cases
674: where array can be modified during iteration (implements feature
675: #1260)
676:
677: * src/classes/table.C: ^table.array[], ^table.array[column name],
678: ^table.array{code} added (implements feature #1259)
679:
680: 2024-11-16 moko
681:
682: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
683: table current row restoration after exception and table changes
684: (fixes bug #1258)
685:
686: 2024-11-13 moko
687:
688: * src/classes/table.C: minor optimization
689:
690: * src/main/pa_string.C: \r added to default ^string.trim chars list
691: (https://www.parser.ru/forum/?id=86648)
692:
1.205 moko 693: 2024-11-11 moko
694:
1.206 moko 695: * src/classes/classes.C: set_base commented
696:
697: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
698: deleted
699:
700: * src/classes/classes.vcproj: no more classes.awk and classes.inc
701:
702: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
703: classes.inc
704:
705: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
706: main/pa_globals.C: classes.awk is useless, preparing to delete it
707:
1.205 moko 708: * src/classes/classes.h: temp fix
709:
710: 2024-11-10 moko
711:
712: * src/: classes/date.C, classes/file.C, classes/image.C,
713: classes/op.C, main/pa_string.C: minor optimization
714:
715: * src/: classes/date.C, classes/file.C, classes/image.C,
716: classes/op.C, main/pa_string.C: typo fixed
717:
718: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
719: classes/file.C, classes/image.C, classes/op.C,
720: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
721: memory allocation befor main(). Only 3 allocations in chatsets
722: left (implements feature #1257)
723:
724: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
725: minor naming convention fix
726:
727: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
728: results/436.processed, results/437.processed,
729: results/438.processed: tests for @unhandled_exception processing
730: (related to feature #1256)
731:
732: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
733: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
734: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
735: are now processed in request::core for correct logging and
736: reporting (feature #1256)
737:
738: * src/: include/pa_sapi.h, main/pa_request.C,
739: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
740: targets/isapi/parser3isapi.C: unhandled exception now called if
741: exception occures during $response:download processing (related
742: to bug #1255)
743:
744: * etc/auto.p.in: better 404 error reporting
745:
746: 2024-11-09 moko
747:
748: * src/main/pa_memory.C: more detailed usage comment
749:
750: * src/main/pa_memory.C: usage commented
751:
752: * src/main/pa_memory.C: minor cleanup
753:
754: * src/types/: pa_varray.h, pa_vregex.h: warnings war
755:
756: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
757: httpd/site/029.html, results/436.processed: test for exception in
758: $response:download[] added
759:
760: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
761: and avoid exit status 1 on die
762:
763: * tests/results/: 007.processed, 019.processed, 098.processed,
764: 103.processed, 233.processed: windows headers matter for binary
765: files
766:
767: * tests/httpd/ok.log: tests results updated as extra headers now
768: cleared on error (related to bug #1255)
769:
770: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
771: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
772: targets/isapi/parser3isapi.C: headers buffering to avoid extra
773: headers in errors, custom send_error in cgi/httpd mode to avoid
774: memory allocations (fixes bug #1255)
775:
776: 2024-11-07 moko
777:
778: * tests/: 264.html, results/264.processed: tests updated to test
779: removal of only trailing empty arguments for backward
780: compatibility (related to feature #1252)
781:
782: * src/classes/file.C: remove trailing empty arguments for backward
783: compatibility (related to feature #1252)
784:
785: 2024-11-05 moko
786:
787: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
788: low memory case, when static initialization failed even before
789: main() start
790:
791: 2024-11-04 moko
792:
793: * configure, src/include/pa_config_auto.h.in,
794: src/include/pa_config_fixed.h: _locking no longer used
795:
796: * configure.ac: _locking no longer used (related to bug #1231)
797:
798: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
799:
800: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
801:
802: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
803: unused
804:
805: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
806: be used on locking errors (related to bug #1231)
807:
808: * src/main/pa_os.C: GetLastError used as errno is not set (related
809: to bug #1231)
810:
811: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
812: allowing shared lock to work (fixes bug #1231)
813:
814: * INSTALL: actualized, minor fixes
815:
816: * etc/auto.p.in: default LIMITS added
817:
818: * AUTHORS: links actualized
819:
820: * src/: classes/array.C, classes/bool.C, classes/classes.C,
821: classes/classes.awk, classes/classes.h, classes/curl.C,
822: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
823: classes/hash.C, classes/hashfile.C, classes/image.C,
824: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
825: classes/math.C, classes/memcached.C, classes/memory.C,
826: classes/op.C, classes/reflection.C, classes/regex.C,
827: classes/response.C, classes/string.C, classes/table.C,
828: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
829: include/pa_array.h, include/pa_base64.h,
830: include/pa_cache_managers.h, include/pa_charset.h,
831: include/pa_charsets.h, include/pa_common.h,
832: include/pa_config_fixed.h, include/pa_config_includes.h,
833: include/pa_dictionary.h, include/pa_dir.h,
834: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
835: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
836: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
837: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
838: include/pa_request_charsets.h, include/pa_request_info.h,
839: include/pa_sapi.h, include/pa_socks.h,
840: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
841: include/pa_stack.h, include/pa_string.h,
842: include/pa_stylesheet_connection.h,
843: include/pa_stylesheet_manager.h, include/pa_symbols.h,
844: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
845: include/pa_uue.h, include/pa_xml_exception.h,
846: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
847: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
848: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
849: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
850: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
851: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
852: main/compile.tab.C, main/compile.y, main/compile_tools.C,
853: main/compile_tools.h, main/execute.C, main/pa_base64.C,
854: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
855: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
856: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
857: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
858: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
859: main/pa_sql_driver_manager.C, main/pa_string.C,
860: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
861: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
862: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
863: main/untaint.C, sql/pa_sql_driver.h,
864: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
865: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
866: targets/isapi/parser3isapi.C, types/pa_junction.h,
867: types/pa_method.h, types/pa_property.h, types/pa_value.C,
868: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
869: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
870: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
871: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
872: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
873: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
874: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
875: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
876: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
877: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
878: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
879: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
880: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
881: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
882: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
883: types/pa_vresponse.C, types/pa_vresponse.h,
884: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
885: types/pa_vstateless_object.h, types/pa_vstatus.C,
886: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
887: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
888: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
889: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
890: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
891:
1.203 moko 892: 2024-10-28 moko
893:
1.204 moko 894: * src/classes/array.C: avoid invalidate()
895:
896: * src/: classes/array.C, types/pa_varray.h: minor optimization for
897: fused to survive in ^array::copy[$a] (related to feature #930)
898:
899: * src/types/pa_varray.h: minor optimization as last element is
900: allways defined if present
901:
1.203 moko 902: * tests/: 435.html, results/435.processed: tests for
903: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
904: for array added (related to feature #1253)
905:
906: * src/classes/array.C: typo fixed
907:
908: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
909: ^hash.set([-+]index)[value], and same for array added (implements
910: feature #1253)
911:
912: * tests/results/: 246.processed, 298.processed, 342.processed,
913: 389.processed, 397.processed, 430.processed, 432.processed: tests
914: results update after minor exceptions texts fixes
915:
916: 2024-10-27 moko
917:
918: * src/: classes/array.C, classes/hash.C, classes/math.C,
919: classes/reflection.C, classes/string.C, classes/table.C,
920: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
921: types/pa_vmethod_frame.h: handy as_index() added, several
922: exceptions texts fixed (related to feature #930)
923:
924: * src/: classes/array.C, types/pa_varray.h: non-working
925: $array.fields removed, ^array.delete[index] supported (related to
926: feature #930)
927:
928: * tests/: 431.html, results/431.processed: tests updated after
929: ^a.delete[3] supported
930:
931: * tests/: 431.html, 434.html, results/434.processed: tests for last
932: element used, push/pop, exceptions during arguments processing
933: and used caching (related to feature #930)
934:
935: * src/: classes/array.C, types/pa_varray.h: change_used added for
936: better used caching and now no issues if exception occures during
937: append arguments processing (related to feature #930)
938:
939: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
940: ^array.pop[] added, last element is allways used (related to
941: feature #930)
942:
943: 2024-10-26 moko
944:
945: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
946: types/pa_varray.h: confirm_all_used added where possible (related
947: to feature #930)
948:
949: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
950: small array optimizations (related to feature #930)
951:
952: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
953:
954: * tests/: 431.html, results/431.processed: test for
955: ^array.compact[undef] added
956:
957: * src/classes/array.C: ^array.compact[] now have optional 'undef'
958: argument to also compact undefined elements (related to feature
959: #930)
960:
961: 2024-10-24 moko
962:
963: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
964: VArray::hash is used rarery, no longer caching the result
965:
966: * tests/results/432.processed: testing removed from tests
967:
968: 2024-10-23 moko
969:
970: * tests/: 431.html, results/431.processed: ^array.compact[] test
971: added
972:
973: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
974:
975: * tests/: 432.html, results/432.processed: testing ^array.at[] for
976: both "solid" and "sparse" arrays
977:
978: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
979:
980: 2024-10-22 moko
981:
982: * tests/results/264.processed: spelling
983:
984: * src/classes/file.C: spelling
985:
986: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
987: tests updated after ^file::exec[cmd;;$array] implemented and
988: empty arguments not skipped (related to feature #1252)
989:
990: * src/classes/file.C: ^file::exec[cmd;;$array] supported
991: (implements feature #1252) bugfix: empty arguments no longer
992: skipped
993:
1.205 moko 994: 2024-10-21 moko
995:
996: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
997: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
998: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
999: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1000: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1001: site/index.html, site/test.txt: httpd tests added
1002:
1.202 moko 1003: 2024-10-20 moko
1004:
1005: * src/classes/string.C: warnings war
1006:
1007: * src/: main/pa_string.C, classes/array.C: warnings war
1008:
1009: * src/classes/json.C: warnings war
1010:
1011: * src/classes/image.C: warnings war
1012:
1013: * src/: classes/table.C, types/pa_varray.C: warnings war
1014:
1015: * src/classes/array.C: warning war
1016:
1017: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1018:
1019: * src/main/main.vcproj: warnings war
1020:
1021: 2024-10-19 moko
1022:
1023: * tests/427.html: test updated after constructors renamed
1024:
1025: 2024-10-18 moko
1026:
1027: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1028: results/421.processed, results/430.processed,
1029: results/431.processed: test updated after constructors renamed
1030:
1031: * src/classes/array.C: create -> copy, new -> create according to
1032: https://www.parser.ru/forum/?id=86603 discussion (related to
1033: feature #930)
1034:
1035: 2024-10-16 moko
1036:
1037: * src/classes/json.C: $json:array[array or hash] added to provide
1038: more backward compatibility (implements feature #1251)
1039:
1040: 2024-10-15 moko
1041:
1042: * tests/: 421.html, results/421.processed: test results updated
1043: after missing constuctor error check added and array is_index
1044: check added
1045:
1046: * src/main/execute.C: absent constructor message fixed
1047:
1.201 moko 1048: 2024-10-13 moko
1049:
1050: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1051: with is_index() before calling index() for better error reporting
1052: in method name typo (was invalid number, not method not found
1053: exception).
1054:
1055: 2024-10-08 moko
1056:
1057: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1058:
1059: * src/include/pa_array.h: warnings war
1060:
1.200 moko 1061: 2024-10-05 moko
1062:
1063: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1064: returns current row cells array (implements feature #1250)
1065:
1066: * tests/: 405.html, results/169.processed, results/405.processed:
1067: tests updated after ^string.split[;a] implemented (related to
1068: feature #1249)
1069:
1070: * src/classes/string.C: ^string.split[] - 'a' option added for
1071: splitting into an array (implements feature #1249)
1072:
1073: 2024-10-04 moko
1074:
1075: * tests/: 431.html, results/431.processed: final code coverage
1076: array tests
1077:
1078: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1079: array: confirm_all_used() added and used where possible, expand()
1080: now expends faster
1081:
1082: 2024-10-03 moko
1083:
1084: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1085:
1086: * tests/: 256.html, results/256.processed: test for
1087: $.date[unix-timestamp] handling large dates
1088:
1089: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1090: classes/string.C, classes/table.C, include/pa_common.h,
1091: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1092: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1093: format replaced with pa_uitoa where applicable,
1094: $.date[unix-timestamp] fixed for handling large dates
1095:
1096: * tests/: 433.html, results/433.processed: more tests, including
1097: test for possible endless recursion in ^o.GET[]
1098:
1099: * src/types/pa_vobject.C: bugfix: detecting possible endless
1100: recursion in get_scalar_value inside ^o.GET[]
1101:
1102: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1103: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1104: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1105: $LIMITS.max_recursion
1106:
1107: 2024-10-02 moko
1108:
1109: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1110: results/253.processed, results/287.processed,
1111: results/430.processed, results/433.processed: more tests for full
1112: array and json code coverage
1113:
1114: * tests/: 433.html, results/433.processed: tests for hash functions
1115: with array param
1116:
1117: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1118:
1119: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1120: in 246.html used to test ^array.at, same result produced
1121:
1122: * tests/: 430.html, 431.html, results/430.processed,
1123: results/431.processed: more array tests for 100% code coverage
1124: (related to feature #930)
1125:
1126: * tests/: 427.html, 430.html, results/427.processed,
1127: results/430.processed: first portion of array tests added
1128: (related to feature #930)
1129:
1130: * src/classes/array.C: allow only whitespace string as argument for
1131: add and join
1132:
1133: * src/classes/array.C: add behavour for array synced with hash
1134:
1135: 2024-09-30 moko
1136:
1137: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1138: tests added
1139:
1140: * src/classes/array.C: $.distinct should not be used unless
1141: $.sparse(true)
1142:
1143: * tests/: 429-sql.html, results/388-sql.processed,
1144: results/429-sql.processed: tests for ^array::sql{}, including
1145: multi_statements mode (related to feature #930)
1146:
1.199 moko 1147: 2024-09-29 moko
1148:
1149: * src/classes/array.C: synced ^array::sql multi_statements logic
1150: with ^hash::sql new behavour
1151:
1152: 2024-09-28 moko
1153:
1154: * tests/: 428-sql.html, results/388-sql.processed,
1155: results/428-sql.processed: tests updated after column names were
1156: fixed in multi_statements mode (related to feature #1197)
1157:
1158: * src/classes/hash.C: column names are fixed for most cases in
1159: multi_statements mode (related to feature #1197)
1160:
1161: * tests/: 428-sql.html, results/195.processed,
1162: results/224.processed, results/239.processed,
1163: results/254.processed, results/261.processed,
1164: results/306.processed, results/333.processed,
1165: results/341.processed, results/343.processed,
1166: results/344.processed, results/348.processed,
1167: results/364.processed, results/389.processed,
1168: results/390.processed, results/415.processed,
1169: results/420.processed, results/421.processed: tests results
1170: updated after error messages spelling minor fixes
1171:
1172: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1173: spelling
1174:
1175: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1176: classes/image.C, classes/math.C, classes/string.C,
1177: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1178: main/execute.C, main/pa_charset.C, main/pa_common.C,
1179: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1180: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1181: types/pa_vmail.C, types/pa_vobject.C,
1182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1183: types/pa_vxdoc.C: minor error messages spelling fixes
1184:
1185: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1186: implementation (related to feature #930)
1187:
1188: * tests/: 388-sql.html, results/388-sql.processed: test results
1189: updated after rows number ^file::sql{} check added
1190:
1191: * src/classes/file.C: rows number now checked in ^file::sql{}
1192:
1193: * tests/: 428-sql.html, results/428-sql.processed: more tests
1194:
1195: * tests/: 428-sql.html, results/428-sql.processed: more
1196: multi_statements testing before bugfix
1197:
1198: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1199: results/428-sql.processed: support for multiple sql test files
1200: added
1201:
1202: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1203:
1204: * src/classes/hash.C: more accurate one_bool_column processing
1205:
1206: * tests/: 427.html, results/427.processed: Constructors as methods
1207: behavour documented in test
1208:
1209: * src/classes/hash.C: HashStringValue::Iterator used for options
1210:
1211: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1212:
1213: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1214: testing
1215:
1216: * tests/results/367-curl.processed: test result updated after
1217: server charset changed
1218:
1219: * tests/results/347-curl.processed: error messages updated
1220:
1221: * tests/results/: 346-curl.processed, 379-curl.processed,
1222: 394-curl.processed: tests results updated after Type -> Exception
1223: type replacement
1224:
1225: * tests/results/388-sql.processed: tests result updated after Type
1226: -> Exception type
1227:
1228: 2024-09-27 moko
1229:
1230: * src/classes/hash.C: minor simplification
1231:
1232: 2024-09-24 moko
1233:
1234: * src/main/pa_string.C: atoui error messages improved
1235:
1236: * tests/: 165.html, 312.html, results/165.processed,
1237: results/312.processed, results/379.processed: tests updated after
1238: default endless loop limit increased, atoi error messages
1239: improved
1240:
1241: * src/classes/hash.C: VBool::get used, unification
1242:
1.198 moko 1243: 2024-09-22 moko
1244:
1245: * src/classes/array.C: minor simplification
1246:
1247: * src/classes/array.C: ^array.left(N),
1248: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1249:
1250: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1251: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1252: added, default 1000000 (related to feature #930)
1253:
1254: * tests/: 426.html, results/426.processed: test for negative limit
1255: and offset processing for table options added
1256:
1257: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1258: bugfix: negative limit and offset processing for table options
1259: fixed
1260:
1261: 2024-09-21 moko
1262:
1263: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1264: ^for added that also iterates holes; ^remove added (related to
1265: feature #930)
1266:
1267: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1268: $.offset(M) ] added (related to feature #930)
1269:
1270: 2024-09-20 moko
1271:
1272: * src/: classes/array.C, types/pa_varray.h: array:
1273: +foreach[value]{code}, + add[hash with numeric keys] (related to
1274: feature #930)
1275:
1276: 2024-09-19 moko
1277:
1278: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1279: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1280: support $a[v1;v2;...] syntax (related to feature #930)
1281:
1282: 2024-09-17 moko
1283:
1284: * src/: classes/reflection.C, include/pa_request.h,
1285: main/compile_tools.h, main/pa_request.C:
1286: ^reflection:class_alias[existing class name;alias class name]
1287: added. The array class can now be redefined regardless of the
1288: $.replace(bool) option value (related to feature #930)
1289:
1290: * src/main/: compile.y, compile_tools.h: class_add return value
1291: inverted to add it to request class
1292:
1293: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1294: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1295: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1296: resize if required. spared array - added fused, append.
1297:
1.197 moko 1298: 2024-09-16 moko
1299:
1300: * src/types/pa_varray.h: get moved to where it belongs
1301:
1302: 2024-09-15 moko
1303:
1304: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1305: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1306:
1307: * tests/: 421.html, results/323.processed, results/421.processed:
1308: tests updated after 'spared-array' class renamed to 'array'
1309: following a discussion on the forum (related to feature #930)
1310:
1311: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1312: types/pa_vmail.C: initial SparseArray separation from Array,
1313: parser class now 'array'
1314:
1315: 2024-09-14 moko
1316:
1317: * tests/: 030.html, results/030.processed: out of range expires
1318: check added
1319:
1320: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1321: checking expires time using VDate
1322:
1323: 2024-09-13 moko
1324:
1325: * src/: classes/array.C, classes/curl.C, classes/date.C,
1326: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1327: classes/memcached.C, classes/op.C, classes/regex.C,
1328: classes/string.C, classes/xdoc.C, classes/xnode.C,
1329: main/execute.C, main/pa_http.C, main/pa_request.C,
1330: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1331: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1332: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1333: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1334: removed as dynamic_cast is faster, Value::is() is still required
1335: for is operator.
1336:
1337: 2024-09-12 moko
1338:
1339: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1340: classes/table.C, classes/xnode.C, include/pa_array.h,
1341: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1342: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1343: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1344: templated pa_itoa/pa_uitoa added to work with any integer type,
1345: String::Body::Format removed
1346:
1347: 2024-09-10 moko
1348:
1349: * src/classes/array.C: append and insert methods added to
1350: sparse-array (related to feature #930)
1351:
1352: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1353: tests updated after sparse-array was added to avoid ^json:parse[]
1354: using it in old tests (related to feature #930)
1355:
1356: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1357: types/pa_varray.h: sparse-array class added (initial feature #930
1358: implementation)
1359:
1360: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1361: for sparse-array class files (related to feature #930)
1362:
1363: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1364: types/pa_vhash.h: VArray support functions without actual VArray
1365: files (related to feature #930)
1366:
1.196 moko 1367: 2024-09-07 moko
1368:
1369: * src/: classes/curl.C, classes/string.C, classes/table.C,
1370: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1371: main/pa_http.C, main/pa_sql_driver_manager.C,
1372: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1373: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1374: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1375: with Hash::Iterator, has_next() replaced with operator bool
1376: (related to feature #930)
1377:
1378: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1379: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1380: types/pa_vstateless_class.C: Array class extended,
1381: Array::Iterator added and used (related to feature #930)
1382:
1.195 moko 1383: 2024-08-26 moko
1384:
1385: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1386: should be used on argv[0] as well to match document root.
1387:
1.194 moko 1388: 2024-08-25 moko
1389:
1390: * src/main/pa_request.C: be more specific
1391:
1392: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1393: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1394: (fixes bug #1244)
1395:
1396: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1397: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1398: rsplit(..., '\\') is not correct when / and \ are mixed in path
1399:
1400: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1401:
1.193 moko 1402: 2024-07-24 moko
1403:
1404: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1405: main/execute.C, main/pa_string.C: Warning war: clang changed
1406: -Wdeprecated-register warning to -Wregister, it's easier to
1407: remove all register vars then continue this fight. :)
1408:
1409: * src/main/: compile.y, compile.tab.C: warning war: register
1410: removed
1411:
1.192 moko 1412: 2024-07-14 moko
1413:
1414: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1415: checking the HTTP request environment; if the variable is not
1416: present, checking the web server process environment (implements
1417: feature #1242)
1418:
1.191 moko 1419: 2024-05-26 moko
1420:
1421: * tests/: 195.html, 229.html, results/096.processed,
1422: results/097.processed, results/158.processed,
1423: results/186.processed, results/273.processed,
1424: results/293.processed, results/317.processed,
1425: results/389.processed, results/402.processed: tests updated as
1426: single quote now escaped with ' in HTML tainting mode
1427: (related to feature #1241)
1428:
1429: * src/main/untaint.C: single quote now escaped with ' in HTML
1430: tainting mode (implements feature #1241)
1431:
1432: * tests/results/: 020.processed, 021.processed, 026.processed,
1433: 042.processed, 043.processed, 057.processed, 110.processed,
1434: 115.processed, 116.processed, 117.processed, 118.processed,
1435: 119.processed, 120.processed, 125.processed, 126.processed,
1436: 128.processed, 130.processed, 131.processed, 132.processed,
1437: 133.processed, 135.processed, 136.processed, 138.processed,
1438: 139.processed, 140.processed, 145.processed, 150.processed,
1439: 151.processed, 165.processed, 174.processed, 181.processed,
1440: 182.processed, 192.processed, 193.processed, 201.processed,
1441: 213.processed, 224.processed, 226.processed, 230.processed,
1442: 239.processed, 240.processed, 244.processed, 253.processed,
1443: 254.processed, 261.processed, 264.processed, 269.processed,
1444: 274.processed, 275.processed, 288.processed, 294.processed,
1445: 296.processed, 303.processed, 306.processed, 307.processed,
1446: 308.processed, 311.processed, 312.processed, 314.processed,
1447: 315.processed, 316.processed, 320.processed, 323.processed,
1448: 324.processed, 325.processed, 328.processed, 330.processed,
1449: 332.processed, 333.processed, 337.processed, 338.processed,
1450: 341.processed, 342.processed, 343.processed, 344.processed,
1451: 345.processed, 348.processed, 352.processed, 356.processed,
1452: 357.processed, 363.processed, 364.processed, 368.processed,
1453: 372.processed, 373.processed, 376.processed, 378.processed,
1454: 379.processed, 385.processed, 386.processed, 387.processed,
1455: 389.processed, 390.processed, 395.processed, 397.processed,
1456: 398.processed, 399.processed, 404.processed, 406.processed,
1457: 413.processed, 414.processed, 420.processed, 421.processed,
1458: 424.processed, auto.p: Type -> Exception type for readability
1459:
1460: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1461: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1462: results/119.processed, results/165.processed,
1463: results/175.processed, results/192.processed,
1464: results/213.processed, results/217.processed,
1465: results/230.processed, results/240.processed,
1466: results/298.processed, results/380.processed,
1467: results/415.processed: try-catch, try-catch-comment used
1468:
1469: 2024-05-21 moko
1470:
1471: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1472: results/180.processed, results/195.processed,
1473: results/224.processed, results/auto.p: @try-catch-comment added
1474: and used
1475:
1476: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1477: 415.html, results/269.processed, results/283.processed,
1478: results/auto.p: more tests are updated to prepare for apostrophe
1479: escaping in HTML tainting
1480:
1481: * tests/results/: 181.processed, 294.processed, 296.processed,
1482: 315.processed, 379.processed, 389.processed, auto.p:
1483: $exception.comment printed as-is for whitespace reporting and to
1484: prepare for apostrophe escaping in HTML mode
1485:
1.190 moko 1486: 2024-05-11 moko
1487:
1488: * tests/: 099.html, 100.html, results/099.processed,
1489: results/100.processed: a test for non-UTF-8 filename* added
1490: (related to feature #1240)
1491:
1492: * tests/: 293.html, results/293.processed: tainting modes tests
1493: added
1494:
1495: * tests/results/: 099.processed, 100.processed, 205.processed,
1496: 309.processed, 310.processed, 419.processed: tests results
1497: updated after filename* added (related to feature #1240)
1498:
1499: * src/: include/pa_common.h, main/pa_request.C: The filename*
1500: parameter was added to the Content-Disposition header to conform
1501: with RFC 6266, with code provided by Sumo (implements feature
1502: #1240)
1503:
1504: 2024-05-10 moko
1505:
1506: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1507: positive performance effect in our case
1508:
1.189 moko 1509: 2024-03-27 moko
1510:
1511: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1512: (related to feature #1236)
1513:
1514: 2024-03-15 moko
1515:
1516: * tests/: 413.html, results/413.processed: test for object still
1517: can be used as file parameter (related to bug #1218)
1518:
1519: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1520: still can be used in file context (fixes bug #1218)
1521:
1522: 2024-03-14 moko
1523:
1524: * src/include/pa_string.h: ArrayString get() null result assert
1525: also added (related to bug #1238)
1526:
1527: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1528: VString::empty() used instead of new VString()
1529:
1530: 2024-03-12 moko
1531:
1532: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1533: results/379.processed: test added for cookie without value
1534: (related to bug #1238)
1535:
1536: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1537: values are now required to be non-null (related to bug #1238)
1538:
1539: * src/main/pa_http.C: cookies without value are now parsed
1540: correctly (fixed bug #1238)
1541:
1542: 2024-03-11 moko
1543:
1544: * tests/run_parser.sh: for better error reporting
1545:
1.188 moko 1546: 2023-12-30 moko
1547:
1548: * tests/: 038.html, results/038.processed: test for atan2 added
1549:
1550: 2023-12-29 moko
1551:
1552: * src/classes/math.C: atan2(y,x) math function added
1553:
1.187 moko 1554: 2023-12-14 moko
1555:
1556: * tests/212.html: pcre2 compatibility (related to feature #1236)
1557:
1558: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1559: exceptions and behavour added (related to feature #1236)
1560:
1561: 2023-12-13 moko
1562:
1563: * buildall: by default parser is now bundled with pcre2 10.42,
1564: --without-pcre2 option added to build with pcre-8.45 (related to
1565: feature #1236)
1566:
1567: 2023-12-12 moko
1568:
1569: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1570: support added (implements feature #1236)
1571:
1572: * src/: include/pa_charset.h, include/pa_config_includes.h,
1573: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1574: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1575: types/pa_vregex.h: Adopted patch from Yavor Doganov
1576: <yavor@gnu.org> to add pcre2 library support (implements feature
1577: #1236)
1578:
1.186 moko 1579: 2023-11-28 moko
1580:
1581: * src/include/pa_config_includes.h: warnings war continues
1582:
1583: * src/include/pa_config_includes.h: warning war
1584:
1585: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1586: number strings, whitespace and sign in exception messages
1587: (related to bug #1234)
1588:
1.185 moko 1589: 2023-11-26 moko
1590:
1591: * tests/: 274.html, results/224.processed, results/274.processed:
1592: tests for date double, int, bool added (related to feature #1235)
1593:
1594: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1595: added for date class (implements feature #1235)
1596:
1597: 2023-11-23 moko
1598:
1599: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1600: and '-' strings are no longer can be treated as number 0,
1601: exception thrown (fixes bug #1234)
1602:
1.184 moko 1603: 2023-11-18 moko
1604:
1605: * src/include/pa_types.h: minor
1606:
1607: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1608:
1609: * tests/: 389.html, results/389.processed: error messages for some
1610: OS differs a bit, reducing failing tests for them
1611:
1612: 2023-11-17 moko
1613:
1614: * tests/: 423.html, results/423.processed: test for optional
1615: @auto[] inheritance added (related to feature #1233)
1616:
1617: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1618: types/pa_vstateless_class.C: optional @auto[] inheritance
1619: implemented if defined with two args (path, class name)
1620: (implements feature #1233)
1621:
1622: * src/: classes/double.C, classes/int.C, classes/math.C,
1623: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1624: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1625: sync double->int overflow behavour under different architectures
1626: (fixes bug #1232)
1627:
1628: * tests/: 422.html, results/422.processed: int clipping added
1629:
1630: 2023-11-16 moko
1631:
1632: * tests/: 422.html, results/422.processed: test for int and uint
1633: overflow in ^n.format[d/u/x]
1634:
1635: * src/classes/math.C: bugfix: crc32 should not be negative (under
1636: Apple M1 when negative double converts to uint the result is 0)
1637: and crc32 should be 32 bits
1638:
1639: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1640: on Apple M1 it's 0
1641:
1642: * src/classes/file.C: bugfix: crc32 should not be negative (under
1643: Apple M1 when negative double converts to uint the result is 0)
1644: and crc32 should be 32 bits
1645:
1.183 moko 1646: 2023-10-07 moko
1647:
1648: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1649: behavour with other OP_NUM_*, related to bug #1230
1650:
1651: 2023-10-06 moko
1652:
1653: * tests/: 338.html, results/338.processed: test for bug #1230 added
1654:
1655: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1656: be converted to double to avoid 80 bit operations in x87 mode
1657: (fixes bug #1230)
1658:
1659: 2023-10-05 moko
1660:
1661: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1662: compatibility
1663:
1664: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1665:
1666: * tests/: 421.html, results/421.processed: test to cover all
1667: classes and objects nonexistent method and field exceptions
1668: (related to feature #1080 and #1227)
1669:
1670: * tests/results/: 182.processed, 324.processed: undefined method ->
1671: <type> method not found exception (related to feature #1080)
1672:
1673: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1674: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1675: "element can not be fetched from" for them, "field not found" for
1676: all other types (related to bug #1227)
1677:
1678: 2023-10-03 moko
1679:
1680: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1681: <type> method not found" exception now thrown for static calls
1682: instead of "undefined method" without class name (related to
1683: feature #1080)
1684:
1685: 2023-10-02 moko
1686:
1687: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1688: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1689: <method name>, Comment: <type> method not found" exception now
1690: thrown for all dynamic objects instead of "undefined method"
1691: without class name (implements feature #1080)
1692:
1.182 moko 1693: 2023-10-01 moko
1694:
1695: * src/classes/json.C: we don't have a dynamic json object.
1696:
1697: 2023-09-28 moko
1698:
1699: * tests/: 420.html, results/261.processed, results/420.processed:
1700: tests updated after bug #1228 fix reverted
1701:
1702: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1703: whitespace string is hash compatible, so we don't want $s.key to
1704: return a junction
1705:
1706: * tests/: 261.html, 420.html, results/261.processed,
1707: results/420.processed: test for bug #1227 added, test updated
1708: after bug #1228 fixed
1709:
1710: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1711: now throws exception as $non-empty-string.field (fixes bug #1227)
1712:
1713: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1714: #1228)
1715:
1716: 2023-09-26 moko
1717:
1718: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1719: src/classes/classes.C, src/classes/classes.awk,
1720: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1721: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1722: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1723: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1724: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1725: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1726: src/classes/regex.C, src/classes/response.C,
1727: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1728: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1729: src/include/pa_array.h, src/include/pa_base64.h,
1730: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1731: src/include/pa_charsets.h, src/include/pa_common.h,
1732: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1733: src/include/pa_dictionary.h, src/include/pa_dir.h,
1734: src/include/pa_exception.h, src/include/pa_exec.h,
1735: src/include/pa_globals.h, src/include/pa_hash.h,
1736: src/include/pa_http.h, src/include/pa_memory.h,
1737: src/include/pa_opcode.h, src/include/pa_operation.h,
1738: src/include/pa_os.h, src/include/pa_pool.h,
1739: src/include/pa_random.h, src/include/pa_request.h,
1740: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1741: src/include/pa_sapi.h, src/include/pa_socks.h,
1742: src/include/pa_sql_connection.h,
1743: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1744: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1745: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1746: src/include/pa_table.h, src/include/pa_threads.h,
1747: src/include/pa_types.h, src/include/pa_uue.h,
1748: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1749: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1750: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1751: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1752: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1753: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1754: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1755: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1756: src/main/compile.tab.C, src/main/compile.y,
1757: src/main/compile_tools.C, src/main/compile_tools.h,
1758: src/main/execute.C, src/main/pa_base64.C,
1759: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1760: src/main/pa_charsets.C, src/main/pa_common.C,
1761: src/main/pa_dictionary.C, src/main/pa_dir.C,
1762: src/main/pa_exception.C, src/main/pa_exec.C,
1763: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1764: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1765: src/main/pa_request.C, src/main/pa_socks.C,
1766: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1767: src/main/pa_stylesheet_connection.C,
1768: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1769: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1770: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1771: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1772: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1773: src/targets/apache/mod_parser3_core.C,
1774: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1775: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1776: src/types/pa_method.h, src/types/pa_property.h,
1777: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1778: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1779: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1780: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1781: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1782: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1783: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1784: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1785: src/types/pa_vhash.C, src/types/pa_vhash.h,
1786: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1787: src/types/pa_vimage.C, src/types/pa_vimage.h,
1788: src/types/pa_vint.h, src/types/pa_vjunction.C,
1789: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1790: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1791: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1792: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1793: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1794: src/types/pa_vobject.h, src/types/pa_vregex.C,
1795: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1796: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1797: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1798: src/types/pa_vstateless_class.h,
1799: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1800: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1801: src/types/pa_vstring.h, src/types/pa_vtable.C,
1802: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1803: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1804: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1805: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1806: src/types/pa_wwrapper.h: copyright, authors actualized
1807:
1.181 moko 1808: 2023-08-20 moko
1809:
1810: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1811: commited (related to feature #1219)
1812:
1813: 2023-08-16 moko
1814:
1815: * src/main/pa_random.C: replaced clock precision with monotonicity
1816: counter, good for Windows version with low clock frequency
1817: (related to feature #1229)
1818:
1819: 2023-08-15 moko
1820:
1821: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1822: fixes related to feature #1229
1823:
1824: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1825: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1826: (implements feature #1229)
1827:
1.180 moko 1828: 2023-08-02 moko
1829:
1830: * tests/: results/417.processed, 417.html: test for empty string
1831: match after last char added (related to bug #1224)
1832:
1833: * src/main/pa_string.C: avoid prestart++ after last char on zero
1834: length match (related to bug #1224)
1835:
1.179 moko 1836: 2022-11-22 moko
1837:
1838: * tests/: 419.html, results/419.processed: test for L_URI and path
1839: removeal from filename added (related to bug #1204)
1840:
1841: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1842: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1843: attribute value, L_URI should be used
1844:
1.178 moko 1845: 2022-09-21 moko
1846:
1847: * src/targets/cgi/parser3.C: more clear error messages
1848:
1849: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1850: SAPI_Info will return 0 in read_post and post_size !=
1851: content_length will be thrown
1852:
1.177 moko 1853: 2022-08-23 moko
1854:
1855: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1856: header value
1857:
1858: 2022-08-22 moko
1859:
1860: * tests/: 418.html, results/418.processed: test for
1861: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1862: to #1225)
1863:
1864: * src/classes/hash.C: keep old behavoir by default
1865:
1866: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1867: $.order[self|arg] ] added (implements #1215)
1868:
1.176 moko 1869: 2022-03-21 moko
1870:
1871: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1872: xmlInitCharEncodingHandlers is called in libxml static
1873: initializers before gc_substitute_memory_management_functions in
1874: pa_globals and thus gc may not see reference to our
1875: xmlCharEncodingHandler and free it.
1876:
1.175 moko 1877: 2022-01-26 moko
1878:
1879: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1880:
1.174 moko 1881: 2021-12-28 moko
1882:
1883: * tests/: 417.html, results/417.processed: test for empty string
1884: match added (related to bug #1224)
1885:
1886: * src/main/pa_string.C: empty string match now works (fixes bug
1887: #1224)
1888:
1.173 moko 1889: 2021-12-24 moko
1890:
1891: * tests/: 415_dir/29.p, results/415.processed: yet another test
1892:
1893: 2021-12-23 moko
1894:
1895: * src/: classes/table.C, main/pa_request.C: warnings war
1896:
1897: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1898: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1899:
1900: 2021-12-21 moko
1901:
1902: * tests/: 416.html, results/416.processed: test for ^break[] in
1903: ^hash/table.select[] (related to feature #1222)
1904:
1905: * src/classes/: hash.C, table.C: ^break[] support for
1906: ^hash/table.select[] (implements feature #1222)
1907:
1.172 moko 1908: 2021-11-30 moko
1909:
1910: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1911: 0.5 sec
1912:
1.171 moko 1913: 2021-11-10 moko
1914:
1915: * tests/results/415.processed: more syntax errors tests added
1916:
1917: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1918: 28.p: minor syntax error tests
1919:
1920: * src/main/pa_exception.C: pa_strdup added for compatibility
1921:
1922: * src/classes/curl.C: hint to call ^curl:options[
1923: $.library[correct.libcurl.so.name] ] added if default load fails.
1924:
1925: 2021-11-09 moko
1926:
1927: * src/main/compile.y: error message can be on stack
1928:
1929: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1930:
1931: * src/main/pa_charset.C: memcpy is more correct and efficient in
1932: this case then strncpy
1933:
1934: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1935: instead of strcpy where possible
1936:
1937: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1938: used to avoid MAX_STRING limit in Exception comment
1939:
1940: * tests/results/415.processed: compiler exceptions are no longer
1941: limited to MAX_STRING
1942:
1943: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1944: char * instead of fixed buffer
1945:
1946: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1947: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1948: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1949: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1950: results/415.processed: tests for parser.compile exceptions added
1951:
1952: 2021-11-08 moko
1953:
1954: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1955: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1956: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1957: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1958: drawbacks
1959:
1.170 moko 1960: 2021-11-06 moko
1961:
1962: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1963: (implements feature #1219)
1964:
1965: * tests/: 414.html, results/414.processed: test for
1966: ^hash.rename[from;to] added (related to feature #1144)
1967:
1968: 2021-11-05 moko
1969:
1970: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1971: (related to feature #1144)
1972:
1973: 2021-11-04 moko
1974:
1975: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1976: added (implements feature #1144)
1977:
1.169 moko 1978: 2021-10-19 moko
1979:
1980: * tests/: 413.html, results/413.processed: test for hash no longer
1981: is accepted as file parameter (related to bug #1218)
1982:
1983: * src/: classes/curl.C, classes/file.C, classes/image.C,
1984: classes/math.C, classes/xdoc.C, types/pa_value.C,
1985: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1986: longer is accepted as file parameter (fixes bug #1218)
1987:
1.168 moko 1988: 2021-07-19 moko
1989:
1990: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1991: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1992:
1.167 moko 1993: 2021-04-16 moko
1994:
1995: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1996: processing it leads to assertions.
1997:
1.166 moko 1998: 2021-03-25 moko
1999:
2000: * tests/: 412.html, results/412.processed: test to demonstrate bug
2001: #1213
2002:
1.165 moko 2003: 2021-02-12 moko
2004:
2005: * tests/: 360.html, results/360.processed, results/363.processed:
2006: parser method call in expression mode no longer differs from call
2007: in string mode (related to feature #1211)
2008:
2009: 2021-02-11 moko
2010:
2011: * src/types/pa_vmail.C: mail parsing with Windows line endings
2012: fixed (bug #1212)
2013:
2014: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2015: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2016: strings in both calls (implements feature #1211)
2017:
1.164 moko 2018: 2021-01-28 moko
2019:
2020: * buildall, etc/auto.p.in: to remove last patch in debian package
2021:
2022: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2023: 3.4.7b
2024:
1.162 moko 2025: 2021-01-21 moko
2026:
2027: * src/main/pa_http.C: no alarm() in file::load when web server mode
2028: is MULTITHREADED
2029:
1.157 moko 2030: 2021-01-20 moko
2031:
1.161 moko 2032: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2033: 'a2enmod mpm_prefork'
2034:
1.160 moko 2035: * src/targets/apache/mod_parser3.c: prefork name is now
2036: 'libapache2-mpm-itk'
2037:
2038: * src/targets/apache/mod_parser3_core.C: last regular malloc
2039: removed
2040:
1.159 moko 2041: * src/targets/isapi/Makefile.am: -pa_threads.C
2042:
1.158 moko 2043: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2044: 3.4.6
2045:
1.157 moko 2046: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2047:
2048: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2049: /httpd.p
2050:
2051: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2052: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2053: #1203)
2054:
2055: 2021-01-19 moko
2056:
2057: * buildall: --disable-parallel-mark added to avoid "number of
2058: processors" threads creation for heap marking as it conflicts
2059: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2060: limits threads)
2061:
1.156 moko 2062: 2021-01-16 moko
2063:
2064: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2065: main/pa_globals.C, main/pa_memory.C,
2066: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2067: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2068: feature #1209)
2069:
2070: 2021-01-15 moko
2071:
2072: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2073: 3.4.6rc
2074:
2075: * src/classes/json.C: get_delim added for delimiter caching (10%
2076: faster on large json)
2077:
2078: 2021-01-14 moko
2079:
1.211 moko 2080: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2081:
2082: * tests/results/224.processed: test result modified after
2083: today(shift) implemented
2084:
2085: * tests/: 407.html, results/407.processed: test for ^hash.select
2086: option $.default(bool) added (related to feature #1172)
2087:
2088: * src/classes/hash.C: ^hash.select option $.default(bool) added
2089: (related to feature #1172)
2090:
2091: * tests/: 141.html, results/141.processed: test modified for
2092: feature #1185.
2093:
2094: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2095: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2096: options $.lower(bool) (implements feature #1185)
2097:
2098: 2021-01-11 moko
2099:
2100: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2101: #1192)
2102:
2103: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2104: added (related to feature #1192)
2105:
1.155 moko 2106: 2021-01-05 moko
2107:
2108: * tests/: 270.html, results/270.processed: test modified to work
2109: under Windows
2110:
2111: * tests/: 390.html, 395.html, results/395.processed: tests updated
2112: 4 windows
2113:
2114: * tests/: 410.html, results/410.processed: test for
2115: $CLASS-GETTER-PROTECTED(false) added
2116:
2117: 2021-01-04 moko
2118:
2119: * tests/: 409.html, results/409.processed, results/auto.p: test for
2120: $MAIN:LOCALS(true) added
2121:
1.154 moko 2122: 2021-01-03 moko
2123:
2124: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2125: types/pa_vclass.h, types/pa_vstateless_class.C,
2126: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2127: +LOCALS. $main -> $MAIN in exception texts (implements feature
2128: #1207)
2129:
2130: 2021-01-02 moko
2131:
2132: * etc/auto.p.in: minor
2133:
2134: * src/main/pa_request.C: sending headers only after opening file to
2135: allow error reporting if file was not opened (foreign group,
2136: etc).
2137:
2138: 2020-12-31 moko
2139:
2140: * src/: include/pa_request.h, main/pa_request.C,
2141: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2142:
2143: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2144: main/pa_request.C: get_class_ref added and used
2145:
2146: * etc/auto.p.in: @CLASS httpd added
2147:
2148: * etc/auto.p.in: @auto[] is now first
2149:
2150: 2020-12-30 moko
2151:
2152: * tests/: 408.html, results/408.processed: test for bug #1166
2153: (windows only) added
2154:
2155: * src/main/pa_common.C: create_dir_for_file should not create dir
2156: for trailing / (fixes bug #1166)
2157:
2158: * tests/: 341.html, results/341.processed: tests for
2159: ^nameless_table.hash[] added (related to feature #1138)
2160:
2161: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2162: (implements feature #1138), extra fields in named tables no
2163: longer ignored (implements feature #1138)
2164:
2165: * tests/results/390.processed: updated after exception text change
2166:
2167: 2020-12-29 moko
2168:
2169: * tests/: 407.html, results/407.processed: +$._default check
2170:
2171: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2172:
2173: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2174: and ^hash.reverse[] added (releated to feature #1172)
2175:
2176: * src/classes/hash.C:
2177: ^hash.select[key;value](bool-condition)[options hash] +
2178: ^hash.reverse[] added (implements feature #1172)
2179:
2180: * src/types/pa_vtable.h: warning war
2181:
2182: * src/include/pa_config_fixed.h: win32 fix
2183:
1.153 moko 2184: 2020-12-27 moko
2185:
2186: * tests/: 406.html, results/406.processed: test results updated
2187:
2188: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2189: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2190: spelling
2191:
2192: 2020-12-26 moko
2193:
2194: * tests/: 406.html, results/406.processed: tests for
2195: ^table.rename[] added (related to feature #1148)
2196:
2197: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2198: ^table.rename[column name from;column name to], ^table.rename[
2199: $.[column name from][column name to] ... ] added (implements
2200: feature #1148)
2201:
2202: 2020-12-25 moko
2203:
2204: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2205: request_info now on stack to avoid yet another THREAD_LOCAL
2206: memory deallocation issue (now with cookies), explained in #1203
2207:
2208: * src/types/pa_vcookie.C: fields should be inited
2209:
2210: 2020-12-24 moko
2211:
2212: * src/include/pa_stylesheet_connection.h: looks like
2213: xsltFreeStylesheet leads to memory double-free. If so, it's for
2214: sure libxml bug, but we have GC anyway, so we just remove this
2215: call and see...
2216:
2217: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2218: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2219: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2220: abort.c:65:8 frame #3: 0x00000000004da663
2221: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2222: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2223: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2224: malloc.c:617:9 frame #5: 0x0000000000577f0c
2225: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2226: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2227: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2228: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2229: frame #8: 0x000000000050d35c
2230: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2231: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2232: frame #10: 0x00000000004436e5
2233: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2234: [inlined]
2235: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2236: pa_stylesheet_connection.h:62:3
2237:
2238: 2020-12-23 moko
2239:
2240: * src/classes/image.C: ^image::measure[; $.video() ] option added
2241:
2242: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2243: ^image::measure[; $.video(true) ] added
2244:
2245: * src/main/pa_exec.C: not cleared automatically in multithreaded
2246: httpd mode for unknown reasons
2247:
2248: 2020-12-22 moko
2249:
2250: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2251: error_log uri of currently processed document", but never used
2252: and conflicts with how libgc stops threads on FreeBSD (#define
2253: SIG_SUSPEND SIGUSR1), thus removed.
2254:
2255: 2020-12-21 moko
2256:
2257: * src/main/pa_request.C: +comment
2258:
1.151 moko 2259: 2020-12-20 moko
2260:
1.152 moko 2261: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2262: it is more safe to have versions of pa_strdup with one and two
2263: arguments, as helper_length=0 not always mean that strlen()
2264: should be called, but means zero.
2265:
2266: * src/targets/isapi/parser3isapi.C: minor
2267:
2268: * src/main/pa_http.C: +valid_http_method
2269:
1.151 moko 2270: * src/: include/pa_http.h, main/pa_http.C,
2271: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2272:
2273: 2020-12-17 moko
2274:
2275: * tests/: 405.html, results/405.processed: test for split by regex
2276: added (related to feature #1160)
2277:
2278: * src/classes/string.C: split by regex implemented (feature #1160)
2279:
2280: * src/classes/string.C: minor
2281:
2282: * tests/: 404.html, results/404.processed: test for whitespace
2283: string is now OK for table argument (related to feature #1169)
2284:
2285: * src/: classes/image.C, classes/string.C, classes/table.C,
2286: types/pa_vmethod_frame.C: whitespace string is now OK for table
2287: argument (as with hash) (implements feature #1169)
2288:
2289: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2290: limit for comment (fixes bug #1102)
2291:
2292: * src/targets/cgi/parser3.C: +HAVE_TLS check
2293:
2294: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2295:
2296: * src/include/pa_config_includes.h: HAVE_TLS used
2297:
2298: * configure.ac: +TLS check
2299:
2300: * src/main/pa_http.C: content logging added
2301:
2302: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2303: clear_response_headers added
2304:
2305: 2020-12-16 moko
2306:
2307: * buildall: as we now use threads, libatomic_ops still required for
2308: some OS.
2309:
2310: * src/main/pa_request.C: whitespace
2311:
2312: * src/: include/pa_request.h, main/pa_request.C:
2313: Request::Exception_trace::table extracted and used
2314:
2315: * src/main/pa_request.C: moving output_result call outside of try
2316: as network exceptions should not be handled by parser code
2317:
2318: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2319: logging network exchange
2320:
2321: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2322: via network if it was network write error.
2323:
2324: * src/targets/cgi/parser3.C: log -> pa_log
2325:
2326: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2327:
2328: * src/main/pa_threads.C: getpid() if no gettid() found
2329:
2330: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2331: we need to ignore "void" connections from browsers (browsers open
2332: connections in advance and they will be empty if user does not
2333: request more pages)
2334:
2335: 2020-12-15 moko
2336:
2337: * src/targets/cgi/parser3.C: avoid previous uri in logs
2338:
2339: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2340: RequestController not needed in httpd mode
2341:
2342: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2343: classes/classes.h, classes/curl.C, classes/date.C,
2344: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2345: classes/hashfile.C, classes/image.C, classes/inet.C,
2346: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2347: classes/memcached.C, classes/memory.C, classes/op.C,
2348: classes/reflection.C, classes/regex.C, classes/response.C,
2349: classes/string.C, classes/table.C, classes/void.C,
2350: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2351: include/pa_array.h, include/pa_base64.h,
2352: include/pa_cache_managers.h, include/pa_charset.h,
2353: include/pa_charsets.h, include/pa_common.h,
2354: include/pa_config_fixed.h, include/pa_config_includes.h,
2355: include/pa_dictionary.h, include/pa_dir.h,
2356: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2357: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2358: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2359: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2360: include/pa_request_charsets.h, include/pa_request_info.h,
2361: include/pa_sapi.h, include/pa_socks.h,
2362: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2363: include/pa_stack.h, include/pa_string.h,
2364: include/pa_stylesheet_connection.h,
2365: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2366: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2367: include/pa_uue.h, include/pa_xml_exception.h,
2368: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2369: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2370: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2371: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2372: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2373: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2374: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2375: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2376: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2377: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2378: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2379: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2380: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2381: main/pa_sql_driver_manager.C, main/pa_string.C,
2382: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2383: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2384: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2385: main/untaint.C, sql/pa_sql_driver.h,
2386: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2387: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2388: targets/isapi/parser3isapi.C, types/pa_junction.h,
2389: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2390: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2391: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2392: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2393: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2394: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2395: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2396: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2397: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2398: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2399: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2400: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2401: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2402: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2403: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2404: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2405: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2406: types/pa_vstateless_object.h, types/pa_vstatus.C,
2407: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2408: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2409: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2410: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2411: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2412:
2413: * src/main/pa_request.C: old compilers support
2414:
2415: * tests/: 362.html, results/362.processed: test updated after
2416: changes after upgrade to libxml2-2.9.9 were made (related to bug
2417: #1108)
2418:
2419: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2420: removed, as xsltFreeStylesheet has side effects on original doc.
2421: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2422: not updated after xdoc modification (part 3 of test 362).
2423: (related to bug #1108)
2424:
2425: * src/targets/isapi/parser3isapi.C: +pa_strcat
2426:
2427: * src/: classes/memory.C, include/pa_memory.h,
2428: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2429: PA_GC_GCOLLECT used
2430:
2431: * src/include/pa_memory.h: +PA_GC_COLLECT
2432:
2433: * src/targets/cgi/parser3.C: msvs support fixes
2434:
2435: * src/lib/gc/include/gc.h: more cleanup
2436:
2437: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2438:
2439: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2440: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2441:
2442: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2443:
2444: * configure.ac: pthread.h added to checked headers
2445:
2446: * src/classes/table.C: string stream is back :)
2447:
2448: * src/classes/memory.C: GC_generate_random_backtrace no longer
2449: exists
2450:
2451: * src/main/pa_globals.C: GC_dont_gc replaced
2452:
2453: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2454: left to simplify adding new functions. depricated GC_dont_gc
2455: replaced with GC_disable and GC_enable calls.
2456:
2457: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2458: CORD_from_file* not used and thus removed
2459:
2460: * src/lib/gc/include/gc_allocator.h: minor cleanup
2461:
2462: 2020-12-14 moko
2463:
2464: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2465: referenced elsewhere, or GC will collect it.
2466:
2467: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2468: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2469: elsewhere, or GC will collect them (and we'll get GPF in
2470: multithreaded enviroment). May be it can be also fixed by some
2471: GC call, not sure. But this fix costs nothing (but hours of
2472: debugging to find the issue :).
2473:
1.150 moko 2474: 2020-12-11 moko
2475:
2476: * configure.ac: gettid() check added
2477:
2478: * src/main/pa_threads.C: HAVE_GETTID used
2479:
2480: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2481:
2482: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2483: version for isapi/cgi/apache
2484:
2485: * buildall: threads are now required.
2486:
2487: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2488: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2489: main/main.vcproj: pa_threads.C moved to main
2490:
2491: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2492: isapi/pa_threads.C: pa_threads.C moved to main
2493:
2494: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2495: targets/apache/Makefile.am: pa_threads.C moved to main
2496:
2497: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2498:
2499: * src/: include/pa_stylesheet_connection.h,
2500: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2501: and weird GPF in multithreaded httpd is gone
2502:
2503: * src/include/: pa_stylesheet_connection.h,
2504: pa_sql_driver_manager.h: whitespace
2505:
2506: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2507:
2508: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2509: main/pa_stylesheet_manager.C: whitespace, warning war
2510:
2511: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2512: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2513: parser_multithreaded never used
2514:
2515: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2516:
2517: 2020-12-10 moko
2518:
2519: * src/: include/pa_config_includes.h, include/pa_http.h,
2520: main/pa_http.C, targets/cgi/parser3.C: initial support for
2521: MULTITHREADED and PARALLEL httpd server modes
2522:
2523: * src/main/pa_globals.C: GC_java_finalization is depricated
2524:
2525: 2020-12-09 moko
2526:
2527: * etc/auto.p.in: + @httpd-main
2528:
2529: * src/: include/pa_common.h, main/pa_request.C,
2530: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2531: work
2532:
2533: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2534: slow file_read_binary no longer used, send_range added
2535:
2536: 2020-12-08 moko
2537:
2538: * src/main/pa_request.C: >4Gb support
2539:
2540: * src/targets/cgi/parser3.C: msvc warning war
2541:
2542: * src/: include/pa_config_includes.h, main/pa_http.C,
2543: main/pa_request.C: msvc warnings war
2544:
2545: * src/classes/image.C: warning war
2546:
2547: * src/classes/table.C: MSVC warning war
2548:
2549: * src/targets/cgi/parser3.C: msvc warnings war
2550:
2551: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2552: added
2553:
1.149 moko 2554: 2020-12-07 moko
2555:
1.150 moko 2556: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2557: avoid logging beside system-wide auto.p
2558:
2559: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2560:
2561: * configure, configure.ac, src/include/pa_config_auto.h.in:
2562: configure options added:
2563:
2564: --with-system-cfg=FILE to specify system-wide auto.p
2565: --with-system-log=FILE to specify system-wide parser3.log
2566:
2567: * Makefile.am: bin no longer exists
2568:
2569: * configure, configure.ac: auto.p moved to etc to simplify debian
2570: package
2571:
2572: * buildall: auto.p and parser3.charsets moved to their default
2573: location after install
2574:
2575: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2576:
2577: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2578:
1.149 moko 2579: * src/targets/cgi/parser3.C: locate_config call returned to
2580: original place as it requires pa_thread_request() under Windows
2581:
2582: * src/targets/cgi/parser3.C: renaming
2583:
2584: 2020-12-06 moko
2585:
2586: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2587: check added
2588:
2589: 2020-12-04 moko
2590:
2591: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2592: main/pa_request.C: unified uint64_t lseek implemented to support
2593: >4Gb files under x86, including Windows
2594:
2595: 2020-12-02 moko
2596:
2597: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2598: with max_file_size
2599:
2600: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2601: support for processing files sized >4Gb on 32 bit planforms
2602:
2603: * tests/399.html: file moved
2604:
2605: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2606:
2607: * src/targets/cgi/pa_sapi_info.h: warning war
2608:
2609: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2610: warning war
2611:
2612: 2020-12-01 moko
2613:
2614: * src/classes/image.C: mp4 extended size (>4Gb) support added
2615:
2616: * src/classes/image.C: for "size not found" exception to be shown
2617: if size not found until eof
2618:
2619: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2620: bit linux)
2621:
2622: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2623: #1188)
2624:
2625: 2020-11-30 moko
2626:
2627: * src/classes/image.C: definitions moved closer to code
2628:
2629: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2630: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2631: 395_dir/3_VP8X.webp, results/395.processed,
2632: results/396.processed: tests for ^image::measure[] .webp support
2633: added, all image files moved into one directory (related to
2634: feature #1188)
2635:
2636: * src/classes/image.C: ^image::measure[] now supports webp (feature
2637: #1188)
2638:
1.148 moko 2639: 2020-11-29 moko
2640:
2641: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2642: processing, unnessesary defines removed
2643:
2644: 2020-11-24 moko
2645:
2646: * tests/results/: 099.processed, 100.processed, 205.processed,
2647: 309.processed, 310.processed: Content-Disposition: inline
2648: returned
2649:
2650: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2651: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2652: ] added (related to bug #1204)
2653:
2654: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2655: ] supported to avoid Content-Disposition: inline;
2656: filename="<file>.ext" but still set Content-Type for ext (related
2657: to bug #1204)
2658:
1.147 moko 2659: 2020-11-22 moko
2660:
2661: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2662: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2663:
2664: * src/main/pa_request.C: content_disposition_inline returned.
2665:
2666: 2020-11-17 moko
2667:
2668: * src/main/pa_request.C: empty main method name support
2669:
2670: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2671: config_handler added, stdout flush added.
2672:
2673: 2020-11-16 moko
2674:
2675: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2676:
2677: * tests/results/: 099.processed, 205.processed, 237.processed,
2678: 309.processed, 310.processed: Content-Disposition: inline is not
2679: required and should not contain filename="<name>"
2680:
2681: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2682: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2683: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2684:
1.146 moko 2685: 2020-11-14 moko
2686:
2687: * src/targets/cgi/parser3.C: spelling
2688:
2689: * src/targets/cgi/parser3.C: renaming
2690:
2691: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2692: relocated
2693:
2694: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2695: before request processing, which is weired
2696:
2697: 2020-11-13 moko
2698:
2699: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2700: copied in httpd.
2701:
2702: 2020-11-12 moko
2703:
2704: * src/main/pa_http.C: ALARM code unified to be used in httpd
2705:
2706: * src/: include/pa_request.h, main/pa_request.C,
2707: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2708:
2709: * src/main/pa_http.C: URI validation added
2710:
2711: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2712: can't be empty but can be null. httpd-main is now main method
2713: name for httpd mode
2714:
2715: 2020-11-11 moko
2716:
2717: * src/main/pa_request.C: path_translated can be null in httpd mode
2718:
2719: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2720: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2721: classes/xdoc.C, include/pa_request.h, main/execute.C,
2722: main/pa_request.C: r.absolute -> r.full_disk_path
2723:
2724: * src/targets/cgi/parser3.C: if filename to process is not
2725: specified, auto.p should be present.
2726:
1.145 moko 2727: 2020-11-03 moko
2728:
2729: * src/: classes/op.C, include/pa_request.h: unused argument removed
2730:
2731: * src/main/pa_request.C: content_disposition_inline is the default,
2732: not required.
2733:
1.144 moko 2734: 2020-10-29 moko
2735:
2736: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2737: ^use[file; $.main(true) ] implemented for auto.p processing and
2738: path_translated changing to correct relative files path
2739: calculation in httpd mode
2740:
2741: * src/: include/pa_request.h, main/pa_request.C:
2742: fail_on_read_problem removed, as it allways true, as if should
2743: be.
2744:
2745: * src/: include/pa_request.h, main/pa_request.C,
2746: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2747: targets/isapi/parser3isapi.C: clearing config_filespec when
2748: config was not found, thus flag not required and removed.
2749:
2750: 2020-10-28 moko
2751:
2752: * tests/: 402.html, results/402.processed: error reporting test
2753:
2754: * src/main/execute.C: better error reporting when
2755: $result[^hash::create[]] in @main.
2756:
2757: * src/main/: execute.C, pa_request.C: frame.result() should be used
2758: + minor optimization
2759:
2760: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2761: main/pa_xml_io.C: execute_*_method simplified and unified
2762:
2763: 2020-10-27 moko
2764:
2765: * tests/: 306.html, results/306.processed: a bit more testing. :)
2766:
2767: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2768: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2769: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2770: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2771: types/pa_vmethod_frame.h, types/pa_vobject.C,
2772: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2773: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2774: longer used in object-prototype mode
2775:
2776: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2777: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2778: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2779: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2780: $form:name[value] features
2781:
1.143 moko 2782: 2020-10-18 moko
2783:
2784: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2785:
2786: 2020-10-15 moko
2787:
2788: * src/main/pa_http.C: url no longer needed as
2789: ALTER_EXCEPTION_SOURCE is used
2790:
2791: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2792: main/pa_http.C: check_file_size filespec is now optional
2793:
2794: * src/: classes/curl.C, include/pa_exception.h,
2795: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2796: ALTER_EXCEPTION_COMMENT added for better error reporting
2797:
2798: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2799: results/346-curl.processed, results/379-curl.processed,
2800: results/379.processed: test results updated as load now provides
2801: better error reporting + curl responses updated
2802:
2803: 2020-10-14 moko
2804:
2805: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2806: main/pa_string.C, targets/apache/mod_parser3_core.C,
2807: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2808: checked. 10 is now default base, no hex autodetect by default
2809:
2810: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2811: connection socket closing in destructor + accept exception
2812: handling
2813:
2814: * src/targets/cgi/parser3.C: warning war
2815:
2816: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2817: main/pa_request.C, targets/apache/mod_parser3_core.C,
2818: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2819: exception handling unified
2820:
2821: 2020-10-13 moko
2822:
2823: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2824: autodetection
2825:
2826: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2827:
2828: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2829:
2830: * src/main/pa_http.C: warning war
2831:
1.142 moko 2832: 2020-10-12 moko
2833:
1.143 moko 2834: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2836: unhandled exception code optimization
2837:
2838: * src/targets/cgi/parser3.C: request_info now global variable
2839:
2840: * src/main/pa_http.C: http_read_response moved to HTTP_response
2841: class
2842:
2843: * src/: include/pa_http.h, main/pa_http.C,
2844: targets/cgi/pa_sapi_info.h: read_post implemented
2845:
1.142 moko 2846: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2847: [host:]port syntax support in httpd mode
2848:
2849: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2850: targets/cgi/parser3.C: populate_env added
2851:
2852: * src/include/pa_hash.h: to make get(char *) compiling in
2853: HashStringString
2854:
2855: 2020-10-10 moko
2856:
2857: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2858: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2859:
2860: * src/: include/pa_http.h, include/pa_request_info.h,
2861: main/pa_http.C, main/pa_string.C,
2862: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2863: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2864: types/pa_vrequest.C: initial httpd mode implementation
2865:
1.141 moko 2866: 2020-10-04 moko
2867:
2868: * src/targets/cgi/parser3.C: options together
2869:
2870: 2020-09-30 moko
2871:
2872: * src/main/pa_http.C: renamed
2873:
1.140 moko 2874: 2020-08-14 moko
2875:
2876: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2877: src/targets/cgi/Makefile.am: no httpd as separate library
2878:
2879: 2020-08-13 moko
2880:
2881: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2882: unhandled exception handler to report 500 instead of 200 it was
2883: before.
2884:
2885: * src/targets/apache/mod_parser3_core.C: minor cleanup
2886:
2887: * src/: include/pa_sapi.h, main/untaint.C,
2888: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2889: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2890: thus replaced with SAPI::die and removed
2891:
2892: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2893: cgi/parser3.C: whitespace
2894:
2895: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2896:
2897: 2020-08-12 moko
2898:
2899: * src/targets/cgi/parser3.C: duplicate info in signal logging
2900: removed, whitespace was: SIGPIPE received while executing code.
2901: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2902: cl=0]
2903:
2904: * parser3.sln: + httpd.vcproj
2905:
2906: 2020-08-11 moko
2907:
2908: * src/targets/cgi/Makefile.am: +libhttpd
2909:
2910: * configure.ac, src/lib/Makefile.am: +libhttpd
2911:
1.139 moko 2912: 2020-07-13 moko
2913:
2914: * tests/: 401.html, results/401.processed: test for hash key does
2915: not keep language, but tainted in foreach.
2916:
1.138 moko 2917: 2020-07-01 moko
2918:
2919: * tests/: 235.html, results/235.processed: test result updated as
2920: messages before attachments implemented (feature #1176)
2921:
1.137 moko 2922: 2020-06-27 moko
2923:
2924: * tests/: 400.html, results/400.processed: test updated to check
2925: ^return{code}
2926:
2927: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2928: fixed
2929:
2930: 2020-06-26 moko
2931:
2932: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2933: added (related to https://www.parser.ru/forum/?id=85319)
2934:
2935: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2936: when $result assignment was last statement in the method
2937: (https://www.parser.ru/forum/?id=85319)
2938:
1.136 moko 2939: 2020-05-23 moko
2940:
2941: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2942: whitespace, unused level removed
2943:
2944: 2020-05-19 moko
2945:
2946: * src/types/pa_vmail.C: whitespace
2947:
2948: * src/types/pa_vmail.C: files should be processed last (related to
2949: feature #1176)
2950:
1.135 moko 2951: 2020-05-12 moko
2952:
2953: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2954: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2955:
2956: * configure.ac: FreeBSD1X.X check added to avoid
2957: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2958:
1.134 moko 2959: 2020-02-26 moko
2960:
2961: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2962: compilation issue (related to bug #1201)
2963:
2964: * src/main/pa_common.C: entry_readable -> entry_exists,
2965: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2966: -f and -d now works under Windows in UTF-8 with Russian
2967: filenames.
2968:
2969: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2970: advice (related to feature #1199)
2971:
2972: 2020-02-25 moko
2973:
2974: * buildall: --silent removed
2975:
2976: * configure.ac: gmime-3.0 support
2977:
2978: * buildall: --with-system-mailreceive option added to build with
2979: system libgmime
2980:
2981: * src/types/pa_vmail.C: avoiding
2982: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2983: to feature #1199)
2984:
1.133 moko 2985: 2020-02-18 moko
2986:
2987: * src/classes/op.C: windows x64 debug mode compile fix
2988:
2989: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2990: change (releated to feature #1200)
2991:
2992: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2993: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2994: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2995: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2996: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2997: targets/apache/ApacheModuleParser3.vcproj,
2998: targets/apache/ApacheModuleParser3Core.vcproj,
2999: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3000: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3001: dependency (related to feature #1200)
3002:
1.132 moko 3003: 2020-02-12 moko
3004:
3005: * src/types/pa_vmail.C: minimize diff
3006:
3007: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3008: #1199)
3009:
1.131 moko 3010: 2020-01-18 moko
3011:
3012: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3013:
1.130 moko 3014: 2019-12-28 moko
3015:
3016: * src/targets/cgi/parser3.C: avoid empty ?
3017:
3018: 2019-12-27 moko
3019:
3020: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3021: DOCUMENT_ROOT (related to feature #1164)
3022:
3023: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3024: fcgiwrap setup (implements feature #1164)
3025:
3026: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3027: but no issues found (related to feature #1164)
3028:
3029: * src/targets/cgi/parser3.C: actualized
3030:
3031: 2019-12-26 moko
3032:
3033: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3034: removed
3035:
3036: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3037: removed
3038:
3039: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3040: allocation errors, we don't want default gc warnings (without
3041: timestamp and URI).
3042:
3043: * src/: classes/memory.C, main/pa_globals.C,
3044: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3045: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3046: pa_globals_init
3047:
3048: * src/main/pa_globals.C: setup_hex_value() removed, static array
3049: initialization used (optimization)
3050:
3051: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3052: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3053: pa_socks_init/pa_socks_done moved inside pa_globals_init
3054: (optimization)
3055:
1.129 moko 3056: 2019-12-09 moko
3057:
3058: * src/include/pa_config_fixed.h: warning war
3059:
1.128 moko 3060: 2019-12-08 moko
3061:
3062: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3063: process grammar under Unix.
3064:
3065: 2019-12-07 moko
3066:
3067: * tests/389.html: For Windows XP. :)
3068:
3069: * tests/388-sql.html: Windows compatibility added
3070:
3071: 2019-12-06 moko
3072:
3073: * src/targets/cgi/parser3.C: warning war
3074:
3075: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3076: == sizeof(CORD)) to avoid aligning bugs in future
3077:
3078: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3079: XML_STATIC
3080:
3081: * src/include/pa_request.h: StackItem() not required
3082:
3083: * src/include/pa_stack.h: warning war
3084:
3085: * src/include/pa_config_includes.h: GCC warning silenced
3086:
3087: * src/include/pa_memory.h: warning war: the program should also
3088: define 'void operator delete [](void*, std::size_t)'
3089: [-Wsized-deallocation]
3090:
3091: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3092:
3093: * src/classes/string.C: not reqired cast removed
3094:
3095: * src/classes/string.C: not reqired cast removed
3096:
3097: 2019-12-05 moko
3098:
3099: * src/lib/sdbm/pa_file_io.C: warning war
3100:
3101: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3102: enum Language : size_t - required for VS2015+ to make
3103: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3104: without it (related to feature #1198)
3105:
3106: 2019-12-04 moko
3107:
3108: * src/main/pa_base64.C: unsigned char -> uchar
3109:
3110: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3111: as other libs
3112:
3113: * src/include/pa_version.h: +amd64
3114:
3115: 2019-12-03 moko
3116:
3117: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3118: release
3119:
3120: * src/include/pa_config_includes.h: warning war
3121:
3122: * src/classes/image.C: warning war
3123:
3124: * src/main/pa_globals.C: x64 libs support
3125:
3126: * src/include/pa_config_includes.h: warning war
3127:
3128: * src/types/pa_method.h: warning war
3129:
1.127 moko 3130: 2019-11-28 moko
3131:
3132: * src/classes/math.C: vs2003 compatibility + warning war
3133:
3134: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3135: libxml2-2.9.9 (related to feature #1136)
3136:
3137: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3138: typecast for more compatibility (related to feature #1136)
3139:
3140: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3141: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3142: feature #1136)
3143:
3144: 2019-11-26 moko
3145:
3146: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3147: removed (it was failing in $$var case), condition added
3148:
1.126 moko 3149: 2019-11-25 moko
3150:
3151: * tests/: 397.html, 399.html, results/141.processed,
3152: results/399.processed: base64 options tested
3153:
3154: * src/: classes/math.C, main/pa_http.C: base64 options used
3155:
3156: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3157: implemented (feature #986)
3158:
3159: * src/main/pa_cache_managers.C: whitespace
3160:
3161: * tests/: 397.html, 399.html, results/399.processed: tests for
3162: ^base64 encode options added (related to feature #986)
3163:
3164: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3165: pa_base64_encode(file) removed - more memory, but faster and less
3166: code (related fo feature #986)
3167:
3168: 2019-11-24 moko
3169:
3170: * tests/: 155.html, results/155.processed: limit and offset in
3171: ^table::load[] now supported, thus test added
3172:
3173: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3174: main/pa_common.C: optimization: offset and limit options parsing
3175: moved inside file_load.
3176:
3177: 2019-11-23 moko
3178:
3179: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3180: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3181: optimization: file_read replaced with simplified file_read_binary
3182:
3183: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3184: types/pa_vform.C: whitespace
3185:
3186: * src/: include/pa_common.h, main/pa_common.C: never used params
3187: removed
3188:
3189: 2019-11-21 moko
3190:
3191: * tests/: 193.html, results/193.processed, results/389.processed:
3192: test results updated as now base64 does not discard tail without
3193: padding (related to feature #986)
3194:
3195: 2019-11-20 moko
3196:
3197: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3198: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3199: pa_base64_decode (related to feature #986)
3200:
3201: * tests/398.html: tests for base64 decode added (related to feature
3202: #986)
3203:
3204: * src/main/pa_base64.C: base64_decode rewritten - padding option
3205: support, padding inside base 64 supported (related to feature
3206: #096)
3207:
3208: 2019-11-19 moko
3209:
3210: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3211: FreeBSD 12
3212:
1.125 moko 3213: 2019-11-16 moko
3214:
3215: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3216: support added, step support removed (related to #986)
3217:
3218: 2019-11-15 moko
3219:
3220: * src/classes/math.C: using log since log2 is not present on
3221: FreeBSD < 8.4 (related to feature #1177)
3222:
3223: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3224: pa_base64_size extracted and used for files as well (related to
3225: feature 986)
3226:
3227: 2019-11-14 moko
3228:
3229: * tests/: 397.html, results/397.processed: + content check
3230:
3231: * tests/: 141.html, results/141.processed: make test resuls more
3232: readable
3233:
3234: * tests/: 397.html, results/193.processed, results/397.processed:
3235: test results updated after \x00 character was disabled in
3236: math:convert string mode (related to feature #1177)
3237:
3238: * src/classes/: math.C, string.C: \\x00 character disabled while
3239: converting to string (as in base64, related to feature #1177)
3240:
3241: * src/classes/file.C: more correct arguments separation
3242:
3243: * src/: classes/file.C, classes/math.C, classes/string.C,
3244: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3245: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3246: options added, but not yet implemented (related to feature #986)
3247:
3248: * src/classes/math.C: whitespace
3249:
3250: 2019-11-13 moko
3251:
3252: * tests/: 397.html, results/397.processed: +tainting test (related
3253: to feature #1177)
3254:
3255: * src/classes/math.C: as we now produce not only digits, result
3256: should be tainted (related to feature #1177)
3257:
3258: * src/main/pa_base64.C: whitespace
3259:
3260: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3261: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3262: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3263: implementation moved from pa_common.h and pa_common.C
3264:
3265: 2019-11-12 moko
3266:
3267: * tests/: 275.html, results/275.processed: out of range test fixed,
3268: as ^math:convert now supports arbitrary precision
3269:
3270: 2019-11-11 moko
3271:
3272: * tests/results/389.processed: uctualized error message
3273:
3274: * tests/: 389.html, 397.html, results/397.processed: tests for
3275: ^math:convert added (related to feature #1177)
3276:
3277: * src/classes/math.C: ^math:convert now supports arbitrary
3278: precision, alphabet support added (implements feature #1177)
3279:
1.124 moko 3280: 2019-11-06 moko
3281:
3282: * tests/: 181.html, results/181.processed: entities usage added,
3283: more entites load tests (related to bug #842 discussion)
3284:
3285: 2019-11-05 moko
3286:
3287: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3288: call from xmlFileOpen if http://localhost/<file> was not found
3289: (related to bug #842)
3290:
3291: * src/main/pa_xml_io.C: rename
3292:
3293: * src/main/pa_xml_io.C: +MemoryStream constructor
3294:
3295: * src/main/pa_xml_io.C: whitespace
3296:
1.123 moko 3297: 2019-10-31 moko
3298:
3299: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3300: XML_PARSE_NOENT) added to fix entities load, (related to feature
3301: #1181)
3302:
1.122 moko 3303: 2019-10-25 moko
3304:
3305: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3306: queries tests
3307:
3308: 2019-10-24 moko
3309:
3310: * tests/: 388-sql.html, results/388-sql.processed: support for
3311: pgsql driver test
3312:
3313: * tests/: 388-sql.html, results/388-sql.processed:
3314: multi_statements=1 now tested, mysql test now supported
3315: (connection must be specified in [parser3] section in .my.cnf)
3316: related to issues #1195 and #1194
3317:
1.121 moko 3318: 2019-09-11 moko
3319:
3320: * src/classes/int.C: whitespace
3321:
3322: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3323: exception test
3324:
3325: * tests/results/388-sql.processed: sql queries now shown (related
3326: to feature #1196)
3327:
3328: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3329: with old parser versions.
3330:
3331: * src/: classes/file.C, classes/hash.C, classes/string.C,
3332: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3333: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3334: instead of connect string in query_event_handlers exceptions
3335: (implements feature #1196)
3336:
1.120 moko 3337: 2019-09-06 moko
3338:
3339: * tests/388-sql.html: mysql compat
3340:
3341: * src/: classes/hash.C, classes/string.C, classes/table.C,
3342: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3343: sql_ variables declaration moved to pa_common.h
3344:
1.116 moko 3345: 2019-01-15 moko
3346:
3347: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3348: logically sorted
3349:
3350: 2018-12-27 moko
3351:
3352: * src/include/pa_config_includes.h: warning war:
3353: -Wdeprecated-register added for C++ 17
3354:
3355: 2018-10-15 moko
3356:
3357: * configure.ac: FreeBSD 11.2 can be build with ./configure
3358: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3359: --with-xml=/usr/local/
3360:
3361: 2018-09-24 moko
3362:
3363: * tests/: 396.html, 396.tiff, results/396.processed: test for
3364: ^image::measure[] now supports tiff added (related to feature
3365: #1188)
3366:
3367: * src/classes/image.C: ^image::measure[] now supports tiff
3368: (implements feature #1188)
3369:
3370: 2018-09-20 moko
3371:
3372: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3373: files measure added (related to ticket #1188)
3374:
3375: * src/classes/image.C: measure of bmp files implemented (related to
3376: ticket #1188)
3377:
3378: 2018-09-18 moko
3379:
3380: * tests/: 394-curl.html, results/394-curl.processed,
3381: results/auto.p: test for bug #1187 (max_file_size check for head
3382: requests) added
3383:
3384: 2018-08-24 moko
3385:
3386: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3387: response content-length check is required (fixes bug #1187)
3388:
3389: 2018-05-11 moko
3390:
3391: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3392: $.append(bool) ] option added (related to feature #919)
3393:
3394: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3395: from misha@ patch (implements feature #919)
3396:
3397: 2018-03-22 moko
3398:
3399: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3400: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3401: with 128kb buffer. Now works at least 12 times faster. :) May be
3402: Windows-only problem.
3403:
3404: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3405: build fix)
3406:
3407: 2018-02-03 moko
3408:
3409: * src/main/execute.C: removes irrelevant lines from exception stack
3410: trace when exceptions occurs in assigment (fixes bug #1165)
3411:
3412: * tests/: 393.html, results/393.processed: test for behavour after
3413: "Property can not be created, already exists field with that
3414: name" exception removed (related to feature #1183)
3415:
3416: * src/types/pa_vclass.C: "Property can not be created, already
3417: exists field with that name" exception removed (implements
3418: feature #1183)
3419:
3420: 2018-01-19 moko
3421:
3422: * src/classes/string.C: whitespace
3423:
3424: * src/classes/string.C: whitespace
3425:
3426: * tests/: 392.html, results/392.processed: test for
3427: ^regex::create[$regex] added (related to feature #1135)
3428:
3429: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3430: ^regex::create[$regex] added (implements feature #1135)
3431:
3432: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3433: commented define added (related to feature #1157)
3434:
3435: 2018-01-17 moko
3436:
3437: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3438:
3439: 2018-01-15 moko
3440:
3441: * tests/: 390.html, results/390.processed: real path replaced by
3442: stub
3443:
3444: * tests/: 391.html, results/391.processed: test for feature #1181
3445: (XML_PARSE_HUGE exception) added
3446:
3447: 2018-01-11 moko
3448:
3449: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3450: XML_PARSE_HUGE option passed by default (implements feature
3451: #1181)
3452:
3453: * src/classes/string.C: whitespace
3454:
3455: 2017-12-10 moko
3456:
3457: * tests/: 389.html, 390.html, results/389.processed,
3458: results/390.processed: image code coverage tests added (related
3459: to feature #1125)
3460:
3461: 2017-12-08 moko
3462:
3463: * tests/: 346-curl.html, 388-sql.html, 389.html,
3464: results/346-curl.processed, results/388-sql.processed,
3465: results/389.processed: more code coverage tests
3466:
3467: * tests/: 264.html, results/264.processed: code coverage for
3468: ^file::exec[]
3469:
3470: 2017-12-07 moko
3471:
3472: * tests/: 174.html, 388-sql.html, 389.html,
3473: results/388-sql.processed, results/389.processed,
3474: results/174.processed: more coverage tests
3475:
3476: * src/classes/math.C: exception text actualized
3477:
3478: 2017-12-06 moko
3479:
3480: * tests/388-sql.html: $SQL can be here
3481:
3482: * tests/results/auto.p: $SQL not required here
3483:
3484: * tests/: 388-sql.html, 389.html, Makefile,
3485: results/388-sql.processed, results/389.processed, results/auto.p:
3486: code coverage tests for sql (using sqlite) and int/double/bool
3487: added (related to feature #1125)
3488:
3489: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3490: lib/json/json.vcproj, lib/md5/md5.vcproj,
3491: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3492: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3493: targets/apache/ApacheModuleParser3Core.vcproj,
3494: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3495: types/types.vcproj: gc\include no longer required
3496:
3497: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3498: required
3499:
3500: * src/: classes/Makefile.am, classes/table.C,
3501: include/pa_config_includes.h, include/pa_string.h,
3502: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3503: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3504: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3505: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3506: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3507: used, we now include it directly
3508:
3509: 2017-12-04 moko
3510:
3511: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3512: memcached/memcached.vcproj, punycode/punycode.vcproj,
3513: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3514: where required
3515:
3516: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3517: now can be used to trace memory allocations
3518:
3519: * src/: classes/table.C, include/pa_config_includes.h,
3520: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3521: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3522: method removes, libcord also can work without libgc
3523:
3524: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3525:
3526: 2017-11-29 moko
3527:
3528: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3529: are not present (related to feature #1173)
3530:
3531: * tests/346-curl.html: test updated to test curl content-length bug
3532: (related to feature #1173)
3533:
3534: * tests/results/346-curl.processed: more test for content-length
3535: curl bug (related to feature #1173)
3536:
3537: * tests/results/346-curl.processed: test results updated after
3538: #1173 implemented
3539:
3540: 2017-11-28 moko
3541:
3542: * src/classes/curl.C: another libcurl Content-length bug walkaround
3543: (related to feature #1173)
3544:
3545: 2017-11-27 moko
3546:
3547: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3548: $.http_version[version string] added (implements feature #1173),
3549: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3550: where $post(true) bug existed.
3551:
3552: 2017-11-18 moko
3553:
3554: * src/include/pa_memory.h: warning war (related to feature #1170)
3555:
3556: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3557: feature #1170)
3558:
3559: 2017-11-17 moko
3560:
3561: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3562: std::basic_stringstream used in ^table.csv-string[] is compatible
3563: with delete usage check only under Debian 9 (related to feature
3564: #1170)
3565:
3566: 2017-11-16 moko
3567:
3568: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3569: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3570: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3571: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3572: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3573: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3574: stubs defend from accidental use (implements feature #1170)
3575:
3576: 2017-06-24 moko
3577:
3578: * configure.ac: minor fix: thanks to alx@
3579:
1.115 moko 3580: 2017-05-29 moko
3581:
3582: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3583: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3584: added to avoid cutting of UTF-8 chars (fixed bug #123)
3585:
3586: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3587: ignored, =?UTF-8?Q?= should start in case of leading space
3588: (related to bug #123)
3589:
3590: * buildall: echo -n -> printf for OS X. :)
3591:
3592: 2017-05-25 moko
3593:
3594: * tests/: 288.html, results/288.processed: test updated afted
3595: setting $o.prop without setter exception removed (related to
3596: feature #1157)
3597:
3598: * src/types/pa_vclass.C: no more "this property has no setter
3599: method" when setting $o.prop without setter (implements feature
3600: #1157)
3601:
3602: * buildall: echo \c -> echo -n for FreeBSD
3603:
3604: * configure, configure.ac, src/include/pa_config_auto.h.in,
3605: src/types/pa_vdouble.h: isfinite now checked in configure
3606:
3607: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3608: upgraded to automake 1.15
3609:
3610: 2017-05-23 moko
3611:
3612: * src/types/pa_vdouble.h: finite returned where isfinite not
3613: defined
3614:
3615: 2017-05-22 moko
3616:
3617: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3618:
3619: * buildall: extern CFLAGS setting support
3620:
3621: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3622:
3623: * buildall: http -> https
3624:
3625: * buildall: gc-7.2f -> gc-7.6.0
3626:
3627: 2017-05-20 moko
3628:
3629: * buildall: https, pcre, xml, xslt updated to current versions
3630: (related to feature #1136)
3631:
3632: 2017-05-19 moko
3633:
3634: * tests/097.html: after parser.ru moved to https
3635:
3636: 2017-05-17 moko
3637:
3638: * tests/results/: 175.processed, 372.processed: tests resuls
3639: updated after lintian spelling typos fixed (related to bug #1156)
3640:
3641: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3642: classes/string.C, classes/table.C, main/pa_charset.C,
3643: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3644: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3645: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3646:
3647: * tests/results/096.processed: +XMP
3648:
3649: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3650: $.xmp(true) options tested (test for feature #1154)
3651:
3652: * src/classes/image.C: ^image:measure[] options $.exif(false)
3653: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3654: fetched by default! (implements feature #1154)
3655:
3656: 2017-05-16 moko
3657:
3658: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3659: allowed (related to feature #1154)
3660:
3661: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3662: initial XMP implementation - without options and transcode
3663: (related to feature #1154)
3664:
3665: 2017-05-12 moko
3666:
3667: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3668: image: exif moved to ffields, skipped in ^image.html[] where
3669: iterators now used (preparation for feature #1154)
3670:
3671: 2017-05-05 moko
3672:
3673: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3674: results/387.processed: test for circular class inheritance check
3675: added (related to bug #1150)
3676:
3677: * src/types/pa_vstateless_class.C: circular class inheritance check
3678: added (fixes endless add_derived bug #1150)
3679:
3680: 2017-05-04 moko
3681:
3682: * tests/: 386.html, results/386.processed: test for
3683: $table.value(number) added (related to feature #1152)
3684:
3685: * src/types/pa_vtable.C: table put_element: column value must be
3686: string - > column value must be string compatible to allow
3687: $t.value(1) (implements feature #1152)
3688:
3689: 2017-05-03 moko
3690:
3691: * src/main/pa_request.C: $use[$method] is not possible, reverting
3692: (related to feature #1151)
3693:
3694: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3695: not possible, removing test (related to feature #1151)
3696:
3697: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3698: get_element_method added and used to allow $use[$method] and
3699: $autouse[$method] (implements feature 1151)
3700:
3701: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3702: variable added (related to feature #1151)
3703:
3704: * tests/results/226.processed: actualized after ^try-catch used
3705:
3706: * tests/: 226.html, 385.html, results/385.processed: test for
3707: @autouse in variable added
3708:
3709: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3710:
1.114 moko 3711: 2017-02-27 moko
3712:
3713: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3714:
1.113 moko 3715: 2017-02-20 moko
3716:
1.211 moko 3717: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3718:
3719: 2017-02-16 moko
3720:
3721: * tests/: 384.html, results/384.processed: test for
3722: ^reflection:mixin[; $.name[] ] option added (related to feature
3723: #1089)
3724:
3725: * tests/: 384.html, results/384.processed: test for
3726: ^reflection:mixin[] added (related to feature #1089)
3727:
3728: * src/types/pa_value.h: warning war: virtual ~Value() added
3729:
1.112 moko 3730: 2017-02-15 moko
3731:
3732: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3733: fixed
3734:
3735: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3736: test added (related to feature #1069)
3737:
3738: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3739: compilation without HASH_ORDER fixed
3740:
3741: * src/: classes/reflection.C, include/pa_hash.h:
3742: $.reverse(true/false) added to ^reflection:methods[] (related to
3743: feature #1069)
3744:
3745: 2017-02-14 moko
3746:
3747: * tests/: 152.html, results/152.processed: test for $._default hash
3748: added (related to bug #1131)
3749:
3750: * tests/: 277.html, results/277.processed: test for hash with only
3751: $._default is now defined (related to bug #1131)
3752:
3753: * src/types/pa_vhash.h: hash with only $._default is now defined
3754: (fixed bug #1131)
3755:
3756: 2017-02-13 moko
3757:
3758: * tests/cat-windows.sh: cat-windows added (cygwin required)
3759:
3760: * tests/: 171.html, 264.html, 286.html, 370.html,
3761: results/320.processed, results/375.processed, results/auto.p:
3762: cat-windows.sh support added
3763:
3764: * tests/375.html: Windows support
3765:
3766: * tests/270.html: documented
3767:
3768: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3769: (not backslashes) even under Windows (broke test 270)
3770:
3771: 2017-02-12 moko
3772:
3773: * tests/: descript.ion, todo.txt: cleanup
3774:
3775: 2017-02-09 moko
3776:
3777: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3778: run_tests.cmd: Windows compatibility
3779:
3780: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3781: incorrectly (GMT) if parser is called from cygwin
3782:
1.111 moko 3783: 2017-02-08 moko
3784:
1.211 moko 3785: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3786:
1.211 moko 3787: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3788:
3789: * NEWS, README: minor update
3790:
3791: * src/include/pa_config_includes.h: warning war continues
3792:
3793: * src/: include/pa_config_includes.h, include/pa_memory.h,
3794: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3795: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3796: gcc 6.x issues fixed
3797:
1.111 moko 3798: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3799: classes/classes.h, classes/curl.C, classes/date.C,
3800: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3801: classes/hashfile.C, classes/image.C, classes/inet.C,
3802: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3803: classes/memcached.C, classes/memory.C, classes/op.C,
3804: classes/reflection.C, classes/regex.C, classes/response.C,
3805: classes/string.C, classes/table.C, classes/void.C,
3806: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3807: include/pa_array.h, include/pa_cache_managers.h,
3808: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3809: include/pa_config_fixed.h, include/pa_config_includes.h,
3810: include/pa_dictionary.h, include/pa_dir.h,
3811: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3812: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3813: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3814: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3815: include/pa_request_charsets.h, include/pa_request_info.h,
3816: include/pa_sapi.h, include/pa_socks.h,
3817: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3818: include/pa_stack.h, include/pa_string.h,
3819: include/pa_stylesheet_connection.h,
3820: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3821: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3822: include/pa_uue.h, include/pa_xml_exception.h,
3823: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3824: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3825: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3826: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3827: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3828: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3829: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3830: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3831: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3832: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3833: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3834: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3835: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3836: main/pa_string.C, main/pa_stylesheet_connection.C,
3837: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3838: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3839: main/untaint.C, sql/pa_sql_driver.h,
3840: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3841: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3842: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3843: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3844: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3845: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3846: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3847: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3848: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3849: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3850: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3851: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3852: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3853: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3854: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3855: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3856: types/pa_vmemcached.h, types/pa_vmemory.h,
3857: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3858: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3859: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3860: types/pa_vresponse.C, types/pa_vresponse.h,
3861: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3862: types/pa_vstateless_object.h, types/pa_vstatus.C,
3863: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3864: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3865: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3866: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3867: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3868: 2015->2017
3869:
1.110 moko 3870: 2017-02-07 moko
3871:
3872: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3873:
3874: 2017-02-06 moko
3875:
3876: * src/main/pa_common.C: minor fixes, whitespace
3877:
3878: * src/: classes/curl.C, classes/file.C, classes/image.C,
3879: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3880: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3881: now used (implements feature #1081)
3882:
3883: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3884:
3885: 2017-02-01 moko
3886:
3887: * src/include/pa_request.h: cleanup
3888:
3889: 2017-01-30 moko
3890:
3891: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3892:
3893: 2017-01-29 moko
3894:
3895: * tests/: 383.html, results/383.processed: test for
3896: ^reflection:stack[] added (related to feature #1052)
3897:
3898: * src/classes/reflection.C: else added
3899:
3900: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3901: $.max_file_lock_wait added (implements feature #1128)
3902:
3903: 2017-01-28 moko
3904:
3905: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3906: body and other cases tests added (related to featue #1014)
3907:
3908: * src/classes/curl.C: bug if response is empty fixed (related to
3909: feature #1014)
3910:
3911: 2017-01-27 moko
3912:
3913: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3914: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3915: added (implements feature #1052)
3916:
3917: 2017-01-25 moko
3918:
3919: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3920: method test added
3921:
3922: 2017-01-23 moko
3923:
3924: * src/classes/reflection.C: optimization: options->get replaced by
3925: hash iterator
3926:
3927: * tests/: 381.html, results/381.processed: now -> fixed date
3928:
3929: * src/main/pa_request.C: warning war
3930:
3931: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3932: 5Mb (fixes bug #1058)
3933:
3934: * src/classes/curl.C: warning war
3935:
3936: * tests/: 381.html, results/381.processed: tests for ^json:string
3937: $.one-line(true) option added (related to feature #1124)
3938:
3939: * src/: classes/json.C, types/pa_value.h: $json-string
3940: $.one-line(true|false) options is now supported (implements
3941: feature #1124)
3942:
3943: * tests/: 380.html, results/380.processed: test for modified
3944: $.max_file_size added (related to bug #1014)
3945:
3946: * tests/: 379.html, results/auto.p: tests for rewritten http file
3947: load added (related to bug #1014)
3948:
3949: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3950: main/pa_common.C, main/pa_http.C: check_file_size added and used
3951: in curl / file load from disk and http, http file load rewritten
3952: (related to bug #1014)
3953:
3954: 2017-01-18 moko
3955:
3956: * tests/: 378.html, results/378.processed: tests for ^result[]
3957: added (related to feature #66)
3958:
3959: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3960: Method::CO_WITHOUT_FRAME as frame still added in expression
3961: (related to feature #66)
3962:
3963: 2017-01-17 moko
3964:
3965: * tests/: 377.html, results/377.processed: test for different
3966: combinations of breaks in body and delimiter (related to bug
3967: #1077)
3968:
3969: * tests/: 376.html, results/376.processed: many ^break[] tests
3970: added (related to bug #1077)
3971:
3972: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3973: passed to native method" exception added to avoid bugs due to
3974: WRITE_EXPR_RESULT skipped and native methods execution continues
3975: after ^break[] (related to bug #1077)
3976:
3977: 2017-01-14 moko
3978:
3979: * tests/: 330.html, results/330.processed: test results updated
3980: after ^break[] bugs where fixed (related to bug #1077)
3981:
3982: * tests/: 329.html, results/329.processed: test results updated
3983: after ^break[] bugs where fixed (related to bug #1077)
3984:
3985: * tests/results/320.processed: ^return[] added
3986:
3987: 2017-01-13 moko
3988:
3989: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3990: classes/table.C, include/pa_request.h, main/execute.C,
3991: main/pa_request.C, targets/cgi/parser3.C,
3992: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3993: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3994: checked after each possible process/execute call (fixes bug
3995: #1077)
3996:
3997: 2016-12-29 moko
3998:
3999: * src/main/pa_common.C: warning war
4000:
4001: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4002: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4003: pa_file_size_limit added, ^math:random fixed for upper limit and
4004: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4005: (related to feature #1014)
4006:
4007: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4008: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4009: (related to feature #1014)
4010:
4011: 2016-12-28 moko
4012:
4013: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4014: warning war
4015:
4016: 2016-12-26 moko
4017:
4018: * tests/: 341.html, results/341.processed: test for
4019: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4020:
4021: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4022: (related to feature #1057)
4023:
4024: * src/types/pa_vdate.C: warning war continues...
4025:
4026: * src/: classes/date.C, classes/image.C, classes/table.C,
4027: include/pa_config_includes.h, types/pa_vfile.C: warning war
4028:
4029: * src/lib/gd/gifio.C: warning war / cleanup
4030:
4031: * src/lib/json/pa_json.C: warning war
4032:
4033: * src/classes/hash.C: warning war
4034:
4035: * src/types/pa_vfile.C: warning war
4036:
4037: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4038: -Wall warning war continues
4039:
4040: * configure.ac: --with-build-warnings actualized
4041:
4042: 2016-12-25 moko
4043:
4044: * src/main/pa_exec.C: -wAll warning war
4045:
4046: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4047: -wAll warning war
4048:
4049: * src/: include/pa_common.h, include/pa_sapi.h,
4050: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4051: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4052: -wAll warning war
4053:
4054: 2016-12-23 moko
4055:
4056: * src/lib/ltdl/Makefile.am: extra dist added
4057:
4058: * tests/results/344.processed: test result updated after $file.text
4059: prefetched in ^hash::create[$file] (related to feature #1075)
4060:
4061: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4062: ^hash::create[$file] (related to feature #1075)
4063:
4064: 2016-12-22 moko
4065:
4066: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4067: main/pa_request.C, main/pa_stylesheet_connection.C,
4068: types/pa_vfile.C: file_stat now return 64-bit size (implements
4069: #1014 under 32-bit unix versions)
4070:
4071: 2016-12-21 moko
4072:
4073: * tests/: 375.html, results/375.processed: test for exec returning
4074: stated file added (related to feature #1119)
4075:
4076: * src/classes/file.C: load should not return file with null body
4077: (fixes bug #1119)
4078:
4079: 2016-12-14 moko
4080:
4081: * tests/: 374.html, results/374.processed: test for $method.name
4082: added (related to feature #1117) plus method returning junction
4083: test
4084:
4085: 2016-12-13 moko
4086:
4087: * src/: include/pa_symbols.h, main/pa_symbols.C,
4088: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4089: (implements feature #1117)
4090:
4091: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4092: HEAD and TRACE can't have body (implements feature #1116)
4093:
4094: 2016-12-09 moko
4095:
4096: * tests/: 373.html, results/373.processed: tests for
4097: ^reflection:tainting added (related to feature #1098)
4098:
4099: * src/classes/reflection.C: ^reflection:tainting arguments order
4100: change (related to feature #1098)
4101:
4102: 2016-12-06 moko
4103:
4104: * src/: classes/reflection.C, include/pa_string.h,
4105: main/pa_string.C: ^reflection:tainting[$string] added (implements
4106: feature #1098)
4107:
4108: 2016-12-05 moko
4109:
4110: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4111: (fixes bug #1114)
4112:
4113: 2016-12-04 moko
4114:
4115: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4116: check added
4117:
4118: 2016-12-03 moko
4119:
4120: * tests/: 346-curl.html, results/346-curl.processed: test modified
4121: to test value.as_hash() usage
4122:
4123: * src/classes/curl.C: value.as_hash() used for correct hash
4124: processing
4125:
4126: * src/classes/reflection.C: exceptions texts fixes
4127:
4128: 2016-12-02 moko
4129:
4130: * tests/: 372.html, results/372.processed: tests for
4131: ^reflection:create[ $.class[name] $.constructor[name]
4132: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4133: feature #1094)
4134:
4135: * src/types/pa_vmethod_frame.h: comment added: params should be
4136: declared outside of *_FRAME_ACTION as MethodParams destructor
4137: will be called in ~VNativeMethodFrame
4138:
4139: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4140: ] minor fix
4141:
4142: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4143: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4144: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4145: now supported (implements feature #1094) value::as_hash added
4146: (and should be used everywhere)
4147:
4148: * src/classes/reflection.C: cleanup
4149:
4150: 2016-12-01 moko
4151:
4152: * tests/: 356.html, results/356.processed: test for method
4153: junctions class name added to the resulting hash added (related
4154: to feature #1068)
4155:
4156: * src/classes/reflection.C: for method junctions class name added
4157: to the resulting hash (related to feature #1068)
4158:
4159: 2016-11-30 moko
4160:
4161: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4162: exception (related to bug #1113)
4163:
4164: * src/types/pa_vhashfile.C: whitespace
4165:
4166: * src/main/pa_os.C: errno now returned as it should (fixes bug
4167: #1113)
4168:
4169: * tests/results/: 175.processed, 192.processed, 224.processed,
4170: 229.processed, 239.processed, 244.processed, 246.processed,
4171: 314.processed, 352.processed: tests results updated after method
4172: call exceptions improved as method now keeps its name
4173:
4174: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4175: types/pa_vmethod_frame.h: method call exceptions improved as
4176: method now keeps its name
4177:
4178: * tests/: 224.html, 239.html, results/224.processed,
4179: results/239.processed: tests and tests results updated after
4180: Request::construct exception changed
4181:
4182: * src/: classes/reflection.C, main/execute.C: Request::construct
4183: exception optimized
4184:
4185: * tests/: 371.html, results/371.processed: test for
4186: WWrapper.get_element call in $.name.key[value] code added
4187: (related to feature #1091)
4188:
4189: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4190: in $.name.key[value] code (related to feature #1091)
4191:
4192: 2016-11-29 moko
4193:
4194: * src/classes/op.C: VS warning war
4195:
4196: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4197: C4239: nonstandard extension used : 'return' : conversion from
4198: 'Value' to 'Value &' (related to feature #1020)
4199:
4200: * src/: main/execute.C, types/pa_vmethod_frame.h,
4201: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4202: used : 'return' : conversion from 'Value' to 'Value &' (related
4203: to feature #1020)
4204:
4205: * src/main/execute.C: VS warning war
4206:
4207: * src/targets/cgi/parser3.C: VS compatibility fix
4208:
4209: * src/include/pa_request.h: VS warning war
4210:
4211: * tests/: 370.html, results/370.processed: test for ^file::exec[
4212: ... $.stdin[$binary_file] ] added (related to bug #1044)
4213:
4214: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4215: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4216: $.stdin[$binary_file] (fixes bug #1044)
4217:
4218: 2016-11-28 moko
4219:
4220: * src/main/pa_exec.C: whitespace
4221:
4222: * src/main/pa_request.C: whitespace
4223:
4224: * tests/: 369.html, results/369.processed: test for
4225: $response:status usage added (related to feature #1099)
4226:
4227: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4228: if < 100 (implements feature #1099)
4229:
4230: * src/targets/cgi/parser3.C: whitespace
4231:
4232: * src/targets/cgi/parser3.C: whitespace
4233:
4234: * tests/: 368.html, results/368.processed: test updated after
4235: ^reflection:filename[$method] added (related to feature #1053)
4236:
4237: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4238: main/compile.y, main/execute.C, main/pa_request.C,
4239: types/pa_vclass.h: filename -> filespec,
4240: ^reflection:filename[$method] added (related to feature #1053)
4241:
4242: 2016-11-27 moko
4243:
4244: * tests/: 368.html, results/368.processed: test for
4245: reflection:filename[$class or object] added (related to feature
4246: #1053)
4247:
4248: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4249: types/pa_vstateless_class.h: ^reflection:filename[$class or
4250: object] added (implements feature #1053)
4251:
4252: 2016-11-26 moko
4253:
4254: * src/: include/pa_request_info.h,
4255: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4256: remove_absolute_uri -> strip_absolute_uri
4257:
4258: 2016-11-25 moko
4259:
4260: * src/: include/pa_request_info.h,
4261: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4262: request_info.remove_absolute_uri added to remove possible
4263: http://site.name/ from $request:uri (implements feature #1112)
4264:
4265: 2016-11-24 moko
4266:
4267: * tests/: 367-curl.html, results/367-curl.processed: test for
4268: previous request headers clearing after redirect added (related
4269: to bug #1109)
4270:
4271: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4272: response headers from previous requests are now cleared, only
4273: last request headers are collected (fixes bug #1109)
4274:
4275: * tests/results/: 266.processed, 321.processed, 356.processed:
4276: tests results updated as method name now added to the resulting
4277: hash for new syntax only (Imp1 compatimility fixed, related to
4278: feature #1068)
4279:
4280: * src/classes/reflection.C: method name now added to the resulting
4281: hash for new syntax only (Imp1 compatimility fixed, related to
4282: feature #1068)
4283:
4284: * tests/results/366.processed: test for native and parser
4285: implementation of ^use[] logic (related to feature #1074)
4286:
4287: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4288: for native and parser implementation of ^use[] logic (related to
4289: feature #1074)
4290:
4291: 2016-11-23 moko
4292:
4293: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4294: main/pa_request.C: @USE file now implemented as ^use[file;
4295: $.origin[origin_file] ] (implements feature #1074)
4296:
1.109 moko 4297: 2016-11-21 moko
4298:
1.110 moko 4299: * tests/: 365.html, results/365.processed: test for $caller bugs in
4300: 3.4.4 and $caller.method now tested (related to feature #1110)
4301:
4302: * tests/: 364.html, results/364.processed: $caller usage in
4303: different contexts now tested (related to feature #1110)
4304:
4305: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4306:
4307: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4308:
1.109 moko 4309: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4310: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4311: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4312: used (implements feature #1110)
4313:
4314: 2016-11-20 moko
4315:
4316: * src/types/pa_vdouble.h: whitespace
4317:
4318: 2016-11-11 moko
4319:
4320: * tests/: 363.html, results/363.processed: more tests for feature
4321: #1091 (how parser methods work in expression context)
4322:
4323: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4324: expressions strings are now written as strings, not values by
4325: write_as_string (related to feature #1091)
4326:
4327: * src/classes/op.C: to make more correct behavour in expression
4328: context
4329:
4330: 2016-11-07 moko
4331:
4332: * tests/: 362.html, results/362.processed: test for
4333: xsltParseStylesheetDoc caching as xsl modification after it added
4334: (related to bug #1108)
4335:
4336: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4337: result now cached as xdoc is modified after it (fixes bug #1108)
4338:
4339: 2016-11-06 moko
4340:
4341: * src/types/pa_vxdoc.h: whitespace
4342:
4343: 2016-11-05 moko
4344:
4345: * src/types/pa_vmethod_frame.h: cleanup
4346:
4347: 2016-11-03 moko
4348:
4349: * tests/results/244.processed: more correct exception after method
4350: frames separation
4351:
4352: * src/types/pa_vmethod_frame.h: minor optimizaion
4353:
4354: * src/types/pa_method.h: optimization: params_count added
4355:
4356: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4357: include/pa_request.h, main/execute.C, main/pa_request.C,
4358: types/pa_value.C, types/pa_vmethod_frame.C,
4359: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4360: VMethodFrame now divided into VNativeMethodFrame,
4361: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4362: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4363: and used (related to feature #1104)
4364:
4365: 2016-11-02 moko
4366:
4367: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4368: classes/double.C, classes/file.C, classes/hash.C,
4369: classes/hashfile.C, classes/image.C, classes/inet.C,
4370: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4371: classes/memcached.C, classes/op.C, classes/reflection.C,
4372: classes/regex.C, classes/string.C, classes/table.C,
4373: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4374: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4375: r.write (implements feature #1091)
4376:
4377: * src/main/execute.C: cleanup (related to feature #1104)
4378:
4379: * src/: include/pa_request.h, main/execute.C,
4380: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4381: added, in_expression removed (implements feature #1104)
4382:
4383: 2016-10-31 moko
4384:
4385: * src/types/pa_value.C: whitespace
4386:
4387: 2016-10-28 moko
4388:
4389: * tests/results/244.processed: updated after error reporting fixed
4390: in pa_wcontext.C
4391:
4392: * src/types/pa_wcontext.C: error reporting fixed
4393:
4394: * src/types/pa_wcontext.h: whitespace
4395:
4396: * src/classes/image.C: not fully readed entries are no longer
4397: processed (fixes bug #1106)
4398:
4399: 2016-10-26 moko
4400:
4401: * src/classes/image.C: whitespace
4402:
4403: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4404: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4405: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4406: longer required (related to feature #1091)
4407:
4408: * tests/results/: 264.processed, 350.processed: test results update
4409: reverted (whitespace optimization) after write_no_lang removed :)
4410: (related to feature #1091)
4411:
4412: * src/: classes/file.C, classes/hash.C, classes/op.C,
4413: classes/string.C, classes/table.C, classes/void.C,
4414: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4415: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4416: equal write_pass_lang (related to feature #1091)
4417:
4418: * tests/results/: 264.processed, 350.processed: test results
4419: updated (whitespace optimization) after write_assign_lang removed
4420: (related to feature #1091)
4421:
4422: * tests/: 361.html, results/361.processed: test for non-string
4423: ^untaint added (related to feature #1091)
4424:
4425: * src/: classes/curl.C, classes/date.C, classes/file.C,
4426: classes/hash.C, classes/op.C, classes/string.C,
4427: include/pa_request.h, main/execute.C: optimization:
4428: write_assign_lang removed as not required (first part of feature
4429: #1091 implementation)
4430:
1.108 moko 4431: 2016-10-12 moko
4432:
4433: * tests/: 360.html, results/360.processed: more test code (related
4434: to feature #1104)
4435:
4436: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4437: include/pa_request.h, main/compile.y, main/execute.C: opcode
4438: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4439: WContext is next task (implements feature #1104)
4440:
4441: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4442: / CO_WITHOUT_WCONTEXT
4443:
4444: * tests/: 360.html, results/360.processed: test for in expression
4445: state (related to feature #1104)
4446:
4447: 2016-10-11 moko
4448:
4449: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4450:
4451: * src/classes/op.C: default value removed from initializer
4452:
4453: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4454:
4455: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4456:
4457: 2016-10-10 moko
4458:
4459: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4460: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4461: to feature #42)
4462:
4463: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4464: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4465:
4466: 2016-10-08 moko
4467:
4468: * src/classes/double.C: whitespace
4469:
4470: 2016-10-07 moko
4471:
4472: * src/types/pa_vmethod_frame.h: reorder
4473:
4474: 2016-10-06 moko
4475:
4476: * src/classes/date.C: typo
4477:
4478: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4479:
4480: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4481: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4482: types/pa_vmethod_frame.h: params.get now returns Value&, not
4483: Value*
4484:
4485: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4486:
4487: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4488: removed; first as_* code rewrite
4489:
4490: 2016-10-05 moko
4491:
4492: * src/include/pa_request.h: whitespace
4493:
4494: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4495: intercept_string added (related to feature #1097)
4496:
4497: * src/: classes/image.C, classes/op.C, classes/table.C,
4498: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4499: optimization: intercept_string removed (implements feature #1097)
4500:
4501: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4502:
4503: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4504: from VCodeFrame and WWrapper as not required
4505:
4506: 2016-10-04 moko
4507:
4508: * src/: classes/curl.C, classes/date.C, classes/double.C,
4509: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4510: classes/int.C, classes/json.C, classes/op.C,
4511: classes/reflection.C, classes/string.C, classes/table.C,
4512: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4513: proces_to_value -> process after StringOrValue removed (related
4514: to feature #1020)
4515:
4516: * src/classes/form.C: whitespace
4517:
4518: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4519:
4520: * tests/: 357.html, 358.html, results/357.processed,
4521: results/358.processed, results/auto.p: test for @conf
4522: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4523:
4524: 2016-10-03 moko
4525:
4526: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4527: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4528: supported (implements feature #42)
4529:
4530: * src/types/pa_vregex.h: no reason for VRegex to be
4531: is_evaluated_expr
4532:
4533: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4534: (implements feature #1095)
4535:
4536: 2016-10-01 moko
4537:
4538: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4539: false by default (related to feature #1089)
4540:
4541: 2016-09-30 moko
4542:
4543: * src/types/pa_wcontext.h: cleanup
4544:
4545: 2016-09-29 moko
4546:
4547: * src/main/execute.C: whitespace
4548:
4549: * src/include/pa_request.h: whitespace
4550:
4551: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4552: classes/op.C, classes/table.C, include/pa_request.h,
4553: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4554: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4555: StringOrValue removed as it just slows down and adds complexity
4556: (implements feature #1020)
4557:
4558: 2016-09-28 moko
4559:
4560: * tests/: 356.html, results/266.processed, results/321.processed,
4561: results/356.processed: tests updated after name was added to
4562: method_info hash, test for ^reflection:method_info[junction]
4563: added (related to feature #1068)
4564:
4565: * src/classes/reflection.C: ^reflection:method_info[junction] now
4566: supported, method name added to the resulting hash (implements
4567: feature #1068)
4568:
4569: * tests/: 276.html, results/276.processed: more tests for
4570: ^reflection:delete[]
4571:
4572: * src/classes/reflection.C: fixed bug then ^reflection:delete
4573: didn't work on class and could damage native objects (like file)
4574:
4575: 2016-09-26 moko
4576:
4577: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4578: results/345.processed, results/346-curl.processed,
4579: results/347-curl.processed, results/348.processed: numbers added
4580: to simplify diff analysis
4581:
4582: * tests/: 352.html, results/352.processed: test result updated as
4583: method name used
4584:
4585: * src/classes/reflection.C: method name used
4586:
4587: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4588: its name
4589:
4590: * src/types/pa_method.h: whitespace
4591:
4592: * src/classes/reflection.C: both method and field with one name can
4593: exist.
4594:
4595: * src/classes/reflection.C: ^reflection:mixin added (implements
4596: feature #1089)
4597:
4598: * tests/: 355.html, results/355.processed: property appears in
4599: derived class if added in base test added
4600:
4601: * src/types/pa_vstateless_class.h: get_method declaration +
4602: whitespace
4603:
4604: * tests/: 354.html, results/354.processed: nice test from method
4605: and property with one name in class added
4606:
4607: 2016-09-23 moko
4608:
4609: * src/classes/reflection.C: ^reflection:method usage documented
4610:
4611: 2016-09-22 moko
4612:
4613: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4614: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4615: compile warning and GPF occures on VS2003 (related to feature
4616: #1087)
4617:
4618: * tests/: 350.html, results/350.processed: test added for
4619: $.encloser[] support in ^table::create (related to feature #11)
4620:
4621: * src/classes/table.C: another minor fix (related to feature #11)
4622:
1.107 moko 4623: 2016-09-21 moko
4624:
4625: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4626:
4627: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4628: classes/json.C, classes/string.C, classes/table.C,
4629: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4630: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4631: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4632: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4633: pa_charsets, vs2015 warning war
4634:
4635: * src/classes/table.C: vs2015 warning war
4636:
4637: * src/types/pa_vdate.C: vs2015 warning war
4638:
4639: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4640:
4641: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4642: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4643:
4644: * src/main/pa_common.C: vs2015 compilation fixes
4645:
4646: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4647: vs2015 compilation fixes
4648:
4649: * src/main/pa_charset.C: vs2015 warning war
4650:
4651: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4652:
4653: * src/main/pa_charset.C: vs2015 warning war
4654:
4655: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4656:
4657: * src/types/pa_vdate.C: vs2015 compilation fix
4658:
4659: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4660:
4661: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4662: VS2015 compilation fixes
4663:
4664: * src/classes/table.C: minor fix (related to feature #11)
4665:
4666: * tests/results/282.processed: no longer skipping extra enclosers
4667: (related to feature #11)
4668:
4669: * src/classes/table.C: minor fix + no longer skipping extra
4670: enclosers (related to feature #11)
4671:
4672: * src/classes/table.C: minor optimization (related to feature #11)
4673:
4674: * src/classes/table.C: minor fix and optimization (related to
4675: feature #11)
4676:
4677: 2016-09-20 moko
4678:
4679: * tests/: 353.html, results/353.processed: test for
4680: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4681: added (related to bug #1090)
4682:
4683: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4684: one_big_piece (fixes bug #1090)
4685:
4686: * tests/: 229.html, results/229.processed: code coverage tests
4687:
4688: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4689: body) was called
4690:
4691: * src/classes/op.C: whitespace
4692:
4693: * tests/: 323.html, results/323.processed: test for code junction
4694: should not be returned by ^reflection:class, ^reflection:base
4695:
4696: * src/classes/reflection.C: bugfix: code junction should not be
4697: returned by ^reflection:class, ^reflection:base
4698:
4699: * tests/: 323.html, 352.html, results/352.processed: no more
4700: exception for ^reflection:method[class;no-such-method] (related
4701: to feature #1087)
4702:
4703: * src/classes/reflection.C:
4704: ^reflection:method[class;no-such-method] : exception -> void
4705: (related to feature #1087)
4706:
4707: * src/include/pa_request.h: request::write_value added to allow
4708: write value without convertion (related to issue #1091)
4709:
4710: 2016-09-19 moko
4711:
4712: * src/main/pa_random.C: windows build fix
4713:
4714: * src/types/pa_vhash.h: warning war
4715:
4716: 2016-09-14 moko
4717:
4718: * tests/: 352.html, 552.html, results/352.processed,
4719: results/552.processed: test for ^reflection:method[] extension
4720: added (related to feature #1087)
4721:
4722: * tests/: 552.html, results/552.processed: test for
4723: ^reflection:method[] extension added (related to feature #1087)
4724:
4725: * src/classes/reflection.C: compatibility issue fixed, VClass
4726: dynamic_cast check added (related to feature #1087)
4727:
4728: * tests/: 351.html, results/351.processed: test for @auto[]
4729: inheritance bug diring ^process[] added (related to bug #1088)
4730:
4731: * src/: classes/op.C, main/pa_request.C,
4732: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4733: disable it inheritance during ^process (fixes bug #1088)
4734:
4735: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4736: added (implements feature #1087)
4737:
4738: 2016-09-13 moko
4739:
4740: * tests/: 349.html, results/auto.p: test for objects prototyping
4741: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4742: to feature #1086)
4743:
4744: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4745: types/pa_vobject.C: objects now are not class instances, but have
4746: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4747: in @conf (implements feature #1086)
4748:
4749: 2016-09-08 moko
4750:
4751: * src/: classes/file.C, classes/mail.C, classes/string.C,
4752: classes/table.C, main/pa_http.C, main/pa_string.C,
4753: include/pa_string.h: cleanup: string::split limit argument
4754: removed as no longer required, pos_after no longer reference
4755: (related to feature #11)
4756:
4757: * src/classes/table.C, tests/results/348.processed: now exception
4758: is rised when invalid option is passed to ^table::create[]
4759:
4760: * tests/: 282.cfg, 282.html, results/282.processed: more code
4761: coverage tests
4762:
4763: * tests/: 348.html, results/348.processed: code coverage tests
4764: added
4765:
4766: * tests/: 348.html, results/348.processed: generic ^table::create[]
4767: tests
4768:
4769: * tests/: 035.html, results/035.processed, results/272.processed:
4770: tests updated after $.encloser[] support for ^table::create
4771: implementation (related to feature #11)
4772:
4773: * src/classes/table.C: $.encloser[] support for ^table::create
4774: finally added (implements feature #11)
4775:
4776: 2016-09-07 moko
4777:
4778: * src/include/pa_string.h: added StringSplitHelper as friend
4779: (related to feature #11)
4780:
4781: * src/include/pa_string.h: body and langs now protected, not
4782: private to allow inheritance (related to feature #11)
4783:
4784: * src/classes/table.C: lsplit optimized before cloning for
4785: ^table::create with $.encloser[] (related to feature #11)
4786:
4787: * src/classes/table.C: optimizaion: TableControlChars.separators
4788: added and used (related to feature #11)
4789:
4790: * src/classes/table.C: spelling:
4791:
4792: TableSeparators -> TableControlChars column -> separator
4793: separators -> control_chars
4794:
4795: 2016-09-06 moko
4796:
4797: * src/main/pa_string.C: whitespace
4798:
4799: * src/main/pa_string.C: whitespace
4800:
4801: 2016-09-01 moko
4802:
4803: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4804: results OS-independent
4805:
4806: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4807: compiler (related to feature #1042)
4808:
4809: 2016-08-15 moko
4810:
4811: * src/include/pa_string.h: whitespace
4812:
4813: * src/classes/table.C: whitespace
4814:
1.106 moko 4815: 2016-08-05 moko
4816:
4817: * tests/: 344.html, results/344.processed: test for
4818: ^hash::create[$file] added (related to feature #1075)
4819:
4820: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4821: supported (implements feature #1075)
4822:
4823: 2016-08-04 moko
4824:
4825: * tests/: 341.html, results/341.processed: more code coverage tests
4826:
4827: * tests/: 346-curl.html, results/346-curl.processed: more code
4828: coverage tests for curl
4829:
4830: * tests/: 346-curl.html, results/346-curl.processed: more code
4831: coverage tests for curl
4832:
4833: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4834: results/223.processed: code coverage tests: $.form[ $.table[] ]
4835: test added
4836:
4837: * tests/: 223-curl.html, results/223-curl.processed: more code
4838: coverage tests for curl
4839:
4840: 2016-08-03 moko
4841:
4842: * src/classes/curl.C: dlink(curl_library) now called not once, but
4843: until it will be loaded, allowing to find existing library.
4844:
4845: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4846: results/347-curl.processed: more code coverage tests for curl
4847:
4848: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4849: results/339-curl.processed, results/346-curl.processed: curl
4850: functionality tests
4851:
4852: 2016-08-02 moko
4853:
4854: * tests/: 339.html, results/339.processed: test for tables in
4855: ^file:load[] and ^curl:load[] (commented) added (related to
4856: feature #1042)
4857:
4858: * tests/: 345.html, results/345.processed: code coverage tests for
4859: file class
4860:
4861: * tests/: 344.html, results/344.processed: code coverage tests
4862:
4863: * tests/: 344.html, results/344.processed: mdate removed from
4864: output
4865:
4866: * src/classes/file.C: minor bugfix: is_text should be taked from
4867: fcontent.is_text_mode() if not set (related to feature #1061)
4868:
4869: * tests/: 344.html, results/344.processed: more tests
4870:
4871: * tests/: 343.html, 344.html, results/343.processed,
4872: results/344.processed: tests for ^file::create[ $.from-charset
4873: and $.to-charset ] (related to feature #1061)
4874:
4875: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4876: aset_text_mode argument optimized
4877:
4878: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4879: checkBOM now used in detect_binary_content (related to feature
4880: #1061)
4881:
4882: * src/main/pa_request.C: load_charset no longer required to_upper
4883:
4884: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4885: preserves original file mode (if no $.mode specified)
4886:
4887: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4888: ^file::create now supports $.from-charset[] and $.to-charset
4889: options (implements feature #1061), automatic transcode is done
4890: if text file is created from binary file and charset is detected.
4891:
4892: 2016-07-30 moko
4893:
4894: * src/classes/table.C: ^t.hash[..;] now supported (related to
4895: feature #1057)
4896:
4897: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4898: added (related to feature #1057)
4899:
4900: * tests/: 286.html, results/286.processed: code tests coverage
4901:
4902: 2016-07-29 moko
4903:
4904: * src/classes/table.C: table size should be checked inside menu and
4905: foreach (related to feature #858)
4906:
4907: * src/: classes/curl.C, classes/file.C, classes/string.C,
4908: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4909: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4910: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4911: charsets.get now does str_upper inside (related to feature #1061)
4912:
4913: * tests/: 342.html, results/342.processed: more code coverage tests
4914:
4915: * tests/: 342.html, outputs/342.processed: table menu code coverage
4916: + foreach test added (related to feature #858)
4917:
4918: * tests/: 341.html, results/341.processed: tests for
4919: ^table.hash[]{code} added + code coverage tests (related to
4920: feature #1057)
4921:
4922: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4923: value} support (implements feature #1057)
4924:
4925: * src/classes/table.C: whitespace
4926:
4927: 2016-07-28 moko
4928:
4929: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4930: from URL, if not specified query string removed from url-based
4931: filenames in ^curl:load[] and ^file::load[] (related to feature
4932: #1042)
4933:
4934: 2016-07-27 moko
4935:
4936: * tests/: 340.html, results/340.processed: test for
4937: transcode_text_result=false added (related to issue #1042)
4938:
4939: 2016-07-26 moko
4940:
4941: * src/types/pa_vfile.C: file name should not be empty (if file path
4942: is folder and ends with /) (related to feature #1042)
4943:
4944: * src/main/pa_http.C: whitespace optimizaion
4945:
4946: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4947: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4948: multiple headers, ^file::load supports headers transcoding
4949: (implements feature #1042)
4950:
4951: 2016-07-25 moko
4952:
4953: * src/include/pa_common.h: PA_DEFAULT added
4954:
4955: 2016-07-22 moko
4956:
4957: * tests/: 338.html, results/338.processed: test for
4958: $date.field(value) added (related to feature #1066)
4959:
4960: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4961: $date.field(value) now supported for y/m/d/h/m/s (implements
4962: feature #1066)
4963:
1.105 moko 4964: 2016-07-21 moko
4965:
4966: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4967: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4968: arguments removed; image.C - absolute path shown in exception
4969: (implements feature #1071)
4970:
4971: * tests/: 235.html, results/235.processed: test and test result
4972: updated after static boundary in mail and Errors-To: mail header
4973: removed (related to feature #1047)
4974:
4975: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4976: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4977: used, static boundary in mail removed, Errors-To: mail header
4978: removed (implements feature #1047)
4979:
4980: 2016-07-20 moko
4981:
4982: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4983: equest.classes(): Value -> VStateless_class, part 3 (related to
4984: issue #1051)
4985:
4986: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4987: request.classes(): Value -> VStateless_class, part 2 (related to
4988: issue #1051)
4989:
4990: * tests/results/: 224.processed, 323.processed: classes without
4991: methods should not be methoded (related to issue #1051)
4992:
4993: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4994: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4995: -> VStateless_class, part 1 (related to issue #1051)
4996:
4997: * tests/: 337.html, results/337.processed: test for
4998: ^reflection:fields_reference[] and VHashReference class added
4999: (related to feature #1072)
5000:
5001: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5002: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5003: and VHashReference added, allowing ^reflection:fields_reference[]
5004: implementation (closes feature #1072)
5005:
5006: 2016-07-19 moko
5007:
5008: * tests/: 323.html, results/323.processed: we want to see
5009: "methoded"
5010:
5011: * tests/: 336.html, results/336.processed: test for $BASE:property
5012: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5013: #1059)
5014:
5015: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5016: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5017: somebody_entered_some_class, $BASE:property works again,
5018: ^BASE:method[] bugs fixed (fixes bug #1059)
5019:
5020: 2016-07-14 moko
5021:
5022: * tests/: 335.html, results/335.processed: test for feature #1055
5023: added
5024:
5025: * src/classes/hash.C: bugfix: $._default was not copied if empty
5026: feature: ^hash.contains[_default] added (implements feature
5027: #1055)
5028:
5029: 2016-07-13 moko
5030:
5031: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5032: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5033:
5034: 2016-07-05 moko
5035:
5036: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5037: in ^hash.foreach (related to feature #1073)
5038:
5039: 2016-07-04 moko
5040:
5041: * tests/: 134.html, 281.html, results/134.processed,
5042: results/281.processed: tests updated after hash blocking removed
5043: (related to feature #1073)
5044:
5045: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5046: no longer blocks on change during foreach (implements feature
5047: #1073)
5048:
5049: 2016-06-17 moko
5050:
5051: * tests/: 330.html, results/330.processed: try exception source
5052: test added (related to bug in #1062)
5053:
5054: * tests/: 334.html, results/334.processed: Exception stack trace
5055: test added (related to bug in $1062)
5056:
5057: * src/classes/op.C: Exception trace now correctly restored and
5058: errors reported (related to bug #1062)
5059:
1.104 moko 5060: 2016-05-25 moko
5061:
5062: * src/main/compile.y: minor cleanup + beauty
5063:
5064: 2016-05-24 moko
5065:
5066: * tests/: 333.html, results/333.processed: more exceptions testing
5067:
5068: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5069: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5070: features #1056, #1026)
5071:
5072: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5073: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5074: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5075: (implements feature #1056)
5076:
5077: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5078: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5079: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5080: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5081: feature #1026)
5082:
5083: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5084: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5085: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5086: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5087: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5088: feature #1026)
5089:
5090: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5091: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5092: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5093: SYMBOLS_CACHING define implemented (related to feature #1026)
5094:
5095: * src/main/main.vcproj: + ps_symbols
5096:
5097: * src/: include/Makefile.am, include/pa_string.h,
5098: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5099: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5100: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5101: types/pa_vstateless_class.C: initial implementation for symbols
5102: cache (related to feature #1026)
5103:
5104: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5105:
5106: * src/main/pa_globals.C: minor cleanup
5107:
5108: 2016-05-19 moko
5109:
5110: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5111: (related to feature #1046)
5112:
5113: * tests/: 331.html, results/331.processed: test for
5114: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5115: (related to feature #1051)
5116:
5117: * src/main/compile.y:
5118: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5119: (implements feature #1054)
5120:
5121: 2016-05-18 moko
5122:
5123: * src/types/pa_vtable.C, tests/results/324.processed: no more
5124: "column not found" exception for ^table.no-such-method[] (related
5125: to feature #1046)
5126:
5127: * tests/: 261.html, results/261.processed: test added and updated
5128: after feature #1046 implementation
5129:
5130: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5131: types/pa_vvoid.h: $string.anything works for whitespace strings,
5132: ^string.contains added for hash compatibility, $string.method no
5133: longer returns stting method (implements feature #1046)
5134:
5135: 2016-05-12 moko
5136:
5137: * src/classes/curl.C: content-type response header no longer
5138: ignored (fixes issue #1045)
5139:
5140: * tests/: 330.html, results/330.processed: test for incomplete
5141: finally execution when break occures added (related to issue
5142: #1077)
5143:
5144: * src/classes/op.C: bugfix: Request::skip reset is called before
5145: executing catch and finally code (fixes issue #1062)
5146:
5147: 2016-05-11 moko
5148:
5149: * tests/: 329.html, results/329.processed: test for invalid
5150: ^break[] behavour added (bug #1077)
5151:
5152: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5153:
5154: 2016-04-24 moko
5155:
5156: * src/types/pa_vstateless_class.h: warning war
5157:
5158: 2016-04-17 moko
5159:
5160: * tests/: 328.html, results/328.processed: test for
5161: ^break(condition) and ^continue(condition) (related to feature
5162: #1063)
5163:
5164: * src/classes/op.C: ^break(condition) and ^continue(condition)
5165: implemented (feature #1063)
5166:
5167: 2016-04-12 moko
5168:
5169: * tests/results/280.processed: ordered hash now used for class
5170: methods and properties (test results updated for feature #1069)
5171:
5172: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5173: to xdoc.C as under FreeBSD it was inited after and inheritance
5174: failed (related to issue #1051)
5175:
5176: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5177: are printed to check inheritance (related to feature #1051)
5178:
1.103 moko 5179: 2016-04-09 moko
5180:
5181: * tests/results/320.processed: ordered hash now used for class
5182: methods and properties (test results updated for feature #1069)
5183:
5184: * src/types/pa_vstateless_class.h: ordered hash now used for class
5185: methods and properties (implements feature #1069)
5186:
5187: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5188: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5189: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5190: feature #1051)
5191:
5192: 2016-04-07 moko
5193:
5194: * src/main/execute.C: returned Value in .CLASS case for VJunction
5195: (related to feature #1051)
5196:
5197: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5198: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5199: string constants deduplication (related to feature #1051)
5200:
5201: * tests/results/224.processed: test result updated (related to
5202: feature #1051)
5203:
5204: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5205: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5206: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5207: types/pa_vstatus.h: classes hash now contains only
5208: VStateless_class derived objects, .CLASS is also allways
5209: VStateless_class derived object (related to feature #1051).
5210:
5211: 2016-04-06 moko
5212:
5213: * tests/results/323.processed: test result updated after feature
5214: #1051 implementation
5215:
5216: * src/: classes/classes.h, classes/op.C, classes/response.C,
5217: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5218: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5219: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5220: types/pa_vresponse.C, types/pa_vresponse.h,
5221: types/pa_vstateless_class.h: base -> methoded_donor for static
5222: classes, type() moved from VStateless_class to VClass and
5223: Methoded (implements feature #1051)
5224:
5225: 2016-04-04 moko
5226:
5227: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5228: beauty: put_class added (related to feature #1051)
5229:
5230: 2016-04-01 moko
5231:
5232: * tests/results/: 175.processed, 192.processed, 224.processed,
5233: 229.processed, 244.processed, 246.processed, 316.processed: test
5234: results updated as class.type() removed from error messages, only
5235: type() left (related to feature #1051)
5236:
5237: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5238: classes/op.C, classes/reflection.C, main/compile.y,
5239: main/compile_tools.h, main/execute.C, main/pa_request.C,
5240: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5241: types/pa_vmethod_frame.h, types/pa_vobject.h,
5242: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5243: from VStateless_class, type() is used instead (related to feature
5244: #1051)
5245:
5246: * src/classes/mail.C: old logic restored.
5247:
5248: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5249: classes/classes.h, classes/curl.C, classes/date.C,
5250: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5251: classes/hashfile.C, classes/image.C, classes/inet.C,
5252: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5253: classes/memcached.C, classes/memory.C, classes/reflection.C,
5254: classes/regex.C, classes/response.C, classes/string.C,
5255: classes/table.C, classes/xdoc.C, classes/xnode.C,
5256: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5257: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5258: feature #1051)
5259:
5260: 2016-03-30 moko
5261:
5262: * tests/: 327.html, results/224.processed, results/327.processed:
5263: test for TZ specification in ^date::create[], TZ is kept during
5264: ^date::create[$dt] (related to feature #1048)
5265:
5266: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5267: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5268: feature #1048)
5269:
5270: 2016-03-29 moko
5271:
5272: * tests/: 315.html, results/315.processed: test for timezone format
5273: +HHmm added (related to feature #1065)
5274:
5275: * src/classes/date.C: timezone format +HHmm now supported
5276: (implements feature #1065)
5277:
5278: 2016-03-28 moko
5279:
5280: * tests/: 202.html, results/131.processed, results/202.processed,
5281: results/224.processed, results/256.processed,
5282: results/315.processed: test results updated after %.2d now
5283: default for hours offset in iso-string (was %2d), test for
5284: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5285: added (related to feature #1065)
5286:
5287: 2016-03-27 moko
5288:
5289: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5290: feature #1065)
5291:
5292: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5293: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5294: added (implements feature #1065)
5295:
5296: 2016-03-24 moko
5297:
5298: * tests/: 202.html, results/202.processed: test $date.week added
5299: (related to bug #1067)
5300:
5301: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5302: date (fix for bug #1067)
5303:
5304: 2016-03-10 moko
5305:
5306: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5307:
1.102 moko 5308: 2015-12-07 moko
5309:
5310: * tests/: 326.html, results/326.processed: test for .CLASS &
5311: .CLASS_NAME optimization added (related to feature #844)
5312:
5313: 2015-11-17 moko
5314:
5315: * tests/: 323.html, results/323.processed: order added
5316:
5317: * tests/: 325.html, results/325.processed: double range test added
5318: (related to bug #1049)
5319:
5320: 2015-11-16 moko
5321:
5322: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5323: added to disallow NaN and Infinity (fixes bug #1049)
5324:
5325: 2015-11-11 moko
5326:
5327: * tests/324.html: parser 3.4.3 execution support added (related to
5328: feature #1017)
5329:
5330: * tests/: 324.html, results/324.processed: test for
5331: GET_ELEMENT4CALL feature added (feature #1017)
5332:
1.101 moko 5333: 2015-10-29 moko
5334:
1.211 moko 5335: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5336:
5337: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5338:
5339: * src/main/pa_exec.C: get_exit_status implemented for Windows
5340: (related to bug #1043)
5341:
5342: 2015-10-28 moko
5343:
5344: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5345: hangup during ^file::exec (fixes bug #1043)
5346:
1.100 moko 5347: 2015-10-27 moko
5348:
5349: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5350:
1.99 moko 5351: 2015-10-26 moko
5352:
1.100 moko 5353: * tests/322.html, src/classes/reflection.C: arguments reorder
5354: (related to issue #1041)
5355:
5356: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5357: Copyright year updated
5358:
1.99 moko 5359: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5360: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5361: classes/form.C, classes/hash.C, classes/hashfile.C,
5362: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5363: classes/mail.C, classes/math.C, classes/memcached.C,
5364: classes/memory.C, classes/op.C, classes/reflection.C,
5365: classes/regex.C, classes/response.C, classes/string.C,
5366: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5367: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5368: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5369: include/pa_config_fixed.h, include/pa_config_includes.h,
5370: include/pa_dictionary.h, include/pa_dir.h,
5371: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5372: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5373: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5374: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5375: include/pa_request_charsets.h, include/pa_request_info.h,
5376: include/pa_sapi.h, include/pa_socks.h,
5377: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5378: include/pa_stack.h, include/pa_string.h,
5379: include/pa_stylesheet_connection.h,
5380: include/pa_stylesheet_manager.h, include/pa_table.h,
5381: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5382: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5383: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5384: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5385: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5386: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5387: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5388: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5389: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5390: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5391: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5392: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5393: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5394: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5395: main/pa_string.C, main/pa_stylesheet_connection.C,
5396: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5397: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5398: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5399: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5400: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5401: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5402: targets/isapi/parser3isapi.C, types/pa_junction.h,
5403: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5404: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5405: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5406: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5407: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5408: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5409: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5410: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5411: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5412: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5413: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5414: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5415: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5416: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5417: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5418: types/pa_vresponse.C, types/pa_vresponse.h,
5419: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5420: types/pa_vstateless_object.h, types/pa_vstatus.C,
5421: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5422: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5423: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5424: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5425: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5426:
5427: * src/targets/cgi/parser3.C: year updated
5428:
5429: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5430: issue #1041)
5431:
5432: * tests/: 323.html, results/323.processed: test for base classes
5433: added
5434:
5435: * tests/: 261.html, results/261.processed: updated after better
5436: error reporting done for $string.key exception
5437:
5438: * src/types/pa_vstring.h: better error report for $string.key
5439: exception
5440:
5441: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5442: copied as VObject::get_element4call to remove extra virtual call
5443:
5444: * tests/: 322.html, results/322.processed: test for
5445: ^reflection:is[] added (related to feature #1041)
5446:
5447: * src/classes/reflection.C: ^reflection:is empty value is void
5448: (related to feature #1041)
5449:
5450: * src/classes/reflection.C:
5451: ^reflection:is[class_name|code|method;[context;]element_name]
5452: added (implements feature #1041)
5453:
5454: 2015-10-24 moko
5455:
5456: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5457:
1.98 moko 5458: 2015-10-22 moko
5459:
5460: * tests/: 321.html, results/321.processed: test for
5461: ^reflection:method_info[] file detection added
5462:
5463: * tests/: 320.html, results/320.processed: test for
5464: ^reflection:class_by_name[class_name] added (related to feature
5465: #993)
5466:
5467: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5468: added (implements feature #993)
5469:
5470: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5471: (related to feature #1017)
5472:
5473: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5474: added (related to issue #1039)
5475:
5476: * src/main/pa_request.C: ^throw origin fixed (related to feature
5477: #1039)
5478:
5479: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5480: for VDate
5481:
5482: * tests/results/182.processed: updated after feature #1038
5483: implemented
5484:
5485: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5486: compile-time exception origin added (test for feature #1039)
5487:
5488: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5489: main/pa_request.C: exception unification: compile-time exceptions
5490: now have origin, @USE origins also tracked (implements feature
5491: #1039)
5492:
5493: 2015-10-20 moko
5494:
5495: * src/main/pa_request.C: cleanup
5496:
5497: 2015-10-15 moko
5498:
5499: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5500:
5501: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5502: types/pa_vtable.C: new feature: no more $table.method and
5503: $hash.method, aliases for _at, _count, _key (related to feature
5504: #1017)
5505:
1.97 moko 5506: 2015-10-14 moko
5507:
1.98 moko 5508: * tests/: 317.html, results/317.processed: test for
5509: ^string.unescape[] added (related to feature #120)
5510:
1.97 moko 5511: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5512: defined" bug (described in issue #1036)
5513:
5514: * tests/: 247.html, results/247.processed: test for checkBOM added
5515: (test for bug #1037)
5516:
5517: * src/: include/pa_charsets.h, main/pa_charsets.C,
5518: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5519: it's not enforced, skips BOM signature if it complies charset
5520: (fixes bug #1037)
5521:
5522: 2015-10-13 moko
5523:
5524: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5525: linking
5526:
5527: * src/classes/inet.C: vs2003 compilation fix
5528:
5529: * src/classes/math.C: warning war
5530:
5531: * src/lib/punycode/pa_punycode.c: warning war
5532:
5533: 2015-10-12 moko
5534:
5535: * src/lib/punycode/pa_punycode.c: warning war
5536:
5537: * parser3.sln: moved parser3 first, to make it default startup
5538: project
5539:
5540: * buildall: parser "mirror" now used for external libs sources
5541: (implements feature #1036)
5542:
5543: * buildall: most external libs are updated to their current
5544: versions (related to feature #1036)
5545:
5546: * src/classes/image.C: more tags added
5547:
5548: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5549:
5550: 2015-10-11 moko
5551:
5552: * src/classes/curl.C: minor optimization (related to feature #1035)
5553:
5554: 2015-10-09 moko
5555:
5556: * src/classes/curl.C: pa_strdup added for strings from curl
5557: (related to feature #1035)
5558:
5559: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5560: ULLONG_MAX definition
5561:
5562: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5563: (implements feature #1035)
5564:
5565: * src/main/pa_charset.C: String::Body(String::C) used
5566:
5567: * src/main/pa_charset.C: exceptions unified
5568:
5569: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5570: unified
5571:
5572: * src/: classes/file.C, classes/image.C, classes/mail.C,
5573: classes/op.C, classes/xdoc.C, classes/xnode.C,
5574: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5575: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5576: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5577: String::Body(String::C) constructor added (related to bug #957)
5578:
5579: * src/classes/file.C: minor optimization
5580:
5581: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5582: Cord(char*) autocreation (related to bug #957)
5583:
5584: * src/: classes/string.C, main/untaint.C: minor optimizations
5585:
5586: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5587: String(char*, Lang, length) removed, String(C(), Lang) used
5588: instead (related to bug #957)
5589:
5590: 2015-10-08 moko
5591:
5592: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5593: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5594: main/untaint.C: Now char * is converted to CORD only using
5595: AS_CORD() to check for empty cord bug (fixes bug #957)
5596:
5597: * src/include/pa_hash.h: fixed compilation without
5598: HASH_CODE_CACHING
5599:
5600: * src/classes/string.C:
5601: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5602: feature #120)
5603:
5604: * src/main/pa_common.C: reduce js flags checks count (related to
5605: feature #120)
5606:
1.96 moko 5607: 2015-10-07 moko
5608:
5609: * tests/: 275.html, results/275.processed: test modified after
5610: unsigned long long int support implemented (feature #1034)
5611:
5612: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5613: pa_atoul added for unsigned long long int support
5614:
5615: 2015-10-06 moko
5616:
5617: * src/types/pa_vdate.C: INT_MAX used
5618:
5619: 2015-10-03 moko
5620:
5621: * tests/: 302.html, results/302.processed: test for bug #1023
5622: (\u2028, \u2029 escaping) added
5623:
5624: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5625: json:string[] (fixes bug #1023)
5626:
5627: 2015-09-29 moko
5628:
5629: * tests/305.html: try-catch added for OS without ipv6 support
5630:
5631: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5632: compilation
5633:
5634: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5635: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5636: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5637: implemented to distinguish ^hash.method from $hash.field
5638: (implements feature #1017)
5639:
5640: * src/lib/punycode/pa_punycode.c: warning war
5641:
5642: * src/include/pa_config_includes.h: warning war
5643:
5644: * src/include/pa_config_includes.h: pragma warning actualized a bit
5645:
5646: * src/include/pa_config_includes.h: warning war
5647:
5648: * src/include/pa_hash.h: clang compilation fix
5649:
5650: 2015-09-27 moko
5651:
5652: * src/main/compile.tab.C: Bison 3 is now default
5653:
5654: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5655:
5656: 2015-09-25 moko
5657:
5658: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5659: works with undefined HASH_ORDER (related to feature #196)
5660:
5661: 2015-09-24 moko
5662:
5663: * tests/: 027.html, results/027.processed: test modified to test
5664: ^hash.sort (feature #196)
5665:
5666: * src/: classes/hash.C, include/pa_hash.h:
5667: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5668: added (implements feature #196)
5669:
5670: * tests/: 316.html, results/316.processed: Added test for bug #1025
5671: (exception handling in non-cached ^cache), plus for "it does not
5672: have logical value" and "$exception.handled value must be either
5673: boolean or string 'cache'" exceptions.
5674:
5675: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5676: code (fixes bug #1025)
5677:
1.95 moko 5678: 2015-09-23 moko
5679:
5680: * src/classes/table.C: warning war
5681:
5682: * src/: classes/math.C, types/pa_vcookie.C: warning war
5683:
5684: * src/classes/file.C: warning war
5685:
5686: * src/: include/pa_table.h, main/pa_table.C: warning war
5687:
5688: * src/: main/pa_request.C, classes/date.C: warning war
5689:
5690: * src/: types/pa_vdate.C, classes/op.C: warning war
5691:
5692: * tests/: 122.html, results/122.processed: win sync: to remove
5693: differences with OS that doesn't keep timezone change history
5694:
5695: * src/types/pa_vdate.C: tzset() should be called in Windows after
5696: TZ change (related to feature #36)
5697:
5698: * tests/: 075.html, results/075.processed: win sync: to remove
5699: differences with OS that doesn't keep timezone change history
5700:
5701: * tests/: 315.html, results/315.processed: win sync: to remove
5702: differences with OS that doesn't keep timezone change history
5703:
5704: * tests/: 256.html, results/256.processed: win sync: to remove
5705: differences with OS that doesn't keep timezone change history
5706:
5707: * tests/: 124.html, results/124.processed: win results sync: to
5708: avoid hitting time change hole.
5709:
5710: * src/types/pa_vdate.C: static returned. :)
5711:
5712: 2015-09-22 moko
5713:
5714: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5715:
5716: * tests/results/131.processed: more tests for feature #1032
5717:
5718: * src/classes/date.C: minor fix related to feature #1032
5719:
1.211 moko 5720: * operators.ru.txt, operators.txt: ISO date creation documented
5721: (related to feature #1032)
1.95 moko 5722:
1.211 moko 5723: * operators.ru.txt, operators.txt: iso-string documented (related
5724: to feature #1032)
1.95 moko 5725:
5726: * tests/: 315.html, results/315.processed: more tests added
5727: (related to feature #1032)
5728:
5729: * tests/: 131.html, results/131.processed: date range checks
5730: updated (related to feature #36)
5731:
5732: * tests/: 315.html, results/057.processed, results/315.processed:
5733: test added for ISO date support (related to issue #315)
5734:
5735: * src/classes/date.C: more readable exceptions in date creation
5736: (related to ticket #1032)
5737:
5738: 2015-09-18 moko
5739:
5740: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5741: added (related to issue #1032)
5742:
5743: * tests/results/256.processed, src/classes/json.C: iso-string
5744: documented (related to issue #1032)
5745:
5746: * tests/: 256.html, results/256.processed: ISO date check added
5747: (related to issue #1032)
5748:
5749: * tests/: 057.html, results/057.processed, results/224.processed:
5750: tests results updated after ISO date support implemented (related
5751: to feature #1032)
5752:
5753: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5754: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5755: ^date::create[string] constructor formalized, ^date.iso-string[]
5756: added (implements feature #1032)
5757:
5758: 2015-09-05 moko
5759:
1.211 moko 5760: * operators.ru.txt, operators.txt: actualized
1.95 moko 5761:
1.211 moko 5762: * operators.ru.txt, operators.txt: date changes documented (related
5763: to ticket #36)
1.95 moko 5764:
5765: 2015-09-04 moko
5766:
5767: * src/types/pa_vdate.C: warning war
5768:
5769: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5770:
5771: 2015-09-03 moko
5772:
5773: * tests/results/096.processed: test result updated for 0..9999 year
5774: date range support (related to feature #36)
5775:
5776: * tests/: 314.html, results/314.processed: test for
5777: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5778: bug #1031)
5779:
5780: * src/classes/string.C: Static calls fixed for ^string:base64[],
5781: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5782:
1.116 moko 5783: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5784: configure.in -> configure.ac
1.95 moko 5785:
1.116 moko 5786: * configure, configure.in, src/include/pa_config_auto.h.in: more
5787: correct timezone check for FreeBSD Warning war: configure.in ->
5788: configure.ac
1.95 moko 5789:
5790: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5791: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5792: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5793: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5794: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5795: src/main/Makefile.am, src/targets/apache/Makefile.am,
5796: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5797: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5798: check added
5799:
5800: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5801:
5802: * tests/results/: 124.processed, 224.processed: test resuls updated
5803: for new date implementation (related to feature #36)
5804:
5805: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5806: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5807: types/pa_vdate.h: new double date implementation with internal
5808: support for extended 0..9999 year range, default timezone support
5809: (related to feature #36)
5810:
5811: 2015-08-28 moko
5812:
5813: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5814: (fixes bug #1030)
5815:
5816: 2015-08-21 moko
5817:
5818: * src/classes/inet.C: snprintf size "bug" commented
5819:
5820: * src/main/pa_common.C: snprintf comments updated
5821:
5822: 2015-08-16 moko
5823:
5824: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5825:
5826: 2015-08-11 moko
5827:
5828: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5829: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5830: can be null (fixes bug #1029)
5831:
5832: 2015-08-06 moko
5833:
1.116 moko 5834: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5835: pa_vdate.C added
1.95 moko 5836:
5837: 2015-08-05 moko
5838:
5839: * tests/: 313.html, results/313.processed: test for
5840: ^table.count[columns] and ^table.flip[] with nameless tables
5841: (feature #1003)
5842:
5843: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5844: max_cell added, now ^table.count[columns] and ^table.flip[] works
5845: correctly for nameless tables (implements feature #1003)
5846:
5847: 2015-08-03 moko
5848:
5849: * tests/312.html: test for ^table.append[$hash] and
5850: ^table.insert[$hash] added (related to feature #1028)
5851:
5852: * src/classes/table.C: ^table.append[$hash] and
5853: ^table.insert[$hash] now supported (implements feature #1028)
5854:
5855: * tests/: 312.html, results/312.processed: test row copy in
5856: ^table.hash[; $.type[table] ] added (related to feature #1016)
5857:
5858: * src/classes/table.C: row copy now created in ^table.hash[;
5859: $.type[table] ] (related to feature #1016)
5860:
5861: 2015-07-29 moko
5862:
5863: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5864: added (related to feature #1016)
5865:
5866: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5867: ^table.delete[] added to delete current row (related to feature
5868: 1016)
5869:
5870: 2015-07-28 moko
5871:
5872: * tests/: 312.html, results/312.processed: test for
5873: $table.column[value] and ^table.insert{row} (related to feature
5874: #1016)
5875:
5876: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5877: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5878: ^table.insert{row} are now implemented (feature #1016)
5879:
5880: * src/include/pa_array.h: Optimization: bool reverse removed from
5881: append(), insert() added, memmove arguments order in remove()
5882: fixed (related to feature #1016)
5883:
5884: 2015-07-23 moko
5885:
5886: * src/classes/json.C: tainted json and empty json exception added
5887: (implements feature #1015)
5888:
5889: * tests/: 311.html, results/311.processed: empty json and tainted
5890: json exception test added (related to issue #1015)
5891:
5892: 2015-07-22 moko
5893:
5894: * tests/: 311.html, results/311.processed: test for UTF-8
5895: processing added
5896:
5897: * tests/: 311.html, results/311.processed: test for
5898: json_exception_with_source added (related to issue #394)
5899:
5900: * src/classes/json.C: json_exception_with_source added (implements
5901: feature #394)
5902:
5903: 2015-06-29 moko
5904:
5905: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5906: directories are now correctly determined if _d_type == DT_UNKNOWN
5907: (closes bug #1027)
5908:
5909: 2015-06-10 moko
5910:
5911: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5912: error if libxml has LIBXML_ICU_ENABLED.
5913:
5914: 2015-06-04 moko
5915:
5916: * tests/099.html: ups, reverting
5917:
5918: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5919: results/310.processed: tests for $response:body[ $.file[] ] and
5920: $response:last-modified added
5921:
5922: * src/main/pa_request.C: last-modified check fixed
5923:
5924: 2015-06-03 moko
5925:
5926: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5927: results/205.processed, results/293.processed: $response:headers
5928: logging added (tests for feature #1007)
5929:
5930: * src/: include/pa_common.h, include/pa_request.h,
5931: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5932: $response:headers are now in uppercase (closes feature #1007)
5933:
5934: 2015-06-02 moko
5935:
5936: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5937: build errors reverted for clang compatibility
5938:
5939: 2015-06-01 moko
5940:
5941: * src/include/pa_memory.h: -pedantic build errors fixed
5942:
5943: * src/classes/math.C: -pedantic build error fixed
5944:
5945: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5946:
5947: 2015-05-31 moko
5948:
5949: * src/classes/table.C: USE_STRINGSTREAM optimized
5950:
5951: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5952: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5953: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5954: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5955: types/pa_vxnode.h: warning war (-pedantic flag)
5956:
5957: 2015-05-28 moko
5958:
5959: * tests/: 308.html, results/308.processed: test for
5960: ^table::create[$t;], etc work added (related to bug #975)
5961:
5962: * src/classes/table.C: check_option_param removed,
5963: ^table::create[$t;], etc now works (fixes bug #975)
5964:
5965: 2015-05-27 moko
5966:
5967: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5968: (Debian jessie) fixed (closes issue #1024)
5969:
5970: * tests/Makefile: sort added as in Debian jessie list become
5971: unsorted
5972:
5973: 2015-05-18 moko
5974:
5975: * tests/: 201.html, results/201.processed: test for
5976: ^string.trim[what] feature #1022
5977:
5978: * src/classes/string.C: ^string.trim[what] now supported,
5979: implements feature #1022
5980:
5981: 2015-05-17 moko
5982:
5983: * tests/results/185.processed: test result updated as feature #1021
5984: implemented (left/right accept negative parameter)
5985:
5986: * src/classes/string.C: left/right now accept negative parameter
5987: (implements feature #1021)
5988:
5989: 2015-05-08 moko
5990:
5991: * src/classes/math.C: isalnum -> pa_isalnum
5992:
5993: * src/main/execute.C: optimization in getter-junction processing
5994: (related to issue #997)
5995:
5996: 2015-05-07 moko
5997:
5998: * tests/: 307.html, results/307.processed: test for issue #997
5999: added
6000:
6001: * src/main/execute.C: process_getter result now checked if junction
6002: returned (closes issue #997)
6003:
6004: * tests/: 305.html, results/305.processed: sort added to ignore
6005: different order
6006:
6007: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6008: assignment (closes issue #994)
6009:
6010: * tests/: 306.html, results/306.processed: test for issue #994
6011: added
6012:
6013: * tests/: 303.html, results/303.processed: two more errors tested
6014:
6015: 2015-05-06 moko
6016:
6017: * tests/: 305.html, results/305.processed: test for name2ip &
6018: ip2name added (related to feature #992)
6019:
6020: * tests/: 303.html, 304.html, results/303.processed,
6021: results/304.processed: tests for idna conversion added (related
6022: to issue #849)
6023:
6024: 2015-05-02 moko
6025:
6026: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6027: implemented
6028:
6029: 2015-04-30 moko
6030:
6031: * src/main/pa_http.C: idna_host added, related to issue #849
6032:
6033: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6034: (related to issue #849)
6035:
6036: 2015-04-24 moko
6037:
6038: * src/types/pa_vjunction.C: warning war
6039:
6040: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6041: unification
6042:
6043: * src/lib/punycode/pa_idna.c: warning war
6044:
6045: 2015-04-22 moko
6046:
6047: * src/main/main.vcproj: punycode include path added
6048:
6049: * src/lib/punycode/pa_idna.c: windows compile error fixed
6050:
6051: * src/lib/punycode/pa_idna.c: warning war
6052:
6053: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6054: project file added
6055:
6056: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6057:
6058: * src/include/pa_memory.h: warning war
6059:
6060: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6061: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6062: implemented (related to feature #849)
6063:
6064: * configure.in, src/main/Makefile.am,
6065: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6066: libpunycode added in Unix
6067:
6068: 2015-04-21 moko
6069:
6070: * configure.in: large files support
6071:
6072: 2015-04-15 moko
6073:
6074: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6075: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6076: pa_punycode.h: initial version for punycode/idna support library
6077: (ticket #849)
6078:
6079: 2015-04-08 moko
6080:
6081: * src/: classes/curl.C, classes/date.C, classes/file.C,
6082: classes/image.C, classes/mail.C, classes/reflection.C,
6083: classes/string.C, classes/xnode.C, include/pa_request.h,
6084: include/pa_string.h, include/pa_stylesheet_connection.h,
6085: main/compile.y, main/compile_tools.h, main/execute.C,
6086: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6087: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6088: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6089: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6090: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6091: clang compiler warnings (closes issue #1018)
6092:
6093: * src/include/pa_string.h: String::Body comparation operators with
6094: char * added (related to issue #958)
6095:
6096: 2015-04-07 moko
6097:
6098: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6099: pa_malloc/pa_free to remove system malloc/free usage (related to
6100: issue #1018)
6101:
6102: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6103: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6104: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6105: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6106: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6107: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6108: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6109: malloc/strdup/free replaced with pa_ version and checks for
6110: accidental use of non-pa_ version added (related to issue #1018)
6111:
6112: 2015-04-03 moko
6113:
6114: * buildall: pcre-8.33 -> pcre-8.36
6115:
6116: * src/: main/compile.y, classes/form.C, classes/mail.C,
6117: classes/op.C, classes/string.C, main/compile.tab.C,
6118: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6119: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6120: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6121: ticket #958)
6122:
6123: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6124: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6125: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6126: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6127: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6128: $request:headers, $request:method added (implements feature
6129: #1007)
6130:
6131: 2015-03-17 misha
6132:
6133: * tests/302.html: - test for
6134: ^json:string[...;$._default[method-name]]
6135:
6136: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6137: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6138: option $._default[method-name] is specified in ^json:string[], a
6139: method with specified name will be called for classes/objects
6140: serialization ( new feature: #982 )
6141:
6142: 2015-03-16 misha
6143:
6144: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6145: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6146: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6147: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6148: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6149: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6150: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6151: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6152: types/pa_vrequest.h, types/pa_vstateless_class.C,
6153: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6154: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6155: $var.CLASS_NAME now have special opcodes. This can be switched
6156: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6157: on pa_opcode.h ( new feature: #844 )
6158:
6159: 2015-03-15 misha
6160:
6161: * tests/075.html: - test for $response:header[]
6162:
6163: * src/types/pa_vresponse.C: - $response:header[] deletes header
6164: that was set earlie ( new feature: #1001 )
6165:
6166: 2015-03-12 misha
6167:
6168: * tests/246.html: - more tests for ^hash._at[]
6169:
6170: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6171: accepts second param [key|value|hash] ( new feature: #1012 )
6172:
6173: 2015-03-09 moko
6174:
6175: * src/types/pa_vmail.C: exception for everything but
6176: $mail:received, closes issue #1011
6177:
6178: 2015-02-20 moko
6179:
6180: * tests/: 275.html, results/275.processed: hex detection in
6181: pa_atoui fix test (closes issue #1010)
6182:
6183: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6184: issue #1010)
6185:
6186: 2015-02-17 moko
6187:
6188: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6189: tainted.
6190:
6191: 2015-02-03 misha
6192:
6193: * tests/301.html: - test for ^json:string($double) causes
6194: exception. bugfix: #1008
6195:
6196: * src/classes/json.C: - ^json:string($double) causes exception.
6197: bugfix: #1008
6198:
6199: * tests/014.html: - updated for work with ^hash.delete[]
6200:
6201: 2015-01-12 misha
6202:
6203: * src/: classes/form.C, include/pa_common.h,
6204: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6205: types/pa_vform.h: - supports body with PUT method as well ( new
6206: feature: #1006 )
6207:
6208: * src/classes/file.C: - warnings war
6209:
6210: 2015-01-11 misha
6211:
6212: * tests/300.html: - test for ^hash.delete[] is added
6213:
6214: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6215: feature: #989 ) - tiny optimization in intersects
6216:
6217: 2015-01-06 moko
6218:
6219: * src/types/pa_vmail.C: file names transcode added, to and cc added
6220: with transcode, attachments detection fixed
6221:
6222: * src/main/pa_request.C: filling mail received after cgi/auto.p
6223: load to allow charset switch (related to issue #996)
6224:
6225: 2014-12-31 moko
6226:
6227: * src/types/pa_vmail.C: from and subject now transcoded if not
6228: UTF-8 source charset (fixes issue 996)
6229:
6230: * src/main/pa_exception.C: fixed string from stack bug (closes
6231: issue #1000)
6232:
6233: 2014-12-11 misha
6234:
6235: * src/types/pa_vhashfile.C: - check if key is not empty before
6236: access ( bug fix: #1005 )
6237:
6238: 2014-11-13 misha
6239:
6240: * src/main/compile.y: - PC.append does not reset to false while
6241: creating a new class. bugfix: #990
6242:
6243: * tests/299.html: - test for creation class after working with
6244: partial class (create+append)
6245:
6246: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6247: #995
6248:
6249: * tests/232.html: - test for @get[def] added
6250:
6251: 2014-10-12 moko
6252:
6253: * src/lib/pcre/pcre_internal.vcproj: correct path
6254:
6255: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6256: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6257: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6258: targets/apache/ApacheModuleParser3.vcproj,
6259: targets/apache/ApacheModuleParser3Core.vcproj,
6260: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6261: types/types.vcproj: project GUID inserted in *.vcproj for correct
6262: conversion in newer VS versions
6263:
6264: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6265: pcre_internal.vcproj added
6266:
6267: 2014-08-28 moko
6268:
6269: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6270: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6271: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6272:
6273: 2014-06-30 misha
6274:
6275: * tests/298.html: - tests for ^reflection:def[class;className]
6276: added
6277:
6278: * src/classes/reflection.C: - ^reflection:def[class;className]
6279: added ( new feature: #918 )
6280:
6281: 2014-06-29 misha
6282:
6283: * src/classes/table.C: - ^table::create[unsupported data] -
6284: exception comment changed to "body must be table or code" ( bug
6285: fix: #951 )
6286:
6287: * tests/: 261.html, results/261.processed: - tests for
6288: ^json:string[...;$.void[null|string]] added
6289:
6290: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6291: option $.void[string|null] added to ^json:string[...] ( new
6292: feature: #952 )
6293:
6294: 2014-06-28 moko
6295:
6296: * src/classes/curl.C: $.charset now processed before other curl
6297: options (closes issue #980)
6298:
6299: 2014-05-23 misha
6300:
6301: * src/classes/json.C: - bug fix: #987
6302:
6303: 2014-05-04 misha
6304:
6305: * tests/: 253.html, 253_json.txt: - test for
6306: ^json:parse[$.int(false)] is added
6307:
6308: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6309: default true). The option is similar to $.double(bool) but for
6310: integers.
6311:
6312: 2014-05-01 moko
6313:
6314: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6315: #12 )
6316:
6317: 2014-04-16 moko
6318:
6319: * src/main/pa_http.C: response-charset option should finally work
6320: now (fix for issue #867)
6321:
6322: * src/main/pa_http.C: response-charset option should work now (fix
6323: for issue #867)
6324:
6325: 2014-03-07 moko
6326:
6327: * buildall: libgc moved
6328:
6329: * buildall: libgc moved
6330:
6331: 2013-12-29 moko
6332:
6333: * src/classes/string.C: ^string:js-unescape result now tainted,
6334: closes issue #966
6335:
6336: * tests/: 186.html, results/186.processed: ^string:js-unescape
6337: result now tainted, issue #966
6338:
6339: 2013-12-03 moko
6340:
6341: * src/: classes/memcached.C, types/pa_vmemcached.C,
6342: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6343: option was added for http://www.parser.ru/forum/?id=79343
6344:
6345: * src/classes/file.C: bugfix for
6346: http://www.parser.ru/forum/?id=79337
6347:
6348: 2013-11-05 moko
6349:
6350: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6351:
6352: * src/main/pa_globals.C: spelling fixed
6353:
6354: 2013-10-29 moko
6355:
6356: * src/lib/json/json.vcproj: json.c -> pa_json.C
6357:
6358: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6359: #892
6360:
6361: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6362: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6363: exceptions to be thrown thougth json library), related to issue
6364: #892
6365:
6366: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6367: related to issue #896
6368:
6369: 2013-10-24 moko
6370:
6371: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6372:
6373: 2013-10-23 moko
6374:
6375: * README: actualization
6376:
6377: 2013-10-22 moko
6378:
6379: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6380: compatibility patch from Sergey Kirpichev
6381:
6382: * tests/: 297.html, results/297.processed: non-working getter fix
6383: test for issue #948
6384:
6385: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6386: called when saving value of $match variable in ^string.match[] to
6387: increase compatibility (related to issue #948).
6388:
6389: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6390: usage optimization
6391:
6392: 2013-10-21 moko
6393:
6394: * tests/: 182.html, results/182.processed: local path removed for
6395: compatibility
6396:
6397: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6398: results/244.processed, results/253.processed,
6399: results/254.processed, results/275.processed,
6400: results/281.processed: try_catch -> try-catch
6401:
6402: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6403: results/294.processed, results/296.processed: try_catch ->
6404: try-catch
6405:
6406: 2013-10-20 moko
6407:
6408: * tests/: 296.html, results/296.processed: test for xsl exception
6409: for issue #938 added.
6410:
6411: * src/: include/pa_xml_exception.h,
6412: main/pa_stylesheet_connection.C: forgotten to be replaced
6413: XmlException is now replaced (once again closes issue #938)
6414:
6415: 2013-10-18 moko
6416:
6417: * buildall: disable clock_gettime detection to avoid librt linking
6418: (which in turn depends on libpthread), related to issue #943
6419:
6420: 2013-10-18 misha
6421:
6422: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6423: lib/smtp/smtp.vcproj, main/main.vcproj,
6424: targets/apache/ApacheModuleParser3Core.vcproj,
6425: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6426: types/types.vcproj: - new locations for libxml2 includes where
6427: added to vcproj files
6428:
6429: 2013-10-18 moko
6430:
6431: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6432: fix
6433:
6434: * tests/: 295.html, results/295.processed: test for issue #948
6435: updated
6436:
6437: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6438: :)
6439:
6440: * tests/: 295.html, results/295.processed: test for issue #948
6441: added
6442:
6443: * src/: classes/hash.C, classes/string.C, classes/table.C,
6444: include/pa_request.h, types/pa_method.h: for getters and setters
6445: to be executed request.put_element should be called, not
6446: context.put_element (fixes issue #948)
6447:
6448: 2013-10-17 moko
6449:
6450: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6451: LIBXML2_NEW_BUFFER check (closes issue #943)
6452:
6453: * buildall: libxml 2.9.1 build is broken --without-reader.
6454:
6455: 2013-10-16 moko
6456:
6457: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6458:
6459: * tests/: 294.html, results/294.processed: test for issue #938
6460:
6461: * src/: classes/xdoc.C, classes/xnode.C,
6462: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6463: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6464:
6465: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6466: libxslt-1.1.26 -> libxslt-1.1.28
6467:
6468: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6469: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6470: to '?', related to issue #938
6471:
6472: 2013-10-15 moko
6473:
6474: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6475: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6476: minor optimizations (closes issue #896)
6477:
6478: * tests/results/: 292.processed, 293.processed: results updated to
6479: comply with issue #896
6480:
6481: * tests/: 292.html, 293.html, results/292.processed,
6482: results/293.processed: tests for json escaping
6483:
6484: 2013-10-14 moko
6485:
6486: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6487: and cleanup, code moved from .h to .C, no changes in code
6488:
6489: 2013-10-12 moko
6490:
6491: * tests/results/119.processed: updated test result commited
6492:
6493: * tests/: 291.html, results/291.processed: test for issue #894
6494: added
6495:
6496: * src/types/pa_wcontext.h: base methods call support function
6497: get_somebody_entered_some_class should not be true forever, as
6498: wcontext can have many get_elements calls (fixes issue #894)
6499:
6500: 2013-10-11 moko
6501:
6502: * tests/: 290.html, results/290.processed: test for junction GPF
6503: issue #942 added
6504:
6505: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6506: to native method fixed (closes issue #942)
6507:
6508: * tests/: 158.html, results/158.processed: test for csv-string[]
6509: added
6510:
6511: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6512: feature #907)
6513:
6514: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6515: feature #907)
6516:
6517: 2013-10-09 moko
6518:
6519: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6520: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6521: types/pa_vstateless_class.C: GET_default, SET_default now works
6522: properly not only in objects, but in classes as well (closes
6523: issue #903)
6524:
6525: * tests/: 289.html, results/289.processed: GET/SET_default now
6526: works in classes, not only objects, test case added, related to
6527: issue #903
6528:
6529: * tests/: 288.html, results/288.processed: test for endless
6530: recursion bug added (related to issue #903)
6531:
6532: 2013-10-05 moko
6533:
6534: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6535: classes/table.C, main/execute.C, types/pa_method.h,
6536: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6537: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6538: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6539: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6540: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6541: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6542: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6543: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6544: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6545: optimization: put_element no longer has "bool areplace" argument,
6546: related to issue #903
6547:
6548: 2013-10-03 moko
6549:
6550: * tests/results/182.processed: result for $.replace(false) test
6551: commited
6552:
6553: * src/classes/date.C: ^date::create(number) processed correctly
6554: (fixes issue #901)
6555:
6556: * src/classes/image.C: as_no_junction removed, as param can be
6557: expression (closes issue #931)
6558:
6559: * tests/233.html: test for issue #931 added
6560:
6561: 2013-10-02 moko
6562:
6563: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6564: modified, test for $.replace(false) added
6565:
6566: * src/main/compile_tools.h: forgotten class replace returned. :)
6567:
6568: 2013-09-30 moko
6569:
6570: * tests/: 141.html, results/141.processed: md5 tainting test added
6571:
6572: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6573: main/compile_tools.h, main/pa_request.C: allow_class_replace
6574: implemented; $.replace option added to ^process and ^use
6575:
6576: 2013-08-27 moko
6577:
6578: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6579: cstr_to_string_body_untaint should be called with charsets for
6580: possible uri language and connection for possible sql language.
6581: related to issue #857
6582:
6583: * buildall: and -> or fixed
6584:
6585: 2013-08-26 moko
6586:
6587: * buildall: prepare_ functions logic changed to support
6588: gc-7.2d.tar.gz extracting to gc-7.2 directory
6589:
6590: 2013-08-23 moko
6591:
6592: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6593: statically
6594:
6595: 2013-08-22 moko
6596:
6597: * src/classes/string.C: String::Empty used (related to issue #912)
6598: append_know_length removed (related to old GPF bug)
6599:
6600: 2013-08-21 moko
6601:
6602: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6603:
6604: * src/classes/math.C: ^math:digest[...;$file] support added
6605: (related to ticket #857
6606:
6607: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6608: implemented
6609:
6610: * src/types/pa_vhashfile.h: warning war
6611:
6612: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6613: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6614: anti_endless_json_string_recoursion removed from request;
6615: json_string_recoursion added to json_options; $.indent[indent
6616: value] now supported and passed within recoursion closes feature
6617: #937
6618:
6619: * tests/: 287.html, results/287.processed: test for feature #937
6620:
6621: 2013-07-31 moko
6622:
6623: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6624: compilation having #define _S
6625:
6626: * src/main/pa_globals.C: cleanup
6627:
6628: 2013-07-30 moko
6629:
6630: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6631: main/pa_common.C: vs2003 warning war
6632:
6633: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6634:
6635: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6636:
6637: * src/lib/md5/pa_sha2.c: warning war
6638:
6639: 2013-07-29 moko
6640:
6641: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6642: patches from github
6643:
6644: * src/: classes/bool.C, classes/double.C, classes/int.C,
6645: classes/memcached.C, include/pa_config_includes.h,
6646: types/pa_vfile.C, types/pa_vfile.h: warning war
6647:
6648: * src/lib/json/json.vcproj: C++ -> C
6649:
6650: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6651:
6652: * src/lib/json/: json.c, pa_json.C: windows compatibility
6653:
6654: * src/lib/json/: json.c, pa_json.C: windows compatibility
6655:
6656: * src/lib/json/: json.c, pa_json.C: warning war
6657:
6658: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6659:
6660: * src/include/pa_config_fixed.h: uint16_t added
6661:
6662: * configure.in: uint16_t check added
6663:
6664: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6665: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6666: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6667: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6668: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6669:
6670: 2013-07-25 moko
6671:
6672: * parser3.sln: dependencies added
6673:
6674: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6675: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6676: module support
6677:
6678: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6679:
6680: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6681:
6682: 2013-07-23 moko
6683:
6684: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6685: PA_DEBUG_GC_MEMORY removed
6686:
6687: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6688: PA_DEBUG_DISABLE_GC compilation fix
6689:
6690: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6691: main/pa_request.C: outdated RESOURCES_DEBUG removed
6692:
6693: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6694: garbage cleanup
6695:
6696: * src/main/pa_common.C: warning war
6697:
6698: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6699:
6700: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6701: minor cleanup
6702:
6703: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6704: uses cygwin, not WIN32 implementation
6705:
6706: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6707: able to exec shell scripts
6708:
6709: * src/classes/math.C: ifdef WIN32 cleanup
6710:
6711: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6712:
6713: * src/classes/curl.C: LT_MODULE_EXT used
6714:
6715: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6716:
6717: 2013-07-22 moko
6718:
6719: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6720: includes fix
6721:
6722: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6723:
6724: * configure.in, src/include/pa_config_includes.h,
6725: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6726: src/main/pa_exec.C: includes cleanup
6727:
6728: * src/targets/cgi/parser3.C: 2012->2013
6729:
6730: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6731:
6732: * configure.in, src/include/pa_config_includes.h,
6733: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6734: src/main/pa_random.C, src/main/pa_socks.C,
6735: src/types/pa_vstatus.C: cygwin support cleanup
6736:
6737: * configure.in: dirent.h check added
6738:
6739: * src/: include/pa_config_includes.h, include/pa_dir.h,
6740: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6741: not copied
6742:
6743: 2013-07-21 moko
6744:
6745: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6746:
6747: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6748: parser3.vcproj: unused getopt.h / getopt.c removed
6749:
1.211 moko 6750: * operators.ru.txt, operators.txt, src/classes/file.C,
6751: tests/022.html, tests/results/022.processed:
6752: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6753:
6754: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6755: src/main/pa_dir.C: ^file:list[] now has dir column and when
6756: $.stat(true) it has size/*date columns modified patch from misha@
6757: that closes issue #914.
6758:
6759: * src/: include/pa_config_includes.h, main/pa_globals.C:
6760: PA_RELEASE_ASSERTS removed
6761:
6762: * src/lib/md5/pa_md5c.c: minor cleanup
6763:
6764: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6765: localeconv()->decimal_point usage remoed (related to issue #934)
6766:
6767: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6768: cordprnt.c removed
6769:
6770: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6771: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6772: pa-include/pa_strings.h: includes cleanup
6773:
6774: * src/lib/md5/pa_md5c.c: headers cleanup
6775:
6776: 2013-07-20 moko
6777:
6778: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6779: cleanup
6780:
6781: 2013-07-19 moko
6782:
6783: * src/classes/math.C: extern "C" added for crypt
6784:
6785: 2013-07-18 moko
6786:
6787: * src/classes/math.C: fix redhat7.2 build
6788:
6789: 2013-07-17 moko
6790:
6791: * configure.in, src/include/pa_config_includes.h,
6792: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6793: added for uint8/32/64_t)
6794:
6795: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6796: pa_config_includes.h used for uint32/64_t
6797:
6798: 2013-07-16 moko
6799:
6800: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6801: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6802: war
6803:
6804: * src/main/compile.tab.C: compile.y was updated
6805:
6806: * src/main/compile.y: warning war
6807:
6808: * src/: include/pa_exception.h, main/pa_exception.C,
6809: main/pa_xml_exception.C: warning war
6810:
6811: * src/: include/pa_common.h, main/pa_common.C: warning war
6812:
6813: * configure.in: beauty :)
6814:
6815: * tests/: 141.html, results/141.processed: sha256/512 added
6816:
6817: 2013-07-13 moko
6818:
6819: * src/lib/md5/md5.vcproj: sha2 added
6820:
6821: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6822: classes/math.C: sha2 support (sha256/sha512 digest)
6823:
6824: 2013-07-08 moko
6825:
6826: * src/classes/image.C: directory read or other read problem message
6827: fixed (related to issue #933)
6828:
6829: 2013-07-07 moko
6830:
6831: * AUTHORS: + misha + moko. :)
6832:
6833: 2013-07-06 moko
6834:
6835: * src/: classes/curl.C, include/pa_globals.h,
6836: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6837: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6838: for lt_dlinit to be called once and lt_dlexit called at right
6839: place (related to issue #925)
6840:
6841: 2013-07-04 moko
6842:
6843: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6844: VString::as_vfile now uses vfile.set_binary_string to avoid
6845: content-type to be set, as it brokes badly designed logic in
6846: response output. This hopefully finishes issue #928.
6847:
6848: * tests/results/: 256.processed, 286.processed: file now displayed
6849: as name, size, mode, content-type
6850:
6851: * src/main/pa_common.C: read error now reported cottectly (fixes
6852: issue #933
6853:
6854: 2013-06-28 moko
6855:
6856: * tests/: 286.html, results/286.processed: test extended
6857:
6858: * tests/: 286.html, results/286.processed: Test for issue #928
6859: added. it tests default content-type change.
6860:
6861: * src/types/pa_vfile.C: closes issue #928 - default content-type
6862: now updated
6863:
6864: 2013-06-25 moko
6865:
6866: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6867: content-type for text/binary files without name added;
6868: ^file::create[$f;...] options now works properly and $f
6869: properties are default (fixes issue #928)
6870:
6871: 2013-05-16 misha
6872:
6873: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6874: added
6875:
6876: * src/main/pa_table.C: - a tiny memory optimisation while creating
6877: table if specified limit is bigger than source rows count
6878:
6879: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6880: added ( new feature: #858 )
6881:
6882: 2013-04-29 moko
6883:
6884: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6885: $.ipresolve(0|1|2) added (closes issue #891)
6886:
6887: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6888:
6889: 2013-04-24 moko
6890:
6891: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6892: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6893: types/pa_vmemcached.h: ^memcache.release[] added, calls
6894: memcached_quit (refs #893)
6895:
6896: 2013-04-22 moko
6897:
6898: * src/: include/pa_string.h, main/pa_common.C: no more double
6899: slashes in file path (fixes bug #872)
6900:
6901: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6902: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6903: #739)
6904:
6905: * tests/results/266.processed: $.max_params added (feature #915)
6906:
6907: * src/: include/pa_common.h, main/pa_http.C: response-charset
6908: option added to file::load (closes issue #867)
6909:
6910: 2013-04-20 misha
6911:
6912: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6913: commited
6914:
6915: 2013-03-15 misha
6916:
6917: * src/classes/: hash.C, table.C: - Optimisation: do not create
6918: multiple empty strings while ::sql. uae String::Empty instead
6919:
6920: 2013-03-14 misha
6921:
6922: * src/classes/reflection.C: - for user classes
6923: ^reflection:method_info[] returns $.max_params and $.extra_param
6924: with $.call_type if they available ( new feature: #915 )
6925:
6926: * src/classes/file.C: - ^file:delete[] now supports an option
6927: $.exception(false) that suppress any exception while deleting
6928: file ( new feature: #916 )
6929:
6930: * src/classes/curl.C: - parsing cookies after curl:load now should
6931: work :)
6932:
6933: 2013-03-12 misha
6934:
6935: * src/types/pa_vfile.C: - if specified file_name is empty string
6936: set default name for the file
6937:
6938: 2013-03-11 misha
6939:
6940: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6941: also available in $f.cookies
6942:
6943: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6944: moved to a separate method
6945:
6946: 2013-03-10 moko
6947:
6948: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6949: added
6950:
6951: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6952: removed (declared by autoconf)
6953:
6954: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6955: uint32_t define
6956:
6957: 2013-03-10 misha
6958:
6959: * src/classes/file.C: ^file:delete and ^file:move now support
6960: option $.keep-empty-dirs(true) ( new feature: #884 )
6961:
6962: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6963: empty dirs is added
6964:
6965: 2013-03-10 moko
6966:
6967: * src/classes/: bool.C, double.C, int.C: default can be present,
6968: but default check removed from ^int/double/bool.int/double/bool
6969: for string.int/double/bool compatibility (related to issue #913)
6970:
6971: * src/classes/string.C: ^string.int/dobule/bool no longer
6972: internally throws exception if default is present (closes issue
6973: #913)
6974:
6975: 2013-03-09 misha
6976:
6977: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6978: optimisations ( #845 )
6979:
6980: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6981:
6982: 2013-03-08 moko
6983:
6984: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6985: creates correct table (fixes issue #910)
6986:
6987: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6988: use outside of 'connect' operator (fixes issue #911)
6989:
6990: * tests/results/: 096.processed, 122.processed: test results
6991: updated as doubles now printed with 15 significant digits, not 5
6992: (fixes issue #882)
6993:
6994: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6995: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6996:
6997: 2013-02-21 moko
6998:
6999: * src/classes/table.C: _locate_name_value does not check arguments
7000: count, so we check it in advance (fixes issue #905)
7001:
7002: 2012-10-23 moko
7003:
7004: * buildall: old shell for and echo compatibility (for six)
7005:
7006: 2012-10-19 moko
7007:
7008: * buildall: --strip added --disable-safe-mode listed in usage
7009:
7010: 2012-10-17 misha
7011:
7012: * src/classes/op.C: - apply-taint should not throw "outside
7013: connect" exception with sql lang now
7014:
7015: 2012-10-17 moko
7016:
7017: * src/main/pa_request.C: bugfix: safe mode should be inited for
7018: each request (for apache module)
7019:
7020: 2012-09-26 moko
7021:
7022: * src/doc/doxygen.cfg: png -> svg
7023:
7024: 2012-09-25 moko
7025:
7026: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7027: test added
7028:
7029: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7030: double use when key is long
7031:
7032: 2012-09-16 moko
7033:
7034: * src/classes/math.C: Format -> Method Encode -> Format
7035:
7036: * tests/: 141.html, results/141.processed: math:digest hmac test
7037: added
7038:
7039: 2012-09-14 moko
7040:
7041: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7042: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7043: implementation added
7044:
7045: 2012-09-12 moko
7046:
7047: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7048: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7049: targets.dox and string.dox slightly actualized
7050:
7051: 2012-08-31 moko
7052:
7053: * ChangeLog: now generated with patched cvs2cl.pl
7054:
7055: 2012-07-29 moko
7056:
7057: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7058: result should be pushed after VMethodFrame destructor is called,
7059: as it deletes junctions from stack params (fixes issue #868)
7060:
7061: 2012-07-23 moko
7062:
7063: * INSTALL, README: buildall script usage documented, other outdated
7064: info updated.
7065:
7066: * buildall-with-xml, buildall-without-xml: replaced by buildall
7067:
7068: 2012-07-21 moko
7069:
7070: * buildall: glib does not compile when threads are disabled...
7071:
7072: * src/types/pa_vmail.C: g_assertion fixes for empty input
7073:
7074: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7075: unref, can't unref nested objects)
7076:
7077: * src/types/pa_vmail.C: another check added
7078:
7079: 2012-07-19 moko
7080:
7081: * buildall: usage added
7082:
7083: * buildall: new buildall script that unites buildall-with-xml,
7084: buildall-without-xml, --with-apache and --with-mailreceive
7085:
7086: * configure.in: support for static gmime and dynamic glib linking.
7087: fixes for FreeBSD
7088:
7089: 2012-07-17 moko
7090:
7091: * configure.in: --with-mailreceive replaced
7092: --with-static-mailreceive and --with-shared-mailreceive pathlink
7093: removed
7094:
7095: 2012-07-16 moko
7096:
7097: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7098: capitalized, content now decoded and text content converted to
7099: $request:charset. all properties are accessed by functions, this
7100: ready for dynamic load.
7101:
7102: 2012-06-28 moko
7103:
1.116 moko 7104: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7105: 32 bit
1.95 moko 7106:
7107: 2012-06-27 moko
7108:
7109: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7110: passive ftp
7111:
7112: * src/lib/ltdl/ltdl.vcproj: release build fixed
7113:
7114: * configure.in: 3.4.2 RC -> 3.4.2
7115:
7116: 2012-06-22 moko
7117:
7118: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7119: #815)
7120:
7121: * tests/: 284.html, results/284.processed: output options test
7122: (feature #265)
7123:
7124: 2012-06-22 misha
7125:
7126: * tests/215.html: - little changes
7127:
7128: 2012-06-21 moko
7129:
7130: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7131: types/pa_vxdoc.h: output_options returned and used (bugfix for
7132: feature #265)
7133:
7134: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7135: breaks long .*, default 10M restored. (issue #216)
7136:
7137: * tests/: 283.html, results/283.processed: test for issue #815
7138: added
7139:
7140: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7141: again, cstrm not required.
7142:
7143: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7144: Win32 and broken FreeBSD (issue #45)
7145:
7146: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7147:
7148: * src/main/pa_string.C: warnings war
7149:
7150: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7151: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7152: main/pa_socks.C, targets/apache/pa_threads.C,
7153: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7154: types/pa_vstatus.C: compilation under cygwin fixed
7155:
7156: 2012-06-19 moko
7157:
7158: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7159: Windows fixed
7160:
7161: * parser3.sln: removed antique pcre_ctype
7162:
7163: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7164:
7165: * src/include/pa_config_fixed.h: undefined reference to
7166: __imp__pcre_* fix for Windows
7167:
7168: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7169: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7170: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7171: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7172: define fixed
1.95 moko 7173:
7174: 2012-06-18 moko
7175:
7176: * src/classes/memcached.C: flush -> clear
7177:
7178: * src/classes/memcached.C: memcached does not support quotes even
7179: in server name
7180:
7181: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7182: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7183: called on open to check servers existance. $.key(true) syntax
7184: now supported
7185:
7186: 2012-06-17 moko
7187:
7188: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7189: cleanup
7190:
7191: * src/classes/table.C, tests/282.cfg, tests/282.html,
7192: tests/results/282.processed: encloser at the EOF bug fixed,
7193: incorrectly enclosed data now processed more logicaly (fixes
7194: #339)
7195:
7196: 2012-06-15 moko
7197:
7198: * buildall-without-xml: sync with buildall-with-xml
7199:
7200: * buildall-with-xml: download auto-detected between fetch and curl
7201:
7202: * configure.in: --with-gc and --with-pcre now also processed
7203: correctly
7204:
1.116 moko 7205: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7206: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7207: should be run on rol1 using automake / aclocal (GNU automake)
7208: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7209:
7210: * configure.in: new PARSER_VERSION logic
7211:
7212: * src/include/pa_version.h: new pa_version.h logic
7213:
7214: * src/: classes/curl.C, classes/file.C, classes/image.C,
7215: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7216: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7217: feols_normalized -> fis_text_content set_binary added
7218:
7219: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7220:
7221: 2012-06-15 misha
7222:
7223: * src/: classes/curl.C, classes/file.C, classes/image.C,
7224: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7225: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7226: ^file::create[text;content] EOLs in content now is normalized. (
7227: new feature: #815 )
7228:
7229: 2012-06-15 moko
7230:
7231: * configure.in: --disable-version-update added to disable version
7232: update with host information (for debian package) whitespace
7233: optimized
7234:
7235: * configure.in: version changed to 3.4.2 RC no-pic added for
7236: libtool
7237:
7238: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7239: it.
7240:
7241: 2012-06-14 moko
7242:
7243: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7244: tests/results/281.processed: "hash flocked" error removed for
7245: safe operations like ^h._count[] ( new feature: #335 )
7246:
1.116 moko 7247: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7248:
7249: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7250:
7251: * configure.in: --with-static/shared xml replaced with --with-xml,
7252: xml compilation check added
7253:
7254: * configure.in: --with-static/shared-gc, --with-static-pcre are
7255: replaced with --with-gc and --with-pcre test for pcre linking
7256: added
7257:
7258: 2012-06-13 moko
7259:
7260: * configure.in: apxs2 check optimized
7261:
7262: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7263: .la, includes optimized
7264:
7265: * buildall-with-xml: --with-pic looks better for -fPIC
7266:
7267: * configure.in: switched to convenience library in static linking
7268:
7269: * src/targets/apache/Makefile.am: switched to convenience library
7270: usage to avoid libtool warnings
7271:
7272: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7273: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7274: smtp/Makefile.am: switched to convenience library usage
7275:
7276: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7277:
7278: * src/targets/apache/Makefile.am: updated for libtool usage
7279:
7280: * buildall-without-xml: --with-included-ltdl added
7281:
7282: * buildall-without-xml: sync with buildall-with-xml
7283:
7284: * buildall-with-xml: --with-included-ltdl added $cflags added for
7285: -fPIC for x64 $download added for wget success check added
7286:
7287: * buildall-without-xml: --with-dynamic-stdcpp removed
7288:
7289: * configure.in: disable-static returned
7290:
7291: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7292: LIBTOOLFLAGS
7293:
7294: 2012-06-12 moko
7295:
7296: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7297: compatible with LIBTOOLFLAGS for unknown reasons
7298:
7299: * buildall-with-xml: --with-dynamic-stdcpp removed
7300:
7301: * configure.in: static/dynamic -lstdc++ linking option removed
7302: apxs2 check added
7303:
7304: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7305: option removed
7306:
7307: 2012-06-10 moko
7308:
7309: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7310: added
7311:
7312: * src/targets/cgi/pp3.cmd: old PAF stuff
7313:
1.116 moko 7314: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7315: beauty
1.95 moko 7316:
7317: * depcomp: from libtool 2.4.2
7318:
7319: * configure.in: ltdl directory removed, it has correct Makefile.in
7320:
7321: 2012-06-09 moko
7322:
1.116 moko 7323: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7324: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7325: autogenerated files updated after libtool update
7326:
1.116 moko 7327: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7328: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7329: config_auto.h.in, config_fixed.h, configure, configure.ac,
7330: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7331: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7332: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7333: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7334: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7335: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7336: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7337: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7338: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7339: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7340:
7341: * configure.in: preparation for new libtool
7342:
7343: * configure.in: Some beauty added :)
7344:
7345: * src/targets/apache/Makefile.am: := -> =
7346:
7347: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7348: again. :)
7349:
7350: * src/include/pa_config_includes.h, configure.in: limits.h added,
7351: previously was taken from pcre_internal.h. :)
7352:
7353: * src/lib/pcre/Makefile.am: config.h returned
7354:
7355: * src/lib/pcre/config.h: still need this. :)
7356:
7357: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7358:
7359: * configure.in: --with-charsets removed; --with-mysql-client & co
7360: removed
7361:
7362: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7363: now in parser tree, no need to copy
7364:
7365: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7366: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7367: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7368: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7369: extracts now used old trash removed
7370:
7371: * etc/parser3.charsets/Makefile.am: charsets now in share
7372: (debian/patches/104_automake.patch) + all charsets are copied
7373:
7374: * buildall-with-xml, buildall-without-xml: curl option removed +
7375: extra arguments now supported
7376:
7377: 2012-06-08 misha
7378:
7379: * src/classes/table.C: - one params.as_hash usage was rolled back:
7380: the 2nd option in ^table.hash[] could be hash or table so
7381: .as_hash will throw an exception when table option is specified
7382:
7383: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7384: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7385: classes/table.C, classes/void.C, classes/xdoc.C,
7386: include/pa_exception.h, types/pa_vmethod_frame.C,
7387: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7388: and improved (whitespaces are allowed as empty options) -
7389: MethodParams::as_table is added - above methods are used for
7390: parsing methods' options ( new feature: #9 )
7391:
7392: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7393: to vclass. now class fields can be accessible as a hash:
7394: $h[^hash::create[$asd:CLASS]]
7395:
7396: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7397: have get_fields method so their fields can be accessed with
7398: ^reflection:fields[...] & ^reflection:field[...]
7399:
7400: 2012-06-06 misha
7401:
7402: * tests/280.html: - tests for
7403: ^reflection:method[obj-or-class;method],
7404: ^reflection:field[obj-or-class;field] and
7405: ^reflection:fields[obj-or-class] are added
7406:
7407: 2012-06-05 misha
7408:
7409: * src/classes/reflection.C: - ^reflection:method[class or
7410: object;method name] and ^reflection:field[class or object;field
7411: name] are added
7412:
7413: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7414: is used
7415:
7416: * src/types/pa_method.h: - Method::as_vjunction method is added
7417:
7418: 2012-06-05 moko
7419:
1.116 moko 7420: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7421:
7422: * src/classes/memcached.C: flish ttl fixed
7423:
7424: 2012-06-04 moko
7425:
7426: * src/classes/json.C, src/classes/op.C, tests/279.html,
7427: tests/results/279.processed: ^json:parse[] now supports $.taint
7428: option (new feature #833)
7429:
7430: 2012-06-04 misha
7431:
7432: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7433: - search_stop method was moved from pa_vcookie.C to pa_common.C
7434:
7435: 2012-06-03 misha
7436:
7437: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7438: cookies are parced and stored into $.cookies ( new feature: #31 )
7439:
7440: 2012-05-30 misha
7441:
7442: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7443: incomplete class into a scope while @USE is found
7444:
7445: * src/main/compile.y: - add incomplete class into a scope while
7446: @USE and @CLASS instructions are found ( bugfix: #838 )
7447:
7448: 2012-05-30 moko
7449:
7450: * src/types/pa_vclass.C, tests/278.html,
7451: tests/results/278.processed: removed "property has no getter
7452: method" exception when GET_DEFAULT present (fixes #269)
7453:
7454: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7455: $._default
7456:
7457: 2012-05-29 moko
7458:
7459: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7460: uninitialized values usage (new feature: #154)
7461:
7462: 2012-05-28 moko
7463:
7464: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7465: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7466: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7467: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7468: src/types/pa_vobject.C, src/types/pa_vobject.h,
7469: src/types/pa_vstring.h, src/types/pa_vtable.C,
7470: tests/results/277.processed, src/types/pa_vtable.h,
7471: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7472: ^json:string[$o; $.default[$method]] implemented for VObject (new
7473: feature #803)
7474:
7475: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7476: tests/results/277.processed: json numbers are now treated as
7477: double ( new feature: #834 )
7478:
7479: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7480: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7481: added for out of range checks, zero division in vint/vdouble
7482: check added ( fixes #832 )
7483:
7484: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7485: ( fixes #832 )
7486:
7487: 2012-05-28 misha
7488:
7489: * buildall-with-xml: - --without-lzma option is added to libxml2
7490: configure
7491:
7492: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7493: added - tests for unsupported values for options $.file, $.table
7494: and $.date are added
7495:
7496: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7497: accepts "stat" $.file[] option's value in addition to existed
7498: "text" and "base64" ( new feature: #835 )
7499:
7500: * tests/276.html: - test for
7501: ^reflection:delete[$object-or-class;field-name]
7502:
7503: * src/classes/reflection.C: -
7504: ^reflection:delete[$object-or-class;field-name] is added ( new
7505: feature: #268 )
7506:
7507: 2012-05-27 misha
7508:
7509: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7510:
7511: 2012-05-24 misha
7512:
7513: * src/include/pa_common.h: - method lastposafter was removed
7514:
7515: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7516: lastposafter - ^file:dirname[] & Co proper handle windows file
7517: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7518: work as *nix commands
7519:
7520: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7521:
7522: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7523: rskipchars were added
7524:
7525: * tests/270.html: - more tests for ^file:find[]
7526:
7527: * tests/065.html: - more tests for ^file:dirname[] & Co
7528:
7529: * src/include/pa_version.h: - must be "win32" here. it is
7530: auto-generated on *nix
7531:
7532: 2012-05-24 moko
7533:
7534: * src/classes/math.C: ^math:convert[] now supports uint32 and
7535: throws overflow exception ( new feature: #830 )
7536:
7537: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7538: uint32 support and overflow added ( new feature: #830 )
7539:
7540: 2012-05-23 moko
7541:
7542: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7543: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7544: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7545: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7546: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7547: types/pa_vregex.h, types/pa_vstateless_class.C,
7548: types/pa_vstateless_class.h, types/pa_vstring.h,
7549: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7550: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7551: "return string as-is" removed from as_expr_result. ( new feature:
7552: #831 )
7553:
7554: * tests/results/244.processed: test changed after bug #782 fix
7555: commited
7556:
7557: * tests/results/229.processed: test results for bug #782 commited
7558:
7559: * tests/: 254.html, results/254.processed: uid now just compared,
7560: not printed. :)
7561:
7562: 2012-05-20 moko
7563:
7564: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7565: feature: #341 )
7566:
7567: * tests/: 254.html, results/254.processed: test for
7568: ^reflection:uid[] added
7569:
7570: * tests/: 254.html, results/254.processed: test for
7571: ^reflection:uid[$obj] added
7572:
7573: 2012-05-17 misha
7574:
7575: * src/main/untaint.C: - do not replace ' char by _26 while
7576: exploding filespec-tainting ( new feature: #829 )
7577:
7578: 2012-05-12 moko
7579:
7580: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7581: not.
7582:
7583: 2012-05-08 moko
7584:
7585: * src/types/pa_vmethod_frame.h: bug #782 fixed
7586:
7587: * tests/229.html: test for bug #782
7588:
7589: * tests/results/259.processed, src/main/pa_request.C,
7590: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7591: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7592: src/types/pa_vvoid.h: feature #154 - first empty param now
7593: string; defined locals are empty strings; $STRICT-VARS(true)
7594: added
7595:
7596: 2012-04-27 moko
7597:
1.116 moko 7598: * src/targets/apache/Makefile.am:
1.95 moko 7599: ../../lib/memcached/libmemcached.a added
7600:
7601: 2012-04-27 misha
7602:
7603: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7604: ( #827 )
7605:
7606: 2012-04-25 moko
7607:
7608: * src/: classes/json.C, classes/memcached.C,
7609: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7610: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7611: implemented.
7612:
7613: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7614:
7615: 2012-04-23 moko
7616:
7617: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7618: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7619: types/pa_vmemcached.h: open allows options hash for new
7620: memcached(options) function
7621:
7622: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7623: not appended
7624:
7625: 2012-04-21 moko
7626:
7627: * src/classes/curl.C: '' added. :)
7628:
7629: * src/classes/classes.vcproj: new curl.h location
7630:
7631: * src/classes/curl.C: verbose output redirection from stderr to
7632: file curl option added
7633:
7634: 2012-04-20 moko
7635:
7636: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7637: contains what we need from curl, #ifdef HAVE_CURL removed
7638:
1.116 moko 7639: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7640: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7641: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7642: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7643: configure option
7644:
7645: 2012-04-19 moko
7646:
7647: * src/: classes/double.C, classes/inet.C, classes/int.C,
7648: classes/string.C, lib/gc/include/gc_allocator.h,
7649: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7650: options from sql_result_string removed. (closes issue #468)
7651:
7652: * src/types/pa_vmemcached.C: empty string fix
7653:
7654: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7655: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7656: pa_vmemcached.C
7657:
7658: 2012-04-18 moko
7659:
7660: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7661: apache2-mpm-prefork" error displayed in threaded mpm.
7662:
7663: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7664: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7665: installed (issue #354)
7666:
7667: 2012-04-16 moko
7668:
7669: * src/types/pa_vmemcached.C: call to memcached_result_create and
7670: memcached_result_free removed
7671:
7672: 2012-04-14 moko
7673:
7674: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7675:
7676: * src/types/pa_vmemcached.C: check_key added and used
7677:
7678: 2012-04-13 moko
7679:
7680: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7681: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7682: Serialization_data now added and used, VString now serialized
7683: with languages into memcached.
7684:
7685: 2012-03-28 moko
7686:
7687: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7688: lib/memcached/pa_memcached.h: result lengths added
7689:
7690: 2012-03-27 moko
7691:
7692: * src/types/pa_vmemcached.C: strdup added
7693:
7694: 2012-03-24 moko
7695:
7696: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7697: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7698: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7699:
7700: 2012-03-20 moko
7701:
1.116 moko 7702: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7703:
7704: * src/targets/cgi/Makefile.am: cleanup
7705:
7706: * src/: types/Makefile.am, types/pa_vmemcached.C,
7707: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7708:
7709: * src/: classes/Makefile.am, classes/memcached.C,
7710: lib/memcached/Makefile.am, lib/memcached/constants.h,
7711: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7712: lib/memcached/types.h, lib/Makefile.am: memcached initial
7713:
7714: 2012-03-16 moko
7715:
7716: * src/main/execute.C: ident now works under Linux + ident displays
7717: filenames (closes issue #818)
7718:
1.116 moko 7719: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7720: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7721: pa_vmethod_frame_local.h removed
7722:
7723: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7724: classes/classes.h, classes/curl.C, classes/date.C,
7725: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7726: classes/hashfile.C, classes/image.C, classes/inet.C,
7727: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7728: classes/memory.C, classes/op.C, classes/reflection.C,
7729: classes/regex.C, classes/response.C, classes/string.C,
7730: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7731: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7732: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7733: include/pa_config_fixed.h, include/pa_config_includes.h,
7734: include/pa_dictionary.h, include/pa_dir.h,
7735: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7736: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7737: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7738: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7739: include/pa_request_charsets.h, include/pa_request_info.h,
7740: include/pa_sapi.h, include/pa_socks.h,
7741: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7742: include/pa_stack.h, include/pa_string.h,
7743: include/pa_stylesheet_connection.h,
7744: include/pa_stylesheet_manager.h, include/pa_table.h,
7745: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7746: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7747: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7748: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7749: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7750: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7751: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7752: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7753: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7754: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7755: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7756: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7757: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7758: main/pa_string.C, main/pa_stylesheet_connection.C,
7759: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7760: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7761: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7762: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7763: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7764: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7765: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7766: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7767: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7768: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7769: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7770: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7771: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7772: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7773: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7774: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7775: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7776: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7777: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7778: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7779: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7780: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7781: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7782: types/pa_vresponse.h, types/pa_vstateless_class.C,
7783: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7784: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7785: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7786: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7787: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7788: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7789: ident now works under Linux + ident displays filenames (closes
7790: issue #818) Copyright updated
7791:
7792: 2012-03-13 moko
7793:
7794: * src/main/pa_string.C: compilation fix for feature #741
7795:
7796: 2012-03-09 misha
7797:
7798: * tests/193.html: - tests for ^string:base64[encoded] are updated
7799:
7800: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7801: now detects invalid base64 chars in the middle of encoded stricg
7802: ( new feature: #55 )
7803:
7804: * src/include/pa_exception.h: - new exception type for base64
7805: decoding is added
7806:
7807: 2012-03-06 misha
7808:
7809: * tests/274.html: - tests for ^date::today[] and
7810: ^date.sql-string[datetime|date|time] are added
7811:
7812: * src/classes/date.C: - constructor ^date::today[] is added ( new
7813: feature: #811 ) - ^date.sql-string[] now can accept one param --
7814: strings "datetime", "date" or "time" - comments tidying up
7815:
7816: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7817: date and time
7818:
7819: 2012-03-03 misha
7820:
7821: * tests/193.html: - tests for
7822: ^string:base64[encoded;$.strict(true)] are added
7823:
7824: * tests/results/auto.p: - try-catch operator is added
7825:
7826: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7827: main/pa_common.C: - $.strict(true|false) option is added to
7828: base64 decode methods ( new feature: #55 )
7829:
7830: * src/main/pa_common.C: - base64 decode memory usage was decreased
7831: ( new feature: #819 )
7832:
7833: 2012-02-28 moko
7834:
7835: * src/classes/hash.C: ident test
7836:
7837: 2012-02-27 misha
7838:
7839: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7840:
7841: 2012-01-08 misha
7842:
7843: * tests/273.html: - tests for ^string.replace[from;to] are added
7844:
7845: * src/: classes/string.C, include/pa_dictionary.h,
7846: main/pa_dictionary.C, main/pa_string.C: -
7847: ^string.replace[from;to] is added ( new feature: #741 ) -
7848: ^string.replace[one subst here] is slightly optimized
7849:
7850: 2011-12-07 misha
7851:
7852: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7853: named table with one empty column ( bugfix: #63 )
7854:
7855: 2011-11-30 misha
7856:
7857: * src/classes/json.C: - it's possible to set user's method for
7858: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7859: #763 )
7860:
7861: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7862:
7863: 2011-11-23 misha
7864:
7865: * src/: classes/curl.C, classes/file.C, classes/image.C,
7866: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7867: types/pa_vfile.h, types/pa_vform.C: - constructor
7868: ^file::create[mode;filename;content[;options]] now accepts binary
7869: mode and file-content - new constructor's format:
7870: ^file::create[string-or-file-content[;$.name[filename]
7871: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7872: feature: #65 )
7873:
7874: * src/: include/pa_request.h, main/pa_request.C: - new method
7875: mime_type_of(const String*) is added
7876:
7877: * src/include/pa_exception.h: - new exception constant
7878: FILE_NAME_MUST_BE_SPECIFIED is added
7879:
7880: * src/classes/table.C: - bug with negative offset transformed into
7881: a feature. it means pointing to a row from the end of the table (
7882: new feature: #810 )
7883:
7884: 2011-11-19 misha
7885:
7886: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7887: â ìåòîäå _select ( new feature: #810 )
7888:
7889: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7890: options were specified together is simplified
7891:
7892: 2011-11-12 misha
7893:
7894: * src/main/pa_request.C: - forgotten fix for escaping filename in
7895: HTTP content-disposition header (a part of bug #361 )
7896:
7897: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7898: checks for ancestors' classes as well ( new feature: #456 )
7899:
7900: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7901: "without cycle" now have types "parser.break" and
7902: "parser.continue" instead of "parser.runtime" ( new feature: #799
7903: )
7904:
7905: 2011-11-11 misha
7906:
7907: * tests/results/: 099.processed, 100.processed, 205.processed,
7908: 237.processed: - since bug #361 was fixed the content of filename
7909: in HTTP headers is quoted
7910:
7911: * tests/results/270.processed: - result for test 270
7912:
7913: * tests/: 065.html, results/065.processed: - more tests for
7914: ^file:basename[] & Co were added
7915:
7916: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7917:
7918: * tests/270.html: - tests for ^file:find[] are added
7919:
7920: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7921: using option $.charset. option $.engoding is still supported but
7922: these options can not be specified together
7923:
7924: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7925: comparation charset name with string "UTF-8" ( bugfix: #759 )
7926:
7927: 2011-10-11 misha
7928:
7929: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7930: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7931: #622)
7932:
7933: 2011-09-30 misha
7934:
7935: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7936: exception "saving stat-ed file" ( bugfix: #395 )
7937:
7938: 2011-05-30 misha
7939:
7940: * src/classes/string.C: - fixed bug which was added with
7941: params.as_hash into string:sql
7942:
7943: 2011-05-29 misha
7944:
7945: * src/types/pa_value.C: - filename in content-disposition header
7946: must be quoted ( bugfix: #361 )
7947:
7948: 2011-05-27 misha
7949:
7950: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7951: created file
7952:
7953: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7954: usage
7955:
7956: * src/include/pa_exception.h: - one more string for exception was
7957: added
7958:
7959: 2011-05-25 misha
7960:
7961: * tests/269.html: - tests for checking input params in some dom
7962: methods
7963:
7964: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7965: was added. it isn't possible not wo create xdoc with invalid
7966: tagName. ( bugfix: #160 )
7967:
7968: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7969: string "data must be string" was mover from pa_exception.h to
7970: pa_xml_exception.h
7971:
7972: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7973: as_xmlncname, as_xmlname and as_xmlnsuri were added
7974:
7975: * src/main/pa_xml_exception.C: - XmlException accepts more options
7976:
7977: * src/include/pa_xml_exception.h: - XmlException accepts more
7978: options - XML-related exception's strings were added
7979:
7980: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7981: output_options were removed)
7982:
7983: 2011-05-19 misha
7984:
7985: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7986: params.as_hash is used more while parsing methods hash-options
7987:
7988: 2011-05-18 misha
7989:
1.211 moko 7990: * operators.ru.txt, operators.txt: - info about json-serialization
7991: of xdoc was added
1.95 moko 7992:
7993: * tests/256.html: - tests for json-serialization xdoc were added
7994:
7995: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7996:
7997: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7998: classes/json.C, classes/xdoc.C: - now json:string can serialize
7999: xdoc-objects. options (the same as ^xdoc.string[]) could be
8000: specified in $.xdoc[] ( new feature: #265 )
8001:
8002: 2011-05-15 misha
8003:
8004: * tests/268.html: - tests for ^table.count[with options] were added
8005:
8006: * src/classes/table.C: - method ^table.count[] now can accept
8007: options ( new feature: #93 ): ^table.count[column] returns number
8008: of columns for named table; ^table.count[cells] returns number of
8009: cells in the current row; ^table.count[] & ^table.count[rows]
8010: return number of rows in a table.
8011:
8012: * tests/267.html: - test for checking switch/case in boolean mode
8013: was added
8014:
8015: * src/classes/op.C: - if switch's or case's value is bool, they are
8016: compared as bool values, not as double values: new feature: #351
8017:
8018: 2011-05-06 misha
8019:
8020: * tests/242.html: - EOL before EOF was added
8021:
8022: * tests/169.html: - tests for splitting empty string and void were
8023: added
8024:
8025: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8026: returned table with one empty cell)
8027:
8028: 2011-04-03 misha
8029:
8030: * src/include/pa_version.h, configure.in: - version in head was
8031: changed to 3.4.2b
8032:
8033: 2011-03-30 misha
8034:
8035: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8036: as well ( new feature #294 )
8037:
8038: 2011-03-29 misha
8039:
8040: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8041: limited to approx. 6 MB. previous limits were too big for real
8042: life. bugfix: #216
8043:
8044: 2011-03-04 moko
8045:
8046: * etc/parser3.charsets/cp866.cfg: Conforms to
8047: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8048:
8049: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8050: vlalek@
8051:
8052: 2011-02-22 misha
8053:
1.211 moko 8054: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8055: methods mustn't be under #ifdef XML or parser can't be compiled
8056: without xml support
1.95 moko 8057:
8058: 2011-02-21 misha
8059:
1.116 moko 8060: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8061: ApacheModuleParser3.vcproj was removed
8062:
8063: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8064: removed)
8065:
8066: 2011-02-20 misha
8067:
8068: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8069: $.overridden in ^reflection:method_info[...] were added
8070:
8071: * src/classes/reflection.C: - beautifying result of
8072: ^reflection:method_info[] ($.overridden/inherited)
8073:
8074: 2011-02-18 misha
8075:
8076: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8077: and pa_isalnum instead of isalpha and isalnum - bug with
8078: redundand quoting lowercased latin chars while building email
8079: body was fixed
8080:
8081: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8082: added (they check for latin chars only)
8083:
8084: 2011-02-16 misha
8085:
8086: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8087: string size for transcoding gave too small value (should ever
8088: look for availability char in dest charset inspite of the char
8089: size)
8090:
8091: 2011-02-04 moko
8092:
8093: * tests/223.html: header values now not url-encoded (issue #195)
8094:
8095: 2011-02-01 misha
8096:
8097: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8098:
8099: 2011-01-31 misha
8100:
8101: * src/main/pa_request.C: - throw exception if param file_name in
8102: use_file is empty
8103:
8104: 2011-01-08 moko
8105:
8106: * src/classes/curl.C: compilations errors fixed
8107:
8108: 2010-12-29 moko
8109:
8110: * tests/: 265.html, results/265.processed: test for issue #200
8111: added
8112:
8113: * src/main/pa_string.C: empty regex result check added (fixes issue
8114: #200)
8115:
8116: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8117:
8118: * tests/results/223.processed: header values now not url-encoded
8119: (issue #195)
8120:
8121: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8122: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8123: pa_http_safe_header_name added for headers names (fixes bug #195)
8124:
8125: 2010-12-18 misha
8126:
8127: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8128: => pa-include
8129:
8130: 2010-11-28 moko
8131:
8132: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8133:
8134: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8135: -> pa
8136:
8137: * configure.in: apr -> pa
8138:
8139: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8140:
8141: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8142: classes/Makefile.am, types/Makefile.am: apr -> pa
8143:
8144: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8145: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8146: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8147: pa-include/pa_apr.h, pa-include/pa_errno.h,
8148: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8149: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8150: module apr name conflict resolved)
8151:
8152: 2010-11-27 misha
8153:
8154: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8155: libbz2
8156:
8157: 2010-11-26 misha
8158:
8159: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8160: warnings removed
8161:
8162: 2010-11-25 moko
8163:
1.211 moko 8164: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8165:
1.211 moko 8166: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8167:
1.211 moko 8168: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8169:
8170: * buildall-with-xml: libxml2-2.7.8 + with-apache
8171:
8172: 2010-11-24 moko
8173:
1.116 moko 8174: * configure: apxs support
1.95 moko 8175:
8176: * configure.in: apxs support -Bstatic gc removed for OS X
8177:
8178: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8179:
8180: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8181: THREAD_LOCAL usage
8182:
8183: * src/: classes/curl.C, include/pa_config_includes.h,
8184: main/pa_globals.C: THREAD_LOCAL defined and used
8185:
8186: 2010-11-23 moko
8187:
8188: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8189: should be passed to pa_sleep, and only fractional part (bugfix:
8190: #188)
8191:
8192: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8193:
8194: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8195: GC_dont_gc=1, as in cgi version
8196:
8197: * src/targets/apache/mod_parser3.c: warning war
8198:
8199: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8200: pa_httpd.h: version removed, some trash removed
8201:
8202: * src/targets/apache/mod_parser3.c: version removed (we don't want
8203: to show it), warning war
8204:
8205: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8206: pa_httpd.h: parser_status_allowed removed + merge config
8207: functions removed (override is the default) + beauty
8208:
8209: * src/: include/pa_request.h, main/pa_request.C,
8210: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8211: hide $status used in apache module removed
8212:
8213: 2010-11-18 moko
8214:
1.211 moko 8215: * operators.ru.txt, operators.txt: $.table[compact] added for
8216: ^json:string[]
1.95 moko 8217:
8218: 2010-11-16 moko
8219:
8220: * src/targets/apache/mod_parser3.c: some cleanup done
8221:
8222: * src/main/untaint.C: bugfix: first, second String::Body argument
8223: is hashcode; second, info.fragment_begin is original, not
8224: resulting length
8225:
8226: * src/classes/file.C: new feature: $.stdin now untainted
8227:
8228: * tests/results/264.processed: new feature: $.stdin[] now untainted
8229:
8230: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8231:
8232: * src/classes/op.C: ^apply-taint[] method added
8233:
8234: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8235: added; $.stdin untaint test added
8236:
8237: 2010-11-15 moko
8238:
8239: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8240: removed
8241:
8242: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8243: pa_httpd.h: 2x2 calculated under apache2. :)
8244:
8245: 2010-11-13 moko
8246:
8247: * src/targets/apache/mod_parser3.c: initial changes to build module
8248: with apache 2.x includes
8249:
8250: * src/targets/apache/: Makefile.am, mod_parser3.c,
8251: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8252: united apache 1.3 / apache 2.x DSO module
8253:
8254: 2010-11-09 moko
8255:
8256: * src/types/pa_method.h: check added to dissallow @method[name;*]
8257: syntax
8258:
8259: * tests/: 263.html, results/263.processed: test from method[*args]
8260: added
8261:
8262: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8263: number of params can now be passed to a method declared with *arg
8264:
8265: 2010-11-06 moko
8266:
8267: * src/classes/table.C: formating fixed. :)
8268:
8269: * src/classes/table.C: closes #4: ^table.select now supports
8270: $.limit(), $.offset, $.reverse() options
8271:
8272: * tests/: 262.html, results/262.processed: test for ^table:select
8273: with options added (feature #4)
8274:
8275: * src/include/pa_array.h: remove function added
8276:
8277: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8278: object in get_element/put_element, using static one.
8279:
8280: 2010-11-04 moko
8281:
8282: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8283: options is passed
8284:
8285: * tests/: 256.html, results/256.processed: $.table[compact] feature
8286: now tested; k and p in handler now tested.
8287:
8288: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8289: $.table[compact] feature added
8290:
8291: * src/classes/json.C: key is now passed to handler in
8292: value_json_string; ^json:string result now process tainting
8293: inside and returns clean string, related to issue #153
8294:
8295: * src/main/untaint.C: bugfix: charset can be null (in
8296: ^string:save[] as example), thus check is added
8297:
8298: 2010-10-31 moko
8299:
8300: * src/classes/string.C: error message changed (fixes issue #149)
8301:
8302: 2010-10-29 moko
8303:
8304: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8305: port is not default (fixes issue #155); exception on invalid port
8306: added.
8307:
8308: * src/main/untaint.C: '*' is now not urlencoded to allow header
8309: "Accept: */*" to be passed
8310:
8311: 2010-10-28 moko
8312:
8313: * src/classes/curl.C: bugfix: detect_charset() was throwing
8314: exception on unknown charset even if response_charset was
8315: specified
8316:
8317: 2010-10-27 moko
8318:
8319: * src/classes/string.C: ^string.append removed for void
8320: compatibility
8321:
8322: 2010-10-26 moko
8323:
8324: * src/classes/json.C: libjson supports array at top level, we too
8325: (GPF fixed)
8326:
8327: 2010-10-25 moko
8328:
8329: * tests/: 253.html, results/253.processed: libjson supports array
8330: at top level, parser now supports it as well.
8331:
8332: * tests/261.html, tests/results/261.processed,
8333: src/types/pa_vstring.h: empty string is now void compatible
8334: (allows $empty.key)
8335:
8336: 2010-10-22 misha
8337:
8338: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8339: while adding additional expires checkout)
8340:
8341: * tests/030.html: - test for session cookie was added
8342:
8343: 2010-10-21 moko
8344:
8345: * src/: classes/string.C, classes/void.C, main/execute.C,
8346: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8347: string (feature #111)
8348:
8349: * tests/: 261.html, results/261.processed: checks void from string
8350: inheritance (feature #111)
8351:
8352: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8353: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8354: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8355: now true by default
8356:
8357: 2010-10-17 moko
8358:
8359: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8360: upload now uses binary blocks instead of L_FILE_POST tainting.
8361: (bugfix: #128)
8362:
8363: * tests/: 223.html, results/223.processed: binary file upload test
8364: added, GPF (issue #128) also checked in this test
8365:
8366: 2010-10-13 misha
8367:
8368: * tests/260.html: - test for math:convert
8369:
8370: * src/classes/math.C: - error in math:convert was fixed
8371:
1.211 moko 8372: * operators.ru.txt, operators.txt: - info about
1.95 moko 8373: ^math:convert[number](from-base;to-base) was added
8374:
8375: * src/classes/math.C: - method
8376: ^math:convert[number](from-base;to-base) for converting number
8377: represention from one base to another was added ( new feature:
8378: #23 )
8379:
8380: 2010-10-13 moko
8381:
8382: * src/main/compile.tab.C: [] now is empty string, not void
8383:
8384: * src/main/compile.y: [] now is empty string, not void
8385:
8386: * src/types/pa_vvoid.h: void now passed as parameter
8387:
8388: * tests/: 259.html, results/259.processed: to test difference
8389: between void and empty string (see ticket #111)
8390:
8391: * tests/results/152.processed: $sEmpty[] is now empty string, not
8392: void
8393:
8394: * tests/256.html: $s[$void] is no longer empty string
8395:
8396: * tests/254.html: empty string is no longer void
8397:
8398: 2010-10-12 misha
8399:
8400: * src/types/pa_vcookie.C: - check if $.expires value can be
8401: converted to date during cookies set up ( bugfix: #104 )
8402:
8403: * tests/041.html: - more tests for ^table.locate were added
8404:
8405: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8406: work ( bugfix: #129 ) - exception comment for incorrect options
8407: ^table.locate[field;value;options] was fixed
8408:
8409: 2010-10-10 moko
8410:
8411: * src/: classes/reflection.C, main/execute.C: constructor returning
8412: another object feature returned
8413:
8414: * tests/results/258.processed: test result updated as constructor
8415: returning another object feature returned
8416:
8417: * tests/: 258.html, results/258.processed: test for constructor
8418: returning another object
8419:
8420: 2010-10-08 misha
8421:
8422: * tests/257.html: - whitespaces after @METACOMMANDS and their
8423: options shouldn't cause exceptions any longer
8424:
8425: 2010-10-06 moko
8426:
8427: * src/classes/: hash.C, table.C: length from sql server is now
8428: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8429:
8430: 2010-10-02 misha
8431:
1.211 moko 8432: * operators.ru.txt, operators.txt: - the X mark was removed from
8433: ^cache[file]. it is usable to delete cache file.
1.95 moko 8434:
8435: 2010-10-02 moko
8436:
8437: * tests/: 253.html, results/253.processed: hook_key added for key
8438: checking
8439:
8440: * src/classes/json.C: null key bug fixed
8441:
8442: 2010-09-29 misha
8443:
8444: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8445:
8446: 2010-09-25 moko
8447:
8448: * src/classes/json.C: small fixed
8449:
8450: * tests/results/: 253.processed, 255.processed: just updated
8451:
8452: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8453: results/255.processed: charset transcode test added for
8454: json:parse
8455:
8456: 2010-09-24 moko
8457:
8458: * src/types/pa_value.h: warning war :)
8459:
8460: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8461: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8462: ^json:string
8463:
8464: 2010-09-22 moko
8465:
8466: * src/main/pa_charset.C: parser charset tables declare only
8467: white-space before 0x20, thus adding the missing chars
8468:
8469: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8470: to http://unicode.org/Public/MAPPINGS/VENDORS/
8471:
8472: 2010-09-21 misha
8473:
8474: * src/main/compile.y: - some semicolons were added (VS2010 don't
8475: want to compile grammar if they are absent)
8476:
8477: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8478:
8479: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8480:
8481: * src/main/main.vcproj: - path to bison is changed
8482:
8483: 2010-09-21 moko
8484:
1.116 moko 8485: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8486: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8487: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8488:
8489: 2010-09-20 misha
8490:
8491: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8492:
8493: * src/classes/json.C: - add EOL while json-serializing hash
8494:
8495: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8496: compilers don't like 'ES'.
8497:
8498: 2010-09-17 misha
8499:
1.211 moko 8500: * operators.ru.txt, operators.txt: - info about json class was
8501: added
1.95 moko 8502:
8503: * src/classes/json.C: - ^json:string[object]
8504:
8505: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8506: preventing infinite recursion while executing json:string was
8507: added
8508:
8509: * src/include/pa_string.h: - method append_quoted was added
8510:
8511: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8512: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8513: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8514: was added to Value & Co
8515:
8516: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8517: were used
8518:
8519: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8520: were added
8521:
8522: 2010-09-10 moko
8523:
8524: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8525: die_or_abort (backport from 3.4.1)
8526:
8527: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8528: die_or_abort (bugfix: #106)
8529:
8530: 2010-09-09 moko
8531:
8532: * src/classes/json.C: warning war. :)
8533:
8534: 2010-09-08 misha
8535:
8536: * src/lib/json/Makefile.am: - additional include directories were
8537: added (for pa_memory.h and gc.h)
8538:
8539: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8540: compile as C++ instead default - additional include directory was
8541: added (for gc.h)
8542:
8543: * src/types/pa_vform.C: - little code reformating
8544:
8545: * src/classes/file.C: - $.content-type option now can be specified
8546: in ^file::create ( new feature: #102 )
8547:
8548: 2010-09-08 moko
8549:
8550: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8551: pa_malloc/pa_free
8552:
8553: 2010-09-07 moko
8554:
8555: * tests/results/254.processed: VStateless_class:put_element
8556: exception was fixed
8557:
8558: * src/types/: pa_value.h, pa_vstateless_class.h: now
8559: VStateless_class:put_element barks self.type, not this.type
8560: (bugfix: #105)
8561:
8562: 2010-09-06 moko
8563:
8564: * src/classes/reflection.C: bugfix: new String() is required for
8565: exception handling
8566:
8567: * tests/: 254.html, results/254.processed: test modified
8568:
8569: 2010-09-05 moko
8570:
8571: * tests/: 254.html, results/254.processed: ^reflection:copy test
8572: added
8573:
8574: * src/: classes/reflection.C, include/pa_request.h:
8575: ^reflection:copy implemented (new feature: #100)
8576:
8577: 2010-09-03 moko
8578:
8579: * src/lib/json/JSON_parser.C: c++ compatiblity
8580:
8581: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8582: option testing added
8583:
8584: 2010-09-02 moko
8585:
8586: * src/classes/json.C: $.distinct[first|last|all] added
8587:
8588: 2010-09-01 moko
8589:
8590: * tests/results/253.processed: json test result
8591:
8592: * tests/: 253.html, 253_json.txt: json test added
8593:
8594: * src/classes/json.C: json.C update to actual version + hash key
8595: creation bugfix
8596:
8597: 2010-08-31 misha
8598:
8599: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8600: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8601: src/lib/Makefile.am, src/classes/Makefile.am,
8602: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8603: json library was added
8604:
8605: 2010-08-30 moko
8606:
8607: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8608: types/pa_vobject.C: cosmetic optimization in
8609: request:execute_method usage
8610:
8611: * src/: include/pa_charset.h, main/pa_charset.C: small
8612: optimization, just to decrease number of lines. :)
8613:
8614: 2010-08-27 misha
8615:
8616: * src/classes/op.C: - taint[json] was added
8617:
8618: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8619: were added
8620:
8621: * src/main/pa_exec.C: - warning fix was rolled back.
8622:
8623: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8624: include/pa_string.h: - taint[json] was added - escaping was
8625: slightly modified
8626:
8627: 2010-08-25 misha
8628:
8629: * src/classes/file.C: - typo in file:sql exception was fixed
8630:
8631: * src/main/pa_exec.C: - warning about declared and not used
8632: variable forced_allow was removed
8633:
8634: 2010-08-14 misha
8635:
8636: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8637: were removed
8638:
8639: 2010-08-11 moko
8640:
8641: * tests/: 249.html, results/249.processed: default setter and
8642: anti-recursive default getter test added
8643:
8644: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8645: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8646: types/pa_vobject.h, types/pa_vstateless_class.C,
8647: types/pa_vstateless_class.h: default setter support +
8648: anti-recursive default getter support ( new feature: #13 )
8649:
8650: * src/include/pa_hash.h: optimization: threshold member removed
8651: from hash, reducing sizeof(hash)
8652:
8653: 2010-08-10 misha
8654:
8655: * tests/196.html: - junction-method was added to the test
8656:
8657: * tests/248.html: - ups. typo :)
8658:
8659: * tests/248.html: - test for checking .match with 4 params
8660:
8661: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8662: 247_windows1251.txt: - test for "transcode file from utf-8 to
8663: $request:charset during loading if the BOM code is detected"
8664:
8665: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8666: $request:charset during loading if the BOM code is detected ( new
8667: feature: #98 )
8668:
8669: 2010-08-05 misha
8670:
8671: * src/classes/image.C: - ^image.replace now can accept only 2
8672: params. in this case the whole image is affected ( new feature:
8673: #95 )
8674:
8675: 2010-08-04 misha
8676:
8677: * tests/246.html: - test tor ^hash._at[] was added
8678:
8679: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8680: #53 )
8681:
8682: * src/include/pa_hash.h: - methods for accessing the first and the
8683: last values of ordered hash were added (first_value and
8684: last_value)
8685:
8686: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8687: (similar to others file's methods):
8688: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8689: #68 )
8690:
8691: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8692:
8693: 2010-08-01 moko
8694:
8695: * src/classes/op.C: to correctly process $result[] in code, called
8696: from ^process
8697:
8698: * tests/245.html: $result in ^process[] test added
8699:
8700: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8701: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8702: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8703: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8704: caller, self) op_call(VMethodFrame &frame, bool constructing)
8705: removed, construct(class,method) added
8706:
8707: * tests/results/: 192.processed, 244.processed: request::construct
8708: added
8709:
8710: * tests/: 244.html, 245.html, results/244.processed,
8711: results/245.processed: object creation exceptions and ^process
8712: tests added
8713:
8714: 2010-07-28 misha
8715:
8716: * tests/make_tests.cmd: - win32 EOLs
8717:
8718: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8719: tests on Win32 were added (The system timezone should be GMT+3)
8720:
8721: 2010-07-26 misha
8722:
8723: * tests/: 212.html, results/212.processed: - sizes were removed
8724: mecause they could be different on different OSs
8725:
8726: * tests/065.html: - make it "win32 friendly"
8727:
8728: 2010-07-25 misha
8729:
8730: * src/main/compile.y: - all EOLs between methods are removed during
8731: compilation ( new feature: #47 )
8732:
8733: * tests/results/149.processed: - prepare tests to trim trailing
8734: methods' EOLs
8735:
8736: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8737:
8738: * tests/: results/006.processed, results/014.processed, 006.html,
8739: 014.html, 022.html: - prepare tests to trim trailing methods'
8740: EOLs
8741:
8742: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8743: results/071.processed, results/022.processed: - prepare tests to
8744: trim trailing methods' EOLs
8745:
8746: * tests/: results/073.processed, results/109.processed,
8747: results/142.processed, results/144.processed,
8748: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8749: 144.html: - prepare tests to trim trailing methods' EOLs
8750:
8751: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8752: 149.html, 152.html, results/096.processed, results/107.processed,
8753: results/109.processed, results/142.processed,
8754: results/144.processed: - prepare tests to trim trailing methods'
8755: EOLs
8756:
8757: 2010-07-24 moko
8758:
8759: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8760: the hash order in this test
8761:
8762: * tests/014.html: to check hash order, hash no is longer sorted
8763: before print
8764:
8765: * src/include/pa_hash.h: hash copy constructor now keeps order
8766: (bugfix: #54)
8767:
8768: 2010-07-23 moko
8769:
8770: * tests/results/224.processed: @auto[] is no longer inherited
8771:
8772: * src/types/pa_vstateless_class.C, tests/227.html,
8773: tests/results/227.processed: @auto[] is no longer inherited
8774: (bugfix: #57)
8775:
8776: 2010-07-22 misha
8777:
8778: * src/classes/table.C: - don't skip comment lines during
8779: table::load if encloser or separator is set as '#' ( new feature:
8780: #30 )
8781:
8782: * src/targets/cgi/parser3.C: - don't run as cgi if
8783: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8784: #12 )
8785:
8786: * src/classes/file.C: - set PARSER_VARSION env before external
8787: script executing
8788:
8789: 2010-07-13 misha
8790:
8791: * tests/058.html: - test for suppressing @border was added - test
8792: for user attribute was added
8793:
8794: * tests/results/186.processed: unescaping from \uXXXX
8795:
8796: * tests/186.html: unescaping from \uXXXX
8797:
8798: * tests/: 239.html, results/239.processed: method call type
8799:
8800: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8801: $junction_method.CLASS_NAME (+CLASS)
8802:
8803: 2010-07-07 misha
8804:
8805: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8806: *nix
8807:
8808: 2010-07-05 misha
8809:
8810: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8811: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8812: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8813: comment strings "options must be hash", "options must be hash,
8814: not code" and "called with invalid option" were replaced by
8815: constatns - exception comment string "invalid option passed" was
8816: replaced by "called with invalid option" (now in different
8817: methods are the same exception comment string)
8818:
8819: * src/include/pa_exception.h: - more exception strings were defined
8820:
8821: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8822: types/pa_vstateless_class.h: - now we can define possible
8823: method's call type ( new feature: #5 ) 1.
8824: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8825: methods 2. @static:method[params] (only static keyword could be
8826: used here) -- for specified methods
8827:
8828: * src/main/pa_common.C: - junction points should not be deleted on
8829: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8830: cleanup
8831:
8832: 2010-07-03 misha
8833:
8834: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8835: results/158.processed, results/160.processed,
8836: results/161.processed, results/162.processed,
8837: results/163.processed: - prepare tests to trim trailing methods'
8838: EOLs
8839:
8840: * tests/results/169.processed: - prepare tests to trim trailing
8841: methods' EOLs
8842:
8843: * tests/results/: 168.processed, 169.processed: - prepare tests to
8844: trim trailing methods' EOLs
8845:
8846: * tests/: results/170.processed, results/167.processed,
8847: results/168.processed, results/169.processed, 167.html, 168.html,
8848: 169.html: - prepare tests to trim trailing methods' EOLs
8849:
8850: * tests/: results/170.processed, results/171.processed,
8851: results/172.processed, results/173.processed,
8852: results/174.processed, results/175.processed, 170.html, 171.html,
8853: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8854: trailing methods' EOLs
8855:
8856: * tests/: results/176.processed, results/180.processed,
8857: results/184.processed, results/185.processed,
8858: results/191.processed, results/192.processed,
8859: results/196.processed, results/197.processed,
8860: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8861: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8862: to trim trailing methods' EOLs
8863:
8864: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8865: results/199.processed, results/208.processed,
8866: results/209.processed, results/213.processed,
8867: results/214.processed: - prepare tests to trim trailing methods'
8868: EOLs
8869:
8870: 2010-06-29 misha
8871:
8872: * tests/: 220.html, 218.html, results/218.processed,
8873: results/215.processed, results/217.processed, 215.html, 217.html:
8874: - prepare tests to trim trailing methods' EOLs
8875:
8876: * tests/: results/224.processed, 224.html, 223.html,
8877: results/223.processed, results/220.processed: - prepare tests to
8878: trim trailing methods' EOLs
8879:
8880: * tests/results/: 226.processed, 230.processed: - prepare tests to
8881: trim trailing methods' EOLs
8882:
8883: * tests/: 229.html, results/229.processed: - prepare tests to trim
8884: trailing methods' EOLs
8885:
8886: * tests/: 232.html, 235.html, results/232.processed,
8887: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8888: results/226.processed, results/227.processed,
8889: results/228.processed, results/230.processed: - prepare tests to
8890: trim trailing methods' EOLs
8891:
8892: 2010-06-16 moko
8893:
8894: * tests/: 229.html, results/229.processed: elseif now supported in
8895: ^if
8896:
8897: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8898:
8899: 2010-06-03 misha
8900:
8901: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8902: instead of memcopy for overlaped regions
8903:
8904: 2010-05-25 misha
8905:
8906: * src/main/pa_common.C: - wanring about unused vars was removed
8907:
8908: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8909: get_method_filename was moved to execute.C
8910:
8911: 2010-05-23 misha
8912:
8913: * src/main/pa_request.C: - more accurate detection of method's file
8914:
8915: 2010-05-22 misha
8916:
8917: * src/classes/reflection.C: - bugfix: core during detection of
8918: .file if filespec isn't detected successfully
8919:
8920: 2010-05-20 misha
8921:
8922: * src/main/pa_request.C: - fix in get_method_filename
8923:
8924: * src/include/pa_request.h: - new feature: #24 -- searching
8925: included file in @USE/^use is changed. if its filespec doesn't
8926: start from '/' it will be searched in caller file directory
8927:
8928: * src/classes/reflection.C: - ^reflection:method_info returns file
8929: where the method is defined
8930:
8931: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8932: classes/op.C: - new feature: #24 -- searching included file in
8933: @USE/^use is changed. if its filespec doesn't start from '/' it
8934: will be searched in caller file directory
8935:
8936: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8937: is moved to pa_common.h
8938:
8939: 2010-05-18 misha
8940:
8941: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8942: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8943: cookie parser decode \uXXXX as well as %uXXXX
8944:
8945: 2010-05-17 misha
8946:
8947: * src/classes/curl.C: beauty: - unused param is removed in method
8948: _curl_version_action - some spaces were removed or replaced by
8949: tabs
8950:
8951: * src/classes/table.C: - bugfix: #72 core with empty value during
8952: ^table.hash[...;name_of_the_last_column][$.type[string]]
8953:
8954: 2010-05-16 misha
8955:
8956: * src/classes/curl.C: new: #61 more curl options were added
8957: (contributed by Sumo)
8958:
8959: 2010-04-29 pretender
8960:
8961: * src/main/pa_string.C: fixes #63 Split result from empty string
8962: now empty string.
8963:
8964: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8965: string type.
8966:
8967: 2010-04-28 pretender
8968:
8969: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8970: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8971: macrodefinition removed
8972:
8973: 2010-04-19 pretender
8974:
8975: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8976: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8977:
8978: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8979: fixes #64 Now file.missing exception generates in unsafe mode to.
8980:
8981: * src/classes/file.C: fixes #48 Now not throw "not save environment
8982: variable" exception in grpunlim version.
8983:
8984: 2010-04-05 misha
8985:
8986: * src/classes/string.C: - new feature: 4th param was added to
8987: match. if specified its value is returned in case of nothing was
8988: found
8989:
8990: 2010-04-01 misha
8991:
8992: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8993: multiple execution of /a/b/auto.p
8994:
8995: 2010-03-19 misha
8996:
8997: * src/main/execute.C: - core in $table1.$table2 was fixed
8998:
8999: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9000:
9001: 2010-01-27 misha
9002:
9003: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9004: trying to open file by path /existing-file/non-exixting-file
9005:
9006: 2010-01-26 misha
9007:
9008: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9009: was added (returns file)
9010:
9011: 2009-12-22 misha
9012:
9013: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9014: now parser doesn't have class curl if it was built without it
9015:
9016: 2009-12-15 misha
9017:
9018: * configure.in: - little cheat with curl include dir was added
9019:
9020: 2009-12-05 misha
9021:
9022: * src/classes/curl.C: - some fixes
9023:
9024: 2009-12-04 misha
9025:
9026: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9027: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9028: buildall-with-xml, buildall-without-xml, configure.in: - curl
9029: class was added
9030:
9031: * src/include/pa_hash.h: - hash-iterator was added
9032:
9033: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9034: was added to pcre
9035:
9036: 2009-11-27 misha
9037:
9038: * src/classes/image.C: - don't add @border attribute to output of
9039: ^image.html[] if it was specified by user with empty value
9040:
9041: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9042: root element and we are trying to access .documentElement
9043:
9044: 2009-11-11 misha
9045:
9046: * src/classes/table.C: - in ^table.flip[] look at number of columns
9047: instead of number of items in first row for named tables
9048:
9049: 2009-11-10 misha
9050:
1.211 moko 9051: * operators.ru.txt, operators.txt: - info about hash-options in
9052: ^file::create was added
1.95 moko 9053:
9054: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9055: added
9056:
9057: 2009-11-09 misha
9058:
9059: * buildall-with-xml: - moving to libxml 2.7.6
9060:
9061: * tests/236.html: - tests for comparations cords with functions
9062: were added
9063:
9064: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9065: added
9066:
9067: * src/main/pa_http.C: - little optimisation
9068:
9069: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9070: GPF mallocs + stringstream (table.save)
9071:
9072: * src/classes/file.C: - file::create now accepts 4th param: options
9073: with $.charset
9074:
9075: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9076: bug in cord (comparation cords with functions was buggy)
9077:
9078: 2009-11-06 misha
9079:
9080: * src/main/pa_string.C: - bugfix: calculation string.length
9081: sometimes was buggy
9082:
9083: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9084: destroyed if exception occured during match/replace
9085:
9086: * src/: main/pa_charset.C, include/pa_charset.h: - method
9087: lengthUTF8Char was added
9088:
9089: * src/classes/op.C: - clean tainting lang was added for user's
9090: usage
9091:
9092: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9093: fixed: checkouts are required after GC_MALLOC
9094:
9095: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9096:
1.211 moko 9097: * operators.ru.txt, operators.txt: - actually, there is no
9098: ^untaint[xml] in file::create
1.95 moko 9099:
9100: 2009-10-15 misha
9101:
9102: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9103: were added
9104:
9105: * tests/234.html: - more tests for checking ^taint[uri] escaping
9106: were added
9107:
9108: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9109: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9110: hacking: for dealing with transcoding+^taint[uri]
9111: transcode_and_untaint was replaced by untaint_and_transcode
9112:
9113: 2009-10-13 misha
9114:
9115: * tests/: 121.html, results/121.processed: - test transcoding +
9116: url-escaping now
9117:
9118: * tests/results/auto.p: - more helpers' methods were added
9119:
9120: * src/main/pa_globals.C: - die instead of abort
9121:
9122: 2009-10-06 misha
9123:
9124: * src/main/pa_common.C: - don't allocate memory during
9125: capitalization if input string is already capitalized
9126:
9127: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9128:
9129: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9130: use format function because it calls malloc
9131:
9132: * src/include/pa_common.h: - more capitalized headers were added
9133:
9134: * src/main/pa_common.C: - in safe mode clear executable bits during
9135: file writing
9136:
9137: 2009-10-05 misha
9138:
9139: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9140:
9141: 2009-10-03 misha
9142:
9143: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9144: ^img.text[] & ^img.length[] can work in utf-8 now
9145:
9146: * src/: include/pa_charset.h, main/pa_charset.C: - class
9147: UTF8_string_iterator was added
9148:
9149: * src/classes/image.C: - respect utf-8 when calculate alphabet
9150: length
9151:
9152: * src/classes/mail.C: - check from before get message.cstr
9153:
9154: 2009-10-02 misha
9155:
9156: * tests/233.html: - test for image.font, image.length, image.text
9157: with text in utf-8 were added
9158:
9159: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9160:
9161: * buildall-with-xml, buildall-without-xml: - comment about gc
9162: version for freebsd 4 was added
9163:
9164: 2009-10-01 misha
9165:
9166: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9167: terminator) - read_pipe were slightly optimized
9168:
9169: 2009-09-28 misha
9170:
9171: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9172: removed
9173:
9174: * src/types/pa_vmail.C: - forgot about space after ':'
9175:
9176: * src/types/pa_vmail.C: - escape filenames while preparing mail
9177: body - small simplifications
9178:
9179: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9180: inout params like pa_base64
9181:
9182: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9183: option $.debug-print(1) was added to mail:send - changes for
9184: using uue_encode which uses less memory
9185:
9186: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9187:
9188: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9189: memory now
9190:
9191: 2009-09-26 misha
9192:
9193: * src/types/pa_vmail.C: - default encoding now is base64
9194:
9195: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9196:
9197: 2009-09-25 misha
9198:
9199: * src/types/pa_vmail.C: - capitalization of headers was added to
9200: sending mail as well
9201:
9202: * buildall-with-xml: - catalog package was removed from libxml
9203:
9204: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9205: win32 absolute path
9206:
9207: * src/include/pa_common.h: - one more capitalized header was added
9208:
9209: 2009-09-22 misha
9210:
9211: * INSTALL: - comment about building just httpd binary while
9212: building apache module was added
9213:
9214: 2009-09-21 misha
9215:
9216: * buildall-with-xml: - moving to the latest versions of xml libs:
9217: libxml 2.7.4 and libxslt 1.1.25
9218:
9219: 2009-09-19 misha
9220:
9221: * tests/231.html: - test for encoding cookie in win-1251
9222:
9223: 2009-09-18 misha
9224:
9225: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9226: object] were added
9227:
1.211 moko 9228: * operators.ru.txt, operators.txt: - info about method
9229: ^reflection:fields[class or object] was added
1.95 moko 9230:
9231: * src/classes/reflection.C: - method ^reflection:fields[class or
9232: object] was added
9233:
9234: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9235: methods get_fields were added
9236:
9237: * tests/232.html: - tests for @GET[name]
9238:
9239: * src/classes/table.C: - some changes in handling hash-options for
9240: creare, join and locate
9241:
9242: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9243: defined with option: the type of requested value
9244:
9245: 2009-09-17 misha
9246:
9247: * tests/212.html: - tests for .pattern and .options were added
9248:
9249: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9250: $regex.options were added
9251:
9252: 2009-09-11 misha
9253:
9254: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9255: rewrited. it checks not just one case of sending cookies during
9256: file::load[http], but also sending headers and fields (including
9257: files)
9258:
9259: 2009-09-10 misha
9260:
9261: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9262: was removed => now parser can open files with Russian 'r' in
9263: filename
9264:
9265: * src/main/untaint.C: - bugfix: client charset whould be analized
9266: while escaping cookies but now source charset
9267:
9268: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9269: ^tainted[uri] so it was possible to make request with incorrect
9270: http header
9271:
9272: * src/main/pa_http.C: - capitalization of http headers during
9273: file::load[http was slightly changes - bugfix: all headers which
9274: parser sends during file::load[http should be transcoded and only
9275: then escaped
9276:
9277: * src/main/untaint.C: - a bit more comments were added
9278:
9279: * src/classes/: file.C, string.C: - types where changes (minus 2
9280: warnings)
9281:
9282: * src/include/pa_common.h: - 2 capitalized strings for making http
9283: headers during file::load[http were added
9284:
9285: 2009-09-08 misha
9286:
1.211 moko 9287: * operators.ru.txt, operators.txt: - changes in file.save and
9288: string.save were added
1.95 moko 9289:
9290: * tests/: 230.html, 230.txt: - tests for checking options in
9291: file.save and string.save were added
9292:
9293: * src/main/pa_request.C: - http headers names, which are passed to
9294: SAPI::add_header_attribute are lowercased now (it'll be
9295: capitalized in that method)
9296:
9297: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9298: classes/string.C: - file_write accepts Request_charsets and asked
9299: charset and cound transcode content before writing - string.save
9300: and file.save have option $.charset now
9301:
9302: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9303: classes/xdoc.C: - file_write accepts Request_charsets and asked
9304: charset and cound transcode content before writing
9305:
9306: * src/include/pa_exception.h: - new exception comment string was
9307: defined
9308:
9309: 2009-09-07 misha
9310:
9311: * src/main/compile.y: - grammar $name\ name stops now for regex
9312: sub-pattern\s
9313:
9314: 2009-09-04 misha
9315:
9316: * src/main/pa_http.C: - capitalization of http headers during
9317: file::load[http was implemented
9318:
9319: 2009-09-03 misha
9320:
9321: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9322: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9323: types/pa_vmail.C, targets/cgi/parser3.C,
9324: targets/isapi/parser3isapi.C: - back to storing response http
9325: headers in lowercase - capitalize them during output
9326:
9327: 2009-08-31 misha
9328:
9329: * src/classes/table.C: - allow call with any brackets (it could be
9330: useful in methods with explict result declaration)
9331:
9332: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9333: correctly if $request:charset==koi8-r
9334:
9335: 2009-08-30 misha
9336:
9337: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9338: changed: content-type => Content-type and so on
9339:
9340: * src/classes/file.C, src/include/pa_common.h,
9341: src/include/pa_request.h, src/main/pa_http.C,
9342: src/main/pa_request.C, src/types/pa_vcookie.C,
9343: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9344: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9345: tests/results/002.processed, tests/results/003.processed,
9346: tests/results/004.processed, tests/results/005.processed,
9347: tests/results/006.processed, tests/results/007.processed,
9348: tests/results/008.processed, tests/results/009.processed,
9349: tests/results/010.processed, tests/results/011.processed,
9350: tests/results/012.processed, tests/results/013.processed,
9351: tests/results/014.processed, tests/results/015.processed,
9352: tests/results/016.processed, tests/results/017.processed,
9353: tests/results/018.processed, tests/results/019.processed,
9354: tests/results/020.processed, tests/results/021.processed,
9355: tests/results/022.processed, tests/results/023.processed,
9356: tests/results/024.processed, tests/results/025.processed,
9357: tests/results/026.processed, tests/results/027.processed,
9358: tests/results/028.processed, tests/results/029.processed,
9359: tests/results/030.processed, tests/results/031.processed,
9360: tests/results/032.processed, tests/results/033.processed,
9361: tests/results/034.processed, tests/results/035.processed,
9362: tests/results/036.processed, tests/results/037.processed,
9363: tests/results/038.processed, tests/results/039.processed,
9364: tests/results/040.processed, tests/results/041.processed,
9365: tests/results/042.processed, tests/results/043.processed,
9366: tests/results/044.processed, tests/results/045.processed,
9367: tests/results/046.processed, tests/results/047.processed,
9368: tests/results/048.processed, tests/results/049.processed,
9369: tests/results/050.processed, tests/results/051.processed,
9370: tests/results/052.processed, tests/results/053.processed,
9371: tests/results/054.processed, tests/results/055.processed,
9372: tests/results/056.processed, tests/results/057.processed,
9373: tests/results/058.processed, tests/results/059.processed,
9374: tests/results/060.processed, tests/results/061.processed,
9375: tests/results/062.processed, tests/results/063.processed,
9376: tests/results/064.processed, tests/results/065.processed,
9377: tests/results/066.processed, tests/results/067.processed,
9378: tests/results/068.processed, tests/results/069.processed,
9379: tests/results/070.processed, tests/results/071.processed,
9380: tests/results/072.processed, tests/results/073.processed,
9381: tests/results/074.processed, tests/results/075.processed,
9382: tests/results/076.processed, tests/results/077.processed,
9383: tests/results/078.processed, tests/results/079.processed,
9384: tests/results/080.processed, tests/results/081.processed,
9385: tests/results/082.processed, tests/results/083.processed,
9386: tests/results/084.processed, tests/results/085.processed,
9387: tests/results/086.processed, tests/results/087.processed,
9388: tests/results/088.processed, tests/results/089.processed,
9389: tests/results/090.processed, tests/results/091.processed,
9390: tests/results/092.processed, tests/results/093.processed,
9391: tests/results/094.processed, tests/results/095.processed,
9392: tests/results/096.processed, tests/results/097.processed,
9393: tests/results/098.processed, tests/results/099.processed,
9394: tests/results/100.processed, tests/results/101.processed,
9395: tests/results/102.processed, tests/results/103.processed,
9396: tests/results/104.processed, tests/results/105.processed,
9397: tests/results/106.processed, tests/results/107.processed,
9398: tests/results/108.processed, tests/results/109.processed,
9399: tests/results/110.processed, tests/results/111.processed,
9400: tests/results/112.processed, tests/results/113.processed,
9401: tests/results/114.processed, tests/results/115.processed,
9402: tests/results/116.processed, tests/results/117.processed,
9403: tests/results/118.processed, tests/results/119.processed,
9404: tests/results/120.processed, tests/results/121.processed,
9405: tests/results/122.processed, tests/results/123.processed,
9406: tests/results/124.processed, tests/results/125.processed,
9407: tests/results/126.processed, tests/results/127.processed,
9408: tests/results/128.processed, tests/results/129.processed,
9409: tests/results/130.processed, tests/results/131.processed,
9410: tests/results/132.processed, tests/results/133.processed,
9411: tests/results/134.processed, tests/results/135.processed,
9412: tests/results/136.processed, tests/results/138.processed,
9413: tests/results/139.processed, tests/results/140.processed,
9414: tests/results/141.processed, tests/results/142.processed,
9415: tests/results/143.processed, tests/results/144.processed,
9416: tests/results/145.processed, tests/results/146.processed,
9417: tests/results/147.processed, tests/results/148.processed,
9418: tests/results/149.processed, tests/results/150.processed,
9419: tests/results/151.processed, tests/results/152.processed,
9420: tests/results/153.processed, tests/results/154.processed,
9421: tests/results/155.processed, tests/results/156.processed,
9422: tests/results/157.processed, tests/results/158.processed,
9423: tests/results/159.processed, tests/results/160.processed,
9424: tests/results/161.processed, tests/results/162.processed,
9425: tests/results/163.processed, tests/results/164.processed,
9426: tests/results/165.processed, tests/results/166.processed,
9427: tests/results/167.processed, tests/results/168.processed,
9428: tests/results/169.processed, tests/results/170.processed,
9429: tests/results/171.processed, tests/results/172.processed,
9430: tests/results/173.processed, tests/results/174.processed,
9431: tests/results/175.processed, tests/results/176.processed,
9432: tests/results/177.processed, tests/results/178.processed,
9433: tests/results/179.processed, tests/results/180.processed,
9434: tests/results/181.processed, tests/results/182.processed,
9435: tests/results/183.processed, tests/results/184.processed,
9436: tests/results/185.processed, tests/results/186.processed,
9437: tests/results/187.processed, tests/results/188.processed,
9438: tests/results/189.processed, tests/results/190.processed,
9439: tests/results/191.processed, tests/results/192.processed,
9440: tests/results/193.processed, tests/results/194.processed,
9441: tests/results/195.processed, tests/results/196.processed,
9442: tests/results/197.processed, tests/results/198.processed,
9443: tests/results/199.processed, tests/results/200.processed,
9444: tests/results/201.processed, tests/results/202.processed,
9445: tests/results/203.processed, tests/results/204.processed,
9446: tests/results/205.processed, tests/results/206.processed,
9447: tests/results/207.processed, tests/results/208.processed,
9448: tests/results/209.processed, tests/results/210.processed,
9449: tests/results/211.processed, tests/results/212.processed,
9450: tests/results/213.processed, tests/results/214.processed,
9451: tests/results/215.processed, tests/results/216.processed,
9452: tests/results/217.processed, tests/results/218.processed,
9453: tests/results/219.processed, tests/results/220.processed,
9454: tests/results/221.processed, tests/results/222.processed,
9455: tests/results/223.processed, tests/results/224.processed,
9456: tests/results/225.processed, tests/results/226.processed,
9457: tests/results/227.processed, tests/results/228.processed,
9458: tests/results/229.processed: - http headers were changed:
9459: content-type => Content-type and so on
9460:
9461: 2009-08-27 misha
9462:
9463: * src/: main/pa_random.C, include/pa_random.h,
9464: targets/cgi/parser3.C: - year was updated :)
9465:
9466: 2009-08-26 misha
9467:
9468: * tests/: 224.html, 224.p: - test for creating of parser object
9469: using constructor without params - little bugfix in test
9470:
9471: * src/main/compile_tools.h: - bugfix: should't call autouse while
9472: checking existed class while processing partial option
9473:
9474: * src/classes/reflection.C: - bugfix: core when creating object
9475: with reflection and constructor doesn't have params
9476:
9477: 2009-08-24 misha
9478:
9479: * tests/229.html: - tests for checking the number of parameters
9480: were added
9481:
9482: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9483: number of method's parameters wasn't checked correctly (the bug
9484: was introduced in 3.4.0)
9485:
9486: 2009-08-22 misha
9487:
9488: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9489: transcoded, but tainted pieces are escaped only when
9490: content-type==url-encoding
9491:
9492: * tests/228.html: - test for checking
9493: ^file::load[http://...;$.body[]]
9494:
9495: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9496: post charset was too early (charsets is empty at this moment)
9497:
9498: 2009-08-21 misha
9499:
9500: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9501: main/untaint.C: - some fixes with transcode+untaint
9502:
9503: 2009-08-15 misha
9504:
9505: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9506: was increaced to 100 (was 50)
9507:
9508: * tests/227.html: - test for checking overriding properties in
9509: static classes was added
9510:
9511: * tests/: 226.html, 226.p: - test for @autoload[] was added
9512:
9513: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9514: main/execute.C, main/pa_request.C, classes/reflection.C: -
9515: autouse was implemented
9516:
9517: 2009-08-14 misha
9518:
9519: * src/classes/reflection.C: - outdated checkout was removed
9520:
9521: * src/classes/reflection.C: - optimization - method ^dynamical was
9522: added.
9523:
9524: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9525: types/pa_vstateless_class.h, main/execute.C: - optimization
9526:
9527: * src/types/pa_vclass.C: - exception if base on sytem class
9528:
9529: 2009-08-12 misha
9530:
9531: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9532: pa_vstateless_class.h: - little optimisation
9533:
9534: 2009-08-11 misha
9535:
9536: * tests/224.html: - method_params => method_info - checking for
9537: $.inherited
9538:
1.211 moko 9539: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9540: method method_params was renamed to method_info and now it
9541: returns class name, if method was defined in ancestor
1.95 moko 9542:
9543: * tests/225.html: - tests for cheching properties in hierarhical
9544: classes were added
9545:
9546: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9547: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9548: main/compile.y, main/execute.C, classes/classes.C: - problems
9549: with properties in new classes implementation were fixed
9550:
9551: 2009-08-10 misha
9552:
9553: * src/main/execute.C: - now constructor shouldn't be defined in
9554: class. it could be defined in parent.
9555:
9556: 2009-08-09 misha
9557:
9558: * src/classes/reflection.C: - ^reflection:methods doesn't return
9559: base's methods
9560:
9561: 2009-08-08 misha
9562:
9563: * src/: classes/classes.h, classes/date.C, classes/file.C,
9564: classes/form.C, classes/hash.C, classes/hashfile.C,
9565: classes/image.C, classes/mail.C, classes/op.C,
9566: classes/reflection.C, classes/regex.C, classes/string.C,
9567: classes/table.C, classes/xdoc.C, classes/xnode.C,
9568: classes/xnode.h, include/pa_hash.h, main/execute.C,
9569: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9570: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9571: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9572: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9573: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9574: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9575: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9576: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9577: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9578: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9579: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9580: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9581: types/pa_vresponse.C, types/pa_vresponse.h,
9582: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9583: types/pa_vstateless_object.h, types/pa_vstatus.C,
9584: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9585: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9586: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9587: types/pa_wwrapper.h, types/types.vcproj: - new classes
9588: implementation
9589:
9590: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9591: USE_MUNMAP is used. so it is disabled as a workaround.
9592:
9593: 2009-08-05 misha
9594:
9595: * src/: main/pa_common.C, include/pa_common.h: - not needed
9596: parameter was removed
9597:
9598: * src/main/pa_http.C: - bugfix: error was during detecting
9599: content-type of file which was loaded by http
9600:
9601: 2009-08-01 misha
9602:
9603: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9604: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9605: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9606: can't be disabled with defines any longer
9607:
9608: 2009-07-29 misha
9609:
9610: * src/classes/reflection.C, tests/results/224.processed: - for
9611: native methods with any call type now returned empty call_type
9612: value
9613:
9614: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9615: classes/table.C, include/pa_hash.h, include/pa_request.h,
9616: main/pa_request.C: - break in cycles was optimized
9617:
9618: * INSTALL: - more defines were described
9619:
9620: 2009-07-28 misha
9621:
1.211 moko 9622: * operators.ru.txt, operators.txt: - some changes in information
9623: about reflection class
1.95 moko 9624:
9625: * tests/: 224.html, 224.p: - tests for reflection class
9626:
9627: * src/classes/reflection.C: - some bugs were fixed, method classes
9628: was added, refactoring
9629:
9630: 2009-07-26 misha
9631:
9632: * src/classes/classes.vcproj: - reflection class wass added to
9633: project
9634:
1.211 moko 9635: * operators.ru.txt, operators.txt: - information about reflection
9636: class was added
1.95 moko 9637:
9638: * src/classes/reflection.C: - class was redesigned
9639:
9640: 2009-07-24 misha
9641:
9642: * src/classes/: Makefile.am, reflection.C: - class reflection was
9643: added
9644:
9645: * src/types/pa_vstateless_class.h: - method for reflection method's
9646: in classes was added
9647:
9648: 2009-07-22 misha
9649:
9650: * src/main/compile_tools.h: - bugfix: $object.$var was
9651: over-optimized. it failed if $object1.$object2.field
9652:
9653: 2009-07-16 misha
9654:
9655: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9656: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9657: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9658: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9659: one more arg: length of cord
9660:
9661: 2009-07-15 misha
9662:
9663: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9664: tainted in ^file::load[http://...;$.cookies[]]
9665:
9666: * src/classes/: op.C, regex.C, string.C: - new string with
9667: exception was used
9668:
9669: * src/include/pa_exception.h: - new string with exception was added
9670:
9671: * tests/223.html: - test for checking cookie-encoding during
9672: ^file::load[http was added
9673:
9674: * tests/: 221.html, 222.html: - tests for checking type of
9675: $table.fields.field were added
9676:
9677: * src/types/pa_vtable.C: - not used var decl was removed
9678:
9679: * src/include/pa_string.h: - use cached string length in Body::mid.
9680: it improves speed of match with brackets in pattern
9681:
9682: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9683: outside
9684:
9685: 2009-07-14 misha
9686:
9687: * src/types/pa_vtable.C: - $table.fields.a return string even if
9688: column is empty (sometime returned void) - $table.fields was
9689: added for nameless tables
9690:
9691: * src/targets/cgi/getopt.c: - one warning resolved
9692:
9693: * src/main/pa_string.C: - potentian bug fixed
9694:
9695: * src/classes/op.C: - small optimization in taint/untaint
9696:
9697: 2009-07-13 misha
9698:
9699: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9700: added
9701:
9702: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9703: souldn't add the attribut to output
9704:
9705: 2009-07-11 misha
9706:
9707: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9708: stack size was increaced to 2MB (default=1MB)
9709:
9710: 2009-07-08 misha
9711:
9712: * src/main/pa_string.C: - link to UTF-8 description was added
9713:
9714: * src/include/pa_hash.h: - hash keeps element's order in more
9715: places (ex: ._keys[])
9716:
9717: * tests/220.html: - test for checking order of elements in hash in
9718: foreach was added
9719:
9720: * tests/172.html: - small changes in printing hash
9721:
9722: * tests/129.html: - small changes in printing hash
9723:
9724: * src/: include/pa_common.h, include/pa_hash.h,
9725: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9726: types/pa_vmethod_frame.h: - hash now keeps order of elements
9727:
9728: * tests/014.html: - small changes in printing hash
9729:
9730: 2009-07-07 misha
9731:
9732: * src/classes/op.C: - new taint language "parser-code" was added
9733:
9734: * tests/219.html: - test for auto untaint parser code in process
9735: was added
9736:
9737: * src/classes/op.C: - tainted pieces in body of process are
9738: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9739:
9740: * src/: include/pa_string.h, main/untaint.C: - new language
9741: L_PARSER_CODE for auto-untaint in process was added
9742:
9743: * src/: classes/file.C, classes/hash.C, classes/image.C,
9744: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9745: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9746: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9747: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9748: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9749: code cleanup
9750:
9751: 2009-07-06 misha
9752:
9753: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9754: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9755: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9756:
9757: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9758: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9759: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9760: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9761: should be used
9762:
9763: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9764: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9765: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9766: untaint_cstr[m] should be used
9767:
9768: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9769: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9770:
9771: * tests/218.html: - test for checking automatic file-spec-taint was
9772: added
9773:
9774: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9775: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9776: classes/file.C, classes/hash.C, classes/image.C,
9777: classes/string.C, classes/table.C, classes/void.C,
9778: classes/xdoc.C: - optimizations and simplification of
9779: string.cstr(...)
9780:
9781: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9782: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9783: - optimizations and simplification of string.cstr(...)
9784:
9785: 2009-07-04 misha
9786:
9787: * tests/217.html: - test for recursion detection was added
9788:
9789: * src/: types/types.vcproj, main/main.vcproj,
9790: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9791: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9792: from .vcproj
9793:
9794: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9795:
9796: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9797: uploading files and case-insensitive http-method were added
9798:
9799: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9800: tainted pattern in ^file:list[] was added
9801:
9802: 2009-07-03 misha
9803:
9804: * src/: classes/classes.vcproj, main/main.vcproj,
9805: types/types.vcproj, targets/cgi/parser3.vcproj,
9806: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9807: for dynamic_cast) - little options changes
9808:
9809: * src/main/pa_http.C: - file::load[http works now with uploading
9810: files _and_ changing $.charset
9811:
9812: 2009-06-29 misha
9813:
9814: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9815: while creating pattern
9816:
9817: 2009-06-25 misha
9818:
1.211 moko 9819: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9820: names for ^image.font were changed to $.space, $.width and
9821: $spacing - default space width now == gif's width
1.95 moko 9822:
9823: 2009-06-24 misha
9824:
9825: * tests/215.html: - tests for $file.mode were added
9826:
1.211 moko 9827: * operators.ru.txt, operators.txt: - added info about $file.mode
9828: and changes in ^image.font[
1.95 moko 9829:
9830: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9831: param now could be omited - third param now could be hash (with
9832: all widths options: $.space-width, $.letter-width) - it's
9833: possible to specify tracking ($.letter-space)
9834:
9835: * src/classes/file.C: - file objects now could have mode field
9836: (text|binary)
9837:
9838: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9839:
9840: 2009-06-23 misha
9841:
9842: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9843: trim can work with utf-8 chars now
9844:
9845: 2009-06-20 misha
9846:
9847: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9848: was implemented
9849:
9850: * src/classes/table.C: - string length cacheing was implemented
9851:
9852: * src/include/pa_string.h: - string length cacheing was implemented
9853:
9854: 2009-06-17 misha
9855:
9856: * src/main/execute.C: - value param was removed from
9857: WContext::WContext
9858:
9859: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9860: pa_wwrapper.h: - value param was removed from WContext::WContext
9861: - field wcontext was removed from VCodeFrame (using fparent
9862: instead)
9863:
9864: * tests/214.html: - test with hash copying
9865:
9866: 2009-06-16 misha
9867:
9868: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9869: strings doesn't work in expression anymore
9870:
9871: * src/main/execute.C: - less calls for get_constructing() - little
9872: refactoring
9873:
9874: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9875: include/pa_request.h: - less calls for get_constructing()
9876:
9877: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9878: introduced with OPTIMIZE_SINGLE_STRING optimization
9879:
9880: 2009-06-14 misha
9881:
9882: * src/: classes/date.C, classes/file.C, classes/hash.C,
9883: classes/hashfile.C, classes/image.C, classes/regex.C,
9884: classes/table.C, classes/xdoc.C, classes/xnode.h,
9885: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9886: types/pa_vstateless_class.h, main/execute.C: - create object for
9887: storing object's fields only for parser objects
9888:
9889: 2009-06-13 misha
9890:
9891: * buildall-with-xml, buildall-without-xml: - new option was added
9892: for building GC (it slightly reduces memory usage)
9893:
9894: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9895: single string write
9896:
9897: * src/main/execute.C: - bytecode optimization of ^class:constructor
9898: - optimization of single string write
9899:
9900: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9901: - bytecode optimization of ^class:constructor
9902:
9903: 2009-06-09 misha
9904:
9905: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9906: main (better compatibility)
9907:
9908: 2009-06-08 misha
9909:
9910: * src/main/compile.y: - I've forgot to commit it :(
9911:
9912: 2009-06-07 misha
9913:
9914: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9915: WITH_READ and WITH_ROOT
9916:
9917: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9918: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9919: WITH_ROOT - little refactoring
9920:
9921: 2009-06-06 misha
9922:
9923: * tests/213.html: - tests for 3rd match string-param were added
9924:
9925: * src/classes/string.C: - 3rd match param could be string now
9926:
9927: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9928: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9929: GET_OBJECT_ELEMENT
9930:
9931: 2009-06-05 misha
9932:
9933: * src/main/pa_http.C: - bugfix: content-length was not calculated
9934: if $.body was specified
9935:
9936: 2009-06-04 misha
9937:
9938: * src/classes/op.C: - optimizing write_assign_lang in connect
9939:
9940: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9941:
9942: * src/main/execute.C: - little refactoring - optimizing
9943: write_assign_lang in taint/untaint
9944:
9945: * src/include/pa_opcode.h: - little refactoring
9946:
9947: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9948: main/compile_tools.h, main/execute.C: - optimizations for
9949: $self.field, ^self.method, $self.field[...] and $self.field(...)
9950: were added
9951:
9952: 2009-06-03 misha
9953:
9954: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9955:
9956: 2009-06-02 misha
9957:
9958: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9959: include/pa_opcode.h: - refactoring in last optimizations
9960: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9961: now but code is much easy and it is ready for further
9962: improvements.
9963:
9964: 2009-05-27 misha
9965:
9966: * src/: types/pa_junction.h, types/pa_vjunction.C,
9967: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9968: changed in destructing junctions
9969:
9970: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9971: String:Body
9972:
9973: 2009-05-26 misha
9974:
9975: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9976: one method detect_charset was deleted - bug was fixed in this
9977: method (error while detecting charset in content_type withot last
9978: ';')
9979:
9980: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9981: once
9982:
9983: 2009-05-25 misha
9984:
9985: * src/classes/file.C: - bugfix: file::exec didn't work after
9986: optimizing of helper_length
9987:
9988: 2009-05-24 misha
9989:
9990: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9991: were added - little refactoring
9992:
9993: * src/main/execute.C: - core while printing in debug log
9994: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9995: optimisations were added
9996:
9997: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9998: were added
9999:
10000: 2009-05-23 misha
10001:
10002: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10003: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10004: CORD_cat optimization
10005:
10006: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10007: - call constr optimisation under separate define now
10008:
10009: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10010: in $b should be string, not void
10011:
10012: * src/main/compile.y: - little fix for rem-cut optimisation
10013:
10014: * src/: include/pa_opcode.h, main/compile_tools.C,
10015: main/compile_tools.h, main/execute.C: - optimisations for
10016: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10017:
10018: * INSTALL: - description of some #defined were added
10019:
10020: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10021: before 1st access (memory usage is reduced if don't access to
10022: .text field)
10023:
10024: * src/include/pa_array.h: - array grows step now not static (it
10025: reduces numbers of reallocs)
10026:
10027: 2009-05-20 misha
10028:
10029: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10030: $.b(2), $c[d] and $.e[f] was added
10031:
10032: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10033: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10034: $.e[f] was added
10035:
10036: * src/main/execute.C: - debug printing moved in defines
10037:
10038: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10039: and little refactoring for OP_GET_OBJECT_ELEMENT +
10040: OP_GET_OBJECT_VAR_ELEMENT optimisation
10041:
10042: 2009-05-19 misha
10043:
10044: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10045: execute.C: - $a.$b & ^a.$b bytecode optimisation
10046:
10047: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10048: ^a.$b optimisation)
10049:
10050: * src/main/compile.y: - compiler now generate new opcodes:
10051: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10052: ^a.b - compiler now cut off ^rem{ with all content ; any number
10053: of params }
10054:
10055: * src/main/execute.C: - code for handle new opcodes
10056: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10057:
10058: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10059: added for LA2V and LA2S
10060:
10061: * src/include/pa_opcode.h: - new defines which can be used for
10062: disable some bytecode optimisation and new opcodes were added
10063:
10064: 2009-05-17 misha
10065:
10066: * src/lib/cord/cordxtra.c: - bugfix.
10067:
10068: * tests/212.html: - .size[] and .study_size[] were added to tests
10069:
1.211 moko 10070: * operators.ru.txt, operators.txt: - info about regex class was
10071: added
1.95 moko 10072:
10073: * tests/212.html: - tests for regex class were added
10074:
10075: 2009-05-16 misha
10076:
10077: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10078: gc7.1
10079:
10080: * tests/022.html: - test for ^file:list[path;] (empty second param)
10081: was added
10082:
10083: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10084: param) should work
10085:
10086: 2009-05-15 misha
10087:
10088: * src/classes/table.C: - automatically disable stringstream usage
10089: on freebsd4
10090:
10091: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10092: scope
10093:
10094: * tests/211.html: - test with different types of access to hash was
10095: added
10096:
10097: * tests/210.html: - test which checks for loosing tainting in
10098: hash's keys was added
10099:
10100: * tests/208.html: - some parser work added. or stime == 0 %-)
10101:
10102: * src/lib/cord/cordbscs.c: - little hack was added to cord
10103:
10104: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10105:
10106: * src/include/pa_version.h, configure.in: - moko have made a lot of
10107: optimisations for increacing version number more dramatically :)
10108:
10109: * src/classes/date.C: - little refactoring: use constructor which
10110: accepts formated string
10111:
10112: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10113: which can print formatted string was added
10114:
10115: 2009-05-14 misha
10116:
10117: * src/include/pa_string.h: - type was fixed
10118:
10119: * src/: classes/hashfile.C, classes/op.C,
10120: include/pa_cache_managers.h, include/pa_charset.h,
10121: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10122: include/pa_request.h, include/pa_sql_driver_manager.h,
10123: include/pa_string.h, include/pa_stylesheet_manager.h,
10124: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10125: main/pa_charsets.C, main/pa_string.C,
10126: main/pa_stylesheet_connection.C, types/pa_value.h,
10127: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10128: types/pa_vobject.C, types/pa_vstateless_class.C,
10129: types/pa_vstateless_class.h: - hash_code caching was implemented
10130: (seaches should be faster now)
10131:
10132: * src/: classes/file.C, classes/hash.C, classes/image.C,
10133: classes/string.C, classes/table.C, include/pa_string.h,
10134: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10135: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10136: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10137: types/pa_vrequest.C: - String constructors don't have that stupid
10138: true/false param which means 'tainted'. they accept lang instead.
10139:
10140: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10141: with OPTIMIZE_RESULT
10142:
10143: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10144: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10145:
10146: 2009-05-13 misha
10147:
10148: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10149: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10150: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10151: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10152: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10153: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10154: include/pa_string.h, classes/date.C, classes/file.C,
10155: classes/hash.C, classes/image.C, classes/string.C,
10156: classes/table.C, classes/xdoc.C: - result optimisation -
10157: helper_length parameter removed from string constructors
10158:
10159: 2009-05-11 misha
10160:
10161: * tests/209.html: - tests for ^hash::create[hash] were added
10162:
10163: * tests/208.html: - tests for $status:rusage, $status:memory,
10164: ^memory:compact[] were added
10165:
10166: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10167: log10 were added
10168:
10169: * tests/206.html: - test for try with finally was added
10170:
10171: 2009-05-10 misha
10172:
10173: * tests/205.html: - test for ^file::create[...] was added
10174:
10175: * tests/204.html: - test for ^response:clear[] was added
10176:
10177: * tests/038.html: - tests for trigonometric functions were added
10178:
10179: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10180: added - more tests for .add, .sub, .union, .intersects and
10181: .intersections
10182:
10183: * tests/065.html: - test for ^file:dirname was added
10184:
10185: * tests/030.html: - test for $cookie:fields was added
10186:
10187: * tests/203.html: - test for ^h._keys[column name] was added
10188:
10189: * tests/201.html: - tests for .trim were added
10190:
10191: * tests/202.html: - tests for last-day,
10192: date:calendar[type](YYYY;MM;DD) were added
10193:
10194: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10195: .offset[type](N) were added
10196:
10197: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10198: and .pos[c](N) were added
10199:
10200: * tests/141.html: - test for math:sha1 was added
10201:
10202: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10203:
10204: 2009-05-09 misha
10205:
10206: * src/main/compile.y: - rollback
10207:
10208: 2009-05-05 misha
10209:
10210: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10211: replaced by is_empty()
10212:
10213: * src/: include/pa_string.h, main/pa_charset.C: - little
10214: optimisation: somewhere length() was replaced by is_empty()
10215:
10216: * src/classes/table.C: - little optimisation: somewhere length()
10217: was replaced by is_empty()
10218:
10219: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10220: classes/op.C, classes/table.C, main/pa_exception.C: - little
10221: optimisation: somewhere length() was replaced by is_empty()
10222:
10223: 2009-05-04 misha
10224:
10225: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10226: types/pa_vstateless_class.h, main/execute.C,
10227: include/pa_request.h, classes/hash.C, classes/op.C,
10228: classes/table.C: - more optimisations were added: some operators
10229: don't switch write context anylonger
10230:
10231: 2009-05-01 misha
10232:
10233: * src/main/compile.y: - slightly more opcode optimisations for
10234: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10235:
10236: * src/main/execute.C: - simplifying process for getters
10237:
10238: 2009-04-30 misha
10239:
10240: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10241:
10242: * tests/results/199.processed: - test for checking $result into
10243: ^rem was added
10244:
10245: * tests/199.html: - test for checking $result into ^rem was added
10246:
10247: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10248: some OS it returns list in different order)
10249:
10250: * src/: include/pa_array.h, include/pa_request.h,
10251: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10252: changes in stack impl - get_element() optimisation: 3rd param
10253: removed - bugfix: problems with reading empty input param -
10254: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10255:
10256: * tests/results/198.processed: - test for reading empty local var
10257: was added
10258:
10259: * tests/198.html: - test for reading empty local var was added
10260:
10261: 2009-04-29 misha
10262:
10263: * src/main/compile.y: - bugfix: couldn't compile because
10264: OP_VALUE__GET_ELEMENT should be unde #ifdef
10265:
10266: * src/: include/pa_array.h, include/pa_opcode.h,
10267: include/pa_request.h, main/compile.y, main/execute.C,
10268: main/pa_request.C, types/pa_vmethod_frame.C,
10269: types/pa_vmethod_frame.h: - we can work without opcode
10270: OP_STORE_PARAM, so it was removed
10271:
10272: 2009-04-28 misha
10273:
10274: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10275: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10276: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10277: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10278: 4.
10279: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10280:
10281: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10282:
10283: * src/: main/pa_string.C, classes/string.C: - !length() =>
10284: is_empty()
10285:
10286: 2009-04-27 misha
10287:
10288: * src/types/pa_vregex.h: - back explicit vars initialisation
10289:
10290: 2009-04-24 misha
10291:
10292: * src/classes/string.C: - ups. typo fixed
10293:
10294: * src/main/execute.C: - more replacements '*new VBool' to
10295: 'VBool::get' - checks for ^break[], ^continue[] and
10296: parser.interrupted were optimised
10297:
10298: * src/classes/string.C: - number of params.count() calls was
10299: slightly reduced
10300:
10301: 2009-04-23 misha
10302:
10303: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10304: make it x64 friendly
10305:
10306: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10307: parser is x64 friendly now
10308:
10309: 2009-04-22 misha
10310:
10311: * src/types/pa_vhashfile.C: - coder friendly exception about
10312: exceeding record size was added
10313:
10314: * src/classes/file.C: - use vregex object instead of direct calls
10315: methods from pcre lib
10316:
10317: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10318: classes/string.C: - use vregex object instead of direct calls
10319: methods from pcre lib
10320:
10321: * src/: include/pa_common.h, main/pa_common.C: - method
10322: print_pcre_exec_error_text was moved to class vregex
10323:
10324: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10325: was added
10326:
10327: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10328: - class vregex was added
10329:
10330: 2009-04-21 misha
10331:
10332: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10333:
10334: * src/: types/pa_junction.h, types/pa_value.C,
10335: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10336: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10337: junction-optimisation (destructors)
10338:
10339: * src/include/pa_array.h: - free under if now
10340:
10341: 2009-04-19 misha
10342:
10343: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10344:
10345: 2009-04-18 misha
10346:
10347: * src/include/pa_version.h:
10348: :q :
10349:
10350: CV:
10351: ----------------------------------------------------------------------
10352:
10353: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10354: refactoring
10355:
10356: * src/: include/pa_array.h, include/pa_hash.h,
10357: types/pa_vmethod_frame.h: - destructors under #ifdef now
10358:
10359: * src/include/pa_memory.h: - define for using destructors was added
10360:
10361: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10362: main/execute.C: - some junctions will be cached now
10363:
10364: * src/include/pa_hash.h: - hash destructor frees pairs now
10365:
10366: * src/include/pa_array.h: - inline was added to destructor
10367:
10368: * src/types/pa_method.h: - comment was changed
10369:
10370: 2009-04-17 misha
10371:
10372: * src/: include/pa_array.h, include/pa_hash.h,
10373: types/pa_vmethod_frame.h: - destructors were added
10374:
10375: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10376: renamed to always_use_result
10377:
10378: * src/main/: compile.y, compile_tools.h: - rollback changes in
10379: compiler: full backward compatibility is better
10380:
10381: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10382: result in var's hash
10383:
10384: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10385: optimisation in method_frame
10386:
10387: * src/include/pa_array.h: - optimisation in array (allocate
10388: elements only when needed)
10389:
10390: * src/types/pa_vresponse.C: - check for $response:headers field
10391: before looking at custom fields
10392:
10393: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10394: not needed to check existance var with name 'result' in var's
10395: hash
10396:
10397: * src/main/compile.y: - compiler was changed: now it detects
10398: writings to $result and set flag writo_to_result in method
10399:
10400: * src/classes/string.C: - little optimisation: no needed to write
10401: number with lang
10402:
10403: * src/main/pa_charset.C: - methods readChar and skipChar which is
10404: used for read utf8-strings were renamed - is_escaped was renamed
10405: to isEscaped (to the same name convention)
10406:
10407: * src/: types/pa_method.h, main/compile_tools.h: - flag
10408: write_to_result added. compiler get this info from code.
10409:
10410: 2009-04-16 misha
10411:
10412: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10413: String only before 1st write
10414:
10415: * src/include/pa_string.h: - not needed template removed
10416:
10417: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10418: types/pa_vjunction.C, types/pa_vproperty.C,
10419: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10420: main/pa_request.C, classes/bool.C, classes/double.C,
10421: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10422: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10423: bool objects)
10424:
10425: 2009-04-15 misha
10426:
10427: * src/lib/cord/cordxtra.c: - more optimisation
10428:
10429: * src/: include/pa_string.h, main/untaint.C: - String::append
10430: optimisation
10431:
10432: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10433: then get and can sometime be used)
10434:
10435: * src/main/pa_string.C: - String::length optimisation
10436:
10437: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10438: these methods read different strings
10439:
10440: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10441: fresult_initial_void removed + some optimisation - if $result
10442: defined we don't write to context anymore
10443:
10444: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10445: need just skip char)
10446:
10447: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10448: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10449: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10450:
10451: * src/types/pa_vvoid.h: - added get() method for retreave one
10452: instance
10453:
10454: 2009-04-11 misha
10455:
10456: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10457:
10458: * tests/197.html: - test for parser://test in xml was added
10459:
10460: * src/classes/string.C: - small optimisation
10461:
10462: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10463: optimisation
10464:
10465: 2009-04-10 misha
10466:
10467: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10468: to pcre-7.8
10469:
10470: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10471:
10472: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10473: added
10474:
10475: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10476: $request:CLASS_NAME were added
10477:
10478: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10479: were added
10480:
10481: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10482: $env:CLASS_NAME were added
10483:
10484: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10485: '@todo' now
10486:
10487: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10488: compirer
10489:
10490: * src/main/pa_string.C: - little code cleanup
10491:
10492: * src/main/pa_common.C: - describe one more UTF-8 related error
10493: during PCRE compile/execute
10494:
10495: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10496: normalizing todo-comments: '@todo' now
10497:
10498: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10499:
10500: * src/main/pa_charset.C: - type changed for making compiler happy
10501:
10502: 2009-03-10 misha
10503:
10504: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10505: in main()
10506:
10507: 2009-02-01 misha
10508:
10509: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10510: boundary
10511:
10512: 2009-01-25 misha
10513:
10514: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10515:
10516: * src/classes/file.C: - more changes for parsing different number
10517: of params for file::load
10518:
10519: * tests/193.html: - tests for exception while base64-decode binary
10520: to string was added
10521:
10522: * tests/192.html: - tests for file::load with different number of
10523: options
10524:
10525: * src/classes/math.C: - ups. forgot '+1'
10526:
10527: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10528: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10529: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10530: (new option $.encode[multipart-form/data] should be specified) -
10531: $.method[] option for file::load now is not case-sensitive
10532:
10533: * src/: include/pa_string.h, main/untaint.C: - for file post the
10534: new taint language L_FILE_POST was added
10535:
10536: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10537: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10538: stuff was moved to separate files
10539:
10540: 2009-01-23 misha
10541:
10542: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10543: spaces to tabs were converted
10544:
10545: 2009-01-12 misha
10546:
10547: * src/main/pa_http.C: - value of $.method[] option force uppercased
10548: now
10549:
10550: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10551: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10552: their names
10553:
10554: * src/main/pa_common.C: - changes in formating
10555:
10556: * src/: classes/file.C, main/pa_http.C: - some constants changed
10557: their names
10558:
10559: * src/include/pa_http.h: - some spaces were converted to tabs
10560:
10561: * src/include/pa_common.h: - some constants changed their names
10562:
10563: * src/classes/file.C: - fixed 4-th paramether for file::load -
10564: little code rewriting
10565:
10566: * src/types/pa_vfile.C: - little code rewriting
10567:
10568: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10569: types/pa_value.h: - some formating changes
10570:
10571: * src/include/pa_common.h: - some formating spaces transformed to
10572: tabs
10573:
10574: * src/classes/string.C: - exception while base64-decode binary to a
10575: string
10576:
10577: 2009-01-11 misha
10578:
10579: * configure.in: - version changed to 3.3.1b
10580:
10581: 2008-09-05 misha
10582:
10583: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10584: release_3_3_0 on 2008-09-05 10:59:35 +0000
10585:
10586: 2008-09-04 misha
10587:
10588: * tests/: 130.html, 131.html: - these exceptions not typeless
10589: anymore
10590:
10591: * src/classes/op.C: - exception with 'invalid taint language' not
10592: typeless anylonger
10593:
10594: * src/classes/image.C: - some exceptions while operations with
10595: image not typeless anymore
10596:
10597: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10598: main/pa_exec.C, main/pa_http.C: - some exceptions while
10599: operations with files not typeless anymore
10600:
10601: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10602: types/pa_vdate.h: - exceptions while checking date range not
10603: typeless anymore
10604:
10605: * src/include/pa_exception.h: - exception type string for invalid
10606: date range was added
10607:
10608: 2008-09-03 misha
10609:
10610: * src/: classes/file.C, main/pa_string.C: - exception while pce
10611: operations not typeless anymore
10612:
10613: * src/include/pa_exception.h: - exception type for pce operations
10614: was added
10615:
10616: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10617: and .CLASS_NAME insite classes
10618:
10619: * src/classes/table.C: - don't save table header whiile
10620: ^table.save[append;filename] if file exists
10621:
10622: 2008-09-02 misha
10623:
10624: * src/main/compile.y, src/main/compile_tools.h,
10625: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10626: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10627: renamed to partial and it login changed: we must mark class as
10628: partial for allow their modifications in future.
10629:
10630: 2008-08-29 misha
10631:
10632: * tests/results/022.processed: - testing taint[regex] in mask for
10633: file:list
10634:
10635: * tests/022.html: - testing taint[regex] in mask for file:list
10636:
10637: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10638: for file:list was added
10639:
10640: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10641: file:list
10642:
10643: 2008-08-26 misha
10644:
10645: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10646: last derived object
10647:
10648: * src/classes/image.C: - many strings "image.format" replaced by
10649: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10650: understand some more exif tags
10651:
10652: * src/include/pa_exception.h: - string "image.format" was added
10653:
10654: 2008-08-21 misha
10655:
10656: * src/: main/pa_string.C, classes/file.C: - use method for print
10657: pcre_exec text error
10658:
10659: * src/main/pa_common.C: - method for print pcre_exec text error was
10660: added
10661:
10662: * src/include/pa_common.h: - method declaration for print pcre_exec
10663: text error was added
10664:
10665: 2008-08-19 misha
10666:
10667: * src/main/execute.C: - bugfix: opcodes must be in separate
10668: namespace while debug execution as well
10669:
10670: * tests/: 015.html, results/015.processed: - test for escaping some
10671: parser chars was added
10672:
10673: 2008-08-18 misha
10674:
10675: * tests/: 190.html, 190.p, results/190.processed: - test for
10676: $caller.self.field + default getter in one class was added
10677:
10678: * tests/: 189.html, results/189.processed: - test for
10679: ^date::create[date object]
10680:
10681: * tests/: 188.html, results/188.processed: - tests for match with
10682: UTF-8 strings
10683:
10684: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10685: ^string.match[]
10686:
10687: * ChangeLog: - parser 3.3.0 beta13
10688:
10689: 2008-08-15 misha
10690:
1.116 moko 10691: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10692: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10693: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10694: dftables.c: - old PCRE files removed
1.95 moko 10695:
10696: * src/lib/pcre/config.h: - configuration for PCRE library
10697:
10698: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10699: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10700:
10701: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10702: library and set flag UTF8 if $request:charset is UTF-8
10703:
10704: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10705: include/pa_config_fixed.h: - moved to new PCRE library
10706:
10707: * src/: main/main.vcproj, types/types.vcproj,
10708: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10709: win32\pcre instead of parser3\src\lib\pcre
10710:
10711: * src/: include/pa_opcode.h, include/pa_operation.h,
10712: main/compile.C, main/compile.y, main/compile_tools.C,
10713: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10714: opcodes were moved to separate namespace
10715:
10716: 2008-08-14 misha
10717:
10718: * src/types/pa_vstateless_class.C: - newline at the end missed
10719:
10720: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10721: tainting
10722:
10723: 2008-08-11 misha
10724:
10725: * tests/: 187.html, 187.p, results/187.processed: - tests for
10726: $caller.self, $caller.self.field and $caller.self.field[value]
10727: were added
10728:
10729: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10730: runtime as well (for $caller.self)
10731:
10732: 2008-07-25 misha
10733:
10734: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10735: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10736: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10737: tests with international characters
10738:
10739: 2008-07-23 misha
10740:
10741: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10742: file::load[...;http://
10743:
10744: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10745: now everywhere in separate namespace
10746:
10747: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10748: for vars
10749:
10750: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10751: can be escaped by '^'
10752:
10753: 2008-07-22 misha
10754:
10755: * src/classes/string.C, tests/186.html: - names changes:
10756: escape=>js-escape, unescape=>js-unescape
10757:
10758: 2008-07-21 misha
10759:
10760: * tests/results/186.processed: - test for string escape/unescape
10761:
10762: * tests/186.html: - test for string escape/unescape
10763:
10764: * src/classes/string.C: - string has escape and unescape methods
10765: now
10766:
10767: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10768: added
10769:
10770: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10771: method-layers added (with different params)
10772:
10773: 2008-07-18 misha
10774:
10775: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10776: was added
10777:
10778: * tests/185.html: - test for ^str.pos[sub](offset) added
10779:
1.211 moko 10780: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10781: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10782: accepted now
1.95 moko 10783:
10784: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10785: strings
10786:
10787: 2008-07-17 misha
10788:
10789: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10790: helper length added for mid for small optimisation
10791:
10792: 2008-07-16 misha
10793:
10794: * tests/: 185.html, results/185.processed: - tests for
10795: length/left/right/mid/pos with utf-8 strings
10796:
10797: * src/classes/string.C: - left/right/mid/length/pos works fine for
10798: utf-8 strings
10799:
10800: * src/main/untaint.C: - comments removed
10801:
10802: * src/: include/pa_string.h, main/pa_string.C,
10803: include/pa_charset.h, main/pa_charset.C: - methods for working
10804: with pos/mid for strings in utf-8 were added
10805:
10806: 2008-07-15 misha
10807:
10808: * tests/: 184.html, results/184.processed: - test for case body as
10809: expression: $var(^switch(1){^case(1)(true)..})
10810:
10811: * src/classes/op.C: - case body can be expression now:
10812: $var(^switch(1){^case(1)(true)..})
10813:
10814: * tests/: results/183.processed, 183.html: - added test for testing
10815: new cookie encoding (%uXXXX)
10816:
10817: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10818: decoding for backward compatibility they decoded from %XX in
10819: request:charset too
10820:
10821: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10822: - cookie class now decode cookies before first access after last
10823: request:charset changing (as form class).
10824:
10825: * src/main/pa_charset.C: - added method escape for escaping cookies
10826: as %uXXXX - before transcode calculate required space for dest
10827: string. it reduce mem usage for transcode
10828:
10829: * src/include/pa_charset.h: - added method escape for escaping
10830: cookies as %uXXXX
10831:
10832: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10833: was added. will used for escaping cookies as %uXXXX
10834:
10835: * src/include/pa_common.h: - escape method has new option for skip
10836: converting '+' to a space char
10837:
10838: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10839: transcode - escape method has new option for skip converting '+'
10840: to a space char
10841:
10842: 2008-07-08 misha
10843:
10844: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10845: (no UE if more then 1 case matches anylonger) - optimization:
10846: doing searching.as_string() || searching.as_double() only once
10847:
10848: 2008-07-04 misha
10849:
10850: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10851: now ^date::create[date object] works
10852:
10853: * src/classes/string.C: - left and right added as aliases for start
10854: and end in ^string.trim[]
10855:
10856: 2008-07-03 misha
10857:
10858: * src/classes/file.C: - allow $.limit for file::sql as well
10859:
10860: * src/classes/file.C: - allow $.offset option for file::sql - force
10861: send limit=1 to query for use sql specifics authomatically
10862:
10863: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10864: if $.limit value if empty. autoconvert it as everywere
10865:
10866: 2008-07-02 misha
10867:
10868: * configure.in: - time to change version number to 3.3.0 %-)
10869:
10870: * src/include/pa_version.h: - time to change version number to
10871: 3.3.0 %-)
10872:
10873: 2008-06-26 misha
10874:
10875: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10876: $.limit(0) fixes
10877:
10878: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10879: - $.limit(0) fixes
10880:
10881: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10882: new API)
10883:
10884: * src/: include/pa_sql_driver_manager.h,
10885: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10886: classes/op.C: - document_root added
10887:
10888: * src/main/compile.tab.C: - error message was changed
10889:
10890: 2008-06-25 misha
10891:
10892: * src/main/compile.y: - error message was changed
10893:
10894: 2008-06-24 misha
10895:
10896: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10897:
10898: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10899: tests for @OPTIONS\nappend
10900:
10901: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10902:
10903: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10904:
10905: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10906:
10907: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10908: compile.y
10909:
10910: 2008-06-17 misha
10911:
10912: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10913: compilation: ^if(default){true. it's incorrect. must be
10914: exception}
10915:
10916: 2008-06-16 misha
10917:
10918: * tests/: 181.ent, 181.html, results/181.processed: - test for
10919: checking external reference loading with 'http://localhost'
10920: prefix while creating xdoc
10921:
10922: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10923: ^math:long2ip[] and ^math:ip2long[]
10924:
10925: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10926: added which use scalar stateless class method when user object
10927: used in scalar context - use get_scalar_value when user object
10928: requested in scalar context
10929:
10930: * src/main/pa_common.C: - size must be int but not size_t or we
10931: can't compare with 0 sprintf result
10932:
10933: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10934: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10935: with internal switch between local/global vars
10936:
10937: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10938: specified
10939:
10940: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10941: pa_vstateless_object.h: - stateless class and object now has
10942: private scalar field and getter/setter for working with it
10943:
10944: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10945: moved to inet static class
10946:
10947: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10948: class added (^inet:aton[IP], ^inet:ntoa(number))
10949:
10950: * tests/: 180.html, results/180.processed: - tests for
10951: ^math:long2ip(long) and ^math:ip2long[IP]
10952:
10953: * src/classes/math.C: - ^math:ip2long[IP] added
10954:
10955: 2008-06-11 misha
10956:
10957: * src/main/pa_xml_io.C: - use file_read_text again because of we
10958: need cut BOM code and remove DOS newline chars. but don't
10959: transcode it anyway.
10960:
10961: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10962: main/pa_http.C: - option for disable transcoding while file_read
10963: and file_read_text added
10964:
10965: 2008-06-10 misha
10966:
10967: * tests/: 179.html, 179.p, results/179.processed: - test for many
10968: classes in 1 file
10969:
10970: * src/main/: compile.C, compile_tools.h: - compile return list of
10971: classes now.
10972:
10973: * src/main/: compile.y, compile.tab.C: - compile return list of
10974: classes now. internals.
10975:
10976: * src/main/pa_request.C: - compile return list of classes now. try
10977: call @conf and @auto for each returned class
10978:
10979: * src/include/pa_request.h: - compile return list of classes now
10980:
10981: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10982: return list of classes when compile buf)
10983:
10984: 2008-06-07 misha
10985:
10986: * src/main/pa_request.C: - constructing VRequest object with 3rd
10987: param -- form
10988:
10989: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10990: 3rd param: form. needed for get post_charset
10991:
10992: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10993: added
10994:
10995: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10996: types/pa_vform.C, types/pa_vform.h: - some polish
10997:
10998: 2008-06-06 misha
10999:
11000: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11001: charset and decode chars from it but not from response:charset
11002:
11003: * src/main/pa_http.C: - detect_charset moved out of here
11004:
11005: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11006: methods moved here - unescape_chars accepn one charset now
11007:
11008: * src/main/pa_http.C: - new constants used - don't allow
11009: $.content-type in ^file::load[;http://;$.method[POST]] - add
11010: charset info while ^file::load[;http://;$.method[POST]] - option
11011: $.omit-post-charset(true) added to ^file::load[;http://] for
11012: disabling charset during post
11013:
11014: * src/types/pa_vform.C: - new constants used
11015:
11016: * src/include/pa_common.h: - some constants were added
11017:
11018: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11019: instead of StrEqNc
11020:
11021: * src/main/pa_common.C: - new method for caseless search
11022: c-substring in c-string - use isxdigit instead of is_hex_digit
11023:
11024: * src/include/pa_common.h: - new method for caseless search
11025: c-substring in c-string
11026:
11027: 2008-06-05 misha
11028:
11029: * tests/results/178.processed: - test for testing default getter
11030:
11031: * tests/178.html: - test for testing default getter
11032:
11033: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11034: for test for testing default getter
11035:
11036: * src/main/execute.C: - default getter soul
11037:
11038: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11039: requested objects' field not found
11040:
11041: * src/types/pa_vclass.C: - register default getter if defined - get
11042: default getter if requested field not found
11043:
11044: * src/types/pa_vstateless_object.h: - method get_default_getter was
11045: added
11046:
11047: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11048: pointer to default getter and methods for get/set it were added
11049:
11050: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11051: auto_name field (for default getter)
11052:
11053: 2008-06-04 misha
11054:
11055: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11056: transcoding, no cutting BOM code, no fixing line breaks) and get
11057: it to libxml "as is"
11058:
11059: 2008-06-03 misha
11060:
11061: * src/main/pa_common.C: - use store_Char instead of
11062: transcodeCharFromUTF8
11063:
11064: * src/: include/pa_charset.h, main/pa_charset.C: - method
11065: store_Char added, transcodeCharFromUTF8 -- removed
11066:
11067: 2008-06-02 misha
11068:
11069: * tests/: results/177.processed, 177.html: - test for checking
11070: .[acm]date after local ^file::load[] was added
11071:
11072: * tests/: results/176.processed, 176.html: - test for checking
11073: @OPTION\locals + @method[vars][locals] added
11074:
11075: * tests/results/auto.p: - CLASS_PATH specified for checking use
11076:
11077: 2008-05-30 misha
11078:
11079: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11080: @OPTION\nlocals + @method[vars][;locals;] were added
11081:
11082: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11083: moved to separate method op_code - switch from VMethodFrame to
11084: VMethodFrameGlobal + VMethodFrameLocal
11085:
11086: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11087: was moved to separate method op_code
11088:
11089: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11090: VMethodFrame now
11091:
11092: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11093: all_vars_local as well
11094:
11095: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11096: pa_vmethod_frame_local.h, Makefile.am: - who children for
11097: VMethodFrame were added: one (global) works as VMethodFrame
11098: before and second (local) write all vars in self vars scope
11099:
11100: * src/types/pa_method.h: - method has bool flag all_vars_local now
11101:
11102: 2008-05-29 misha
11103:
11104: * tests/: 129.html, results/129.processed: - more tests for
11105: ^table.hash[]
11106:
11107: * src/classes/hash.C: - ^hash::sql has a new option:
11108: $.type[hash|string|table] as ^table.hash[] one.
11109:
11110: * src/classes/op.C: - ^try has 3rd param now: finally code which
11111: executed anyway after try or catch section
11112:
11113: 2008-05-27 misha
11114:
11115: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11116: must not fail if $.distinct(1) wasn't specified
11117:
11118: 2008-05-26 misha
11119:
11120: * src/classes/op.C: - allow ^throw[my type]
11121:
11122: 2008-05-22 misha
11123:
11124: * configure.in, configure: - version number updated to 3.2.4b
11125:
11126: * src/classes/: op.C, string.C: - trim format string before
11127: eval/format
11128:
11129: * tests/: results/175.processed, 175.html: - more tests for
11130: different format strings in .format[]
11131:
11132: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11133: as well (not only %XX)
11134:
11135: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11136: charset specified - checks for format before print number
11137: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11138: (instead of tabs) removed
11139:
11140: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11141: charset specified
11142:
11143: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11144: char in requested charset from utf code was added
11145:
11146: 2008-05-19 misha
11147:
11148: * tests/: 174.html, results/174.processed: - test for
11149: ^hashfile.cleanup[] added
11150:
11151: * src/classes/hashfile.C: - optimization: don't create any key or
11152: value variable if it's name weren't specified
11153: (^hf.foreach[;v]{...})
11154:
11155: 2008-05-16 misha
11156:
11157: * src/classes/hash.C: - optimization: don't create any key variable
11158: if variable name wasn't specified (^h.foreach[;v]{...})
11159:
11160: 2008-05-15 misha
11161:
11162: * src/classes/op.C: - small changes
11163:
11164: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11165:
11166: * src/classes/hash.C: - calculate var_context once before foreach
11167:
11168: 2008-05-14 misha
11169:
11170: * src/classes/hashfile.C: - incorrect vars context calculation for
11171: ^hashfile.foreach[;]{} fixed
11172:
11173: * src/classes/: hash.C, table.C: - little optimisation
11174:
11175: * src/classes/file.C: - bugfix: double absolute path while loading
11176: file
11177:
11178: * tests/: 174.html, results/174.processed: - tests for hashfile
11179: were added
11180:
11181: * buildall-with-xml: - moving to libxslt 1.1.24
11182:
11183: 2008-04-30 misha
11184:
11185: * src/classes/file.C: - stat file while loading (local only) so
11186: .adate, .mdate and .cdate available without additional ::stat
11187:
11188: 2008-04-28 misha
11189:
11190: * src/classes/file.C: - $.name and $.content-type available for
11191: stated file
11192:
11193: 2008-04-14 misha
11194:
11195: * src/targets/cgi/parser3.C: - new year in copyright %-)
11196:
11197: * src/include/pa_version.h: - new version number in head
11198:
11199: 2008-04-10 misha
11200:
11201: * tests/: 080.html, results/080.processed: - cut '0' from
11202: exponential part because of on diff OS it differ (20 or 020 for
11203: ex)
11204:
11205: * tests/: 119.html, results/119.processed: - check for encoding
11206: while creating xdoc
11207:
11208: 2008-04-09 misha
11209:
11210: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11211:
11212: * src/main/pa_common.C: - comment added
11213:
11214: * src/classes/date.C: - little refactoring
11215:
11216: 2008-04-07 misha
11217:
11218: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11219: style of ^table.save[]: prepare one big string and sabe it at
11220: once. it's safe on freebsd 4.x but use much more memory.
11221:
11222: * buildall-with-xml, buildall-without-xml: - option
11223: --disable-stringstream added (under comment. use it on freebsd
11224: 4.x)
11225:
11226: 2008-02-22 misha
11227:
11228: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11229: specified together in file::load[;http] - get back transcoding
11230: $.body[] in file::load[;http]
11231:
11232: 2008-02-21 misha
11233:
11234: * src/classes/date.C: - ^date.gmt-string[] was added
11235:
11236: * src/types/pa_value.C: - method for output date in RFC 822 format
11237: moved to pa_common.h
11238:
11239: * src/include/pa_common.h: - method for output date in RFC 822
11240: format moved here from pa_value.C
11241:
11242: * src/types/pa_vmail.C: - fixed core in sending mail with
11243: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11244:
11245: 2008-02-20 misha
11246:
11247: * src/main/pa_http.C: - transcode $.headers before escaping into
11248: specified charset while ^file::load[...;http://...] (L_URI
11249: instead of L_HTTP_HEADER) - $.cookies param available in
11250: ^file::load[;http://...] now (but we don't parse set-cookies from
11251: response yet) (cookies not transcoded as common $cookies)
11252:
11253: 2008-02-19 misha
11254:
11255: * src/main/pa_request.C: - rollback: we mustn't force taint
11256: $response:field values because in this case
11257: $response:locateion[http://...] don't works.
11258:
11259: 2008-02-15 misha
11260:
11261: * src/classes/op.C: - little refactoring
11262:
11263: * src/main/pa_http.C: - taint names of $.headers for load[;http
11264:
11265: * src/main/pa_request.C: - force taint values of $response:field
11266:
11267: 2008-02-14 misha
11268:
11269: * src/main/pa_request.C: - $response:field transcoded to
11270: $response:charset before escaping now
11271:
11272: * src/main/pa_http.C: - some outdated comments removed
11273:
11274: * src/classes/date.C: - lastdat -> last-day
11275:
11276: * src/classes/date.C: - ^date:lastday(year;month) and
11277: ^date.lastday[] were added - little code refactoring - comments
11278: changes
11279:
11280: * tests/: 159.html, results/159.processed: - test for number of
11281: days in February
11282:
11283: * src/types/pa_value.C: - fixes in code formatting
11284:
11285: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11286: and comments
11287:
11288: 2008-02-13 misha
11289:
11290: * src/main/pa_common.C: - bugfix for february at leap year
11291:
11292: 2008-01-28 misha
11293:
11294: * tests/: 160.html, results/160.processed: - more test for cache
11295: added
11296:
11297: * src/classes/op.C: - bugfix: cache body executed twice if contains
11298: unhandled exception
11299:
11300: 2008-01-25 misha
11301:
11302: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11303: bug when hashfile became inavailable after memory:compact)
11304:
11305: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11306:
11307: 2008-01-22 misha
11308:
11309: * src/classes/table.C: - little refactiring and exception texts
11310: changes in method ^table.hash[]
11311:
11312: * src/types/pa_vcookie.C: - link to cookie specification changed
11313:
11314: 2008-01-21 misha
11315:
11316: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11317: file::exec/cgi
11318:
11319: * src/classes/file.C: - bugfix: core while processing headers if
11320: executed cgi script don't return content
11321:
11322: 2008-01-18 misha
11323:
11324: * buildall-with-xml: - move to libxml2 version 2.6.31
11325:
11326: * src/include/pa_version.h, configure.in: - version number updated
11327: to '3.2.3b'
11328:
11329: 2007-12-28 misha
11330:
11331: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11332: hash.contains
11333:
11334: 2007-12-27 misha
11335:
11336: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11337: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11338: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11339: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11340: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11341: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11342: src/targets/cgi/parser3.vcproj,
11343: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11344: back to VS2003 because of Apache 1.3 module can't work if it was
11345: built in VS 2005. with cgi all file so VS2003 project files can
11346: be easy converted to the new format.
11347:
11348: 2007-12-04 misha
11349:
11350: * src/types/pa_vcode_frame.h: - changes in comment
11351:
11352: 2007-11-29 misha
11353:
11354: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11355: intercept strings any longer
11356:
11357: * tests/: 173.html, results/173.processed: - tests for
11358: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11359: but not in main code frame
11360:
11361: * tests/: 172.html, results/172.processed: - more tests for pass
11362: objects from code frames
11363:
11364: 2007-11-27 misha
11365:
11366: * tests/: 152.html, results/152.processed: - tests for converting
11367: strings 'true'/'false' to bool were added
11368:
11369: * tests/152.html: - added checks for converting strings
11370: 'true'/'false' to bool
11371:
11372: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11373: not only strings with numbers but with values 'true'/'false' as
11374: well
11375:
11376: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11377: for parser3.log increased
11378:
11379: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11380:
11381: * src/include/pa_common.h: - remove_crlf return cstring size now
11382:
11383: * src/include/pa_types.h: - constant with buffer size for
11384: parser3.log added
11385:
11386: 2007-11-16 misha
11387:
11388: * tests/cat.sh: - script for tests for file::exec/cgi
11389:
11390: * tests/171.html: - tests for file::exec/cgi
11391:
11392: * tests/results/171.processed: - tests results for file::exec/cgi
11393:
11394: 2007-11-15 misha
11395:
11396: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11397:
11398: * src/classes/file.C: - .body must be set before analyzing cgi
11399: headers
11400:
11401: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11402: only if exec/cgi return anything.
11403:
11404: 2007-11-14 misha
11405:
1.211 moko 11406: * operators.ru.txt, operators.txt: - info about new text|binary
11407: option for file::exec/cgi was added
1.95 moko 11408:
11409: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11410: ^file:exec[[text|binary];script;...]
11411:
11412: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11413: classes/string.C, classes/table.C: - more text strings moved to
11414: the one place
11415:
11416: 2007-11-09 misha
11417:
11418: * src/types/pa_vrequest.C: - $request:argv must be taint
11419:
11420: * ChangeLog: - $request:argv [patch from Sumo]
11421:
1.211 moko 11422: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11423:
11424: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11425: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11426:
11427: 2007-10-25 misha
11428:
11429: * buildall-with-xml, buildall-without-xml: - options preparations
11430: for ./configure rewrited
11431:
11432: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11433: error occure in unhandled_exception finally fixed
11434:
11435: 2007-10-23 misha
11436:
11437: * tests/: 170.html, results/170.processed: - test for
11438: @method[][result]
11439:
1.211 moko 11440: * operators.ru.txt, operators.txt: - added info about node.prefix
11441: and node.namespaceURI
1.95 moko 11442:
11443: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11444:
11445: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11446: added for node and attribute
11447:
11448: 2007-10-22 misha
11449:
11450: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11451:
11452: * src/main/pa_request.C: - added const content-transfer-encoding
11453:
11454: * src/include/pa_request.h: - added const content-transfer-encoding
11455: - ups. constants must be in lowercase (for search)
11456:
11457: * src/types/pa_vmail.C: - more constants used -
11458: content-transfer-encoding: 8bit added
11459:
11460: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11461:
11462: * src/include/pa_request.h: - more constants
11463:
11464: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11465: ommit anymore if $.content-disposition was specified - little
11466: refactoring
11467:
11468: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11469:
11470: 2007-10-17 misha
11471:
1.211 moko 11472: * operators.ru.txt, operators.txt: - info about
1.95 moko 11473: table::create[nameless]{data}[>options<] was added
11474:
11475: * src/main/: compile.tab.C, compile.y: - if error occure while
11476: compile method don't put this method in methods table anymore.
11477: in other case the parser coredumped if @unhandled_exception
11478: method can't be compiled because of parser.compile error.
11479:
11480: * src/main/execute.C: - little code reformating
11481:
11482: * src/main/pa_request.C: - little code reformating - comment
11483: changed
11484:
11485: 2007-10-16 misha
11486:
11487: * tests/: 035.html, results/035.processed: - tests
11488: table::create[]{}[options] added
11489:
11490: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11491: options (only $.seperator[] yet)
11492:
11493: 2007-10-10 misha
11494:
11495: * src/classes/table.C: - some contstants moved to pa_common.h -
11496: some code changes
11497:
11498: 2007-10-02 misha
11499:
11500: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11501: then three time as much. but base64 encoding method still use
11502: less memory anyway.
11503:
11504: 2007-09-17 misha
11505:
1.211 moko 11506: * operators.ru.txt, operators.txt: - added info about
11507: $cookie:fields
1.95 moko 11508:
11509: * src/types/pa_vcookie.C: - $cookie:fields available now
11510:
11511: * src/classes/hash.C: - some stuff for use with .for_each moved to
11512: common
11513:
11514: * src/include/pa_common.h: - some stuff for use with .for_each
11515: moved here
11516:
11517: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11518:
11519: 2007-09-14 misha
11520:
11521: * buildall-with-xml: - new xml libs again =)
11522:
11523: 2007-08-28 misha
11524:
1.211 moko 11525: * operators.ru.txt, operators.txt: - texts about
11526: ^table.columns[[column name]] and ^string.split[...][v][column
11527: name] were added
1.95 moko 11528:
11529: * tests/: 168.html, 169.html, results/168.processed,
11530: results/169.processed: - tests for ^table.columns[[column name]]
11531: and ^string.split[...][v][column name] were added
11532:
11533: * src/classes/table.C: - new option ^table.columns[[column name]]
11534: was added
11535:
11536: * src/classes/string.C: - new option ^string.split[...;v;[column
11537: name]]
11538:
11539: * src/include/pa_exception.h: - error text message for
11540: ^hash._keys[], ^table.columns[] and ^string.split[]
11541:
11542: 2007-08-27 misha
11543:
11544: * src/main/untaint.C: - try to fix coredump on unix if print to
11545: body ^taint[sql][something] outside of connect
11546:
11547: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11548: outside of connect
11549:
11550: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11551: added (commented by default)
11552:
11553: 2007-08-20 misha
11554:
1.211 moko 11555: * operators.ru.txt, operators.txt: - comment about new method
11556: ^node.hasAttributes[] was added
1.95 moko 11557:
11558: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11559: duplicated exception text strings were removed
11560:
11561: * src/include/pa_exception.h: - more exception text strings moved
11562: here
11563:
11564: * src/classes/table.C: - some duplicate exceptions' text strings
11565: removed
11566:
11567: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11568: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11569: removed
11570:
11571: * src/include/pa_exception.h: - some exception text strings movet
11572: to pa_exception
11573:
11574: * tests/: 149.html, results/149.processed: - test for
11575: ^xnode.hasAttributes[] was added - some code changes
11576:
11577: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11578: added
11579:
11580: 2007-08-17 misha
11581:
11582: * tests/: results/006.processed, results/059.processed, 006.html,
11583: 059.html: - more tests for match
11584:
11585: * tests/: 129.html, results/129.processed: - tests for
11586: ^table.hash[...][$.type[string|hash|table]] added
11587:
11588: * src/targets/cgi/parser3.C: - little syntax changes
11589:
11590: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11591: syntax changes
11592:
1.211 moko 11593: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11594: annoying 'SIGPIPE' messages in parser3.log switched off by
11595: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11596:
11597: 2007-08-08 misha
11598:
11599: * buildall-with-xml, buildall-without-xml: - remove libs source
11600: files by default since now
11601:
11602: 2007-08-07 misha
11603:
11604: * buildall-without-xml: - some option syntax changes
11605:
11606: * buildall-with-xml: - compile libxml2 without http support - some
11607: option syntax changes
11608:
11609: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11610:
11611: 2007-08-06 misha
11612:
11613: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11614:
11615: * tests/: 160.html, results/160.processed: - cache test was
11616: rewrited
11617:
11618: 2007-07-06 misha
11619:
11620: * tests/: 153.html, results/153.processed: - added test for
11621: ^math:sha1[string]
11622:
11623: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11624: transcoded
11625:
11626: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11627: were added
11628:
11629: 2007-06-28 misha
11630:
11631: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11632: some incorrect chars
11633:
11634: 2007-06-19 misha
11635:
11636: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11637: were moved on top because of gcc 4 had a problems during
11638: building.
11639:
11640: 2007-06-18 misha
11641:
11642: * tests/results/019.processed: - new image commited
11643:
11644: 2007-06-09 misha
11645:
11646: * src/classes/: op.C, table.C: - in while and table.select method
11647: as_expression used now
11648:
11649: * src/types/pa_vmethod_frame.h: - method as_expression was added
11650:
11651: 2007-06-08 misha
11652:
11653: * tests/: 166.html, results/166.processed: - test for
11654: ^match[...][n]
11655:
11656: * tests/: 165.html, results/165.processed: - tests for loops
11657:
11658: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11659: because of no speed/memory optimisation but some proglems with
11660: long cycles occure
11661:
11662: 2007-06-06 misha
11663:
11664: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11665: ^table.select(true) and ^table.select(1) didn't works because of
11666: awaiting junction-param only. fixed.
11667:
11668: 2007-05-24 misha
11669:
11670: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11671: with 0.5 secs interval
11672:
11673: * src/classes/op.C: - cache was rewrited. I hope it works with
11674: locking system now on unix
11675:
11676: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11677: system locks which wait till other threads release it but try get
11678: lock, if fail wait 1 sec and make 10 attempts.
11679:
11680: * src/include/pa_os.h: - consts for blocking locks + some comments
11681: were added
11682:
11683: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11684: opening files
11685:
11686: * src/classes/table.C: - changes in includes. if unclude <sstream>
11687: after our classes on unix it can't be build
11688:
11689: * src/types/pa_vhashfile.C: - not needed code removed
11690:
11691: 2007-05-23 misha
11692:
11693: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11694: include/pa_common.h: - cosmetic changes
11695:
11696: 2007-05-18 misha
11697:
11698: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11699: often. it's give some speed increasing
11700:
11701: * tests/results/160.processed: - returned time corrected
11702:
11703: * tests/160.html: - time increased because on unix 1 mean nothing
11704: :(
11705:
1.211 moko 11706: * operators.ru.txt, operators.txt: - added info about
11707: ^hash.contain[key]
1.95 moko 11708:
11709: * src/classes/hash.C: - added ^hash.contain[key]
11710:
11711: * src/include/pa_hash.h: - added method for checking key exists in
11712: hash
11713:
11714: 2007-05-07 misha
11715:
11716: * src/include/pa_string.h: - was compilation error during build on
11717: freebsd4
11718:
11719: 2007-05-03 misha
11720:
11721: * src/classes/table.C: - option $.type[hash|string|table] was added
11722: for ^table.hash[]
11723:
11724: * src/classes/file.C: - comment removed
11725:
11726: 2007-04-26 misha
11727:
11728: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11729: real files doesn't opened in place anymore
11730:
11731: 2007-04-24 misha
11732:
11733: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11734:
11735: * src/include/pa_exception.h: "static" removed
11736:
11737: 2007-04-23 misha
11738:
11739: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11740:
11741: * src/classes/math.C: added: - ^math:ln(N) (the same as
11742: ^math:log(N)) - ^math:lg(N)
11743:
11744: * tests/: 097.html, results/097.processed: - charsets converstion
11745: during ^file::load[text;http://...] added
11746:
11747: * tests/: 164.html, results/164.processed: - check for set expires
11748: as a date
11749:
11750: * tests/: 164.html, results/164.processed: - test for hashfile
11751:
11752: * src/classes/hashfile.C: - little comment changes
11753:
11754: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11755: access
11756:
11757: * src/: classes/date.C, classes/double.C, classes/file.C,
11758: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11759: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11760: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11761: classes/xnode.h, include/pa_request.h, main/execute.C,
11762: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11763: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11764: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11765: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11766: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11767: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11768: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11769: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11770: "parser.runtime" strings were removed
11771:
11772: * src/classes/hashfile.C: - with .clear[] called files_delete()
11773: now.
11774:
11775: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11776:
11777: * src/include/pa_exception.h: - string constant with
11778: "parser.runtime" text was added
11779:
11780: 2007-04-20 misha
11781:
1.211 moko 11782: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11783:
1.211 moko 11784: * operators.ru.txt, operators.txt: - added info about
11785: .^hashfile.release[], ^hashfile.clenaup[] and new
11786: ^string.match[][>N-option<]
1.95 moko 11787:
11788: * configure: =cheching for unsetenv
11789:
11790: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11791: ^hashfile.release[] were added
11792:
11793: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11794: ^string.match[][] understand new option now: return number of
11795: matches but not table wit results
11796:
11797: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11798: reopen now
11799:
11800: * src/classes/op.C: - bug. must be false
11801:
11802: * configure.in: - checking for unsetenv was added
11803:
11804: * src/types/pa_vform.C: - some comments
11805:
11806: 2007-04-18 misha
11807:
11808: * buildall-with-xml: moving to libxml2-2.6.28
11809:
11810: * buildall-with-xml, buildall-without-xml: added commented lines
11811: with --disable-safe-mode option
11812:
1.211 moko 11813: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11814:
11815: 2007-04-17 misha
11816:
11817: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11818: $form:files was added
11819:
11820: * tests/: 163.html, results/163.processed: removing auto format
11821:
11822: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11823:
11824: 2007-04-16 misha
11825:
11826: * tests/: 163.html, results/163.processed: - test for .int[],
11827: floor, round, ceiling and .format[]
11828:
11829: * src/classes/file.C: - little optimization for getting args in
11830: exec/cgi
11831:
11832: 2007-04-13 misha
11833:
11834: * src/classes/file.C: - arguments for file::exec/cgi can be
11835: specified now as s table with one column
11836:
11837: 2007-03-27 misha
11838:
11839: * tests/: 162.html, results/162.processed: - test for
11840: ^table.select(^condition[$t])
11841:
11842: * tests/results/auto.p: - load windows-1251 charset for some tests
11843:
11844: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11845:
11846: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11847: 161_windows1251.txt: - added test for
11848: ^file::load[text;/local/file.txt;$.charset[...]]
11849:
11850: * tests/: results/013.processed, 013.html: - added test for
11851: checking $._default value while hash modifications
11852:
11853: * tests/: 160.html, results/160.processed: - add test for
11854: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11855:
11856: 2007-03-22 misha
11857:
11858: * src/include/pa_common.h: - "charset" string defined for
11859: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11860:
11861: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11862: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11863: added - not needed transcodes were removed from
11864: ^file::load[...;http://...]
11865:
11866: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11867: added
11868:
11869: * src/classes/date.C: - date.week was fixed
11870:
1.211 moko 11871: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11872:
11873: * tests/: 159.html, results/159.processed: - tests for date.week
11874: and date.weekyear added
11875:
11876: 2007-03-15 misha
11877:
11878: * src/classes/table.C: - enclose column numbers for nameless tables
11879: as well
11880:
11881: 2007-03-14 misha
11882:
11883: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11884:
11885: * src/classes/table.C: - table.save optimization: now required much
11886: less memory
11887:
11888: 2007-03-13 misha
11889:
11890: * tests/results/: 158.processed, 158.processes: - tests for
11891: table.save/table.load
11892:
11893: * tests/: 158.html, results/158.processes: - tests for
11894: table.save/table.load
11895:
11896: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11897:
11898: * buildall-with-xml: - pattern needed now for building
11899:
11900: * tests/results/097.processed: - added test results for xdoc::load
11901: & xdoc::load[http://...]
11902:
11903: * tests/097.html: - added test for xdoc::load
11904:
11905: 2007-03-12 misha
11906:
11907: * tests/: 107.html, results/107.processed: - added test for xpath
11908: '//man'
11909:
11910: 2007-03-01 misha
11911:
11912: * tests/: 097.html, results/097.processed: - added test for
11913: creating xdoc from file
11914:
11915: * tests/: results/157.processed, 157.html: - added test for
11916: file:move
11917:
11918: 2007-02-28 misha
11919:
11920: * src/classes/xdoc.C: - another attempt
11921:
11922: * src/classes/xdoc.C: - roll back last changes for a while
11923:
1.211 moko 11924: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11925: ^xdoc::create[$file] added.
1.95 moko 11926:
11927: * src/classes/file.C: - under lock we create non-exist dir anyway
11928:
11929: * tests/results/099.processed: - ever send content-disposition to
11930: client with file
11931:
11932: * tests/157.html: + test for file:copy
11933:
11934: 2007-02-26 misha
11935:
11936: * src/classes/file.C: - some similar strings moved to #define
11937: instead of to be copy/pasted many times
11938:
11939: * src/types/pa_vfile.h: - class name string ("file") moved to
11940: #define
11941:
11942: 2007-02-20 misha
11943:
11944: * configure.in: - added some strings for sqlite detection
11945:
11946: 2007-02-19 misha
11947:
1.211 moko 11948: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11949:
11950: * buildall-with-xml, buildall-without-xml: - some modifications
11951:
11952: 2007-02-17 misha
11953:
11954: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11955:
11956: * src/main/pa_request.C: - damn, i forgot to commit it while I
11957: change console behaviour
11958:
11959: 2007-02-12 misha
11960:
11961: * src/targets/cgi/parser3.C: - don't print headers if
11962: $console:line[data] was used during cgi execution.
11963:
11964: * src/types/pa_vconsole.h: - console class have bool flag now which
11965: marked as 'true' if class was used.
11966:
11967: * tests/: 152.html, results/152.processed: - more types was added
11968: to test 152
11969:
11970: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11971: adding 'bool' (^if($image){} caused exception)
11972:
11973: 2007-02-09 misha
11974:
11975: * tests/: 152.html, results/152.processed: - test alightly updated
11976:
11977: * tests/: 152.html, results/152.processed: - test rewrited
11978:
11979: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11980: bugfix. I broke xdoc & xnode in expression
11981:
11982: 2007-02-08 misha
11983:
11984: * tests/: 152.html, results/152.processed: - add test for checking
11985: 'def' for void, string, bool, int & double
11986:
11987: 2007-02-07 misha
11988:
1.211 moko 11989: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11990: added
1.95 moko 11991:
11992: * tests/results/153.processed: - result test for
11993: ^file:base64[filespec] was updated
11994:
11995: * tests/153.html: - test for ^file:base64[filespec] was added
11996:
11997: * src/types/pa_vconsole.h: - little optimization
11998:
11999: * src/classes/file.C: - ^file:base64[filespec]
12000:
12001: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12002:
12003: * src/include/pa_common.h: - declarations for
12004: ^file:base64[filespec]
12005:
12006: * src/types/pa_vcookie.C: - little optimization
12007:
12008: 2007-02-06 misha
12009:
12010: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12011: were temporary commented
12012:
12013: * src/types/pa_vbool.h: - bugfix
12014:
12015: * tests/156.html: - added test for bool cookie
12016:
12017: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12018:
12019: * tests/: 155.html, results/155.processed: - added test for check
12020: $.encloser[] option for table save/load
12021:
12022: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12023:
12024: 2007-02-05 misha
12025:
12026: * tests/results/152.processed: - newline at the end was missed
12027:
12028: * tests/results/141.processed: - math:md5 must be lowercased
12029:
12030: * src/targets/cgi/parser3.C: - 2007 in help ;)
12031:
12032: 2007-02-03 misha
12033:
12034: * tests/results/: 150.processed, 151.processed, 152.processed: -
12035: test for bool added and some content length fixes
12036:
12037: * tests/152.html: - test for bool added
12038:
12039: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12040:
1.211 moko 12041: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12042:
1.116 moko 12043: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12044: classes/classes.vcproj, classes/double.C, classes/int.C,
12045: classes/string.C, classes/void.C, classes/xnode.C,
12046: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12047: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12048: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12049: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12050: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12051: types/types.vcproj: - bool class was added
12052:
12053: * src/main/pa_request.C: - fix
12054:
12055: 2007-01-18 misha
12056:
12057: * src/: main/pa_string.C, classes/string.C: - return table during
12058: ^string.match[][] even if no matched found.
12059:
12060: 2006-12-20 misha
12061:
12062: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12063: http://www.parser.ru/forum/?id=55598 ]
12064:
12065: 2006-12-19 misha
12066:
12067: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12068: details: http://www.parser.ru/forum/?id=52359
12069:
12070: * src/main/pa_request.C: - always set content-disposition for
12071: $response:body[hash here]. more details:
12072: http://www.parser.ru/forum/?id=52130
12073:
12074: 2006-12-07 misha
12075:
1.211 moko 12076: * operators.ru.txt, operators.txt: - added info about bool params
12077: in cookie set
1.95 moko 12078:
12079: * src/types/pa_vcookie.C: - bool param in cookies available now
12080: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12081: ]
12082:
12083: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12084: was added
12085:
12086: 2006-12-02 misha
12087:
12088: * src/classes/file.C: - file_block_read used instead of native read
12089:
12090: * src/main/pa_common.C: - added file_block_read with read error
12091: detection - file_block_read used instead of native read
12092:
12093: * src/include/pa_common.h: - added file_block_read declaration
12094:
12095: 2006-12-01 misha
12096:
1.211 moko 12097: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12098: added
1.95 moko 12099:
12100: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12101: $var.CLASS_NAME added
12102:
1.211 moko 12103: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12104:
12105: * src/classes/file.C: - ^file:copy[from;fo] was added
12106:
12107: 2006-11-20 misha
12108:
12109: * src/classes/date.C: - bug fix :)
12110:
12111: 2006-11-17 misha
12112:
12113: * src/include/pa_common.h: - array in crc32 calculation was changed
12114: to static
12115:
12116: * src/main/pa_common.C: - little optimization in getMonthDays -
12117: small changes in crc32 calculation
12118:
12119: * src/classes/date.C: - not needed code was removed
12120:
12121: 2006-11-16 misha
12122:
12123: * src/types/pa_vmail.C: - fix missed brakes
12124:
12125: * src/types/pa_vmail.C: - mail:send now set content-type:
12126: multipart/related instead of multipart/mixed if file have
12127: $.content-id[]
12128:
12129: 2006-11-15 misha
12130:
12131: * src/types/pa_vdouble.h: abs -> fabs
12132:
12133: 2006-11-14 misha
12134:
1.211 moko 12135: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12136: and ^file:md5[file-name]
1.95 moko 12137:
12138: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12139: added
12140:
12141: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12142: FILE_BUFFER_SIZE
12143:
12144: * src/classes/math.C: - hex_string was moved to pa_common.h
12145:
12146: * src/include/pa_common.h: - hex_string was moved from math.C -
12147: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12148:
12149: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12150: values was fixed
12151:
12152: 2006-11-13 misha
12153:
1.211 moko 12154: * operators.ru.txt, operators.txt: - added info about
12155: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12156:
12157: * src/classes/math.C: - added ^math:crc32[string]
12158:
12159: * src/classes/file.C: - some comments were changed - added
12160: ^file:crc32[file-name] and ^file.crc32[]
12161:
12162: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12163: crc32 calculation added
12164:
12165: 2006-11-03 misha
12166:
12167: * src/include/pa_array.h: - not needed variable removed
12168:
12169: * tests/: 150.html, 151.html, results/150.processed,
12170: results/151.processed: - 2 tests were added
12171:
12172: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12173: with $.reverse(1) were fixed
12174:
12175: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12176: query converted to $.charset during ^file::load[http://...]
12177:
12178: 2006-11-02 misha
12179:
12180: * src/include/pa_table.h: ups. forget '=' char
12181:
12182: * src/include/pa_table.h: - one more fix in
12183: .locate[...][$.reverse(1)]
12184:
12185: 2006-11-01 misha
12186:
12187: * src/classes/math.C: - bug fix, details:
12188: http://www.parser.ru/forum/?id=53360
12189:
12190: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12191: false for all records )[$.reverse(1)]
12192:
12193: * src/main/pa_http.C: - second param for this mid method is length
12194: but not end_index so this method has error and can't detect
12195: charsets in next content-types: Content-type: text/html;
12196: charset="windows-1251" Content-type: text/html;
12197: charset="windows-1251"; Content-type: text/html;
12198: charset=windows-1251;
12199:
12200: only Content-type: text/html; charset=windows-1251 was fine
12201:
12202: 2006-10-31 misha
12203:
12204: * src/classes/file.C: - empty args in file::exec removed now
12205:
12206: 2006-09-03 paf
12207:
12208: * src/classes/file.C: proper tainting of
12209: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12210:
12211: 2006-06-09 paf
12212:
12213: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12214:
12215: * src/classes/table.C: formatting
12216:
12217: * src/classes/table.C: incorporated patch from misha: Sent:
12218: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12219: ignoring string options for ^table.save[]
12220:
12221: * src/classes/hash.C: incorporated patch from misha Sent:
12222: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12223: $hash._default disappear while
12224:
1.211 moko 12225: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12226: $.value[file] $.format[!uue|!base64] << new base64 option.
12227: default uue ] ]
1.95 moko 12228:
12229: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12230: PM Subject: patch for base64 in ^mail:send[] %-)
12231:
12232: 2006-04-09 paf
12233:
12234: * src/main/compile.tab.C: ` change compiled
12235:
1.211 moko 12236: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12237: src/classes/classes.vcproj, src/classes/file.C,
12238: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12239: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12240: src/classes/xnode.C, src/include/pa_array.h,
12241: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12242: src/include/pa_memory.h, src/include/pa_request.h,
12243: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12244: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12245: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12246: src/lib/pcre/pcre_dftables.vcproj,
12247: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12248: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12249: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12250: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12251: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12252: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12253: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12254: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12255: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12256: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12257: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12258: src/types/pa_value.h, src/types/pa_vcookie.C,
12259: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12260: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12261: src/types/pa_vstatus.C, src/types/types.vcproj,
12262: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12263: ^menu, ^hash/hashfile.foreach
12264:
12265: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12266: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12267: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12268: src/classes/xnode.C, src/include/pa_array.h,
12269: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12270: src/include/pa_memory.h, src/include/pa_request.h,
12271: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12272: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12273: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12274: src/lib/pcre/pcre_dftables.vcproj,
12275: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12276: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12277: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12278: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12279: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12280: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12281: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12282: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12283: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12284: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12285: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12286: src/types/pa_value.h, src/types/pa_vcookie.C,
12287: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12288: src/types/pa_vstatus.C, src/types/types.vcproj,
12289: tests/descript.ion: ! switched to VS2005 (projects and
12290: object<info explicitly typed>.for_each(, info)) +
12291: $response:field[] setting void means removing + grammar $name`
12292: name stops now, for mysql `$field` + started ^break[]
12293: ^continue[], in ^for. TODO: to other iterators (while, menu,
12294: foreach) + all log messages += [uri=, method=, cl=]
12295:
12296: * buildall-with-xml: merged . ftp paths update
12297:
12298: * buildall-with-xml: . ftp paths update
12299:
12300: 2006-03-04 paf
12301:
12302: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12303: checks++ [thanks to Igor Zinkovsky for detailed report]
12304:
12305: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12306: Igor Zinkovsky for detailed report]
12307:
12308: 2006-03-01 paf
12309:
12310: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12311: \n to ' ' in
12312:
12313: 2006-02-18 paf
12314:
12315: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12316: \n to ' ' in
12317:
12318: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12319:
12320: 2006-02-03 paf
12321:
12322: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12323: base64
12324:
12325: * src/main/pa_common.C: ! bugfix: decoding from base64
12326:
12327: 2006-01-20 paf
12328:
12329: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12330: economy fix
12331:
12332: * src/classes/: table.C: merged from HEAD ! bugfix
12333: ^table.save[$.encloser-s now handled properly
12334:
12335: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12336: handled properly
12337:
12338: 2006-01-19 paf
12339:
12340: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12341: libgc:USE_MUNMAP activates merging of free memory blocks which
12342: helps a lot in our case: after transform we want
12343: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12344:
12345: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12346: economy fix
12347:
12348: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12349: activates merging of free memory blocks which helps a lot in our
12350: case: after transform we want CORD(main.result)->cstr[big
12351: malloc]->transcode[big malloc]
12352:
12353: 2006-01-17 paf
12354:
12355: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12356: before reading them. got rid of reallocs = became quicker and
12357: less fragmentated
12358:
12359: 2005-12-29 paf
12360:
1.116 moko 12361: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12362: configure, configure.in, src/include/pa_version.h,
12363: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12364: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12365: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12366: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12367: src/lib/ltdl/missing: . merged from 3.2.1
12368:
1.116 moko 12369: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12370: packaged when 'make dist', so do configure companion files in
12371: src/lib/ltdl
12372:
12373: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12374: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12375: missing: . now config_auto.h is created with configure [were
12376: constant]
1.95 moko 12377:
12378: * INSTALL: . references to documentation and some clarification
12379:
12380: * buildall-with-xml, buildall-without-xml: . farawell doc
12381: indication
12382:
1.116 moko 12383: * Makefile.am: . dist+=buildall*
1.95 moko 12384:
12385: 2005-12-28 paf
12386:
12387: * configure: . 3.2.1
12388:
12389: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12390: simplify build process, see INSTALL
12391:
12392: 2005-12-26 paf
12393:
12394: * configure: ver
12395:
12396: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12397: version
12398:
12399: 2005-12-21 paf
12400:
12401: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12402: compiled with bison 1.875b, it reports unexpected token names
12403:
12404: 2005-12-19 paf
12405:
12406: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12407: holds a link to xmlNode to prevent premature gc(xmlNode)
12408:
12409: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12410: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12411: src/main/main.vcproj, src/main/pa_globals.C,
12412: src/targets/cgi/parser3.vcproj,
12413: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12414: configure, configure.in, src/include/pa_version.h: . killing
12415: gdome [what a relief]
12416:
12417: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12418: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12419: run_parser.sh, results/001.processed, results/002.processed,
12420: results/003.processed, results/004.processed,
12421: results/005.processed, results/006.processed,
12422: results/008.processed, results/009.processed,
12423: results/010.processed, results/011.processed,
12424: results/012.processed, results/013.processed,
12425: results/014.processed, results/015.processed,
12426: results/016.processed, results/017.processed,
12427: results/018.processed, results/020.processed,
12428: results/021.processed, results/022.processed,
12429: results/023.processed, results/024.processed,
12430: results/025.processed, results/026.processed,
12431: results/027.processed, results/028.processed,
12432: results/029.processed, results/030.processed,
12433: results/031.processed, results/032.processed,
12434: results/033.processed, results/034.processed,
12435: results/035.processed, results/036.processed,
12436: results/037.processed, results/038.processed,
12437: results/039.processed, results/040.processed,
12438: results/041.processed, results/042.processed,
12439: results/043.processed, results/044.processed,
12440: results/045.processed, results/046.processed,
12441: results/047.processed, results/048.processed,
12442: results/049.processed, results/050.processed,
12443: results/051.processed, results/052.processed,
12444: results/053.processed, results/054.processed,
12445: results/055.processed, results/056.processed,
12446: results/057.processed, results/058.processed,
12447: results/059.processed, results/060.processed,
12448: results/061.processed, results/062.processed,
12449: results/063.processed, results/064.processed,
12450: results/065.processed, results/066.processed,
12451: results/067.processed, results/068.processed,
12452: results/069.processed, results/070.processed,
12453: results/071.processed, results/072.processed,
12454: results/073.processed, results/074.processed,
12455: results/075.processed, results/076.processed,
12456: results/077.processed, results/078.processed,
12457: results/079.processed, results/080.processed,
12458: results/081.processed, results/082.processed,
12459: results/083.processed, results/084.processed,
12460: results/085.processed, results/086.processed,
12461: results/087.processed, results/088.processed,
12462: results/089.processed, results/090.processed,
12463: results/091.processed, results/092.processed,
12464: results/093.processed, results/094.processed,
12465: results/095.processed, results/096.processed,
12466: results/097.processed, results/099.processed,
12467: results/100.processed, results/101.processed,
12468: results/102.processed, results/104.processed,
12469: results/105.processed, results/106.processed,
12470: results/107.processed, results/108.processed,
12471: results/109.processed, results/110.processed,
12472: results/111.processed, results/112.processed,
12473: results/113.processed, results/114.processed,
12474: results/115.processed, results/117.processed,
12475: results/119.processed, results/120.processed,
12476: results/121.processed, results/122.processed,
12477: results/123.processed, results/124.processed,
12478: results/125.processed, results/126.processed,
12479: results/127.processed, results/128.processed,
12480: results/129.processed, results/130.processed,
12481: results/131.processed, results/132.processed,
12482: results/133.processed, results/134.processed,
12483: results/135.processed, results/136.processed,
12484: results/138.processed, results/139.processed,
12485: results/140.processed, results/141.processed,
12486: results/142.processed, results/143.processed,
12487: results/144.processed, results/145.processed,
12488: results/146.processed, results/147.processed,
12489: results/148.processed, results/149.processed, results/auto.p: .
12490: now works if we turn off default auto.p
12491:
1.116 moko 12492: * configure: . makes
1.95 moko 12493:
12494: * src/types/pa_vxnode.C: . less warnings
12495:
12496: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12497: tests/145.html, tests/149.html, tests/descript.ion,
12498: tests/outputs/d.cmd, tests/results/142.processed,
12499: tests/results/143.processed, tests/results/144.processed,
12500: tests/results/145.processed, tests/results/146.processed,
12501: tests/results/147.processed, tests/results/148.processed,
12502: tests/results/149.processed: . removed .nodeValue from all node
12503: types other than 5 (grabbed piece from gdome)
12504:
12505: * tests/: 137.html, results/137.processed: . not handled this case
12506: yet. code does not hang from inserting parent into child,
12507: considering thing minor issue -- nodes are removed from source
12508: anyway, don't know why shold that be an error after all
12509:
12510: * src/targets/cgi/parser3.C: . style
12511:
12512: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12513: xdoc too [were barking "not element"]
12514:
12515: 2005-12-16 paf
12516:
12517: * tests/: 146.html, 147.html, 148.html: . more tests
12518:
12519: * src/classes/xnode.C: . also bark on possible errors
12520:
12521: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12522: props
12523:
12524: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12525: main/compile.y: merged from HEAD ! fixed overoptimized
12526: ^call(false) case. (confused it with ^call[] case)
12527:
12528: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12529: ^call(false) case. (confused it with ^call[] case)
12530:
12531: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12532:
12533: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12534: results/001.processed, results/002.processed,
12535: results/003.processed, results/004.processed,
12536: results/005.processed, results/006.processed,
12537: results/008.processed, results/009.processed,
12538: results/010.processed, results/011.processed,
12539: results/012.processed, results/013.processed,
12540: results/014.processed, results/015.processed,
12541: results/016.processed, results/017.processed,
12542: results/018.processed, results/019.processed,
12543: results/020.processed, results/021.processed,
12544: results/022.processed, results/023.processed,
12545: results/024.processed, results/025.processed,
12546: results/026.processed, results/027.processed,
12547: results/028.processed, results/029.processed,
12548: results/030.processed, results/031.processed,
12549: results/032.processed, results/033.processed,
12550: results/034.processed, results/035.processed,
12551: results/036.processed, results/037.processed,
12552: results/038.processed, results/039.processed,
12553: results/040.processed, results/041.processed,
12554: results/042.processed, results/043.processed,
12555: results/044.processed, results/045.processed,
12556: results/046.processed, results/047.processed,
12557: results/048.processed, results/049.processed,
12558: results/050.processed, results/051.processed,
12559: results/052.processed, results/053.processed,
12560: results/054.processed, results/055.processed,
12561: results/056.processed, results/057.processed,
12562: results/058.processed, results/059.processed,
12563: results/060.processed, results/061.processed,
12564: results/062.processed, results/063.processed,
12565: results/064.processed, results/065.processed,
12566: results/066.processed, results/067.processed,
12567: results/068.processed, results/069.processed,
12568: results/070.processed, results/071.processed,
12569: results/072.processed, results/073.processed,
12570: results/074.processed, results/075.processed,
12571: results/076.processed, results/077.processed,
12572: results/078.processed, results/079.processed,
12573: results/080.processed, results/081.processed,
12574: results/082.processed, results/083.processed,
12575: results/084.processed, results/085.processed,
12576: results/086.processed, results/087.processed,
12577: results/088.processed, results/089.processed,
12578: results/090.processed, results/091.processed,
12579: results/092.processed, results/093.processed,
12580: results/094.processed, results/095.processed,
12581: results/096.processed, results/097.processed,
12582: results/099.processed, results/101.processed,
12583: results/102.processed, results/104.processed,
12584: results/105.processed, results/106.processed,
12585: results/107.processed, results/108.processed,
12586: results/109.processed, results/110.processed,
12587: results/111.processed, results/112.processed,
12588: results/113.processed, results/114.processed,
12589: results/115.processed, results/116.processed,
12590: results/117.processed, results/118.processed,
12591: results/119.processed, results/120.processed,
12592: results/121.processed, results/122.processed,
12593: results/123.processed, results/124.processed,
12594: results/125.processed, results/126.processed,
12595: results/127.processed, results/128.processed,
12596: results/129.processed, results/130.processed,
12597: results/131.processed, results/132.processed,
12598: results/133.processed, results/134.processed,
12599: results/135.processed, results/136.processed,
12600: results/137.processed, results/138.processed,
12601: results/139.processed, results/140.processed,
12602: results/141.processed: . refreshed old tests, made them work
12603: without auto.p (in utf8) . things noted: . gif got encoded
12604: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12605: some strange year)
12606:
12607: * INSTALL: . revived linux libgc fix
12608:
12609: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12610: glib/gdome in INSTALL and patches]
12611:
12612: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12613: include/pa_charset.h, include/pa_config_includes.h,
12614: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12615: include/pa_xml_exception.h, lib/cord/Makefile.am,
12616: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12617: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12618: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12619: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12620: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12621: types/pa_vxnode.h: . started killing gdome
12622:
12623: 2005-12-13 paf
12624:
12625: * src/main/: pa_request.C: merged from HEAD ! when code in
12626: @unhandled_exception thrown another exception, print correct
12627: origin (earlier code in catch of exception inside of
12628: @unhandled_exception grabbed parent_frame(original_exception)
12629: origin and printed it, instead of true origin)
12630:
12631: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12632: another exception, print correct origin (earlier code in catch of
12633: exception inside of @unhandled_exception grabbed
12634: parent_frame(original_exception) origin and printed it, instead
12635: of true origin)
12636:
12637: 2005-12-09 paf
12638:
12639: * INSTALL: . updated INSTALL doc to work around linux stack base
12640: detection problem, due to change in gc6.4 code
12641:
12642: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12643: ignored in ^string.matched :(
12644:
12645: * src/main/pa_string.C: ! regex tainting were ignored in
12646: ^string.matched :(
12647:
12648: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12649: src/include/pa_config_fixed.h, src/include/pa_version.h,
12650: src/main/compile.y, src/main/compile_tools.h,
12651: src/main/pa_charset.C, src/main/pa_common.C,
12652: src/main/pa_globals.C, src/main/pa_string.C,
12653: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12654: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12655:
12656: 2005-12-08 paf
12657:
12658: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12659: 500 chars now handled OK [were wrapped on 500th char according to
12660: rfc, but sendmail failed to unwrap it properly]
12661:
12662: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12663: handled OK [were wrapped on 500th char according to rfc, but
12664: sendmail failed to unwrap it properly]
12665:
12666: * src/targets/isapi/parser3isapi.C: . less warnings
12667:
12668: * src/targets/isapi/parser3isapi.C: . undone some strange change
12669: since 3.1.5
12670:
12671: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12672: link fixes
12673:
12674: * src/: classes/date.C, include/pa_config_fixed.h,
12675: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12676: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12677: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12678:
12679: * src/include/pa_config_fixed.h: . removed outdated string origins
12680: [in current storage scheme there's no place for them. someday we
12681: can add third CORD to store origins and special version of parser
12682: which stores origins there [separate binary]]
12683:
12684: 2005-12-07 paf
12685:
12686: * src/targets/isapi/parser3isapi.C: . now links in release mode
12687:
12688: * src/include/pa_version.h: makefiles
12689:
12690: * src/include/pa_version.h: . not beta
12691:
12692: * configure, configure.in, src/include/pa_version.h: not beta
12693:
12694: 2005-12-06 paf
12695:
12696: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12697: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12698: decided to undo the change ^call[$void] passes void. now it will
12699: pass empty string again.
12700:
12701: * src/main/: compile.tab.C, compile.y: . version readded
12702:
12703: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12704: = ^switch[void] problem
12705:
12706: 2005-12-01 paf
12707:
12708: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12709: caused ^case[string] to be coerced to double since searching
12710: value were not string (it was vvoid)
12711:
12712: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12713: ^case[string] to be coerced to double since searching value were
12714: not string (it was vvoid)
12715:
12716: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12717: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12718:
12719: 2005-11-30 paf
12720:
12721: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12722: win32 must putenv("TZ="), on unix works only putenv("TZ")
12723:
12724: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12725: putenv("TZ="), on unix works only putenv("TZ")
12726:
12727: * INSTALL: . xml libs versions updated
12728:
12729: * src/main/pa_globals.C: //20051130 trying to remove this, author
12730: claims that fixed a lot there // 20040920 for now both
12731: workarounds needed. wait for new libxml/xsl versions
12732:
12733: 2005-11-28 paf
12734:
12735: * src/classes/table.C: merged from HEAD: ! nameless table has
12736: columns==0
12737:
12738: * src/classes/table.C: ! nameless table has columns==0
12739:
12740: * src/main/pa_http.C: merged from HEAD: ! status line check made
12741: earlier [was totally wrong]
12742:
12743: * src/main/pa_http.C: ! status line check made earlier [was totally
12744: wrong]
12745:
12746: 2005-11-25 paf
12747:
12748: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12749: undoing for now...
12750:
12751: * src/include/pa_version.h: -this reduces speed(table::load),
12752: strange. undoing
12753:
12754: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12755:
12756: * src/classes/op.C: + ^while(){}[SEPARATOR]
12757:
12758: * src/include/pa_array.h: + optimistics added: all arrays (table
12759: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12760: this speeds things up and saves memory a LOT! (not noticed
12761: negative effect on syntetic tests, future will tell...)
12762:
12763: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12764: changed gc_malloc implementation, which obscured profiling
12765:
12766: * src/classes/table.C: merged from HEAD: + optimized
12767: table::load/sql, now row ArrayString-s allocated with
12768: columns.count() elements and don't always grow from
12769: count=3[realloc,realloc]
12770:
12771: * src/classes/table.C: + optimized table::load/sql, now row
12772: ArrayString-s allocated with columns.count() elements and don't
12773: always grow from count=3[realloc,realloc]
12774:
12775: * src/classes/table.C: merged from HEAD: . ^table.save unused
12776: buffer after save
12777:
12778: * src/classes/table.C: . ^table.save unused buffer after save
12779:
12780: 2005-11-24 paf
12781:
12782: * configure.in: . merged glib2-config patch
12783:
12784: * configure.in: + trying to find glib2-config
12785:
12786: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12787: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12788: file/dir_readable to simple file/dir_exist, this would help in
12789: situations "class not found because .p file has bad rights" << in
12790: that case error would be explicit "access denied to 'this' file"
12791:
1.116 moko 12792: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12793:
12794: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12795: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12796: to simple file/dir_exist, this would help in situations "class
12797: not found because .p file has bad rights" << in that case error
12798: would be explicit "access denied to 'this' file"
12799:
12800: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12801: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12802: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12803: ^file::exec/cgi[script;$.charset[changed]
12804: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12805: encoded in $.charset charset
12806:
12807: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12808: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12809: encoded in $.charset charset
12810:
12811: * src/: include/Makefile.am, include/pa_common.h,
12812: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12813: main/pa_common.C, main/pa_http.C: . extracted http:// into
12814: separate file [preparation for
12815: ^file::cgi[script;$.form[$.field1[]
12816:
12817: 2005-11-22 paf
12818:
12819: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12820:
12821: * acinclude.m4, configure.in: . merged underquting fixes
12822:
1.116 moko 12823: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12824:
12825: * src/classes/op.C: . overmerged a little
12826:
12827: * src/main/compile.tab.C: Makefile
12828:
12829: * src/main/: pa_common.C: . less gcc warnings
12830:
12831: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12832: now reports original exception if we have no old cache
12833:
12834: * src/classes/op.C: + $exception.handled[cache] now reports
12835: original exception if we have no old cache
12836:
12837: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12838: from HEAD: + ^taint/untaint[regex] << escapes these:
12839: \^$.[]|()?*+{}
12840:
12841: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12842: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12843:
12844: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12845: getenv-ed variable, which does not work both on win32&unix.
12846: copied old TZ value now
12847:
12848: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12849: stored pointer to getenv-ed variable, which does not work both on
12850: win32&unix. copied old TZ value now
12851:
12852: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12853: getenv-ed variable, which does not work both on win32&unix.
12854: copied old TZ value now
12855:
12856: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12857: access to internal hash
12858:
12859: * src/types/pa_vresponse.C: + $response:headers access to internal
12860: hash
12861:
12862: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12863: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12864: isapi] this reduces number of "GC Warning: Repeated allocation of
12865: very large block" messages to only important onces
12866:
12867: * src/targets/isapi/parser3isapi.C: +
12868: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12869: isapi] this reduces number of "GC Warning: Repeated allocation of
12870: very large block" messages to only important onces
12871:
12872: * src/classes/string.C: merged from HEAD: + removed limitation on
12873: ^string/int/double:sql{}[$.default[({param style})] ]
12874:
12875: * src/classes/string.C: + removed limitation on
12876: ^string/int/double:sql{}[$.default[({param style})] ]
12877:
12878: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12879: with ?params or $.form option" limitation
12880:
12881: * src/main/pa_common.C: + removed "use either uri with ?params or
12882: $.form option" limitation
12883:
12884: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12885: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12886: ^file::base64[encoded] decode
12887:
12888: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12889: main/pa_common.C: + ^file.base64[] encode +
12890: ^file::base64[encoded] decode
12891:
12892: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12893: ^string:base64[encoded] decode
12894:
12895: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12896: ^string:base64[in] encode + ^string.base64[] decode
12897:
12898: 2005-11-21 paf
12899:
12900: * src/classes/file.C: + merged from HEAD:
12901: ^file::create[text;file.xml;^untaint[xml]{data}]
12902:
12903: * src/classes/file.C: +
12904: ^file::create[text;file.xml;^untaint[xml]{data}]
12905:
12906: * src/main/pa_request.C: ! merged: $response:body[file] now
12907: differes from :download, it does not return content-disposition
12908: at all now [previusely it returned valueless content-disposition]
12909:
12910: * src/main/pa_request.C: ! $response:body[file] now differes from
12911: :download, it does not return content-disposition at all now
12912: [previusely it returned valueless content-disposition]
12913:
12914: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12915: literals, reverted to just vvod, recreating empty array with each
12916: void_value token. that's absolutely needed, since that array
12917: grows
12918:
12919: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12920: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12921: types/pa_vmethod_frame.h: + merged: expression literals:
12922: true/false. ^format[$.indent(true)]
12923:
12924: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12925: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12926: types/pa_vmethod_frame.h: + expression literals: true/false.
12927: ^format[$.indent(true)]
12928:
12929: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12930: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12931: i386-pc-win32)"
12932:
12933: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12934: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12935: i386-pc-win32)"
12936:
12937: 2005-11-18 paf
12938:
12939: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12940: null}[$.default(123)] will now return default value
12941:
12942: * src/classes/op.C: + merged ^cache[] << returns current cache
12943: expiration time
12944:
12945: * src/classes/op.C: + ^cache[] << returns current cache expiration
12946: time
12947:
12948: * src/classes/table.C: ! merged ^table::create[not'nameless';
12949: failed << Exception.problem_source pointed to local var!
12950:
12951: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12952: Exception.problem_source pointed to local var!
12953:
12954: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12955: now loads VFile.ptr!=0, so such files can be saved now
12956:
12957: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12958: loads VFile.ptr!=0, so such files can be saved now
12959:
12960: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12961: only . and .. now removed from list [were removed all .*]
12962:
12963: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12964: .. now removed from list [were removed all .*]
12965:
12966: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12967: open error now checked, were not :( [stole that piece from apache
12968: 1.3 sources]
12969:
12970: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12971: checked, were not :( [stole that piece from apache 1.3 sources]
12972:
12973: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12974: untainting of @main result if returned by $result or
12975: $response:body
12976:
12977: * src/main/pa_request.C: ! ensured proper untainting of @main
12978: result if returned by $result or $response:body
12979:
12980: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12981: issue: now tries to guess content-length and allocates one big
12982: piece if possible [regretfully gc_realloc works as malloc+free,
12983: leaving lots of holes behind]
12984:
12985: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12986: fixed file load memory issue: now tries to guess content-length
12987: and allocates one big piece if possible [regretfully gc_realloc
12988: works as malloc+free, leaving lots of holes behind]
12989:
12990: 2005-11-16 paf
12991:
12992: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12993: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12994: table::save with enclosers now doubles them: "->"" !
12995: table::save/load do not remove elements from options hash
12996:
12997: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12998: [were overoptimized ^if(double_literal), compiler confused
12999: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13000:
13001: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13002: [were overoptimized ^if(double_literal), compiler confused
13003: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13004:
13005: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13006: main/pa_common.C: ! table::save with enclosers now doubles them:
13007: "->"" ! table::save/load do not remove elements from options hash
13008:
13009: 2005-11-03 paf
13010:
1.116 moko 13011: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13012: compilation, not all makefiles liked that
1.95 moko 13013:
13014: 2005-08-30 paf
13015:
13016: * src/classes/op.C: merge . speedup check of [DEFAULT]
13017:
13018: * src/classes/op.C: . speedup check of [DEFAULT]
13019:
13020: 2005-08-26 paf
13021:
13022: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13023:
13024: * src/: classes/date.C, types/pa_vdate.h: + date.week
13025:
13026: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13027: complains about bad!=nameless
13028:
13029: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13030: about bad!=nameless
13031:
13032: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13033: optional options were allowed to be empty. were checked
13034: if(is_string), changed to !defined||is_string to allow void
13035:
13036: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13037: classes/string.C, classes/table.C, classes/void.C: ! optional
13038: options were allowed to be empty. were checked if(is_string),
13039: changed to !defined||is_string to allow void
13040:
13041: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13042: as_junction where they needed as_int/double, so failed with
13043: recent "(const) now no junction" optimization
13044:
13045: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13046: merged ! many classes/* used as_junction where they needed
13047: as_int/double, so failed with recent "(const) now no junction"
13048: optimization
13049:
13050: * src/: classes/double.C, classes/int.C, classes/math.C,
13051: classes/op.C, classes/string.C, classes/table.C,
13052: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13053: used as_junction where they needed as_int/double, so failed with
13054: recent "(const) now no junction" optimization
13055:
13056: 2005-08-24 paf
13057:
13058: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13059: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13060: stripped it
13061:
13062: 2005-08-09 paf
13063:
13064: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13065: not cleared
13066:
13067: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13068: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13069: classes/hashfile.C, classes/image.C, classes/int.C,
13070: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13071: classes/response.C, classes/string.C, classes/table.C,
13072: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13073: include/pa_array.h, include/pa_cache_managers.h,
13074: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13075: include/pa_config_fixed.h, include/pa_config_includes.h,
13076: include/pa_dictionary.h, include/pa_dir.h,
13077: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13078: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13079: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13080: include/pa_request_charsets.h, include/pa_request_info.h,
13081: include/pa_sapi.h, include/pa_socks.h,
13082: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13083: include/pa_stack.h, include/pa_string.h,
13084: include/pa_stylesheet_connection.h,
13085: include/pa_stylesheet_manager.h, include/pa_table.h,
13086: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13087: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13088: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13089: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13090: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13091: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13092: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13093: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13094: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13095: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13096: main/pa_sql_driver_manager.C, main/pa_string.C,
13097: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13098: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13099: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13100: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13101: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13102: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13103: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13104: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13105: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13106: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13107: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13108: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13109: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13110: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13111: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13112: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13113: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13114: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13115: types/pa_vresponse.C, types/pa_vresponse.h,
13116: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13117: types/pa_vstateless_object.h, types/pa_vstatus.C,
13118: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13119: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13120: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13121: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13122: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13123:
13124: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13125: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13126: speedup consequent checks in vmethod_frame
13127:
13128: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13129: not cleared
13130:
13131: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13132: params: 50 max (were 10)
13133:
13134: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13135: params: 50 max (were 10)
13136:
13137: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13138: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13139: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13140: empty string) ! simplified (double) speedup consequent checks in
13141: vmethod_frame
13142:
13143: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13144: optimized constants in expressions vstring->vdouble + optimized
13145: ^call(vdouble), no junction creation, no calls later
13146:
13147: 2005-08-08 paf
13148:
13149: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13150: compile_tools.h: merged + optimized constants in expressions
13151: vstring->vdouble + optimized ^call(vdouble), no junction
13152: creation, no calls later
13153:
13154: * src/types/pa_vdouble.h: merged . double values without fractional
13155: part now default printed as %.0f instead of %g
13156:
13157: * src/types/pa_vdouble.h: . double values without fractional part
13158: now default printed as %.0f instead of %g
13159:
13160: * src/classes/hashfile.C: . merged ! second hashfile::open would
13161: cause an exception
13162:
13163: * src/classes/hashfile.C: ! second hashfile::open would cause an
13164: exception
13165:
13166: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13167: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13168: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13169: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13170: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13171: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13172: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13173: types/pa_vresponse.h, types/pa_vstateless_class.C,
13174: types/pa_vstateless_object.h, types/pa_vvoid.h,
13175: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13176: merged VJunction(new Junction) optimization from 3.1.4
13177:
13178: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13179: types/pa_vstateless_class.C: + optimized new VJunction(new
13180: Junction(params)) to new VJunction(params), thousands of mallocs
13181: removed
13182:
13183: 2005-08-05 paf
13184:
13185: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13186: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13187: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13188: creation, no calls later
13189:
13190: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13191: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13192: classes/hashfile.C, classes/image.C, classes/int.C,
13193: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13194: classes/response.C, classes/string.C, classes/table.C,
13195: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13196: include/pa_array.h, include/pa_cache_managers.h,
13197: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13198: include/pa_config_fixed.h, include/pa_config_includes.h,
13199: include/pa_dictionary.h, include/pa_dir.h,
13200: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13201: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13202: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13203: include/pa_request_charsets.h, include/pa_request_info.h,
13204: include/pa_sapi.h, include/pa_socks.h,
13205: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13206: include/pa_stack.h, include/pa_string.h,
13207: include/pa_stylesheet_connection.h,
13208: include/pa_stylesheet_manager.h, include/pa_table.h,
13209: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13210: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13211: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13212: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13213: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13214: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13215: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13216: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13217: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13218: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13219: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13220: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13221: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13222: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13223: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13224: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13225: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13226: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13227: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13228: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13229: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13230: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13231: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13232: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13233: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13234: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13235: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13236: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13237: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13238: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13239: types/pa_vstateless_object.h, types/pa_vstatus.C,
13240: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13241: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13242: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13243: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13244: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13245:
13246: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13247: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13248: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13249: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13250: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13251: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13252: optimized constants in expressions vstring->vdouble
13253:
13254: 2005-07-29 paf
13255:
13256: * src/types/pa_vclass.C: . shaped up error messages a bit
13257:
13258: * src/types/pa_vclass.C: + property getter can now be overridden
13259:
13260: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13261: bug fix: static parent fields were not replaced in case
13262: $derived:field[put] + property setter can now be overridden
13263:
13264: 2005-07-28 paf
13265:
13266: * configure, configure.in, src/classes/classes.h,
13267: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13268: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13269: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13270: src/classes/xnode.h, src/include/pa_hash.h,
13271: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13272: src/types/Makefile.am, src/types/pa_method.h,
13273: src/types/pa_value.h, src/types/pa_vclass.C,
13274: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13275: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13276: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13277: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13278: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13279: src/types/pa_vobject.C, src/types/pa_vobject.h,
13280: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13281: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13282: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13283: src/types/pa_vstateless_class.h,
1.95 moko 13284: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13285: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13286: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13287: dynamic_fields_join
13288:
13289: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13290: classes/xnode.C, include/pa_hash.h, main/execute.C,
13291: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13292: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13293: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13294: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13295: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13296: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13297: types/pa_vresponse.h, types/pa_vstateless_object.h,
13298: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13299: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13300: restored its checks in vobject.put_element->static fields |
13301: dynamic properties
13302:
13303: 2005-07-27 paf
13304:
13305: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13306: is some old code containing @set_name $name
13307:
13308: * src/types/pa_vobject.h: . fixed warning
13309:
13310: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13311: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13312:
13313: * src/: classes/xnode.C, include/pa_hash.h,
13314: types/pa_vstateless_class.C: ! new asserts were all false.
13315: regretfully reverted them all to checks
13316:
13317: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13318: classes/op.C, main/execute.C, types/pa_method.h,
13319: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13320: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13321: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13322: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13323: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13324: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13325: types/pa_vstateless_object.h, types/pa_vvoid.h,
13326: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13327: joined_dynamic_fields: removed unused param from put_method
13328: (returned to 3 params)
13329:
13330: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13331: joined_dynamic_fields: dynamic get/set works with overriding
13332: props [alpha2]
13333:
13334: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13335: works [alfa]
13336:
13337: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13338: classes/op.C, include/pa_hash.h, main/execute.C,
13339: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13340: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13341: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13342: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13343: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13344: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13345: types/pa_vresponse.h, types/pa_vstateless_class.C,
13346: types/pa_vstateless_object.h, types/pa_vvoid.h,
13347: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13348: joined_dynamic_fields: just compiled
13349:
13350: * src/: classes/date.C, classes/file.C, classes/hash.C,
13351: classes/hashfile.C, classes/image.C, classes/table.C,
13352: classes/xdoc.C, classes/xnode.h, main/execute.C,
13353: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13354: types/pa_vstateless_class.h: joined_dynamic_fields: started
13355:
13356: * src/types/pa_vobject.C: . object setters [only started, does not
13357: work yet]
13358:
13359: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13360: object setters [only started, does not work yet]
13361:
13362: 2005-07-26 paf
13363:
13364: * src/: include/pa_request.h, main/execute.C: . properties: set
13365: works [alpha2]. for classes. todo: for objects
13366:
13367: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13368: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13369: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13370: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13371: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13372: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13373: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13374: types/pa_vstateless_object.h, types/pa_vvoid.h,
13375: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13376: properties: set works [alpha1]
13377:
13378: 2005-07-25 paf
13379:
13380: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13381: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13382: properties: started, get works [alpha1, other approach]
13383:
13384: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13385: properties: started, get works [alpha2]
13386:
13387: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13388: pa_vstateless_class.h: . properties: started, get works [alpha]
13389:
13390: 2005-07-15 paf
13391:
13392: * src/: classes/classes.h, classes/op.C, main/execute.C,
13393: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13394: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13395: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13396: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13397: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13398: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13399: types/pa_vresponse.C, types/pa_vresponse.h,
13400: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13401: types/pa_vstateless_object.h, types/pa_vvoid.h,
13402: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13403: types/pa_wwrapper.h, types/types.vcproj: + started property
13404: [getters work but think of changing them too to precaching]
13405:
13406: 2005-07-08 paf
13407:
13408: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13409: gpf
13410:
13411: 2005-06-28 paf
13412:
13413: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13414: in passing empty strings to file::exec/cgi environment
13415:
13416: 2005-06-06 paf
13417:
13418: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13419: ^table:sql ^hash:sql now DO process $.bind option
13420:
13421: 2005-05-24 paf
13422:
13423: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13424: $.limit] now work again [support was broken in 3.1.4]
13425:
13426: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13427: ALL_INTERIOR_POINTERS
13428:
13429: 2005-05-12 paf
13430:
13431: * configure: 3.1.5beta
13432:
13433: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13434:
13435: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13436: $.limit] now work again [support was broken in 3.1.4]
13437:
13438: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13439: line-width [was refusing to fill if line-width >1, thanks to
13440: Seras <seras@pinxit.lt> for repro case
13441:
13442: 2005-04-25 paf
13443:
13444: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13445: correctly
13446:
13447: 2005-04-19 paf
13448:
13449: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13450: in VString violating invariant!!
13451:
13452: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13453: getenv("TZ")==null
13454:
13455: 2005-04-08 paf
13456:
13457: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13458: bugfix: when there is no char in charset one byte produces 6
13459: (ÿ <<max). increased buffer size!
13460:
13461: 2005-03-23 paf
13462:
13463: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13464: ^date.sql-string now takes TZ into account
13465:
13466: 2005-03-16 paf
13467:
13468: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13469: gcc 3.4
13470:
13471: * src/types/pa_vhash.C: . warning about eof eol
13472:
13473: 2005-02-17 paf
13474:
1.211 moko 13475: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13476: ^sleep(double seconds)
1.95 moko 13477:
13478: 2005-02-02 paf
13479:
13480: * src/classes/xnode.C: beauty: removed needless includes
13481:
13482: 2005-01-31 paf
13483:
13484: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13485: $.partNoNumber now alias to $.part1
13486:
13487: * src/types/pa_vmail.C: change: incoming letter part contains
13488: "content-disposition" header with any value? now considering that
13489: part to be "file#" [for text/plain text/html were $.text#
13490: $.html#]
13491:
13492: * INSTALL: updatet to latest working versions available
13493:
13494: 2005-01-20 paf
13495:
13496: * configure.in, src/include/pa_version.h: version
13497:
13498: 2005-01-19 paf
13499:
1.116 moko 13500: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13501: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13502: couple warnings in parser3.C
1.95 moko 13503:
13504: 2004-12-23 paf
13505:
13506: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13507:
13508: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13509: dir to directory of script (when shbang used), not to directory
13510: of its interpreter
13511:
13512: * src/include/pa_version.h: compiled on win32...
13513:
13514: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13515: we need more hspace
13516:
13517: * configure, configure.in, src/include/pa_version.h: configured
13518: host to pa_version. will be displayed everywhere
13519:
13520: * src/main/pa_request.C: new: @unhandled_exception can prevent
13521: exception from being logged by setting $exception.handled(1)
13522:
1.211 moko 13523: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13524: ^file::sql{query}[[options]] options: $.name[file name]
13525: $.content-type[application/what]
13526:
13527: * src/: include/pa_common.h, main/pa_common.C,
13528: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13529: new file
13530:
13531: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13532: bugfix: table->hash now regards _default
13533:
13534: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13535: created by accessing $name_of_method it acquired bad self=closest
13536: methodframe; instead of proper self (current class)
13537:
13538: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13539: hashfile produced bad cord
13540:
13541: 2004-12-10 paf
13542:
13543: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13544: subsequent failures though defined in .h
13545:
13546: * src/main/pa_common.C: comment on volatile
13547:
13548: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13549: alarm function were not used since the beginning due to stupid
13550: error [setsigjmp were not checked in configure.in]
13551:
13552: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13553: unix too
13554:
13555: * src/main/pa_common.C: http: exception status of send/recv errors
13556: change to most probable http.timeout
13557:
13558: * src/main/pa_common.C: win32: http connection $.timeout option now
13559: works [setsockopt on send/receive]
13560:
13561: 2004-12-08 paf
13562:
13563: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13564: cstr-ed knowing mail charset, and untainting uri lang now knows
13565: proper charset
13566:
13567: 2004-11-24 paf
13568:
13569: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13570:
13571: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13572: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13573:
13574: 2004-11-12 paf
13575:
13576: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13577: [since 3.0.4]
13578:
13579: 2004-11-09 paf
13580:
13581: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13582: writes basics to c:\parser3.log
13583:
13584: 2004-10-21 paf
13585:
13586: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13587: tainted strings [were returning clean onces]
13588:
13589: 2004-10-15 paf
13590:
13591: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13592: cycles(i=1; i=2), which was wrong, now does ONE
13593:
13594: 2004-10-12 paf
13595:
13596: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13597:
13598: 2004-10-07 paf
13599:
13600: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13601: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13602: release asserts
13603:
13604: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13605: String.dump() to stdout in detailed form [were String.v() in
13606: short form]
13607:
13608: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13609: \t\r\n as @#| and truncates long char sequences less
13610:
13611: 2004-10-06 paf
13612:
13613: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13614: win32 beauty: socket errors properly decoded
13615:
13616: 2004-10-05 paf
13617:
13618: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13619: request::configure_user/admin done always, even if no
13620: file-to-process useful in @unhandled_exception [say, if they
13621: would want to mail by SMTP something]
13622:
13623: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13624: now performed prior to file loading [and @auto executing] thus
13625: making $cookie:value available in @auto and in
13626: @unhandled_exception when IIS is configured to run interpreter
13627: even if no file exist
13628:
13629: 2004-09-20 paf
13630:
13631: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13632: somewhere where it should have called xmlMalloc and it calls
13633: xmlFree when it should have not called it. inserted two
13634: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13635: xmlFree just ignored. put away a testcase, maybe someday libxml
13636: author would fix all that. until that day: we have SLOW garbage
13637: collecting when many xml objects are alive hint: do
13638: ^memory:compact[] before xdoc::create
13639:
13640: 2004-09-17 paf
13641:
13642: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13643: error from 3.0.8 version]
13644:
13645: 2004-09-14 paf
13646:
13647: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13648: part bugfix: hashfile.foreach iterated only part if hashfile were
13649: modified inside
13650:
13651: 2004-09-13 paf
13652:
13653: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13654: [were as octal]
13655:
13656: * src/types/pa_vhashfile.C: beauty: not reproduced
13657: $hashfile.key[$novalue] bug [reported by motorin], inserted
13658: safety-check
13659:
13660: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13661: [not something obscure from sdbm lib]
13662:
13663: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13664: = strerror now returnes something and we can properly report that
13665: to client
13666:
13667: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13668: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13669:
13670: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13671: [tainted as-is] this helps //[space][newline] to remain as-is and
13672: not be unnecessary optimized away [ruining javascript]
13673:
13674: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13675: [tainted as-is]
13676:
13677: * src/classes/mail.C: bugfix: typo error
13678:
13679: 2004-09-09 paf
13680:
13681: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13682: separators bugfix: loads header with endings \r\n\r\n and \n\n
13683: (bloody yandex.server)
13684:
13685: 2004-09-06 paf
13686:
13687: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13688: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13689: encoded
13690:
13691: 2004-09-01 paf
13692:
13693: * src/types/pa_vmail.C: change: multipart/mixed changed to
13694: multipart/related outlook express have no problems showing
13695: unrelated attachments. todo: someday figure out a way of
13696: multipart/mixed multipart/related text/html
13697: image/xxx application/octet-stream << true attachments
13698:
13699: * src/types/pa_vmail.C: new:
13700: ^mail:send[$.file[$.content-disposition can be overriden new:
13701: empty mail header fields removed from letter
13702:
13703: * src/: classes/mail.C, include/pa_config_fixed.h,
13704: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13705: ^mail:send[ $.file[ $.any[header]
13706:
13707: 2004-08-30 paf
13708:
13709: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13710: warnings
13711:
13712: * src/main/pa_common.C: beauty: do not bother with charset
13713: detection when ^file::load[binary
13714:
13715: 2004-08-27 paf
13716:
13717: * src/main/pa_common.C: hack: for yandex.server http server
13718:
13719: 2004-08-18 paf
13720:
13721: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13722: possibly-chunked response
13723:
13724: 2004-08-17 paf
13725:
13726: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13727: $f.content-type now = that of http response
13728:
13729: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13730: $f.content-type now = that of http response
13731:
13732: 2004-07-30 paf
13733:
13734: * src/: include/pa_request.h, main/pa_request.C,
13735: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13736: win32: system&parser exceptions in release mode reported properly
13737: parser exception in exception handler WERE mistakenly reported as
13738: system exception, without details [in apache & isapi] +some
13739: beauty in exception text
13740:
13741: * src/: include/pa_exception.h, main/pa_request.C,
13742: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13743: release mode reported properly parser exception in exception
13744: handler WERE mistakenly reported as system exception, without
13745: details
13746:
13747: * src/main/execute.C: beauty: simplified system exception handling
13748:
13749: 2004-07-29 paf
13750:
13751: * src/classes/table.C: bugfix:
13752: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13753: were ignored, and \t used unconditionally]
13754:
13755: * src/types/Makefile.am: added vhash.c
13756:
13757: 2004-07-28 paf
13758:
13759: * src/: classes/date.C, classes/image.C, classes/math.C,
13760: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13761: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13762: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13763: failed on russian letters
13764:
13765: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13766: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13767: letters
13768:
13769: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13770: as 'currentDirectory' parameter to CreateProcess
13771:
13772: 2004-07-27 paf
13773:
13774: * src/targets/cgi/parser3.vcproj: beauty: win32:
13775: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13776: from release somewhere [to help searching for unhandled system
13777: exceptions]
13778:
13779: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13780: TZ shift
13781:
13782: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13783: but also in ctor
13784:
13785: 2004-07-26 paf
13786:
1.211 moko 13787: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13788: src/main/pa_common.C, src/main/pa_request.C,
13789: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13790: src/types/types.vcproj: new: $response:body/download[
13791: $.file[name on disk] $.name[of file for user]
13792: $.mdate[date of last-modified. default from directory] ]
13793:
13794: * src/classes/file.C: moving file:send somewhere else..
13795:
13796: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13797: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13798: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13799: $response:download[ $.filename[filename] $.option[] ,, ]
13800:
13801: * src/classes/file.C: beauty: invalid mode thoroughly reported
13802:
13803: 2004-07-21 paf
13804:
13805: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13806: to several lines
13807:
13808: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13809:
13810: note: ms outlook[!express] shows only first 255 characters of
13811: subject
13812:
13813: 2004-07-15 paf
13814:
13815: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13816: off]
13817:
13818: 2004-07-14 paf
13819:
13820: * src/classes/table.C: bugfix: $.bind values now got untainted
13821: according to lang [were: as-is]
13822:
13823: 2004-07-07 paf
13824:
13825: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13826: checked that
13827:
13828: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13829: now untainted according to their languages. were: as-is.
13830: EVERYWHERE
13831:
13832: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13833: environment string now untainted according to their languages.
13834: were: as-is. EVERYWHERE
13835:
13836: * src/main/pa_exec.C: bufix: on unix environment string now
13837: untainted according to their languages. were: as-is. on win32:
13838: ok
13839:
13840: * parser3.vssscc: ...would not go unnoticed
13841:
13842: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13843: fails. in case on input appears nonutf, those bytes will be
13844: printed in %HH form. that can be easily decoded/recovered.
13845:
13846: this form is quite noticable, and hopefully would not go noticed
13847:
13848: 2004-07-06 paf
13849:
13850: * src/main/pa_exec.C: bufix: on unix environment string now
13851: untainted according to their languages. were: as-is. on win32:
13852: ok
13853:
13854: 2004-07-01 paf
13855:
13856: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13857: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13858: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13859: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13860: main/main.vcproj, targets/cgi/parser3.vcproj,
13861: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13862: option: global optimization ON
13863:
13864: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13865: to do xdoc::create{invalid chars} standard disables chars less
13866: then \x20, except tab, cr, lf.
13867:
13868: changed tainting so that those become '!'
13869:
13870: 2004-06-25 paf
13871:
13872: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13873: int on odd address [prev bugfix failed due to superwize
13874: optimizer, which turned memcpy into same 'ld' asm command]
13875:
13876: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13877: int on odd address
13878:
13879: 2004-06-22 paf
13880:
13881: * src/sql/pa_sql_driver.h: note: about possible optimization
13882:
1.211 moko 13883: * operators.ru.txt, operators.txt, src/classes/hash.C,
13884: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13885: src/classes/void.C, src/include/pa_config_includes.h: new:
13886: ^void:sql{call paf(:a)}[ $.bind[
13887: $.a[2] ] ] output variables work. todo:
13888: check in out variables
1.95 moko 13889:
13890: 2004-06-18 paf
13891:
13892: * src/: classes/file.C, classes/hash.C, classes/string.C,
13893: classes/table.C, classes/void.C, include/pa_globals.h,
13894: include/pa_sql_connection.h, main/compile.tab.C,
13895: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13896: $.bind[ $.a[2] ]
13897: ] input variables work. todo:output
13898:
13899: * src/targets/cgi/parser3.C: bugfix: iis specific
13900: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13901: /_bug.html?404;http://hpsv/test/
13902: --------------------------------------------------------------------------------
13903: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13904: --------------------------------------------------------------------------------
13905: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13906:
13907: 2004-06-16 paf
13908:
13909: * src/targets/cgi/parser3.C: new: iis specific
13910: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13911: $request:query
13912: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13913: $form:fields IIS-STATUS="404"
13914: IIS-DOCUMENT="http://server/_bug.html" f="v"
13915:
13916: todo: isapi too
13917:
13918: 2004-05-26 paf
13919:
13920: * src/include/pa_version.h: 3.1.3
13921:
1.211 moko 13922: * operators.ru.txt, operators.txt: beauty: removed outdated level
13923: 'table'
1.95 moko 13924:
13925: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13926:
13927: * src/main/pa_string.C: beauty: removed 3 warnings
13928:
13929: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13930: classes/op.C: beauty: removed outdated level 'table'
13931:
13932: 2004-05-25 paf
13933:
13934: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13935: implementation. mistery: how anything worked
13936:
13937: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13938: changed, it is now safe to use url if pointers to it are stored
13939: to gc mem
13940:
13941: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13942: unknown errors reported and not cause SIGSEGV now
13943:
13944: 2004-05-24 paf
13945:
13946: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13947: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13948: less memory: CORD_chars_block originally intended to ... it was
13949: good that CORD_chars_block were not used: it consumes more memory
13950: [and, might be slow too] undoing that. [and removed that func so
13951: that it would not confuse parser developer in future]
13952:
13953: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13954: less memory: CORD_chars_block originally intended to
13955: speedup/reduce mem usage were forgotten, and were used stupid
13956: CORD_chars
13957:
13958: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13959:
13960: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13961: BIGENDIAN processors space-conserving mech failed, causing
13962: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13963: (1|2|3));
13964:
13965: 2004-05-14 paf
13966:
13967: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13968: bugfix: void now has vfile value, and $response:body[] works OK
13969:
13970: 2004-05-12 paf
13971:
13972: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13973: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13974: sources to use is_defined() {return as_bool();} along VBool
13975:
13976: 2004-05-11 paf
13977:
13978: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13979: referencing to local objects
13980:
13981: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13982: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13983: left intact
13984:
13985: 2004-04-15 paf
13986:
13987: * src/classes/date.C: merged: beauty: unused var removed
13988:
13989: * src/classes/date.C: beauty: unused var removed
13990:
13991: * src/include/: pa_exec.h: bugfix: interface without pointer
13992: provoked bug
13993:
13994: 2004-04-09 paf
13995:
13996: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13997:
13998: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13999:
14000: 2004-04-08 paf
14001:
14002: * src/classes/date.C: new: ^date::create[y-m-d
14003: h-M-s>>.milliseconds<<] now allowed, ignored so far
14004:
14005: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14006:
14007: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14008: to consult default catalog [usually, that file belongs to other
14009: user/group]
14010:
14011: 2004-04-06 paf
14012:
14013: * src/main/pa_common.C: beauty: gcc warning removed
14014:
14015: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14016: accept that trick, trying other
14017:
14018: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14019: explicit result problem
14020:
14021: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14022: explicit result problem
14023:
14024: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14025: explicit result problem
14026:
1.211 moko 14027: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14028: ^string.append[string]
1.95 moko 14029:
14030: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14031: main/execute.C: attempt_check_call_in_explicit_result_mode:
14032: failed
14033:
14034: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14035: http://i.p.a.ddress gethostbyaddr added [on some platforms
14036: gethostbyname failed with such 'domains'] now checked properly,
14037: were: needless reverse/forward dns lookup
14038:
14039: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14040: http://i.p.a.ddress gethostbyaddr added [on some platforms
14041: gethostbyname failed with such 'domains'] now checked properly,
14042: were: needless reverse/forward dns lookup
14043:
14044: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14045: @method[][result] means "no string output here" moved to lexical
14046: level [on grammar level it were too difficult]
14047:
1.211 moko 14048: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14049: src/main/compile.tab.C, src/main/compile.y,
14050: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14051: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14052: string output here", implemented part of that idea: compiler
14053: throws away string literal generation code. and barks
14054: nonwhitespace chars
1.95 moko 14055:
1.211 moko 14056: * operators.ru.txt, operators.txt: truth: removed comment about
14057: $ORIGIN
1.95 moko 14058:
14059: 2004-04-05 paf
14060:
14061: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14062: src/include/pa_version.h, src/main/pa_common.C,
14063: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14064:
14065: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14066: Konstantin Tomashevitch [mailto:konst@design.ru]
14067:
14068: * src/doc/html2chm.cmd: beauty: no need in bg here
14069:
14070: * src/doc/sources2html.cmd: beauty: same window, in bg it
14071: interfered with FAR console
14072:
14073: * configure, configure.in: 3.1.3
14074:
14075: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14076:
14077: * src/main/pa_common.C: removed warning
14078:
14079: * src/include/pa_version.h: 3.1.3
14080:
14081: 2004-04-02 paf
14082:
14083: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14084:
14085: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14086: allows to specify where to put parser log file
14087:
14088: 2004-04-01 paf
14089:
14090: * src/classes/table.C: bugfix: bugfix: table::load last line
14091: without tab and enter were ignored
14092:
14093: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14094: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14095: main/pa_socks.C, targets/cgi/parser3.C,
14096: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14097: bugfix: sql connections now are disconnected
14098:
14099: 2004-03-30 paf
14100:
14101: * src/classes/table.C: bugfix: table::load last line without tab
14102: and enter were ignored
14103:
14104: * src/classes/table.C: bufix: if last table lines were commented,
14105: gpfed
14106:
14107: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14108: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14109: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14110: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14111: doc/methoded.dox, doc/object.dox, doc/string.dox,
14112: doc/targets.dox, doc/value.dox, include/pa_version.h,
14113: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14114: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14115: bugfixes from 3.1.2, changed version to 3.1.3beta
14116:
14117: 2004-03-29 paf
14118:
14119: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14120: causes gpf
14121:
14122: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14123: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14124: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14125: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14126: value.dox: translated to english
14127:
14128: 2004-03-25 paf
14129:
14130: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14131: parser3project dependency removed
14132:
14133: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14134: bugfix: refused to compile without xml
14135:
14136: * src/types/pa_vform.C: beauty: removed warning
14137:
14138: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14139: any folder [removed last ;) folder dependency]
14140:
14141: * src/classes/classes.vcproj: bugfix: now all compiles in any
14142: folder [removed last ;) folder dependency]
14143:
14144: * src/include/pa_version.h: release
14145:
14146: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14147:
14148: * src/classes/table.C: beauty: comment& more meaningful error
14149: message
14150:
14151: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14152: $.hash[$.column_value1(true) ... ] [were producing some strang
14153: thing]
14154:
14155: 2004-03-23 paf
14156:
14157: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14158: and http status line parsing checked number of columns in table
14159: [user reported an assert]
14160:
1.211 moko 14161: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14162:
14163: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14164: bugfix: junction reattach now actually reattaches a junction to
14165: new wcontext [were only assigning it to junction, which caused
14166: junction tracking to loose junction, and it's context were not
14167: killed, and it tried to process in invalid context, gpf]
14168:
14169: * src/targets/cgi/parser3.C: debug helper added
14170:
14171: 2004-03-19 paf
14172:
14173: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14174: "type(type)" in braces
14175:
14176: 2004-03-10 paf
14177:
1.211 moko 14178: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14179: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14180: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14181: src/types/pa_vxnode.h: new: refined solution to
14182: search-in-namespaces problem:
1.95 moko 14183: $xdoc.search-namespaces.x[http://pif.design.ru/]
14184: $nodes[^xdoc.select[//x:second]]
14185:
1.211 moko 14186: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14187: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14188: search for info in namespaces
1.95 moko 14189:
14190: $nodes[^xdoc.select[//x:second][
14191: $.x[http://pif.design.ru/] ]]
14192:
14193: 2004-03-09 paf
14194:
1.211 moko 14195: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14196: ^file::load[...][options] $.form[
14197: !$.field1[string]
14198: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14199: ] !$.body[string]
14200:
14201: GET ?here notGET(POST, HEAD, others) in content-type:
14202: application/x-www-form-urlencoded
14203:
14204: todo: upload files ability
14205:
14206: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14207: properly, done
14208:
14209: 2004-03-05 paf
14210:
1.211 moko 14211: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14212: file::load[;http:// GET/POST $.form[$.fields started, not tested
14213: yet todo:$.field[table] for multiple values
1.95 moko 14214:
1.211 moko 14215: * operators.ru.txt, operators.txt: new: http:// options $.user
14216: $.password basic authorization
1.95 moko 14217:
14218: * src/main/pa_common.C: beauty: link to rtf added
14219:
1.211 moko 14220: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14221: src/main/pa_common.C: new: http:// options $.user $.password
14222: basic authorization
1.95 moko 14223:
14224: * src/main/pa_common.C: beauty: removed needless vars
14225:
1.211 moko 14226: * operators.ru.txt, operators.txt: new: pgsql option [like that
14227: recently added to oracle driver]
14228: ClientCharset=parser-charset << charset in which parser thinks
14229: client works
14230:
14231: * operators.ru.txt, operators.txt: new: odbc option [like that
14232: recently added to oracle driver]
14233: ClientCharset=parser-charset << charset in which parser thinks
14234: client works
1.95 moko 14235:
14236: * src/sql/pa_sql_driver.h: beauty: important warning added
14237:
14238: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14239: char!
14240:
14241: * etc/parser3.charsets/windows-1251.cfg: typo
14242:
14243: 2004-03-04 paf
14244:
14245: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14246: cached, sql transcoding now goes faster
14247:
1.211 moko 14248: * operators.ru.txt, operators.txt: new: mysql option [like that
14249: recently added to oracle driver]
14250: ClientCharset=parser-charset << charset in which parser thinks
14251: client works
1.95 moko 14252:
14253: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14254: typo error
14255:
14256: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14257: chars commented
14258:
14259: 2004-03-03 paf
14260:
14261: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14262: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14263:
14264: 2004-03-02 paf
14265:
1.211 moko 14266: * operators.ru.txt, operators.txt: new[update typo]:
14267: !^void.left(n) nothing !^void.right(n) nothing
14268: !^void.mid(p[;n]) nothing
14269:
14270: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14271: !^void.left(n) nothing !^void.right(n) nothing
14272: !^void.pos(p[;n]) nothing
1.95 moko 14273:
1.211 moko 14274: * operators.ru.txt, operators.txt, src/classes/file.C,
14275: src/include/pa_string.h: new:
1.95 moko 14276: ^file::sql[[name_to_become_$.name]]{} query result must be one
14277: row with columns: first: data second: file name third:
14278: content-type
14279:
1.211 moko 14280: * operators.ru.txt, operators.txt, src/classes/file.C:
14281: ^file.sql-string[] inside ^connect gets properly escaped string,
14282: which can be passed to request now this for mysql only. it's up
14283: to parser sql driver to fix zeros properly
1.95 moko 14284:
14285: * INSTALL: note: added on building apache with this option:
14286: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14287:
14288: 2004-03-01 paf
14289:
14290: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14291: extension memory:compact befor processingrequest
14292:
1.211 moko 14293: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14294: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14295:
1.211 moko 14296: * operators.ru.txt, operators.txt, src/classes/image.C,
14297: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14298: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14299:
14300: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14301: beauty: image -- less checks [were ugly impl]
14302:
14303: * src/classes/string.C: bugfix: ^string.left/right/mid with
14304: negative values now considered bad
14305:
14306: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14307:
14308: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14309: options now have unified defaults [after transform
14310: indent/omit-xml-declaration/standalone 'default' erroreously
14311: meant 'true']
14312:
14313: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14314: added [on some platforms gethostbyname failed with such
14315: 'domains']
14316:
14317: * src/include/pa_config_auto.h.in: no select check, no define
14318:
14319: * src/classes/string.C: feature: ^string.trim both parameters may
14320: be empty-strings, meaning kind=both chars=whitespaces
14321:
14322: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14323: exist
14324:
14325: * src/classes/string.C: check: trim 'chars' must not be empty,
14326: exception if it is
14327:
14328: * src/classes/string.C: changed: ^string.trim [] << both,
14329: whitespaces [start|both|end] << kind, whitespaces
14330: [start|both|end;chars] full
14331:
14332: 2004-02-27 paf
14333:
1.211 moko 14334: * operators.ru.txt, operators.txt, src/classes/string.C,
14335: src/main/pa_string.C: new method:
14336: ^string.trim[start|both|end[;chars]] default 'chars' --
14337: whitespace chars finished
1.95 moko 14338:
1.211 moko 14339: * operators.ru.txt, operators.txt, src/classes/string.C,
14340: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14341: ^string.trim[start|both|end[;chars]] default 'chars' --
14342: whitespace chars started, only start works
14343:
14344: * src/main/compile.C: bugfix: line numbers after
14345: ^process{}[$.line(-10]] can be negative, allowed to print they as
14346: signed
14347:
14348: * src/main/untaint.C: speed: there's no \n chars in output
14349: [normally], so no need to optimize them they could be retrived
14350: from databases, though. but 1. should be replaced 2. if not
14351: optimized, no harm done
14352:
14353: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14354: ^file::exec/cgi could return invalid status & zombie child can
14355: remain for short period until process exists [very bad in
14356: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14357:
14358: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14359: malicious SMTP server to attack as by returning too long status
14360: responses http://i2/tasks/edit/?id=4629448401140924947
14361:
14362: 2004-02-26 paf
14363:
1.211 moko 14364: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14365: has options] which are $.main[to what to rename @main]
1.95 moko 14366: $.file[file, from which (user says) goes that CODE]
14367: $.lineno(line number in that file, where CODE starts. may be
14368: negative)
14369:
1.211 moko 14370: * operators.ru.txt, operators.txt, src/classes/op.C,
14371: src/include/pa_request.h, src/main/compile.C,
14372: src/main/compile_tools.h, src/main/pa_request.C: feature:
14373: ^process...{CODE}[now has options] which are $.main[to
14374: what to rename @main] $.file[file, from which (user says)
14375: goes that CODE] $.lineno(line number in that file, where
14376: CODE starts. may be negative)
14377:
1.95 moko 14378: 2004-02-25 paf
14379:
1.116 moko 14380: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14381: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14382:
14383: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14384: produces hash of column=>1
14385:
14386: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14387: with incomplete errno constants set
14388:
14389: 2004-02-24 paf
14390:
14391: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14392: "man select"
14393:
14394: * src/main/pa_os.C: beauty: <0 better then ==-1
14395:
14396: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14397:
14398: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14399:
1.116 moko 14400: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14401:
14402: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14403: unix: steps to work on unix [extracted 'to']
14404:
14405: * src/classes/mail.C: smtp on unix: steps to work on unix
14406:
14407: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14408:
1.116 moko 14409: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14410: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14411: unix [testing on solaris]
1.95 moko 14412:
14413: 2004-02-20 paf
14414:
14415: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14416: pointing that out
14417:
14418: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14419: fixed again [same solution, mistanenly removed one line]
14420:
14421: 2004-02-19 paf
14422:
14423: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14424: date::create from bad datetime in spring daylightsaving hole now
14425: OK for all platforms [on some platforms it failed]
14426:
14427: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14428: in daylightsaving hole] now throws error
14429:
14430: * src/classes/date.C: comment: mistake fixed
14431:
14432: 2004-02-18 paf
14433:
14434: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14435: now renderes in $request:charset, but in header puts
14436: $response:charset todo: make that default only so that coder
14437: could override that
14438:
14439: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14440: turns off omit-xml-declaration
14441:
14442: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14443: /.xsl for sample
14444:
14445: 2004-02-17 paf
14446:
14447: * src/classes/xdoc.C: beauty: needless helper class removed
14448:
14449: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14450: copied extra time
14451:
14452: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14453: part of libxml
14454:
14455: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14456: libxml to do the work] <xsl:output method="html"
14457: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14458: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14459: />
14460:
14461: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14462:
14463: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14464: caused assertion
14465:
14466: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14467: could hang. now such add does nothing, sub clears $hash
14468:
14469: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14470: not made quoted-printable
14471:
14472: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14473: string invariant
14474:
14475: 2004-02-16 paf
14476:
14477: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14478: cleared [were not cleared properly]
14479:
14480: 2004-02-13 paf
14481:
1.116 moko 14482: * src/include/pa_version.h: prerelease
1.95 moko 14483:
14484: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14485: used, introducing dependencies timestamp check
14486:
14487: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14488: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14489: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14490: .xsl.stamp now not used, introducing dependencies timestamp check
14491:
1.150 moko 14492: * configure.in: auto.p: @conf made relative
1.95 moko 14493:
14494: 2004-02-12 paf
14495:
14496: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14497: ruined empty <input type=file> submits. parser thought there were
14498: nameless empty file and $form:field got value of type 'file'
14499:
14500: * INSTALL: --without-threads
14501:
14502: * src/include/pa_sapi.h: 2004
14503:
14504: 2004-02-11 paf
14505:
14506: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14507: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14508: classes/hashfile.C, classes/image.C, classes/int.C,
14509: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14510: classes/response.C, classes/string.C, classes/table.C,
14511: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14512: include/pa_array.h, include/pa_cache_managers.h,
14513: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14514: include/pa_config_fixed.h, include/pa_config_includes.h,
14515: include/pa_dictionary.h, include/pa_dir.h,
14516: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14517: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14518: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14519: include/pa_request_charsets.h, include/pa_request_info.h,
14520: include/pa_socks.h, include/pa_sql_connection.h,
14521: include/pa_sql_driver_manager.h, include/pa_stack.h,
14522: include/pa_string.h, include/pa_stylesheet_connection.h,
14523: include/pa_stylesheet_manager.h, include/pa_table.h,
14524: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14525: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14526: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14527: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14528: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14529: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14530: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14531: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14532: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14533: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14534: main/pa_sql_driver_manager.C, main/pa_string.C,
14535: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14536: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14537: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14538: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14539: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14540: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14541: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14542: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14543: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14544: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14545: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14546: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14547: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14548: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14549: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14550: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14551: types/pa_vresponse.h, types/pa_vstateless_class.C,
14552: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14553: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14554: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14555: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14556: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14557: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14558:
14559: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14560: debug version of gc.dll
14561:
14562: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14563: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14564: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14565: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14566: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14567: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14568: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14569: processes
14570:
14571: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14572: main/pa_globals.C, targets/cgi/parser3.vcproj,
14573: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14574: changes to reflect libxml xsl new folders
14575:
14576: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14577: lib/smtp/smtp.vcproj, main/main.vcproj,
14578: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14579: to reflect libxml xsl new folders
14580:
14581: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14582: lib/smtp/smtp.vcproj, main/main.vcproj,
14583: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14584: types/types.vcproj: started changes to reflect libxml xsl new
14585: folders
14586:
14587: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14588: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14589: src/main/compile.tab.C, src/main/main.vcproj,
14590: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14591: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14592: started changes to reflect libxml xsl new folders
14593:
14594: 2004-02-10 paf
14595:
14596: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14597: compile. recommened latest libxml up to date
14598:
14599: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14600: pattern compilation errors", on which spent 4 hours worktime. use
14601: versions higher than that. recommended now latest up to date
14602:
14603: 2004-02-06 paf
14604:
14605: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14606: beauty: unified destructing style
14607:
14608: * src/main/untaint.C: beauty: removed old def/ifdef
14609:
14610: * src/main/untaint.C: beauty: coredump @unknown untaint language
14611: now
14612:
14613: 2004-02-03 paf
14614:
14615: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14616: targets/isapi/parser3isapi.C, types/pa_value.C,
14617: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14618: then %ld/%lu
14619:
14620: * src/main/pa_common.C: typo: %l -> %u
14621:
14622: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14623: in attributes or documents-results of transform now not xx;
14624:
14625: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14626:
14627: * src/main/pa_charset.C: bugfix: forgot to undo some
14628:
14629: * src/main/pa_charset.C: beauty: uncomment
14630: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14631: libraries
14632:
14633: 2004-02-02 paf
14634:
14635: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14636: $cookie:example[ $.value[value] $.path[/there/] ]
14637:
14638: $cookie:example[ $.value[] $.expires[session]
14639: $.path[/there/] $.domain[test.com] ]
14640:
14641: * src/types/pa_vform.C: bugfix: empty values with
14642: enctype=multipart/form-data now produce entries in $form:tables
14643: <form method=post enctype=multipart/form-data> <input type=hidden
14644: name=a> <input type=hidden name=b>
14645:
14646: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14647: <hr> <pre>$request:body
14648:
14649: 2004-01-30 paf
14650:
14651: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14652: or documents-results of transform now not xx;
14653:
14654: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14655: produce exception.
14656:
14657: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14658: bugfix: ^date::create[invalid fields now produce exception.
14659:
14660: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14661: year] now produces exception. todo: check other fields
14662:
14663: 2004-01-29 paf
14664:
14665: * src/include/pa_memory.h: typo error
14666:
14667: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14668: more byte then specified, then zeroed it << useless and
14669: potentially harmful(could gpf)
14670:
14671: 2004-01-22 paf
14672:
14673: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14674:
14675: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14676: optimization
14677:
14678: * src/main/untaint.C: bugfix: whitespace now optimized properly
14679: [were bug: ^taint[1 & 2]="1 &2"
14680:
14681: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14682: errors
14683:
14684: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14685: overflow
14686:
14687: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14688: error-reporting code * in parser-error reporting code [when no
14689: @unhandled_exception defined]
14690:
14691: fixed in one place: my *snprintf override
14692:
14693: 2004-01-13 paf
14694:
1.211 moko 14695: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14696:
14697: 2003-12-25 paf
14698:
14699: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14700: garbled [pieces after zero bytes were removed]
14701:
14702: 2003-12-22 paf
14703:
1.116 moko 14704: * src/include/Makefile.am: bugfix: removed from dist:
14705: src/include/pa_config_auto.h which were configured for
1.95 moko 14706: make-dist-platform and badly updated proper config file in target
14707: [when .tar used for updating existing source tree]
14708:
1.211 moko 14709: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14710: src/include/pa_sql_connection.h,
14711: src/include/pa_sql_driver_manager.h,
14712: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14713: feature: sql introducing ability to transcode charsets
14714:
14715: 2003-12-19 paf
14716:
14717: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14718: error message
14719:
14720: * src/main/pa_charset.C: bugfix: memory for charsethandler
14721: structure for libxml now allocated properly
14722:
14723: 2003-12-17 paf
14724:
14725: * src/types/pa_vfile.C: beauty: removed outdated cast
14726:
14727: * src/main/pa_common.C: bugfix: empty http response caused gpf
14728:
14729: * src/include/pa_string.h: bugfix: removed too strong a assert
14730:
14731: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14732: unreported xmlGenericErrors]
14733:
14734: 2003-12-15 paf
14735:
14736: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14737: works}
14738:
14739: 2003-12-11 paf
14740:
1.211 moko 14741: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14742: !$status:pid process id
1.95 moko 14743: !$status:tid thread id
14744:
14745: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14746: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14747: bugfix(solaris): removed dependency on object initialization
14748: order [one more place]
14749:
14750: * src/: classes/file.C, classes/mail.C, classes/op.C,
14751: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14752: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14753: understand that
14754:
14755: * src/: classes/file.C, classes/mail.C, classes/op.C,
14756: classes/xdoc.C, include/pa_cache_managers.h,
14757: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14758: include/pa_stylesheet_manager.h, main/pa_request.C,
14759: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14760: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14761: ctor call [relying on implicit String::Body(cstr) call]
14762:
14763: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14764: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14765: object initialization order [two places]
14766:
14767: 2003-12-10 paf
14768:
14769: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14770: << time now ok
14771:
1.211 moko 14772: * operators.ru.txt, operators.txt,
14773: src/main/pa_sql_driver_manager.C,
1.95 moko 14774: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14775: operational
14776:
1.211 moko 14777: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14778: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14779: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14780: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14781: back operational
14782:
14783: 2003-12-02 paf
14784:
14785: * src/types/pa_vmail.C: bugfix:
14786: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14787: as-is forced]
14788:
14789: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14790: exceptions out of libxml callbacks: reimplemented error handling
14791: of http://localhost, parser://method and safemode check callbacks
14792:
14793: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14794: [merged from HEAD]
14795:
14796: * src/classes/image.C: nothing: comment removed
14797:
14798: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14799: addresses to int
14800:
14801: 2003-12-01 paf
14802:
14803: * src/main/pa_xml_io.C: bugfix: typo
14804:
14805: * src/main/pa_globals.C: bugfix: win32: compile prob
14806:
14807: * src/classes/xdoc.C: bugfix: typo
14808:
14809: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14810: exception
14811:
14812: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14813:
14814: 2003-11-28 paf
14815:
14816: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14817: all xml documents read
14818:
14819: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14820:
14821: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14822: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14823: replaced original open mech of xdoc::create & co to use libxml
14824: open, so that this would work for root document todo: safe mode
14825: checks to libxml: ideally to some 1 point
14826:
14827: * src/main/pa_xml_io.C: comment
14828:
1.211 moko 14829: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14830: in http://parser[abscent params]
1.95 moko 14831:
1.211 moko 14832: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14833: src/main/pa_xml_io.C: works. todo: maybe replace original open
14834: mech of xdoc::create & co to use libxml open, so that this would
14835: work for root document
1.95 moko 14836:
14837: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14838: "parser://method/params/here"> <test> &test^; </test> }]
14839:
14840: ^taint[^xdoc.string[]]
14841:
14842: @method[param] <!ENTITY test
14843: "test-entity-value+$form:user+$param!">
14844:
14845: 2003-11-27 paf
14846:
14847: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14848:
14849: * src/classes/date.C: bugfix: typo error
14850:
14851: 2003-11-26 paf
14852:
1.211 moko 14853: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14854: src/include/pa_globals.h, src/main/Makefile.am,
14855: src/main/main.vcproj, src/main/pa_globals.C,
14856: src/main/pa_request.C, src/include/pa_xml_io.h,
14857: src/main/pa_xml_io.C: simplification: xml errors to
14858: hash<thread_id,error> reorganization: xml io moved to
14859: pa_xml_io.C/h
1.95 moko 14860:
14861: * src/types/pa_value.h: warnings: --
14862:
14863: 2003-11-25 paf
14864:
14865: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14866: whatever)
14867:
14868: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14869: a, (c?x:y, z)
14870:
14871: * src/main/untaint.C: bugfix: consequences of not reading this
14872: comment: CORD_pos_chars_left /* Number of characters in cache.
14873: <= 0 ==> none */
14874:
14875: * src/include/pa_array.h: removed needless checks
14876:
14877: 2003-11-24 paf
14878:
14879: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14880: removed limit: now $form:xxx can be accessed anytime, even in
14881: @auto/conf [and request/response:charset still can be changed
14882: anytime]
14883:
14884: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14885: now not transcodes response body
14886:
1.211 moko 14887: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14888: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14889: $tn[^xdoc.createTextNode[text node value]]
14890: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14891: $xdoc.firstChild.firstChild.nodeValue[different]
14892: ^taint[^xdoc.string[]]
14893:
14894: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14895: workaround: static Hash::allocates -> static Hash_allocates
14896:
14897: 2003-11-21 paf
14898:
1.116 moko 14899: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14900: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14901: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14902:
14903: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14904:
14905: * src/classes/mail.C: bugfix: typo
14906:
14907: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14908: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14909: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14910: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14911: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14912: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14913:
14914: * src/main/pa_exec.C: bug in safe mode
14915:
14916: * src/include/Makefile.am: pa_xml_exception.h
14917:
14918: * src/targets/isapi/parser3isapi.C: more warnings --
14919:
14920: 2003-11-20 paf
14921:
14922: * src/: classes/math.C, classes/op.C, classes/string.C,
14923: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14924: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14925: --
14926:
14927: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14928: more warnings --
14929:
14930: * src/classes/xdoc.C: more warnings --
14931:
14932: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14933:
14934: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14935: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14936:
14937: * src/: classes/date.C, classes/file.C, classes/hash.C,
14938: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14939: classes/table.C, include/pa_cache_managers.h,
14940: include/pa_stylesheet_connection.h, main/pa_request.C,
14941: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14942: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14943: --
14944:
14945: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14946: can't report problem (undefined @unhandled_exception) problem
14947: source string were not reported
14948:
14949: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14951: classes/hashfile.C, classes/image.C, classes/int.C,
14952: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14953: classes/response.C, classes/string.C, classes/table.C,
14954: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14955: include/pa_array.h, include/pa_cache_managers.h,
14956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14957: include/pa_config_fixed.h, include/pa_dictionary.h,
14958: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14959: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14960: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14961: include/pa_request.h, include/pa_request_charsets.h,
14962: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14963: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14964: include/pa_stack.h, include/pa_string.h,
14965: include/pa_stylesheet_connection.h,
14966: include/pa_stylesheet_manager.h, include/pa_table.h,
14967: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14968: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14969: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14970: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14971: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14972: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14973: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14974: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14975: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14976: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14977: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14978: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14979: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14980: targets/isapi/parser3isapi.C, types/pa_junction.h,
14981: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14982: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14983: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14984: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14985: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14986: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14987: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14988: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14989: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14990: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14991: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14992: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14993: types/pa_vresponse.h, types/pa_vstateless_class.C,
14994: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14995: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14996: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14999: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15000: const IDENT
15001:
15002: * src/: include/pa_array.h, include/pa_pool.h,
15003: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15004: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15005: types/pa_wcontext.h: more warnings --
15006:
15007: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15008: classes/file.C, classes/hash.C, classes/hashfile.C,
15009: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15010: classes/memory.C, classes/op.C, classes/string.C,
15011: classes/table.C, classes/xdoc.C, classes/xnode.C,
15012: include/pa_config_includes.h, include/pa_operation.h,
15013: include/pa_sql_connection.h, include/pa_table.h,
15014: include/pa_types.h, lib/ltdl/config_fixed.h,
15015: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15016: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15017: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15018: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15019: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15020: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15021: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15022: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15023: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15024: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15025: types/pa_vmail.C, types/pa_vobject.C,
15026: types/pa_vstateless_class.h, types/pa_vtable.C,
15027: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15028: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15029: on all projects (except libltdl=off & libsdbm=level3) found
15030: several unitialized vars
15031:
15032: 2003-11-19 paf
15033:
15034: * src/classes/op.C: more ansi C++ comp
15035:
1.211 moko 15036: * operators.ru.txt, operators.txt, src/classes/op.C,
15037: src/include/pa_request.h, src/main/pa_request.C:
15038: ^cache[...]{body}{catch block with $exception.handled[cache]
15039: meaning "get expired cache, if any. else error"}
1.95 moko 15040:
15041: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15042: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15043: ^cache[...]{body}{catch code with $exception.cache field}
15044:
15045: 2003-11-12 paf
15046:
15047: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15048: [copy/paste bug]
15049:
15050: 2003-11-11 paf
15051:
15052: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15053: failed]
15054:
15055: 2003-11-10 paf
15056:
15057: * src/types/pa_vconsole.h: flush
15058:
1.211 moko 15059: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15060: src/types/Makefile.am, src/types/types.vcproj,
15061: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15062:
1.211 moko 15063: * operators.ru.txt, operators.txt: mysql: transaction support:
15064: ?autocommit=0
1.95 moko 15065:
1.211 moko 15066: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15067:
15068: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15069: serialize version and exipire now removes entries
15070:
1.211 moko 15071: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15072: altogether [and dir, if could]
1.95 moko 15073:
15074: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15075: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15076: removes files altogether [and dir, if could]
15077:
15078: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15079: nonexistent pair. .c coded that that was error. fixed
15080:
15081: * src/types/pa_vhashfile.C: sdbm: exception type change to
15082: file.access [regretfull can't split it to different exceptions
15083: without modifying sdbm source wich would prefer not to]
15084:
15085: 2003-11-07 paf
15086:
15087: * src/: classes/date.C, classes/file.C, classes/hash.C,
15088: classes/hashfile.C, classes/image.C, classes/table.C,
15089: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15090: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15091: main/execute.C, main/main.vcproj, main/pa_pool.C,
15092: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15093: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15094: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15095: destructing objects at request processing end
15096:
15097: 2003-11-06 paf
15098:
15099: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15100: updates
15101:
15102: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15103: to include sdbm
15104:
1.116 moko 15105: * src/include/: pa_config_includes.h, pa_version.h: our
15106: replacements of max& co only for cpp
1.95 moko 15107:
15108: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15109: upper dir, .am updated
15110:
15111: * tests/todo.txt: hashfile: done
15112:
1.211 moko 15113: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15114: hashfile: clear & expiration [time in value. todo: move time to
15115: key]
1.95 moko 15116:
15117: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15118:
15119: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15120: to do that in foreach, no errors, but surely wrong]
15121:
1.211 moko 15122: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15123: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15124:
1.211 moko 15125: * operators.ru.txt, operators.txt, src/classes/hash.C,
15126: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15127: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15128:
15129: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15130: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15131: hashfile: hash
1.95 moko 15132:
1.211 moko 15133: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15134: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15135: tests/todo.txt: hashfile: delete
1.95 moko 15136:
15137: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15138: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15139: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15140: get/put [raw]
15141:
15142: * src/: classes/op.C, main/pa_os.C: just linked
15143:
15144: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15145: XmlException changes
15146:
15147: * src/: include/pa_charset.h, include/pa_globals.h,
15148: include/pa_stylesheet_connection.h, main/pa_exception.C:
15149: XmlException changes
15150:
15151: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15152:
15153: * src/: include/pa_common.h, include/pa_exception.h,
15154: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15155: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15156: main/pa_xml_exception.C: locking move to pa_os [along with
15157: pa_sleep] apr-impl locking done
15158:
1.211 moko 15159: * configure, configure.in, operators.ru.txt, operators.txt,
15160: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15161: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15162: src/include/pa_exception.h, src/include/pa_globals.h,
15163: src/include/pa_memory.h, src/include/pa_version.h,
15164: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15165: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15166: src/main/compile.tab.C, src/main/main.vcproj,
15167: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15168: src/types/Makefile.am, src/types/pa_vhash.C,
15169: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15170: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15171: again with sdbm from apache
15172:
15173: 2003-11-05 paf
15174:
15175: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15176: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15177: \parser3project dir anymore
15178:
15179: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15180: thoughtlessly from xalan]
15181:
15182: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15183: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15184: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15185:
15186: * src/main/helpers/CaseFolding.txt:
15187: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15188:
15189: 2003-11-04 paf
15190:
1.211 moko 15191: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15192:
15193: * src/classes/table.C: compiled on unix
15194:
1.116 moko 15195: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15196:
15197: * src/classes/mail.C: compiled on unix
15198:
1.211 moko 15199: * operators.ru.txt, operators.txt, src/classes/mail.C,
15200: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15201: $.options[unix: string to append to sendmail command
15202: line]
15203:
1.211 moko 15204: * operators.ru.txt, operators.txt, src/classes/table.C,
15205: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15206: $.separator[^#09] $.encloser["] <nothing> by default
15207:
15208: * operators.ru.txt, operators.txt, src/classes/table.C,
15209: tests/todo.txt: ^table::load !$.separator[^#09]
15210: !$.encloser["] <nothing> by default
1.95 moko 15211:
15212: 2003-11-03 paf
15213:
1.211 moko 15214: * operators.ru.txt, operators.txt, src/classes/table.C,
15215: src/main/pa_common.C: ^table::load[; options:
15216: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15217:
1.211 moko 15218: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15219: src/types/pa_vrequest.C: $request:document-root
15220:
15221: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15222: [already included into uri=xxx]
15223:
1.211 moko 15224: * operators.ru.txt, operators.txt, src/classes/image.C,
15225: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15226:
15227: * src/classes/date.C: minor precaution
15228:
1.211 moko 15229: * operators.ru.txt, operators.txt, src/classes/date.C:
15230: !^date::unix-timestamp()
1.95 moko 15231: !^date.unix-timestamp[]
15232:
15233: 2003-10-30 paf
15234:
1.211 moko 15235: * operators.ru.txt, operators.txt, src/classes/date.C,
15236: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15237: $date.hour
1.95 moko 15238:
15239: * src/classes/: date.C, image.C: improvement diagnostics:
15240: $now[^date::create[$undefined]] now is error
15241:
15242: * src/main/pa_common.C: read errors would now be reported 'actually
15243: read -1 bytes'
15244:
15245: 2003-10-24 paf
15246:
15247: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15248: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15249: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15250: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15251:
15252: 2003-10-22 paf
15253:
15254: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15255:
15256: 2003-10-21 paf
15257:
1.211 moko 15258: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15259: src/main/pa_string.C: fixed: string.match[g] without <'> option
15260: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15261:
15262: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15263: recoursion' message with intensive throw-catches fixed: incorrect
15264: name and line (one name upper then needed) in error message about
15265: problems inside try block
15266:
15267: 2003-10-10 paf
15268:
15269: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15270: check offset argument for validity did that in String::Body::pos
15271: myself http://i2/tasks/edit/?id=4577425257580789777
15272:
15273: 2003-10-07 paf
15274:
15275: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15276: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15277:
15278: 2003-10-03 paf
15279:
15280: * parser3.sln, src/include/pa_dictionary.h,
15281: src/main/pa_dictionary.C, src/main/pa_string.C,
15282: src/targets/cgi/parser3.vcproj: dictionary optimized by
15283: precalculating cstr&length
15284:
15285: 2003-10-02 paf
15286:
15287: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15288: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15289: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15290: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15291:
15292: 2003-09-30 paf
15293:
15294: * src/main/pa_string.C: string::replace bug fix [were ignoring
15295: occurrances after lang-mismatched
15296:
15297: 2003-09-29 paf
15298:
15299: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15300: helper
15301:
15302: * src/main/pa_string.C: string::serialize bug fix with
15303: zero-terminator
15304:
15305: * src/classes/table.C: ^nameless_table.save column row now has no
15306: \t at the end
15307:
15308: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15309: @postprocess now takes $response:body/download
15310:
15311: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15312: error message
15313:
15314: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15315:
15316: * src/classes/table.C: bugfix: flip: must produce nameless
15317: http://i2/tasks/edit/?id=4573405524674081244
15318:
15319: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15320: main/helpers/simple_folding.pl: utf-8 upper/lower
15321:
15322: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15323: to typo error http://i2/tasks/edit/?id=4573354650786434584
15324:
15325: 2003-09-26 paf
15326:
15327: * src/main/untaint.C: removed needless field
15328:
15329: * src/main/untaint.C: removed needless const
15330:
15331: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15332: String.for_each bug fixed [omited one-char cases]
15333:
15334: * src/include/pa_stack.h: bugfix: before collecting garbage,
15335: runtime-executor stack were cleared... BADLY
15336:
15337: * src/main/pa_string.C: ^stirng.replace code used old
15338: param-convention on langs.append, fixed that search fo the like,
15339: found none
15340:
15341: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15342: string::serialize/deserialize implemented Language enum assigned
15343: meaningful letters [more convinient for debugging. read warning
15344: before adding/changing anything]
15345:
15346: 2003-09-25 paf
15347:
15348: * src/: include/pa_string.h, include/pa_version.h,
15349: main/pa_string.C, main/untaint.C: templates and anonymous unions
15350: differences on unix
15351:
15352: * parser3.sln, src/classes/file.C, src/classes/image.C,
15353: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15354: src/classes/xdoc.C, src/classes/xnode.C,
15355: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15356: src/include/pa_charsets.h, src/include/pa_common.h,
15357: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15358: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15359: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15360: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15361: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15362: src/main/compile_tools.h, src/main/pa_charset.C,
15363: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15364: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15365: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15366: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15367: src/types/pa_vmail.C, src/types/pa_vmath.C,
15368: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15369: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15370:
15371: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15372: functions aligned to that of eeparser3 look
15373:
15374: * src/lib/cord/cordprnt.c: removed warnings
15375:
15376: 2003-09-24 paf
15377:
15378: * src/: classes/file.C, classes/image.C, classes/mail.C,
15379: classes/op.C, classes/xdoc.C, classes/xnode.C,
15380: include/pa_cache_managers.h, include/pa_charset.h,
15381: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15382: include/pa_sql_driver_manager.h, include/pa_string.h,
15383: include/pa_stylesheet_manager.h, include/pa_table.h,
15384: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15385: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15386: main/pa_sql_driver_manager.C, main/pa_string.C,
15387: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15388: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15389: types/pa_vstateless_class.h, types/pa_vstatus.C,
15390: types/pa_vxnode.C: v() functions of String::Body,
15391: String::Languages and String itself StringBody->String::Body
15392:
15393: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15394: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15395: never optimized anything. todo: somehow speed up harder cases:
15396: concatenationA+concatenationB when last block of A and first of B
15397: contain same letters
15398:
15399: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15400: lib/cord/include/cord.h: langs: speed up by joining adjucent
15401: blocks of same char [CORD_append_block]
15402:
15403: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15404: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15405: save space by extending blocks when appending block with c ==
15406: lastblock.c
15407:
15408: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15409: working yet :( but more working &understood :)
15410:
15411: * src/: classes/table.C, include/pa_string.h,
15412: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15413:
15414: 2003-09-23 paf
15415:
15416: * src/main/untaint.C: $a[ok!] $a works!
15417:
15418: * src/main/untaint.C: something even more works :)
15419:
15420: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15421: something more works :)
15422:
15423: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15424: lib/cord/cordxtra.c: something already works :)
15425:
15426: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15427: serialize&deserialize
15428:
15429: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15430: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15431: main/untaint.C: main idea implemented, details left
15432:
15433: 2003-09-22 paf
15434:
15435: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15436:
15437: * src/classes/xnode.C: copy/paste comment bugfix
15438:
15439: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15440: allocator returns 0, just die.
15441: http://i2/tasks/edit/?id=4570798492410259445
15442:
15443: * src/classes/xdoc.C: copy/paste comment bugfix
15444:
15445: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15446: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15447: xnode: getAttributeNS setAttributeNS removeAttributeNS
15448: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15449:
15450: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15451: chars due to bitwise operation signed-char error]
15452:
15453: 2003-09-19 paf
15454:
15455: * src/types/pa_wcontext.C: output message: more practical
15456: suggestion
15457:
1.211 moko 15458: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15459: $f[^file::load[binary;http://...]] $f.tables
15460:
15461: 2003-09-02 paf
15462:
15463: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15464: flush stdout without referencing 'stdout' symbol. to hell with
15465: non-ansi libraries without 'stdout' symbol
15466:
15467: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15468: unix (users reported problems with some old libc)
15469:
15470: * src/types/pa_vdate.h: forgot initializer
15471:
15472: 2003-09-01 paf
15473:
15474: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15475: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15476: zone]
15477:
15478: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15479:
15480: 2003-08-19 paf
15481:
15482: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15483: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15484: simplified a little
15485:
15486: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15487: [lost fix from 3.0.8]
15488:
15489: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15490: visible here }
15491:
15492: bug fix
15493:
15494: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15495:
15496: * src/main/compile.tab.C: initialized couple of variables about
15497: which user reported runtime problems when parser were compiled
15498: with VC7, warning level4. study shows that later in bison
15499: they've fixed that. would migrate to latest bison someday
15500:
15501: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15502: recoding headers)
15503:
15504: * src/types/pa_vmail.C: works as before, same charset problems:
15505: gmime recodes to UTF-8 only headers, not body. so not recoding
15506: anything for now
15507:
15508: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15509: problems with body
15510:
15511: * src/types/pa_vmail.C: mail_receive just compiled
15512:
15513: 2003-08-18 paf
15514:
15515: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15516: main/main.vcproj, types/types.vcproj: win32: continued process
15517: detaching from \parser3project directory
15518:
15519: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15520: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15521: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15522: src/lib/pcre/pcre_dftables.dsp,
15523: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15524: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15525: src/types/types.dsp: moved to MSVC 7
15526:
15527: * gnu.vcproj.vspscc, parser3.vssscc,
15528: src/classes/classes.vcproj.vspscc,
15529: src/lib/cord/cord.vcproj.vspscc,
15530: src/lib/ltdl/libltdl.vcproj.vspscc,
15531: src/lib/md5/md5.vcproj.vspscc,
15532: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15533: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15534: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15535: src/targets/isapi/parser3isapi.vcproj.vspscc,
15536: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15537: moved to MSVC 7
15538:
15539: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15540: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15541: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15542: src/lib/pcre/pcre_dftables.vcproj,
15543: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15544: src/targets/cgi/parser3.vcproj,
15545: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15546: new VS project files
15547:
15548: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15549: .NET to detect Jalindi Igloo capabilities.
15550:
15551: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15552: src/classes/classes.awk, src/doc/footer.htm,
15553: src/include/pa_config_fixed.h, src/include/pa_version.h,
15554: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15555: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15556: src/types/pa_vmail.C: merged 3.1.0 latest changes
15557:
15558: 2003-08-15 paf
15559:
15560: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15561: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15562:
15563: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15564: non-ascii <yyy> now encoded correctly
15565:
15566: 2003-07-29 paf
15567:
1.116 moko 15568: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15569: dist
1.95 moko 15570:
15571: * src/types/pa_vmail.C: just started --with-mail-receive
15572:
15573: 2003-07-28 paf
15574:
1.116 moko 15575: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15576: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15577:
15578: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15579:
15580: 2003-07-25 paf
15581:
15582: * src/doc/footer.htm: year
15583:
15584: 2003-07-24 paf
15585:
15586: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15587: fix
15588:
15589: * src/include/pa_version.h: release
15590:
1.116 moko 15591: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15592:
15593: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15594: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15595: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15596: getting rid of win32xml pseudo project
15597:
15598: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15599:
1.116 moko 15600: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15601: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15602: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15603: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15604: src/classes/classes.C, src/classes/classes.awk,
15605: src/classes/classes.dsp, src/classes/classes.h,
15606: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15607: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15608: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15609: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15610: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15611: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15612: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15613: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15614: src/include/pa_array.h, src/include/pa_cache_managers.h,
15615: src/include/pa_charset.h, src/include/pa_charsets.h,
15616: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15617: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15618: src/include/pa_dictionary.h, src/include/pa_dir.h,
15619: src/include/pa_exception.h, src/include/pa_exec.h,
15620: src/include/pa_globals.h, src/include/pa_hash.h,
15621: src/include/pa_memory.h, src/include/pa_opcode.h,
15622: src/include/pa_operation.h, src/include/pa_pool.h,
15623: src/include/pa_pragma_pack_begin.h,
1.95 moko 15624: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15625: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15626: src/include/pa_sapi.h, src/include/pa_socks.h,
15627: src/include/pa_sql_connection.h,
15628: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15629: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15630: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15631: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15632: src/include/pa_uue.h, src/lib/Makefile.am,
15633: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15634: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15635: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15636: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15637: src/lib/cord/include/ec.h,
15638: src/lib/cord/include/private/Makefile.am,
15639: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15640: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15641: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15642: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15643: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15644: src/main/compile_tools.C, src/main/compile_tools.h,
15645: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15646: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15647: src/main/pa_charsets.C, src/main/pa_common.C,
15648: src/main/pa_dictionary.C, src/main/pa_dir.C,
15649: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15650: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15651: src/main/pa_request.C, src/main/pa_socks.C,
15652: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15653: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15654: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15655: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15656: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15657: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15658: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15659: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15660: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15661: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15662: src/targets/isapi/parser3isapi.dsp,
15663: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15664: src/types/pa_junction.h, src/types/pa_method.h,
15665: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15666: src/types/pa_vclass.C, src/types/pa_vclass.h,
15667: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15668: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15669: src/types/pa_vdouble.h, src/types/pa_venv.h,
15670: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15671: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15672: src/types/pa_vimage.C, src/types/pa_vimage.h,
15673: src/types/pa_vint.h, src/types/pa_vjunction.h,
15674: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15675: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15676: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15677: src/types/pa_vobject.C, src/types/pa_vobject.h,
15678: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15679: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15680: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15681: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15682: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15683: src/types/pa_vstring.h, src/types/pa_vtable.C,
15684: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15685: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15686: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15687: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15688: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15689: HEAD
15690:
15691: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15692: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15693: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15694: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15695: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15696: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15697: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15698: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15699: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15700: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15701: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15702: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15703: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15704: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15705: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15706: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15707: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15708: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15709: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15710: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15711: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15712: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15713: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15714: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15715: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15716: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15717: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15718: outputs/create-dir, results/001.processed, results/002.processed,
15719: results/003.processed, results/004.processed,
15720: results/005.processed, results/006.processed,
15721: results/007.processed, results/008.processed,
15722: results/009.processed, results/010.processed,
15723: results/011.processed, results/012.processed,
15724: results/013.processed, results/014.processed,
15725: results/015.processed, results/016.processed,
15726: results/017.processed, results/018.processed,
15727: results/019.processed, results/020.processed,
15728: results/021.processed, results/022.processed,
15729: results/023.processed, results/024.processed,
15730: results/025.processed, results/026.processed,
15731: results/027.processed, results/028.processed,
15732: results/029.processed, results/030.processed,
15733: results/031.processed, results/032.processed,
15734: results/033.processed, results/034.processed,
15735: results/035.processed, results/036.processed,
15736: results/037.processed, results/038.processed,
15737: results/039.processed, results/040.processed,
15738: results/041.processed, results/042.processed,
15739: results/043.processed, results/044.processed,
15740: results/045.processed, results/046.processed,
15741: results/047.processed, results/048.processed,
15742: results/049.processed, results/050.processed,
15743: results/051.processed, results/052.processed,
15744: results/053.processed, results/054.processed,
15745: results/055.processed, results/056.processed,
15746: results/057.processed, results/058.processed,
15747: results/059.processed, results/060.processed,
15748: results/061.processed, results/062.processed,
15749: results/063.processed, results/064.processed,
15750: results/065.processed, results/066.processed,
15751: results/067.processed, results/068.processed,
15752: results/069.processed, results/070.processed,
15753: results/071.processed, results/072.processed,
15754: results/073.processed, results/074.processed,
15755: results/075.processed, results/076.processed,
15756: results/077.processed, results/078.processed,
15757: results/079.processed, results/080.processed,
15758: results/081.processed, results/082.processed,
15759: results/083.processed, results/084.processed,
15760: results/085.processed, results/086.processed,
15761: results/087.processed, results/088.processed,
15762: results/089.processed, results/090.processed,
15763: results/091.processed, results/092.processed,
15764: results/093.processed, results/094.processed,
15765: results/095.processed, results/096.processed,
15766: results/097.processed, results/098.processed,
15767: results/099.processed, results/100.processed,
15768: results/101.processed, results/102.processed,
15769: results/103.processed, results/104.processed,
15770: results/105.processed, results/106.processed,
15771: results/107.processed, results/108.processed,
15772: results/109.processed, results/110.processed,
15773: results/111.processed, results/112.processed,
15774: results/113.processed, results/114.processed,
15775: results/115.processed, results/116.processed,
15776: results/117.processed, results/118.processed,
15777: results/119.processed, results/120.processed,
15778: results/121.processed, results/122.processed,
15779: results/123.processed, results/124.processed,
15780: results/125.processed, results/126.processed,
15781: results/127.processed, results/128.processed,
15782: results/129.processed, results/130.processed,
15783: results/131.processed, results/132.processed,
15784: results/133.processed, results/134.processed,
15785: results/135.processed, results/136.processed,
15786: results/137.processed, results/138.processed,
15787: results/139.processed, results/140.processed,
15788: results/141.processed: merged(copied) to HEAD from template_gc
15789:
15790: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15791: towards \parser3project not having to be in root
15792:
15793: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15794: module compiled [were minor unnecessary changes in lib/md5
15795: interface]
15796:
15797: * src/include/pa_version.h: release
15798:
15799: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15800:
15801: * src/classes/math.C: merged uuid bugfix
15802:
15803: * tests/: 141.html, results/141.processed: fixed bug with
15804: too-small-a-buffer
15805:
15806: * src/classes/math.C: uuid bugfix
15807:
15808: * tests/: 141.html, Makefile, results/005.processed,
15809: results/030.processed, results/075.processed,
15810: results/078.processed: to reflect date format change (were -
15811: become ' ')
15812:
15813: * src/classes/math.C: uuid bugfix
15814:
15815: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15816: debug/release changes
15817:
15818: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15819:
15820: 2003-07-23 paf
15821:
15822: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15823: renamed a little [to move to comman naming conv]
15824:
1.116 moko 15825: * src/targets/Makefile.am: apache13 splitted to simplify apache
15826: build
1.95 moko 15827:
15828: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15829: main/pa_request.C, main/pa_sql_driver_manager.C,
15830: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15831: stack top_index() fixed
15832:
15833: * src/main/pa_globals.C: minor style changes
15834:
15835: * src/: classes/op.C, include/pa_sql_connection.h: connection
15836: closing/caching fixed [connections were not closed/put to cache]
15837:
15838: 2003-07-22 paf
15839:
15840: * INSTALL: gc part updated stightly
15841:
15842: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15843: new sapi interface
15844:
15845: * src/classes/file.C: comment on OS
15846:
15847: * src/main/pa_string.C: removed reduntant invariant check [there is
15848: one deeper in cord lib]
15849:
15850: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15851:
15852: * src/main/pa_memory.C: out of memory is no longer coredump
15853:
15854: * INSTALL: disable-threads adviced
15855:
15856: 2003-07-21 paf
15857:
1.116 moko 15858: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15859:
15860: * src/classes/file.C: file::exec/cgi environment variables now must
15861: be UPPERCASE and A-Z 0-9 _-
15862:
15863: * src/classes/file.C: env passing fixed
15864:
15865: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15866:
15867: * src/main/pa_common.C: http:// CRLF now
15868:
15869: 2003-07-02 paf
15870:
1.211 moko 15871: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15872: $memory:status fields to reflect their real meaning
1.95 moko 15873:
15874: 2003-06-27 paf
15875:
15876: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15877: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15878: file::exec/cgi .charset
15879:
15880: 2003-06-26 paf
15881:
15882: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15883: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15884: src/classes/table.C: fixed several uninitialized local
15885: structures. notably ^hash.foreach now inserts delimiters
15886: properly [were inserting it before first body]
15887:
15888: 2003-06-24 paf
15889:
15890: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15891:
15892: 2003-06-20 paf
15893:
1.211 moko 15894: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15895: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15896: $f[^file::load[binary;http://...]] $f.tables
15897:
15898: 2003-06-06 paf
15899:
15900: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15901: table. [were method lookup: inconsistent]
15902:
15903: 2003-06-02 paf
15904:
15905: * src/include/pa_memory.h: empty string clone fixed to return
15906: writable memory
15907:
15908: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15909: were not appended] which violated string invariant
15910:
15911: 2003-05-30 paf
15912:
15913: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15914: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15915:
15916: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15917: GMT ; RFC 822, updated by RFC 1123
15918:
15919: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15920: targets/isapi/parser3isapi.C: initialized request_info properly
15921:
15922: * src/classes/xnode.C: found minor bug, commended for future
15923:
15924: 2003-05-28 paf
15925:
15926: * src/classes/form.C: request_info.content_length can't be <0,
15927: size_t for some time
15928:
15929: 2003-05-26 paf
15930:
15931: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15932: forgotten <0 changed to !=STRING_NOT_FOUND
15933:
15934: * src/classes/math.C: merged ffffu from HEAD
15935:
15936: 2003-05-11 paf
15937:
15938: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15939:
15940: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15941: premature doc free. transformed document had xmlDoc reference
15942: stored to non-gc-memory (libgdome) added holding-reference
15943:
15944: 2003-04-29 paf
15945:
15946: * src/main/pa_globals.C: started digging on double free. on win32
15947: found that that's perfectly normal.
15948:
15949: 2003-04-25 paf
15950:
15951: * src/classes/table.C: table.join bug fix [bad limit check]
15952:
15953: * src/classes/math.C: merged from HEAD: simpiler hash_string
15954:
15955: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15956: print anything. changed to quicker and simplier code
15957:
15958: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15959: strict a check]
15960:
15961: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15962:
15963: 2003-04-24 paf
15964:
15965: * src/include/pa_table.h: too strict assert loosened
15966:
15967: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15968: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15969: report
15970:
15971: 2003-04-21 paf
15972:
1.116 moko 15973: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15974:
15975: * src/main/pa_globals.C: pcre memory management changed to use GC
15976: memory
15977:
15978: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15979: xmlMallocAtomic [author agreed to my suggestion], used that
15980:
15981: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15982:
15983: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15984: types/pa_vmail.C: attributed_meaning_to_string added
15985: L_UNSPECIFIED piece which was sortof OK, but violated string
15986: invariant [assertion barked on that] changed to L_PASS_APPEND,
15987: made that param obligatory
15988:
15989: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15990: fixed [assert helped]
15991:
15992: * src/include/pa_string.h: assert added [looking for bug]
15993:
15994: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15995: names on Win32 considered disk-global
15996:
15997: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15998: considered disk-global
15999:
16000: 2003-04-18 paf
16001:
16002: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16003: filenames
16004:
16005: * src/main/untaint.C: enabled '~' letter in filenames
16006:
16007: 2003-04-16 paf
16008:
16009: * src/classes/file.C: small bug introduced in autoptr times fixed
16010:
16011: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16012: HEAD
16013:
1.116 moko 16014: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16015:
16016: 2003-04-15 paf
16017:
1.211 moko 16018: * operators.ru.txt, operators.txt, src/classes/math.C,
16019: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16020: tests/results/141.processed: merged from head ^math:uuid[]
16021: ^math:uid64[] ^math:md5[string]
16022:
16023: test added: 141.html
16024:
1.211 moko 16025: * operators.ru.txt, operators.txt, src/classes/math.C:
16026: ^math:uid64[]
1.95 moko 16027:
16028: * src/classes/math.C: ^math:uuid[]
16029:
1.211 moko 16030: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16031:
1.211 moko 16032: * operators.ru.txt, operators.txt, src/classes/math.C,
16033: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16034: 16-byte digest
16035:
16036: * operators.ru.txt, operators.txt, src/classes/file.C,
16037: src/include/pa_common.h, src/include/pa_config_fixed.h,
16038: src/main/pa_common.C: ^file::load[mode;name; $.offset
16039: $.limit
1.95 moko 16040:
16041: 2003-04-14 paf
16042:
16043: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16044: started ^math:md5
16045:
16046: * src/classes/table.C, src/include/pa_array.h,
16047: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16048: tests/results/140.processed: table $.reverse option works in
16049: create&co table $.distinct[tables] bug fix merged
16050:
16051: * src/: classes/table.C, include/pa_table.h: table
16052: $.distinct[tables] bug fixed
16053:
16054: * src/classes/table.C: more warnings
16055:
16056: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16057: removed checks in table::set_current, moved them back to
16058: table::locate implemented table::create/join ñ $.reverse
16059:
16060: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16061: removed checks in table::set_current, moved them back to
16062: table::locate
16063:
16064: 2003-04-11 paf
16065:
1.211 moko 16066: * operators.ru.txt, operators.txt, src/classes/date.C,
16067: src/classes/table.C, src/include/pa_array.h,
16068: src/include/pa_common.h, src/include/pa_config_includes.h,
16069: src/include/pa_string.h, src/include/pa_table.h,
16070: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16071: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16072: before_append_array_limit_sense_change to
16073: after_append_array_limit_sense_change
16074:
16075: * src/classes/table.C: typo
16076:
1.211 moko 16077: * operators.ru.txt, operators.txt, src/classes/date.C,
16078: src/classes/table.C, src/include/pa_array.h,
16079: src/include/pa_common.h, src/include/pa_config_includes.h,
16080: src/include/pa_globals.h, src/include/pa_table.h,
16081: src/main/pa_array.C, src/main/pa_globals.C,
16082: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16083: src/main/pa_string.C, src/main/pa_table.C:
16084: append_array_limit_sense_change locate accepts options same as
16085: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16086:
16087: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16088: (stat xxx,
16089:
16090: * src/classes/: table.C: typo
16091:
16092: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16093: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16094: results/130.processed, results/131.processed,
16095: results/132.processed, results/133.processed,
16096: results/134.processed, results/135.processed,
16097: results/136.processed, results/137.processed,
16098: results/138.processed, results/139.processed: added few mustfail
16099: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16100: date/time 132.html mustfail: access to junction outside of
16101: context 133.html mustfail: access to junction outside of context,
16102: case version 134.html mustfail: hash: adding a key inside of
16103: foreach 135.html mustfail: modifying system class 136.html
16104: mustfail: $.name outside of $hash[here] 137.html mustfail:
16105: appendChild without import 138.html mustfail: invalid encoding
16106: inside of xml 139.html mustfail: bad XPath
16107:
1.211 moko 16108: * operators.ru.txt, operators.txt, src/classes/table.C,
16109: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16110: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16111: tests/results/126.processed, tests/results/127.processed,
16112: tests/results/128.processed, tests/results/129.processed: merged
16113: from HEAD ^table.hash[key][$.distinct[tables]]
16114:
16115: maked appropriate tests [changed one old nonconforming]
16116:
1.211 moko 16117: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16118: ^table.hash[key][$.distinct[tables]]
16119:
16120: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16121: merged fix for found very old xml (dom) bug: were passing
16122: domString objects and later ERROREOUSLY freed them
16123:
16124: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16125: src/main/pa_charset.C: re-added libgdome patch. regretfully
16126: libgdome bug can not be worked around
16127:
16128: 2003-04-10 paf
16129:
16130: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16131: found very old xml (dom) bug: were passing domString objects and
16132: later ERROREOUSLY freed them
16133:
16134: * src/doc/string.dox, src/include/pa_memory.h,
16135: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16136: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16137: tests/123.html, tests/124.html, tests/results/001.processed,
16138: tests/results/002.processed, tests/results/003.processed,
16139: tests/results/004.processed, tests/results/005.processed,
16140: tests/results/006.processed, tests/results/008.processed,
16141: tests/results/009.processed, tests/results/010.processed,
16142: tests/results/011.processed, tests/results/012.processed,
16143: tests/results/013.processed, tests/results/014.processed,
16144: tests/results/015.processed, tests/results/016.processed,
16145: tests/results/017.processed, tests/results/018.processed,
16146: tests/results/020.processed, tests/results/021.processed,
16147: tests/results/022.processed, tests/results/023.processed,
16148: tests/results/024.processed, tests/results/025.processed,
16149: tests/results/026.processed, tests/results/027.processed,
16150: tests/results/028.processed, tests/results/029.processed,
16151: tests/results/030.processed, tests/results/031.processed,
16152: tests/results/032.processed, tests/results/033.processed,
16153: tests/results/034.processed, tests/results/035.processed,
16154: tests/results/036.processed, tests/results/037.processed,
16155: tests/results/038.processed, tests/results/039.processed,
16156: tests/results/040.processed, tests/results/041.processed,
16157: tests/results/042.processed, tests/results/043.processed,
16158: tests/results/044.processed, tests/results/045.processed,
16159: tests/results/046.processed, tests/results/047.processed,
16160: tests/results/048.processed, tests/results/049.processed,
16161: tests/results/050.processed, tests/results/051.processed,
16162: tests/results/052.processed, tests/results/053.processed,
16163: tests/results/054.processed, tests/results/055.processed,
16164: tests/results/056.processed, tests/results/057.processed,
16165: tests/results/058.processed, tests/results/059.processed,
16166: tests/results/060.processed, tests/results/061.processed,
16167: tests/results/062.processed, tests/results/063.processed,
16168: tests/results/064.processed, tests/results/065.processed,
16169: tests/results/066.processed, tests/results/067.processed,
16170: tests/results/068.processed, tests/results/069.processed,
16171: tests/results/070.processed, tests/results/071.processed,
16172: tests/results/072.processed, tests/results/073.processed,
16173: tests/results/074.processed, tests/results/075.processed,
16174: tests/results/076.processed, tests/results/077.processed,
16175: tests/results/078.processed, tests/results/079.processed,
16176: tests/results/080.processed, tests/results/081.processed,
16177: tests/results/082.processed, tests/results/083.processed,
16178: tests/results/084.processed, tests/results/085.processed,
16179: tests/results/086.processed, tests/results/087.processed,
16180: tests/results/088.processed, tests/results/089.processed,
16181: tests/results/090.processed, tests/results/091.processed,
16182: tests/results/092.processed, tests/results/093.processed,
16183: tests/results/094.processed, tests/results/095.processed,
16184: tests/results/096.processed, tests/results/097.processed,
16185: tests/results/101.processed, tests/results/102.processed,
16186: tests/results/104.processed, tests/results/105.processed,
16187: tests/results/106.processed, tests/results/107.processed,
16188: tests/results/108.processed, tests/results/109.processed,
16189: tests/results/110.processed, tests/results/111.processed,
16190: tests/results/112.processed, tests/results/113.processed,
16191: tests/results/114.processed, tests/results/115.processed,
16192: tests/results/116.processed, tests/results/117.processed,
16193: tests/results/118.processed, tests/results/119.processed,
16194: tests/results/120.processed, tests/results/121.processed,
16195: tests/results/122.processed, tests/results/123.processed,
16196: tests/results/124.processed: new convention: char* never 0.
16197: assert in cord on that
16198:
16199: * src/main/pa_charset.C: couple more asserts
16200:
16201: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16202: speedup
16203:
16204: * src/main/pa_charset.C: couple assertions on fantastic situations
16205: added [may be those is the case now?]
16206:
16207: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16208: that's memory from gc_malloc, not from g_malloc :(, but would
16209: hope]
16210:
16211: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16212: that's memory from gc_malloc, not from g_malloc :(, but would
16213: hope]
16214:
16215: * src/main/pa_charset.C: checked custom malloc for returning 0
16216:
16217: 2003-04-09 paf
16218:
16219: * src/classes/date.C: merged ^date.roll changes
16220:
16221: * src/classes/date.C: ^date.roll bug fix
16222:
16223: * src/classes/date.C: ^date.roll now throws less errors: month
16224: shifts handles end of month situation by reducing day number
16225: hour-hole shift reduces hour to recover
16226:
16227: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16228: Sort by function time
16229:
1.211 moko 16230: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16231: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16232:
16233: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16234: added [after volatile fix. passes on win&intel-solaris]
16235:
16236: 2003-04-08 paf
16237:
16238: * src/: classes/file.C, classes/op.C, classes/table.C,
16239: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16240: include/pa_common.h, include/pa_request_charsets.h,
16241: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16242: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16243: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16244: types/pa_vresponse.C: started http:// $.charset[] param and
16245: http response charset detection just compiled. todo:test
16246:
16247: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16248:
16249: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16250: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16251: types/pa_vmail.C: changed transcode param converntion along with
16252: string creating convention -- all strings are zero-terminated,
16253: this allowed to fix one remaining String("123", 2) case
16254:
16255: * src/: classes/date.C, classes/file.C, classes/hash.C,
16256: classes/op.C, classes/string.C, classes/table.C,
16257: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16258: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16259: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16260: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16261: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16262: violated String::invariant. started fixing [not compiled now]
16263:
16264: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16265: main/compile.tab.C, main/compile.y, main/pa_string.C,
16266: main/untaint.C, targets/cgi/parser3.C: number of string style
16267: improvements & optimizations
16268:
16269: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16270: :(]
16271:
16272: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16273: [for it's a pointer really]
16274:
16275: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16276: 'n' param. worked that around
16277:
16278: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16279: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16280: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16281: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16282: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16283:
16284: Thanks for the bug report and patch.
16285:
16286: I hadn't looked at this code in a while. Reading it now, it
16287: seems to me that the tests should also be ">= MAX_DEPTH" to
16288: comply with the invariant, though that may not matter a lot. I
16289: changed that, too.
16290:
16291: Hans
16292:
16293: 2003-04-07 paf
16294:
16295: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16296: merged from head:safe mode error message now includes numbers
16297:
16298: * src/main/execute.C: n-th attempt to make a=a work with double.
16299: problem: as_double returns it's result in fp-register compiler
16300: optimizes access to that register after b->as_double, and just
16301: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16302: from memory. _SAME_ double values do not match here. when
16303: forced to REload fp-register, values do match.
16304:
16305: tried to make them volatile.
16306:
16307: * src/main/execute.C: n-th attempt to make a=a work with double.
16308: problem: as_double returns it's result in fp-register compiler
16309: optimizes access to that register after b->as_double, and just
16310: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16311: from memory. _SAME_ double values do not match here. when
16312: forced to REload fp-register, values do match.
16313:
16314: tried to make them volatile.
16315:
16316: * src/types/pa_vobject.h: small style change
16317:
16318: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16319:
16320: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16321: mode error message now includes numbers
16322:
16323: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16324: now causes death
16325:
16326: 2003-04-04 paf
16327:
16328: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16329: incorportated pa_exec patch by From: "Victor Fedoseev"
16330: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16331: Sent: Thursday, January 23, 2003 9:14 AM
16332:
16333: huge speedup on ^file::cgi with big result
16334:
16335: * src/classes/table.C: sort table with 0 rows bug fixed
16336:
16337: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16338: fix http://i2/tasks/edit/?id=4493701604654042676
16339:
16340: @main[] $with_default[ $.a[1] $._default[default from
16341: with_default] ] ^show[$with_default]
16342:
16343: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16344: =$to_add_to.xxx=<br>
16345:
16346: ^show[$to_add_to]
16347:
16348: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16349: ^show[$cloned]
16350:
16351: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16352:
16353: } <hr>
16354:
16355: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16356: http://i2/tasks/edit/?id=4493701604654042676
16357:
16358: @main[] $with_default[ $.a[1] $._default[default from
16359: with_default] ] ^show[$with_default]
16360:
16361: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16362: =$to_add_to.xxx=<br>
16363:
16364: ^show[$to_add_to]
16365:
16366: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16367: ^show[$cloned]
16368:
16369: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16370:
16371: } <hr>
16372:
16373: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16374: http://i2/tasks/edit/?id=4507350336410850921
16375:
16376: * src/classes/xdoc.C: memory allocation func bugfix
16377: http://i2/tasks/edit/?id=4499303470368629745
16378:
16379: * src/classes/math.C: allowed random 1...
16380:
16381: * src/classes/math.C: allowed random 0..
16382:
16383: * src/main/pa_globals.C: exif mem leak
16384: http://i2/tasks/edit/?id=4480590323629807263
16385:
16386: * src/: classes/classes.dsp, main/main.dsp,
16387: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16388: fix http://i2/tasks/edit/?id=4493946731322521294
16389: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16390:
16391: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16392: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16393: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16394: links to xml libs made relative, no need to unpack parser3project
16395: to /parser3project.
16396:
16397: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16398: column more precise - tab handling bug fixed
16399:
16400: * src/main/: compile.tab.C, compile.y: more understandable error
16401: message in case @CLASS with more then one line inside
16402:
16403: * src/targets/cgi/parser3.C: more understandable error message in
16404: case of errors in @unhandled_exception
16405:
16406: 2003-04-03 paf
16407:
16408: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16409: src/main/compile.tab.C, src/main/compile.y,
16410: src/main/compile_tools.C, src/main/compile_tools.h,
16411: src/main/execute.C, src/main/pa_request.C: debug info format
16412: simplified, now it's: OP_VALUE Operation::Origin << here value*
16413:
16414: higher limits: file number (max: 255) line number (max:
16415: 64535) column number (max: 255)
16416:
16417: * src/classes/math.C: top limit
16418:
16419: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16420: precise parse error position in case of
16421:
16422: ^bug ]
16423:
16424: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16425: changed to realities, and passed [bug fixed]
16426:
16427: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16428: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16429: main/compile_tools.h, main/pa_request.C: introducing
16430: ^process...[main-method-alias]
16431:
16432: * src/: classes/date.C, classes/image.C, classes/op.C,
16433: classes/string.C, classes/table.C, classes/xdoc.C,
16434: types/pa_vmethod_frame.h: MethodParams& now [methods without
16435: params receive zero reference, but they are expected not to look
16436: there]
16437:
1.211 moko 16438: * operators.ru.txt, operators.txt, src/classes/date.C,
16439: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16440: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16441: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16442: src/classes/response.C, src/classes/string.C,
16443: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16444: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16445: src/types/pa_method.h: MethodParams& now [methods without params
16446: receive zero reference, but they are expected not to look there]
16447:
16448: * operators.ru.txt, operators.txt, src/classes/op.C,
16449: src/include/pa_request.h, src/main/pa_request.C,
16450: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16451: better error reporting [file/line/col]
1.95 moko 16452:
16453: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16454: types/pa_vstring.h: slightly improved error messages text: 1. is
16455: '%s', it 2. method undefined in case of ^void[]
16456:
16457: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16458: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16459: handling done. now we have error columns todo: test it
16460:
16461: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16462: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16463:
16464: this makes life easier: were: bad stack order -- were in
16465: exception catch unwind order, which didn't match execution order
16466:
16467: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16468:
16469: @first[] ^throw[a;1]
16470:
16471: showed throw a first throw b try
16472:
16473: which is no good
16474:
16475: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16476: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16477: trace reset after handled exception [old bug fixed]
16478:
16479: * src/main/: compile.tab.C, compile.y: parse position old bug
16480: fixed. position reporting made precise [both, in parse erros and
16481: runtime errors]
16482:
16483: 2003-04-02 paf
16484:
16485: * src/: include/pa_operation.h, include/pa_request.h,
16486: main/compile.C, main/compile.tab.C, main/compile.y,
16487: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16488: main/pa_exception.C, main/pa_request.C: debug info: started
16489: using. todo:complete
16490:
16491: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16492: main/compile.C, main/compile.tab.C, main/compile.y,
16493: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16494: main/pa_request.C: prepared debug info todo:use it
16495:
16496: * src/include/pa_operation.h: strange mistake fixed: forgot to
16497: return Operation class->union after switching from autoptrs.
16498:
16499: * tests/: Makefile, results/108.processed, results/117.processed:
16500: meta considered OK [it's up to coder now to remove it not needed]
16501:
16502: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16503: Dictionary constructor when moved to gc]
16504:
16505: * src/main/pa_common.C: uncommented http:// file loading
16506:
16507: * src/include/pa_array.h, src/main/execute.C,
16508: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16509: fix [gdGrowingBuf]
16510:
16511: * configure.in, src/lib/Makefile.am: removed patches
16512:
16513: * configure, src/include/pa_config_auto.h.in,
16514: src/main/pa_charset.C: --enable-assertions autoconf-ed
16515:
16516: * src/main/pa_common.C: uncommented http:// file loading
16517:
16518: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16519: xdoc::create/load
16520:
16521: * src/: classes/form.C, classes/hash.C, classes/image.C,
16522: classes/string.C, classes/table.C, classes/void.C,
16523: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16524: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16525: String::String(str,helper_length) are checked. found/fixed one
16526: place: $request:body now zero-terminated,
16527:
16528: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16529: main/compile_tools.C, main/execute.C, types/pa_value.h,
16530: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16531: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16532: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16533: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16534: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16535: types/pa_vxnode.h: more locally scoped vars in execute (more
16536: easily optimizable)
16537:
16538: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16539: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16540:
16541: * src/: include/pa_array.h, include/pa_stack.h,
16542: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16543: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16544: become assertion iterator in methodframe filler
16545:
16546: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16547: targets/cgi/parser3.C: array::get/put inlined
16548:
16549: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16550: gc_substitute_memory_management_functions +installed CORD_oom
16551: function
16552:
16553: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16554: src/include/pa_config_includes.h, src/include/pa_string.h,
16555: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16556: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16557: assertions started configure.in --enable-assertions
16558:
16559: 2003-04-01 paf
16560:
16561: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16562: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16563: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16564: gdome uses glib memory, and stores last pointer to xmlDoc there,
16565: gc misses that and collects valid memory fixed by remembering
16566: xmlDoc from dom object in xdoc. todo: do something with
16567: premature free of xdoc with xnodes/node values referring into it
16568:
16569: * src/classes/: mail.C: typo fix
16570:
16571: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16572: changes
16573:
16574: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16575: main/pa_memory.C: moved memory debugging to global level: to
16576: pa_gc_malloc
16577:
16578: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16579: debugging showed no errors. todo: debug parser memory
16580:
16581: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16582: configurations
16583:
16584: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16585: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16586: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16587: types/types.dsp: prepared xml-static configuration
16588:
16589: 2003-03-31 paf
16590:
16591: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16592: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16593: xml lib memory debugging, simple checks failed: it seems that
16594: library does realloc(bad ptr), and recording those ptrs in heap
16595: [for debugging] was bad: heap situation changes = everything
16596: works fine
16597:
16598: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16599: xmlRegisterCharEncodingHandler limitation [currently imposed
16600: limit of 10 user-defined charsets]
16601:
16602: 2003-03-28 paf
16603:
16604: * src/main/execute.C: execution stack copied to local register
16605: variable, removed lots [~2e7) of memory accesses
16606:
16607: 2003-03-27 paf
16608:
16609: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16610: works in debug, but fails in release todo: fix that
16611:
16612: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16613: targets/cgi/parser3.C: forgot to merge XML memory funcs
16614: replacement from gc branch
16615:
16616: * src/main/pa_exec.C: introducing append_help_length [radical
16617: improvement here]
16618:
16619: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16620: 'not recommened' in gc.h, on win32 noticed no difference]
16621:
16622: * src/include/pa_array.h: returned checked array get [were disabled
16623: for debugging] result:not slower [don't understand that, it were
16624: INLINED] todo: find out a way of inlining it!
16625:
16626: * src/: include/pa_string.h, lib/gc/include/gc.h,
16627: lib/gc/include/gc_fake.h, main/compile.tab.C,
16628: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16629: convention changed: all resulting strings are zero-terminated
16630:
16631: * src/: classes/date.C, classes/file.C, classes/hash.C,
16632: classes/string.C, classes/table.C, classes/void.C,
16633: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16634: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16635: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16636: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16637: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16638: types/pa_vfile.C, types/pa_vmail.C: introducing
16639: append_help_length [radical improvement here]
16640:
16641: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16642: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16643: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16644: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16645: even slower
16646:
16647: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16648: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16649: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16650: clients of &get(): most to use non-ref version, some[in tight
16651: places] to get_unchecked_ref
16652:
16653: * src/doc/memory.dox: forgot to add
16654:
16655: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16656: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16657: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16658: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16659: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16660: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16661: targets/cgi/parser3.dsp, types/pa_vmail.C,
16662: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16663: T>>&<< removed after Stack::pop wiping removed [moved to separate
16664: func] other Array & removed
16665:
16666: 2003-03-26 paf
16667:
16668: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16669: classes/table.C, include/pa_array.h, include/pa_charset.h,
16670: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16671: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16672: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16673: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16674: main/pa_exec.C, main/pa_sql_driver_manager.C,
16675: main/pa_stylesheet_manager.C, main/pa_table.C,
16676: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16677: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16678: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16679: pre-evaluated .count() in some places
16680:
16681: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16682: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16683: types/types.dsp: .dsp profiling updated
16684:
16685: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16686: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16687: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16688:
16689: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16690: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16691: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16692: use lib/gc,lib/cord
16693:
1.116 moko 16694: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16695: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16696: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16697: src/include/pa_config_includes.h, src/include/pa_request.h,
16698: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16699: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16700: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16701: src/lib/cord/include/Makefile.am,
1.116 moko 16702: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16703: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16704: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16705: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16706: src/types/pa_vform.h, src/types/pa_vhash.h,
16707: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16708: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16709: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16710: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16711: funcs ported pa_exec
1.95 moko 16712:
16713: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16714:
16715: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16716: bundled gc includes
16717:
16718: * src/: classes/op.C, include/pa_array.h,
16719: include/pa_sql_connection.h, include/pa_string.h,
16720: include/pa_version.h, main/compile.tab.C, main/compile.y,
16721: main/execute.C, main/pa_common.C, main/pa_exception.C,
16722: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16723: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16724: first real site (aval)]
16725:
16726: 2003-03-25 paf
16727:
1.211 moko 16728: * operators.ru.txt, operators.txt,
16729: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16730: $status.memory used free since_compact process
1.95 moko 16731:
16732: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16733: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16734:
16735: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16736:
16737: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16738: src/types/pa_value.h, src/types/pa_vfile.h,
16739: src/types/pa_vobject.C, src/types/pa_vobject.h,
16740: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16741: tests/results/121.processed: untaint.C L_URI
16742:
1.211 moko 16743: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16744: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16745: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16746: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16747:
16748: * tests/results/109.processed: it was a bug in parser. updated 109
16749: test result
16750:
16751: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16752:
16753: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16754: tests/results/107.processed: fixed dom language [values are now
16755: considered tainted. it was a bug in parser. updated 107 test
16756: result
16757:
16758: * src/classes/xdoc.C: fixed transform params
16759:
16760: * src/: include/pa_stylesheet_manager.h,
16761: main/pa_stylesheet_manager.C: fixed stylesheet caching
16762:
16763: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16764: overloads for structure handling
16765:
16766: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16767: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16768: StringBody(0) ambiguilty, introducting static
16769: StringBody::Format(int)
16770:
16771: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16772: linked
16773:
16774: * src/types/pa_vxdoc.C: vxdoc compiled
16775:
16776: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16777: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16778: finalizers isntalled
16779:
16780: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16781: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16782: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16783: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16784: compiled todo: xnode.C / finalizers
16785:
16786: * src/doc/string.dox: updated: new string internals
16787:
16788: 2003-03-24 paf
16789:
16790: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16791: include/pa_charset.h, include/pa_config_fixed.h,
16792: include/pa_request.h, include/pa_stylesheet_connection.h,
16793: include/pa_stylesheet_manager.h, main/pa_charset.C,
16794: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16795: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16796: types/pa_vxnode.h: started XML
16797:
16798: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16799:
16800: * src/: classes/file.C, classes/image.C, classes/mail.C,
16801: include/pa_string.h, main/pa_common.C,
16802: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16803:
16804: * src/: classes/file.C, classes/image.C, classes/mail.C,
16805: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16806: main/pa_request.C, main/pa_sql_driver_manager.C,
16807: types/pa_vimage.h: size_t pos everywhere checks changed to check
16808: for eq STRING_NOT_FOUND
16809:
16810: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16811: optimize bit implemented
16812:
16813: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16814: String::ArrayFragment::append_positions fixed
16815:
16816: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16817: String::this_starts fixed
16818:
16819: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16820:
16821: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16822: hashcode implemented fully, including per-char callback [it can
16823: be - substr CORD node]
16824:
16825: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16826: rewritten to rewalloc with 100byte buf ahead
16827:
16828: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16829: src/include/pa_string.h, src/main/compile.tab.C,
16830: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16831: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16832: CORD_ec [bad] would rewrite as realloc now
16833:
16834: * src/: classes/date.C, classes/file.C, classes/form.C,
16835: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16836: include/pa_cache_managers.h, include/pa_charsets.h,
16837: include/pa_common.h, include/pa_request.h,
16838: include/pa_sql_driver_manager.h, include/pa_table.h,
16839: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16840: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16841: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16842: types/pa_vmail.C, types/pa_vmethod_frame.C,
16843: types/pa_vstateless_class.h: 2*2 worked :)
16844:
16845: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16846: src/include/pa_exec.h, src/include/pa_string.h,
16847: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16848: passed OK
16849:
16850: * src/: classes/hash.C, classes/string.C, classes/table.C,
16851: types/pa_value.C: all linked todo: debug
16852:
16853: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16854: types/pa_vstateless_class.C: all compiled. todo:link
16855:
16856: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16857:
16858: * src/types/pa_vtable.C: pa_vtable.C compiled
16859:
16860: * src/types/pa_vstring.C: pa_vstring.C compiled
16861:
16862: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16863:
16864: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16865: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16866: pa_vstateless_class.C, pa_vstateless_class.h:
16867: pa_vstateless_class.C compiled
16868:
16869: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16870: types/pa_vmath.C: pa_vmail.C compiled
16871:
16872: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16873:
16874: * src/types/pa_vform.C: pa_vform.C compiled
16875:
16876: * src/types/pa_vfile.C: pa_vfile.C compiled
16877:
16878: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16879: pa_vstateless_class.C: pa_vcookie.C compiled
16880:
16881: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16882: types/pa_vhash.h: pa_value.C compiled
16883:
16884: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16885: classes.lib main.lib compiled
16886:
16887: * src/classes/void.C: void.C compiled
16888:
16889: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16890: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16891: compiled
16892:
16893: * src/: classes/string.C, include/pa_request.h,
16894: include/pa_string.h, main/pa_string.C: string.C compiled
16895:
16896: * src/: classes/op.C, classes/string.C, classes/table.C,
16897: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16898: main/pa_request.C, main/pa_string.C: op.C compiled
16899:
16900: * src/classes/: math.C, op.C: math.C compiled
16901:
16902: * src/: classes/mail.C, classes/string.C, classes/table.C,
16903: types/pa_vmail.h: mail.C compiled
16904:
16905: * src/classes/: int.C, table.C: int.C compiled
16906:
16907: * src/: classes/hash.C, classes/image.C, classes/string.C,
16908: classes/table.C, include/pa_memory.h, include/pa_string.h,
16909: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16910: compiled
16911:
16912: * src/: classes/hash.C, classes/string.C, classes/table.C,
16913: classes/void.C, classes/xdoc.C, include/pa_request.h,
16914: include/pa_sql_connection.h: hash.C compiled
16915:
16916: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16917: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16918: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16919: classes/math.C, classes/op.C, classes/response.C,
16920: classes/string.C, classes/table.C, classes/void.C,
16921: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16922: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16923: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16924: file.C table.C compiled
16925:
16926: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16927: main/untaint.C: main.lib compiled
16928:
16929: 2003-03-21 paf
16930:
16931: * src/: classes/op.C, include/pa_cache_managers.h,
16932: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16933: include/pa_stylesheet_manager.h, main/pa_exception.C,
16934: main/pa_globals.C, main/pa_sql_driver_manager.C,
16935: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16936: compiled
16937:
16938: * src/: classes/hash.C, classes/image.C, classes/op.C,
16939: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16940: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16941: main/compile.C, main/pa_common.C, main/pa_request.C,
16942: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16943: pa_request.C compiled
16944:
16945: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16946: include/pa_request.h, main/execute.C, main/pa_request.C,
16947: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16948: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16949: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16950: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16951: compiled
16952:
16953: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16954: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16955: on unix
16956:
16957: * src/: include/pa_charset.h, include/pa_charsets.h,
16958: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16959: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16960: pa_charsets.C compiled
16961:
16962: * src/: classes/image.C, classes/mail.C, classes/op.C,
16963: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16964: main/compile.y, main/execute.C, main/pa_common.C,
16965: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16966: types/pa_vcode_frame.h, types/pa_vimage.h,
16967: types/pa_vmethod_frame.h: execute.C compiled
16968:
16969: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16970: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16971: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16972: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16973: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16974: include/pa_cache_managers.h, include/pa_charsets.h,
16975: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16976: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16977: include/pa_sql_driver_manager.h, include/pa_string.h,
16978: include/pa_stylesheet_connection.h,
16979: include/pa_stylesheet_manager.h, include/pa_table.h,
16980: main/compile.C, main/compile.tab.C, main/compile.y,
16981: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16982: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16983: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16984: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16985: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16986: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16987: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16988: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16989: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16990: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16991: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16992: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16993: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16994: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16995: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16996: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16997: types/pa_vresponse.h, types/pa_vstateless_class.C,
16998: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16999: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17000: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17001: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17002: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17003: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17004: [C++ CORD wrapper]
17005:
17006: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17007:
17008: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17009: $file::exec/cgi[script; $.charset[this is script's charset]
17010:
17011: command line, env values, input got transcoded before call
17012: stdout, stderr got transcoded after call
17013:
17014: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17015: by default. use: ^file::exec[...;$.stdin[$request.body]
17016:
17017: * src/main/pa_common.C: } typo bug fix
17018:
17019: * src/main/pa_common.C: } typo bug fix
17020:
17021: 2003-03-20 paf
17022:
17023: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17024: main/untaint.C: cord bug fix, but still errors todo: clear out
17025:
17026: * src/include/pa_string.h: more tests
17027:
17028: * src/main/pa_string.C: string.pos fixed
17029:
1.116 moko 17030: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17031: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17032: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17033: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17034: replaces
1.95 moko 17035:
17036: * src/: classes/image.C, include/pa_dictionary.h,
17037: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17038: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17039: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17040: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17041:
17042: * src/include/pa_string.h: warning
17043:
17044: * src/include/pa_string.h: this_starts fixed
17045:
17046: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17047: new String ctor & append params convention
17048:
17049: * src/: classes/file.C, classes/hash.C, classes/image.C,
17050: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17051: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17052: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17053: main/pa_exception.C, main/pa_exec.C,
17054: main/pa_sql_driver_manager.C, main/pa_string.C,
17055: main/pa_stylesheet_manager.C, main/untaint.C,
17056: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17057: types/pa_vmail.C: more tests OK
17058:
17059: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17060: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17061: gc/exit runned OK
17062:
17063: * src/types/pa_vmail.C: another naming problem: should not name
17064: vars like that: unpredictable close caused problems with later
17065: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17066: descriptors missing on startup: stdin; Bad file number
17067:
17068: todo: find out why so many filters(stream) here. probably wrong?
17069:
17070: * src/: include/pa_dictionary.h, include/pa_string.h,
17071: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17072: main/untaint.C: test compiled
17073:
17074: * src/: classes/image.C, classes/mail.C, classes/math.C,
17075: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17076: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17077: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17078: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17079: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17080: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17081: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17082: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17083: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17084:
17085: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17086: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17087: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17088: src/include/pa_memory.h, src/include/pa_request.h,
17089: src/include/pa_request_charsets.h,
17090: src/include/pa_sql_connection.h, src/include/pa_string.h,
17091: src/main/compile.tab.C, src/main/execute.C,
17092: src/main/pa_charset.C, src/main/pa_common.C,
17093: src/main/pa_exception.C, src/main/pa_exec.C,
17094: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17095: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17096: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17097: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17098: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17099: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17100: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17101: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17102: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17103: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17104: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17105: pa_common.C [done, without http for now]
17106:
17107: 2003-03-19 paf
17108:
17109: * src/: classes/date.C, classes/form.C, classes/hash.C,
17110: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17111: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17112: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17113: include/pa_string.h, include/pa_table.h, main/compile.C,
17114: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17115: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17116: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17117: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17118: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17119: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17120: types/pa_vstateless_class.h, types/pa_vtable.C,
17121: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17122: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17123: types/pa_wwrapper.h: started test
17124:
1.116 moko 17125: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17126: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17127:
17128: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17129: include/pa_string.h, main/pa_string.C: string compiled todo: test
17130: it
17131:
17132: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17133: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17134: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17135: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17136: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17137: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17138: types/pa_vmethod_frame.h, types/types.dsp: string
17139: reimplementation with cord+array<fragment>: 70%
17140:
17141: 2003-03-18 paf
17142:
17143: * src/: classes/date.C, classes/file.C, classes/form.C,
17144: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17145: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17146: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17147: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17148: can ignore lang in cmp and pos really, but would
17149: split properly!
17150:
17151: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17152: cord part made parser/src/lib: it's not compiled into libgc by
17153: default
17154:
17155: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17156: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17157: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17158: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17159: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17160: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17161: src/classes/xnode.C, src/classes/xnode.h,
17162: src/include/Makefile.am, src/include/pa_cache_managers.h,
17163: src/include/pa_charset.h, src/include/pa_charsets.h,
17164: src/include/pa_common.h, src/include/pa_dictionary.h,
17165: src/include/pa_exception.h, src/include/pa_exec.h,
17166: src/include/pa_globals.h, src/include/pa_hash.h,
17167: src/include/pa_memory.h, src/include/pa_pool.h,
17168: src/include/pa_request.h, src/include/pa_request_charsets.h,
17169: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17170: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17171: src/include/pa_stylesheet_connection.h,
17172: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17173: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17174: src/main/compile.C, src/main/compile.tab.C,
17175: src/main/compile_tools.C, src/main/compile_tools.h,
17176: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17177: src/main/pa_charsets.C, src/main/pa_common.C,
17178: src/main/pa_dictionary.C, src/main/pa_exception.C,
17179: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17180: src/main/pa_pool.C, src/main/pa_request.C,
17181: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17182: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17183: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17184: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17185: src/types/pa_junction.h, src/types/pa_method.h,
17186: src/types/pa_value.C, src/types/pa_value.h,
17187: src/types/pa_vclass.C, src/types/pa_vclass.h,
17188: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17189: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17190: src/types/pa_vdouble.h, src/types/pa_venv.h,
17191: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17192: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17193: src/types/pa_vimage.C, src/types/pa_vimage.h,
17194: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17195: src/types/pa_vmath.C, src/types/pa_vmath.h,
17196: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17197: src/types/pa_vobject.C, src/types/pa_vobject.h,
17198: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17199: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17200: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17201: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17202: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17203: src/types/pa_vstring.h, src/types/pa_vtable.C,
17204: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17205: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17206: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17207: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17208: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17209: gc: PA_Object done lots of replacements also
17210:
17211: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17212: gc logging
17213:
17214: 2003-03-17 paf
17215:
17216: * src/: classes/date.C, classes/file.C, classes/form.C,
17217: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17218: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17219: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17220: include/pa_string.h, include/pa_types.h, main/compile.C,
17221: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17222: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17223: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17224: main/pa_sql_driver_manager.C, main/pa_string.C,
17225: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17226: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17227: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17228: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17229: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17230: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17231: types/pa_vxnode.h: libgc attempt
17232:
17233: 2003-03-13 paf
17234:
17235: * src/: include/pa_sql_driver_manager.h,
17236: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17237: called
17238:
17239: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17240: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17241: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17242: types/pa_value.h, types/pa_vobject.h,
17243: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17244: set_base, set_derived simplified [counter leaks fixed]
17245:
17246: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17247: src/types/types.dsp: incorporated status class patch From:
17248: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17249: 2003 8:14 AM
17250:
17251: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17252: Win32 specific: QuotaPeakNonPagedPoolUsage
17253: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17254:
17255: 2003-03-12 paf
17256:
1.116 moko 17257: * configure, configure.in, src/lib/ltdl/configure,
17258: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17259: lib/ltdl/Makefile now created by /configure.in only [were by
17260: lib/ltdl/configure.in OVERWRITE]
17261:
1.116 moko 17262: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17263: linkage fixed for g++ 3.2.2
1.95 moko 17264:
17265: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17266: on using privately declared class [fixed]
17267:
17268: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17269: 3.2 rightliy complained on using privately declared class [fixed]
17270:
17271: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17272: sigpipe before request constructor now causes death
17273:
17274: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17275: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17276: not cause exception in exception handler
17277:
1.116 moko 17278: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17279: now default links libstdc++ statically. that can be overriden by
17280: --with-dynamic-stdcpp
1.95 moko 17281:
17282: 2003-03-11 paf
17283:
17284: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17285: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17286: necessity of libstdc++
17287:
17288: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17289:
17290: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17291:
17292: 2003-03-08 paf
17293:
17294: * tests/Makefile: make install & co
17295:
17296: * src/: include/pa_request.h, classes/op.C: removing
17297: vclass,object.h -> pa_request.h dependency
17298:
17299: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17300: main/pa_request.C: removing vform,response,cookie.h ->
17301: pa_request.h dependency
17302:
17303: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17304: dependency [testing...]
17305:
17306: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17307: return 0; fixed
17308:
17309: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17310: types/pa_vmail.h: vmail.C received just compiled [not tested]
17311:
17312: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17313:
17314: * src/main/pa_request.C: forgotten: ifdef XML
17315:
17316: * src/main/pa_request.C: forgotten: ifdef XML
17317:
17318: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17319: win32 and run memleak tests again
17320:
17321: * src/targets/cgi/parser3.C: charsets: see some strange things with
17322: old xml lib-- it's internal memory handling has faults
17323:
17324: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17325: problems when transcode from charset A to A.
17326:
17327: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17328: todo: still problems when transcode from charset A to A.
17329:
17330: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17331: classes/table.C, include/pa_array.h,
17332: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17333: started full-scale-site-test [~ http://parser.ru sources]
17334:
17335: some fixes
17336:
17337: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17338: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17339: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17340: results/110.processed, results/111.processed,
17341: results/112.processed, results/113.processed,
17342: results/114.processed, results/115.processed,
17343: results/116.processed, results/117.processed,
17344: results/118.processed, results/119.processed,
17345: results/120.processed: xml: tests 109 dom create/show 110 xpath
17346: selectSingle 111 xdoc.create from tainted & 112
17347: xdoc.create/output with russian attr value 113 xpath
17348: selectString/Number 114 dom attributes.count 115 xpath selectBool
17349: 116 output media-type change 117 transform by dom stylesheet 118
17350: empty transform result 119 dom setAttribute 120 nbsp letter
17351: output
17352:
17353: =END OF PREPARED XML TESTS=
17354:
17355: 2003-03-07 paf
17356:
17357: * src/classes/xdoc.C, src/include/pa_charset.h,
17358: src/include/pa_stylesheet_connection.h, tests/108.html,
17359: tests/108.xsl, tests/results/108.processed: xml: test 108
17360: transform with params [bugs fixed]
17361:
17362: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17363: from copy/paste bug
17364:
17365: * src/classes/xdoc.C, src/include/pa_charset.h,
17366: src/include/pa_request.h, src/main/execute.C,
17367: src/main/pa_charset.C, src/main/pa_exception.C,
17368: src/main/pa_globals.C, src/main/pa_request.C,
17369: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17370: src/types/pa_vxnode.C, tests/107.html,
17371: tests/results/107.processed: xml: test: 107 bug fixes
17372:
17373: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17374: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17375: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17376:
17377: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17378: string
17379:
17380: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17381: mem alloc functions used for different cases [libxml, libxsl]
17382:
17383: * src/classes/classes.C: fixed: prevent system classes from
17384: modification to lock ALL the classes, not only directly used
17385:
17386: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17387: linked
17388:
17389: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17390:
17391: 2003-03-06 paf
17392:
17393: * src/classes/xdoc.C: xdoc.C 50%
17394:
17395: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17396: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17397: main/pa_globals.C, main/pa_request.C,
17398: main/pa_stylesheet_manager.C: xnode.C compiled
17399:
17400: * src/: include/pa_stylesheet_connection.h,
17401: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17402: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17403:
17404: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17405: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17406: xml: stylesheet&manager STARTED
17407:
17408: * src/: include/pa_globals.h, main/pa_charset.C,
17409: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17410:
17411: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17412: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17413: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17414: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17415: charsets
17416:
17417: * tests/023.html: in some cases it rounded up badly. postponing
17418: solution of that problem, making more simple test
17419:
17420: * tests/: 058_paf2000.png, results/058.processed: .png added with
17421: -kb now
17422:
17423: * src/: include/pa_charset.h, include/pa_charsets.h,
17424: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17425: moved to charsets.C
17426:
17427: 2003-03-05 paf
17428:
17429: * src/classes/string.C, src/include/pa_string.h,
17430: src/main/pa_string.C, tests/105.html,
17431: tests/results/105.processed: String::match bug fixed
17432:
17433: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17434: tests/results/104.processed: ^bpt operator added [does int3 in
17435: debug build on win32]
17436:
17437: * tests/: 057.html, results/057.processed: test bug fixed
17438:
1.116 moko 17439: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17440:
17441: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17442: missing
17443:
1.116 moko 17444: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17445: forgotten files added to Makes
1.95 moko 17446:
17447: * ltmain.sh: ltmain.sh added
17448:
17449: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17450: change undone ;(
17451:
17452: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17453: made static
17454:
17455: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17456: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17457: todo:make linker happy
1.95 moko 17458:
17459: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17460: env param made optional
17461:
17462: 2003-03-04 paf
17463:
17464: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17465: types/pa_vimage.h: number of gcc compiler bugs fixed
17466:
17467: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17468: results/103.processed: tests: 103 image.copy transparence test
17469:
17470: * src/main/execute.C, tests/101.html, tests/102.html,
17471: tests/results/101.processed, tests/results/102.processed: tests:
17472: 101 method/variable name conflict test 102 form fields change
17473: should not not change anything [bug fix]
17474:
17475: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17476: results/099.processed, results/100.processed: tests: 57 date
17477: create 2002: added 99,100 response:body/download
17478:
17479: * src/classes/image.C, tests/098.html, tests/098font.gif,
17480: tests/results/098.processed: test: 98 image font text [bug fixed]
17481:
17482: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17483: tests/results/097.processed: test: 97 file::load http:// [bugs
17484: fixed]
17485:
17486: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17487: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17488: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17489: image EXIF [bug fixed]
17490:
17491: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17492: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17493: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17494: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17495: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17496: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17497: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17498: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17499: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17500: tests/094.html, tests/095.html, tests/results/061.processed,
17501: tests/results/062.processed, tests/results/063.processed,
17502: tests/results/064.processed, tests/results/065.processed,
17503: tests/results/066.processed, tests/results/067.processed,
17504: tests/results/068.processed, tests/results/069.processed,
17505: tests/results/070.processed, tests/results/071.processed,
17506: tests/results/072.processed, tests/results/073.processed,
17507: tests/results/074.processed, tests/results/075.processed,
17508: tests/results/076.processed, tests/results/077.processed,
17509: tests/results/078.processed, tests/results/080.processed,
17510: tests/results/081.processed, tests/results/082.processed,
17511: tests/results/083.processed, tests/results/084.processed,
17512: tests/results/085.processed, tests/results/086.processed,
17513: tests/results/087.processed, tests/results/088.processed,
17514: tests/results/089.processed, tests/results/090.processed,
17515: tests/results/091.processed, tests/results/092.processed,
17516: tests/results/093.processed, tests/results/094.processed,
17517: tests/results/095.processed, tests/079.html,
17518: tests/results/079.processed: tests: 61 file::stat size 62
17519: string->int autoconvert 63 double .int,dec,div,mul 64 date
17520: compare 65 file: basename,justname,justext 66 math:crypt 67
17521: string.match simple on long 68 string.match normalized simple on
17522: long 69 string.int 70 file::stat content-type 71 table.join 72
17523: hash parameter conditional pass 73 date daylightsaving,yearday 74
17524: date arithmetics 75 response date values/attributes 76 string.pos
17525: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17526: with local 80 scientific numeric literal in string autoconvert 81
17527: xor: logical and numerical 82 for delims 83 menu delims 84
17528: table.hash distinct 85 long string replace 86 throw+catch
17529: current language preserve 87 bit shifts 88 junction tests +
17530: $caller test 89 hash.foreach selfmodification 90 int/void to int
17531: 91 $caller test 92 junction is + def junction tests 93 $caller
17532: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17533:
17534: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17535: fixed] 60 string eq string [bug fixed]
17536:
17537: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17538: 058.html, 058_paf2000.png, 059.html, 060.html,
17539: results/053.processed, results/054.processed,
17540: results/055.processed, results/056.processed,
17541: results/057.processed, results/058.processed,
17542: results/059.processed, results/060.processed: test: 53
17543: string.replace 54 junctions 55 table.hash 56 call indirect 57
17544: date.create[string] 58 image.measure[png]
17545:
17546: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17547: outputs/051.processed, results/052.processed: test: 52
17548: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17549: task: fix that
17550:
17551: 2003-03-03 paf
17552:
17553: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17554: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17555: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17556: outputs/049.processed, outputs/050.processed,
17557: outputs/051.processed, results/001.processed,
17558: results/002.processed, results/003.processed,
17559: results/005.processed, results/006.processed,
17560: results/008.processed, results/009.processed,
17561: results/011.processed, results/012.processed,
17562: results/013.processed, results/014.processed,
17563: results/015.processed, results/016.processed,
17564: results/017.processed, results/020.processed,
17565: results/021.processed, results/022.processed,
17566: results/024.processed, results/025.processed,
17567: results/026.processed, results/027.processed,
17568: results/028.processed, results/029.processed,
17569: results/030.processed, results/031.processed,
17570: results/049.processed, results/050.processed,
17571: results/051.processed, results/043.processed,
17572: results/044.processed, results/045.processed,
17573: results/046.processed, results/047.processed,
17574: results/048.processed: tests: 43,44,45 date rolls 46
17575: autoevaluating junction 47 table.select 48 name with subvar 49
17576: hash-creating switch 50 process 51 started parent/child, works as
17577: it were but it were NOT GOOD, created separate task to fix that
17578:
17579: * tests/: 042.html, results/042.processed: test: 42
17580: exception.handled
17581:
17582: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17583: expression
17584:
17585: * tests/: 040.html, results/040.processed: test: 39 method result
17586: of type table 40 method param junction auto evaluate
17587:
17588: * tests/: 039.html, results/039.processed: test: 37 method result
17589: of type table
17590:
17591: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17592: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17593: tests/038.html, tests/results/033.processed,
17594: tests/results/034.processed, tests/results/035.processed,
17595: tests/results/036.processed, tests/results/037.processed,
17596: tests/results/038.processed: tests: 33 string.replace 34
17597: string.upper 35 table created 36 local/global vars with juntions
17598: 37 table clone 38 math PI & number formatting
17599:
17600: math class registring typo fixed
17601:
17602: * src/classes/op.C, src/include/pa_request.h,
17603: src/include/pa_string.h, src/main/execute.C,
17604: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17605: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17606: tests/032.html, tests/results/032.processed: uchar changed to
17607: String_UL in all places [was not everywhere] untaint test: 032
17608:
17609: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17610: tests/results/004.processed, tests/parser-cygwin.sh,
17611: tests/parser-unix.sh: removed -H command line key, now testing
17612: using .sh file with SERVER_SOFTWARE=xxx
17613:
17614: 2003-02-26 paf
17615:
17616: * src/main/execute.C, src/types/pa_vstateless_class.h,
17617: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17618: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17619: tests/results/024.processed, tests/results/025.processed,
17620: tests/results/026.processed, tests/results/027.processed,
17621: tests/results/028.processed, tests/results/029.processed,
17622: tests/results/030.processed, tests/results/031.processed: fixed
17623: bug with name_cstr mutable CharPtr more tests
17624:
17625: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17626: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17627: << abort. die now just exits
17628:
17629: * src/classes/classes.awk, src/classes/classes.h,
17630: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17631: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17632: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17633: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17634: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17635: src/classes/xnode.C, src/include/pa_memory.h,
17636: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17637: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17638: src/types/pa_vform.C, tests/015.html, tests/016.html,
17639: tests/017.html, tests/018.html, tests/019.html,
17640: tests/019paf2001.gif, tests/020.html, tests/021.html,
17641: tests/022.html, tests/023.html, tests/022_dir/a.html,
17642: tests/022_dir/b.txt, tests/022_dir/c.htm,
17643: tests/results/015.processed, tests/results/016.processed,
17644: tests/results/017.processed, tests/results/018.processed,
17645: tests/results/019.processed, tests/results/020.processed,
17646: tests/results/021.processed, tests/results/022.processed,
17647: tests/results/023.processed: methoded_array now contains all Mxxx
17648: classes SAPI::get_env now returns info on pool more tests
17649:
17650: * src/include/pa_array.h, src/include/pa_hash.h,
17651: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17652: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17653: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17654: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17655: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17656: tests/results/001.processed, tests/results/002.processed,
17657: tests/results/003.processed, tests/results/004.processed,
17658: tests/results/005.processed, tests/results/006.processed,
17659: tests/results/007.processed, tests/results/008.processed,
17660: tests/results/009.processed, tests/results/010.processed,
17661: tests/results/011.processed, tests/results/012.processed,
17662: tests/results/013.processed, tests/results/014.processed: hash
17663: cloning fixed
17664:
17665: 2003-02-25 paf
17666:
17667: * src/main/pa_common.C: typo fixed
17668:
17669: 2003-02-24 paf
17670:
17671: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17672: [one remained]
17673:
17674: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17675: [should have been get_string(&pool)] todo: check other such calls
17676:
17677: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17678: test10, bad lookups
17679:
17680: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17681: object got destructed, and xxx points to sky
17682:
17683: * ChangeLog, src/classes/string.C: match bug fixed
17684:
17685: * src/types/pa_vmail.C: body [text/html] transcoded to
17686: $.charset[specified] now
17687:
17688: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17689: which failed to handle sigsetjmp+throw: crashed inside of
17690: pre-throw code. rewritten simplier [though duplicating
17691: closesocket code]
17692:
17693: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17694: which failed to handle sigsetjmp+throw: crashed inside of
17695: pre-throw code. rewritten simplier [though duplicating
17696: closesocket code]
17697:
17698: 2003-02-21 paf
17699:
1.211 moko 17700: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17701: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17702: now]]
1.95 moko 17703:
17704: written makefile with regression tests [raw]
17705:
17706: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17707: tests' only [it's not forcing CGI mode now] now use -H to output
17708: CGI header when parser used in command line [useful for tests
17709: also]
17710:
17711: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17712: switches on CGI mode, and is used in regression tests
17713:
17714: * src/: include/pa_request.h, main/pa_request.C,
17715: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17716: fixed
17717:
17718: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17719: handling pa_*
17720:
17721: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17722: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17723: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17724: memory handling files
17725:
17726: * src/main/pa_array.C: pool::format_integer terminator fixed
17727:
17728: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17729: compiles OK test to show benefits of free
17730:
17731: * src/: classes/file.C, classes/image.C, classes/mail.C,
17732: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17733: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17734: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17735: use pool [as the one in ^process]
17736:
17737: * src/classes/op.C: fixed process. sould now check for all cstr's
17738: -- some must use pool [as the one in ^process]
17739:
17740: 2003-02-20 paf
17741:
17742: * src/: classes/date.C, classes/double.C, classes/file.C,
17743: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17744: classes/math.C, classes/op.C, classes/response.C,
17745: classes/string.C, classes/table.C, classes/void.C,
17746: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17747: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17748: string cmp fixed
17749:
17750: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17751: values passed OK now
17752:
17753: 2003-02-19 paf
17754:
17755: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17756: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17757: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17758: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17759: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17760: all remaning leaks resulted from pooled::malloc calls [excluding
17761: in gd -- planning complete rewrite extremely ugly code]
17762:
17763: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17764: files
17765:
17766: 2003-02-17 paf
17767:
17768: * src/: classes/date.C, classes/double.C, classes/file.C,
17769: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17770: classes/response.C, classes/string.C, classes/table.C,
17771: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17772: include/pa_stylesheet_connection.h,
17773: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17774: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17775: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17776: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17777: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17778: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17779: of unitialized simple-typed field
17780:
17781: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17782: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17783: simple-typed field fixed. todo: find&kill all like that one
17784:
17785: * src/: main/execute.C, targets/cgi/pa_pool.C,
17786: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17787: debug output fixed
17788:
17789: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17790: main/pa_request.C: stack-stored items need extra .ref to prevent
17791: object_ptr from delete[them]
17792:
17793: * src/: classes/date.C, classes/op.C, classes/table.C,
17794: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17795: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17796: main/pa_charset.C, main/pa_common.C,
17797: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17798: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17799: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17800: calls
17801:
17802: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17803: couple mem leaks rusulted from old pooled::malloc usage.
17804: todo:find more like those
17805:
17806: * src/main/: compile.C, compile_tools.C: 2*2!
17807:
17808: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17809: stackItem fixed [there were no string on stack before]
17810:
17811: * src/: main/execute.C, main/pa_request.C,
17812: types/pa_vmethod_frame.C: first letters out OK
17813:
17814: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17815: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17816: main/pa_string.C, main/untaint.C, types/pa_value.h,
17817: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17818: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17819: type not initialized with zeros :( while class fields of class
17820: types initialized with default constructors. learn C++
17821:
17822: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17823: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17824: classes/math.C, classes/xdoc.C, classes/xnode.C,
17825: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17826: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17827:
17828: 2003-02-14 paf
17829:
17830: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17831: 13 link errors
17832:
17833: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17834: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17835: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17836: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17837: errors :)
17838:
17839: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17840: classes/hash.C, classes/mail.C, classes/op.C,
17841: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17842: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17843: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17844: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17845:
17846: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17847: classes/table.C, include/pa_common.h, include/pa_globals.h,
17848: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17849: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17850: types/pa_vint.h, types/types.dsp: op compiled
17851:
17852: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17853: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17854: main/untaint.C, types/pa_vtable.h: string, response compiled
17855:
17856: 2003-02-07 paf
17857:
17858: * src/: classes/table.C, types/pa_vtable.h: table compiled
17859:
17860: 2003-02-06 paf
17861:
17862: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17863: mail compiled
17864:
17865: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17866: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17867: types/pa_vfile.h, types/pa_vimage.h: image compiled
17868:
17869: * src/classes/: file.C, form.C: form compiled
17870:
17871: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17872: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17873: types/pa_vfile.C, types/pa_vfile.h: file compiled
17874:
17875: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17876: types/pa_vmath.h: math compiled [win32]
17877:
17878: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17879: types/pa_vstring.h: hash compiled
17880:
17881: 2003-02-04 paf
17882:
17883: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17884: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17885: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17886: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17887: types/pa_vhash.h: hash 50% compiled
17888:
17889: * src/: classes/date.C, classes/file.C, classes/hash.C,
17890: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17891: classes/string.C, classes/table.C, classes/xdoc.C,
17892: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17893: main/pa_string.C: date compiled
17894:
17895: * src/classes/: classes.dsp, double.C: double compiled
17896:
17897: * src/: classes/date.C, classes/double.C, classes/file.C,
17898: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17899: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17900: classes/string.C, classes/table.C, classes/void.C,
17901: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17902: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17903: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17904: compiled
17905:
17906: * src/: classes/date.C, classes/double.C, classes/file.C,
17907: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17908: classes/math.C, classes/op.C, classes/response.C,
17909: classes/string.C, classes/table.C, classes/void.C,
17910: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17911: types/pa_vvoid.h: void compiled :)
17912:
17913: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17914: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17915: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17916: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17917: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17918: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17919: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17920: types/pa_vresponse.C, types/pa_vstateless_class.C,
17921: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17922: types/pa_wcontext.C, types/types.dsp: removed stupid
17923: value_includes.h
17924:
17925: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17926: trying to remove stupid value_includes.h
17927:
17928: * src/main/pa_exec.C: pa_exec compiled on win32
17929:
17930: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17931:
17932: * src/: include/pa_globals.h, include/pa_request.h,
17933: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17934: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17935: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17936: types/pa_vrequest.C, types/pa_vstateless_class.C,
17937: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17938:
17939: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17940: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17941: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17942:
17943: * src/: include/pa_array.h, include/pa_config_includes.h,
17944: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17945: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17946: compiled
17947:
17948: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17949: name conflicts)
17950:
17951: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17952: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17953: yelds "virtual memory exhausted" while trying to compile
17954: execute.C [eating up to 127MB]
17955:
17956: 2003-02-03 paf
17957:
17958: * src/: include/pa_config_includes.h, include/pa_hash.h,
17959: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17960: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17961: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17962: types/pa_vint.h, types/pa_vjunction.h,
17963: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17964: started gcc compiling pa_common compiled
17965:
17966: * src/: include/pa_exception.h, include/pa_pool.h,
17967: main/pa_exception.C: exception gcc change #1
17968:
1.116 moko 17969: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17970: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17971:
17972: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17973:
17974: * src/types/pa_vtable.C: vtable compiled
17975:
17976: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17977:
17978: * src/: include/pa_cache_managers.h, main/pa_request.C,
17979: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17980:
17981: * src/types/pa_vstateless_class.C: vstateless_class compiled
17982:
17983: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17984:
17985: * src/types/pa_vrequest.C: vrequest compiled
17986:
17987: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17988: pa_vobject.C, pa_vobject.h: vobject compiled
17989:
17990: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17991: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17992: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17993: compiled
17994:
17995: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17996:
17997: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17998: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17999: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18000: compiled
18001:
18002: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18003: main.lib - 0 error(s), 0 warning(s)
18004:
18005: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18006: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18007:
18008: 2003-01-31 paf
18009:
18010: * src/: include/pa_array.h, include/pa_operation.h,
18011: include/pa_request.h, main/execute.C, main/main.dsp,
18012: types/pa_vjunction.h: started last file from main library:
18013: execute
18014:
18015: * src/: include/pa_request.h, include/pa_sapi.h,
18016: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18017: main/pa_request.C, targets/cgi/parser3.C,
18018: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18019: types/pa_vhash.h: pa_request compiled
18020:
18021: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18022: include/pa_globals.h, include/pa_request.h,
18023: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18024: main/execute.C, main/main.dsp, main/pa_common.C,
18025: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18026: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18027: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18028: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18029: types/types.dsp: most pa_request compiled
18030:
18031: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18032: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18033: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18034: classes/op.C, classes/response.C, classes/string.C,
18035: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18036: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18037: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18038: include/pa_config_fixed.h, include/pa_config_includes.h,
18039: include/pa_dictionary.h, include/pa_dir.h,
18040: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18041: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18042: include/pa_pool.h, include/pa_request.h,
18043: include/pa_request_charsets.h, include/pa_request_info.h,
18044: include/pa_sapi.h, include/pa_socks.h,
18045: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18046: include/pa_stack.h, include/pa_string.h,
18047: include/pa_stylesheet_connection.h,
18048: include/pa_stylesheet_manager.h, include/pa_table.h,
18049: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18050: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18051: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18052: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18053: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18054: main/compile.C, main/compile.tab.C, main/compile.y,
18055: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18056: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18057: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18058: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18059: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18060: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18061: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18062: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18063: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18064: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18065: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18066: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18067: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18068: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18069: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18070: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18071: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18072: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18073: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18074: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18075: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18076: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18077: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18078: types/pa_vresponse.h, types/pa_vstateless_class.C,
18079: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18080: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18081: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18082: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18083: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18084: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18085:
18086: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18087: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18088: src/include/pa_charsets.h, src/include/pa_common.h,
18089: src/include/pa_dictionary.h, src/include/pa_exception.h,
18090: src/include/pa_exec.h, src/include/pa_pool.h,
18091: src/include/pa_request.h, src/include/pa_sapi.h,
18092: src/include/pa_sql_connection.h,
18093: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18094: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18095: src/main/compile.tab.C, src/main/compile_tools.C,
18096: src/main/compile_tools.h, src/main/main.dsp,
18097: src/main/pa_charset.C, src/main/pa_charsets.C,
18098: src/main/pa_common.C, src/main/pa_dictionary.C,
18099: src/main/pa_exception.C, src/main/pa_exec.C,
18100: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18101: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18102: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18103: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18104: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18105: src/types/pa_vdouble.h, src/types/pa_venv.h,
18106: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18107: src/types/pa_vhash.h, src/types/pa_vimage.C,
18108: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18109: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18110: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18111: src/types/pa_vobject.C, src/types/pa_vobject.h,
18112: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18113: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18114: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18115: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18116: src/types/pa_vstring.h, src/types/pa_vtable.h,
18117: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18118: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18119: died, long live StringPtr
18120:
18121: 2003-01-30 paf
18122:
18123: * src/: include/pa_charset.h, include/pa_request.h,
18124: include/pa_sql_driver_manager.h, main/compile.tab.C,
18125: main/compile.y, main/compile_tools.h, main/pa_request.C,
18126: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18127:
18128: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18129: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18130: types/pa_vhash.h, types/pa_vmethod_frame.h,
18131: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18132: types/types.dsp: vstateless_class compiled
18133:
18134: * src/main/compile.C: compile compiled
18135:
18136: * src/: include/pa_array.h, include/pa_operation.h,
18137: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18138: main/pa_table.C: compile_tools compiled
18139:
18140: * src/: include/pa_operation.h, main/compile.y,
18141: main/compile_tools.C, main/compile_tools.h: started
18142: compile_tools. vagues ideas of how to free compiled code
18143:
18144: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18145: main/main.dsp, types/pa_value.C, types/pa_value.h,
18146: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18147: compiled
18148:
18149: 2003-01-29 paf
18150:
18151: * src/: include/pa_globals.h, include/pa_request.h,
18152: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18153: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18154: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18155: compiled
18156:
18157: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18158: now
18159:
18160: * src/: include/pa_array.h, include/pa_exception.h,
18161: include/pa_pool.h, main/pa_exception.C: gd compiled
18162:
18163: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18164: compiled
18165:
18166: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18167: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18168: types/pa_vfile.h: vfile compiled
18169:
18170: * src/: include/pa_common.h, include/pa_globals.h,
18171: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18172: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18173: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18174:
18175: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18176: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18177: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18178: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18179: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18180:
18181: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18182: main/main.dsp, main/untaint.C: more compiled
18183:
18184: * src/: include/pa_charsets.h, include/pa_request.h,
18185: include/pa_request_info.h, include/pa_string.h,
18186: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18187: types/pa_vresponse.h: vrequest compiled
18188:
18189: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18190: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18191: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18192:
18193: * src/: classes/classes.h, include/pa_charset.h,
18194: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18195: include/pa_request.h, include/pa_string.h, main/main.dsp,
18196: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18197: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18198: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18199: types/pa_vrequest.C, types/pa_vrequest.h,
18200: types/pa_vstateless_class.h, types/pa_vstring.h,
18201: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18202:
18203: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18204: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18205: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18206: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18207: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18208: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18209: types/pa_vobject.h, types/pa_vstateless_class.h,
18210: types/pa_vstateless_object.h, types/pa_vstatus.h,
18211: types/pa_vstring.h, types/types.dsp: vmath compiled
18212:
18213: 2003-01-28 paf
18214:
18215: * src/: classes/classes.h, classes/date.C, classes/file.C,
18216: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18217: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18218: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18219: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18220: compile_tools
18221:
18222: * src/: include/pa_charset.h, include/pa_exception.h,
18223: include/pa_request.h, include/pa_string.h, main/untaint.C:
18224: untaint compiled
18225:
18226: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18227: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18228: more compiled. struck with string::store_to needing to know
18229: source/client charsets
18230:
18231: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18232: types/pa_vfile.h: uue compiled
18233:
18234: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18235: table compiled
18236:
18237: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18238: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18239:
18240: * src/: include/pa_charset.h, main/pa_charset.C,
18241: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18242: introduced]
18243:
18244: * src/: classes/date.C, include/pa_charset.h,
18245: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18246: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18247: pa_charsets compiled
18248:
18249: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18250: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18251:
18252: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18253: common compiled
18254:
18255: * src/: include/pa_charsets.h, main/pa_charsets.C,
18256: main/pa_sql_driver_manager.C: pa_charsets compiled
18257:
18258: * src/: include/pa_array.h, include/pa_charset.h,
18259: include/pa_charsets.h, include/pa_pool.h,
18260: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18261: include/pa_stack.h, include/pa_string.h,
18262: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18263: sql_driver_manager compiled
18264:
18265: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18266: letter i with two dots added to koi, all ukranian letters added
18267: to win1251.
18268:
18269: typographic simbol 0xb9 deleted from win1251 [strange one & were
18270: abscent from koi]
18271:
18272: 2003-01-27 paf
18273:
18274: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18275: include/pa_sql_driver_manager.h, include/pa_string.h,
18276: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18277: sql/pa_sql_driver.h: paused on sql_manager
18278:
18279: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18280: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18281: include/pa_stack.h, main/pa_sql_driver_manager.C,
18282: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18283:
18284: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18285: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18286: include/pa_table.h, main/pa_sql_driver_manager.C,
18287: main/pa_table.C: table compiled
18288:
18289: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18290: cache_managers compiled
18291:
18292: * src/: include/pa_array.h, include/pa_charset.h,
18293: include/pa_pool.h, main/pa_charset.C: charset compiled
18294:
18295: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18296:
18297: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18298: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18299: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18300: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18301: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18302:
18303: 2003-01-24 paf
18304:
18305: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18306: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18307: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18308: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18309: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18310: types/pa_vint.h, types/pa_vjunction.h,
18311: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18312: types/pa_vstatus.h, types/pa_vstring.h: more patched
18313:
18314: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18315: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18316: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18317: main/pa_string.C, main/pa_table.C: string compiled
18318:
18319: * src/: include/pa_array.h, include/pa_common.h,
18320: include/pa_dictionary.h, include/pa_exception.h,
18321: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18322: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18323: main/pa_string.C: dictionary compiled
18324:
18325: 2003-01-23 paf
18326:
18327: * src/: include/pa_array.h, include/pa_common.h,
18328: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18329: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18330: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18331: types/pa_value.h: resurrected pool in new sense: now it's
18332: factory, producing&accounting memory chunks for read[autofree]
18333: buffers
18334:
18335: * src/: include/pa_array.h, include/pa_exception.h,
18336: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18337: main/pa_exception.C, main/pa_table.C: table compiled
18338:
18339: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18340: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18341: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18342: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18343: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18344: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18345: main/pa_table.C: aint that easy
18346:
18347: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18348: main/main.dsp: continued with Hash
18349:
18350: * src/main/pa_common.C: connect_string allocated on heap[wes on
18351: stack] now. and exception can be reported OK now [can be reported
18352: outside of pro c with that stack]
18353:
18354: 2003-01-22 paf
18355:
18356: * src/: include/pa_array.h, include/pa_charset.h,
18357: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18358: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18359: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18360: base: contains references_count. auto_ptr template calls
18361: add_ref/release
18362:
18363: 2003-01-21 paf
18364:
18365: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18366: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18367: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18368: classes/op.C, classes/response.C, classes/string.C,
18369: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18370: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18371: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18372: include/pa_config_fixed.h, include/pa_config_includes.h,
18373: include/pa_dictionary.h, include/pa_dir.h,
18374: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18375: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18376: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18377: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18378: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18379: include/pa_stack.h, include/pa_string.h,
18380: include/pa_stylesheet_connection.h,
18381: include/pa_stylesheet_manager.h, include/pa_table.h,
18382: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18383: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18384: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18385: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18386: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18387: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18388: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18389: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18390: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18391: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18392: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18393: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18394: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18395: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18396: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18397: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18398: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18399: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18400: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18401: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18402: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18403: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18404: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18405: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18406: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18407: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18408: types/pa_vstateless_object.h, types/pa_vstatus.C,
18409: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18410: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18411: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18412: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18413: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18414: 2002->2003
18415:
18416: 2003-01-16 paf
18417:
1.211 moko 18418: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18419: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18420: $.any-status(1)
1.95 moko 18421:
1.211 moko 18422: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18423: src/main/pa_common.C: http request now return status. and not
18424: fail on status!=200
18425:
18426: 2003-01-15 paf
18427:
18428: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18429:
18430: 2003-01-14 paf
18431:
18432: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18433: mkinstalldirs: removed some ancient files [they in / really]
18434:
18435: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18436: regretfully needed patch in two places. in config_fixed.h made
18437: stubs for lib to compile in MSVC
18438:
18439: 2003-01-13 paf
18440:
18441: * config.guess, config.sub, ltmain.sh: removed last piece of
18442: configure.in(libtool) hacks
18443:
1.116 moko 18444: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18445: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18446: ltdl.h: moved to latest libtool (1.4.3)
18447:
18448: 2003-01-10 paf
18449:
18450: * src/lib/ltdl/: configure, configure.in: PROG_NM
18451:
18452: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18453: patches. libxml2 >= 2.5.1
18454: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18455: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18456: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18457:
18458: * INSTALL: moved to latest versions of xml libs libxml2 >=
18459: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18460: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18461: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18462:
18463: 2003-01-09 paf
18464:
18465: * INSTALL: xml,xslt,gdome lib urls updated
18466:
18467: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18468: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18469: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18470: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18471: 1.7.2
1.95 moko 18472:
18473: * depcomp: moving to automake 1.7.2
18474:
18475: 2002-12-27 paf
18476:
18477: * src/include/pa_version.h: 0007
18478:
18479: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18480: outdated parts, made links to language docs
18481:
18482: * src/include/pa_config_auto.h.in: comment
18483:
18484: 2002-12-26 paf
18485:
18486: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18487: not contain trailing / fixed.
18488:
18489: * INSTALL: changing SAFE_MODE politics
18490:
18491: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18492:
18493: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18494:
18495: 2002-12-25 paf
18496:
18497: * src/main/pa_globals.C: optimized-xml
18498:
18499: * src/main/pa_globals.C: optimized-as-is
18500:
18501: 2002-12-24 paf
18502:
18503: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18504: fixed [were really called with zero size when .html?a=&b=]
18505:
18506: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18507: with --with-sendmail
18508:
18509: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18510: fixed]
18511:
18512: 2002-12-23 paf
18513:
18514: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18515: ignoring parameters & were storing only string with default
18516: expires
18517:
18518: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18519: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18520: December 23, 2002 4:22 AM Subject: bug â
18521: Charset::transcode_buf2xchar
18522:
18523: 2002-12-20 paf
18524:
18525: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18526: non-cgi [script] runs
18527:
18528: 2002-12-19 paf
18529:
18530: * INSTALL: --without-iconv recommended [it crashes on some systems
18531: [tested on elik]] moreover, it's not needed there [parser
18532: registers charsets itself]
18533:
18534: * INSTALL: --without-iconv recommended [it crashes on some systems
18535: [tested on elik]]
18536:
1.211 moko 18537: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18538: src/include/pa_request.h, src/main/pa_globals.C,
18539: src/main/pa_request.C: $response:download
18540:
18541: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18542: compiler [win32]].
18543:
18544: 2002-12-18 paf
18545:
18546: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18547:
18548: 2002-12-17 paf
18549:
18550: * src/targets/cgi/parser3.C: merged die&iis changes
18551:
18552: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18553: to exit(1) 2. more flexible iilegal call check
18554:
18555: 2002-12-16 paf
18556:
18557: * ltmain.sh: some automakes silly insist on having this handy
18558:
18559: * src/main/untaint.C: filespec russian small 'r' changed to latin
18560: 'p' bug fix
18561:
18562: 2002-12-15 paf
18563:
18564: * src/main/untaint.C: filespec russian small 'r' changed to latin
18565: 'p'
18566:
18567: * configure.in, src/include/pa_config_auto.h.in,
18568: src/main/compile.C, src/main/pa_common.C: merged small changes
18569: from branch 6 to HEAD
18570:
18571: * src/main/compile.C: removed warning
18572:
18573: * src/main/pa_common.C: ftruncate having checked
18574:
18575: * configure.in, src/include/pa_version.h: new version
18576:
18577: 2002-12-14 paf
18578:
18579: * src/classes/table.C: removed unnecessary code
18580:
18581: * src/sql/pa_sql_driver.h: exception type fixed
18582:
18583: 2002-12-09 paf
18584:
18585: * src/types/pa_vvoid.h: $void.store[now] error
18586:
18587: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18588:
18589: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18590: tries to write core dump
18591:
18592: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18593:
18594: * src/: classes/hash.C, classes/string.C, classes/table.C,
18595: classes/void.C, main/pa_sql_driver_manager.C,
18596: sql/pa_sql_driver.h: changed exception handling mech in sql
18597: handlers #2
18598:
18599: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18600: exception handling mech in sql handlers
18601:
18602: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18603: handlers
18604:
18605: * src/: classes/hash.C, classes/string.C, classes/table.C,
18606: classes/void.C, main/pa_sql_driver_manager.C,
18607: sql/pa_sql_driver.h: changed exception handling mech in sql
18608: handlers
18609:
1.116 moko 18610: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18611: to write makefile which used libtool to install things, which is
18612: not needed
1.95 moko 18613:
18614: 2002-12-06 paf
18615:
1.211 moko 18616: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18617: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18618: more like 'table'
1.95 moko 18619:
18620: 2002-12-05 paf
18621:
18622: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18623: cc/bcc OK now
18624:
18625: * src/main/untaint.C: mail header closed properly
18626:
18627: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18628: header ',' allowed. still bugs in smtp [only one receiptient
18629: works, cc, bcc ignored now, and MAILED ;)]
18630:
18631: [strncpy killed, memnchr used]
18632:
18633: * src/main/pa_table.C: table-copy now current=0
18634:
18635: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18636: lowlevel proc
18637:
18638: * src/targets/cgi/parser3.C: more checks on
18639: http://domain/parser.cgi start [maybe some getenv returns "",
18640: checked that now
18641:
18642: * src/targets/cgi/parser3.C: more checks on
18643: http://domain/parser.cgi start [maybe some getenv returns "",
18644: checked that now
18645:
18646: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18647: out-of-mem errors reached log]
18648:
18649: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18650: mail:send MIME-Version default
18651:
18652: * src/main/main.dsp: pa_version included into main.dsp
18653:
18654: 2002-12-04 paf
18655:
18656: * src/types/pa_vform.C: $form:field string value cut by premature 0
18657:
18658: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18659: lib/libltdl -> lib/ltdl Win32 changes. s
18660:
18661: * src/classes/classes.awk: more strict *.C$
18662:
18663: * gnu.dsp: restored
18664:
1.116 moko 18665: * configure.in, gnu.dsp, src/lib/Makefile.am,
18666: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18667: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18668: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18669: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18670: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18671: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18672: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18673: now created with /configure, not ltdl/configure, so it does have
18674: no problems with automake. ltdl/configure
18675: AC_OUTPUT(Makefile<<removed)
1.95 moko 18676:
18677: 2002-12-02 paf
18678:
1.211 moko 18679: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18680:
18681: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18682: src/main/pa_common.C, src/main/pa_request.C,
18683: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18684: tainted parts becomes http-header
18685:
18686: 2002-11-29 paf
18687:
1.211 moko 18688: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18689: operators.txt: exif dates now objects of type date
1.95 moko 18690:
18691: * src/classes/image.C: file.seek removed [it were used in image.C
18692: only, and for parser user this means that jpeg image has bad
18693: size in fragment's header] now used image.format
18694:
18695: * src/: include/pa_common.h, main/pa_common.C,
18696: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18697: now handled exactly like $response:header values. e.g. can be
18698: hash [can have subattributes] & contain date values.
18699:
18700: * src/main/pa_common.C: http:// param values lang forced URI
18701:
18702: * src/main/pa_common.C: http:// tainted partes now %xx
18703:
18704: 2002-11-28 paf
18705:
1.211 moko 18706: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18707:
18708: * src/classes/image.C: ^image.length now counts interchar space.
18709: plus space after last char
18710:
18711: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18712:
18713: * src/classes/image.C: ^image.font width measurer now scans full
18714: height [were -1]
18715:
18716: * configure.in: stopped double libltdl/Makefile generation
18717:
18718: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18719: chars [one top horizontal line of 1pixel height were missing]
18720:
18721: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18722: 'false' to go into (Hash *) parameter
18723:
18724: 2002-11-27 paf
18725:
18726: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18727: types/pa_vmail.C: response:body[file] if file nows it's name now
18728: returns content-disposition: >>attachment<<
18729:
18730: * src/classes/image.C: ^image.font << bad font file-size now
18731: properly reported
18732:
18733: 2002-11-26 paf
18734:
18735: * src/main/pa_request.C: fixed lang in reponse header
18736:
18737: * src/main/pa_common.C: utf8 prefix ignored @read text
18738:
1.211 moko 18739: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18740: response status!=200 made exception: http.status with source=bad
18741: status#
1.95 moko 18742:
18743: 2002-11-25 paf
18744:
18745: * configure.in, src/classes/image.C,
18746: src/include/pa_config_auto.h.in,
18747: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18748: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18749: const void related probs fixed
1.95 moko 18750:
1.211 moko 18751: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18752: fields now UPPERCASE
1.95 moko 18753:
18754: $file[^file::load[http://there]] $file.SERVER
18755:
18756: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18757: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18758: http options [invalid onces now reported] made default
18759: user-agent: paf
18760:
1.211 moko 18761: * operators.ru.txt, operators.txt, src/classes/file.C,
18762: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18763: src/include/pa_globals.h, src/main/pa_common.C,
18764: src/main/pa_globals.C, src/main/pa_request.C,
18765: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18766: now understand http:// prefix and additional params, sample:
18767: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18768: $.USER-AGENT[parser3] ]]
18769:
18770: 2002-11-22 paf
18771:
18772: * src/classes/image.C, src/include/pa_globals.h,
18773: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18774: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18775: $image.exif support $image.exif.DateTime & co
1.95 moko 18776:
18777: 2002-11-21 paf
18778:
18779: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18780: _PASS_APPENDED)
18781:
18782: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18783: EXIF information [were big block and it's size were considered
18784: negative :(]
18785:
1.211 moko 18786: * operators.ru.txt, operators.txt, src/classes/image.C,
18787: src/include/pa_common.h, src/main/pa_common.C,
18788: src/types/pa_vmail.C: image.measure internals rewritten. no
18789: there's reader.seek, and all's ready for EXIF extraction [now we
18790: fail to measure files with EXIF info]
1.95 moko 18791:
18792: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18793: O_TRUNC truncates even exclusevely write-locked file [thanks to
18794: Igor Milyakov <virtan@rotabanner.com> for discovering]
18795:
18796: 2002-11-20 paf
18797:
18798: * src/targets/cgi/parser3.C: logging @signal += query_string
18799:
18800: * configure.in, src/include/pa_config_auto.h.in,
18801: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18802: comment
18803:
18804: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18805:
18806: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18807: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18808: currently processed document SIGPIPE >> interrupts request
18809: processing [exception = DB rollback]
18810:
18811: * src/main/pa_exec.C: comment
18812:
18813: * src/main/pa_exec.C: pa_exec: data written only if size>0
18814:
1.211 moko 18815: * operators.ru.txt, operators.txt, src/classes/file.C:
18816: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18817:
18818: * src/: include/pa_config_fixed.h, main/pa_common.C,
18819: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18820: pipe read errors now checked
18821:
18822: 2002-11-19 paf
18823:
18824: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18825: CGI: Illegal call
18826:
18827: 2002-11-01 paf
18828:
18829: * src/main/execute.C: comment
18830:
18831: 2002-10-31 paf
18832:
18833: * src/main/execute.C: found out why, checked that for now. todo:
18834: find out a way for that user could do that
18835:
18836: * src/types/pa_vstateless_object.h: object put replaces static
18837: parent if any
18838:
18839: * src/types/pa_vobject.C: object put replaces static parent if any
18840:
18841: * src/: classes/form.C, classes/mail.C, classes/op.C,
18842: classes/xnode.h, main/compile.tab.C, main/execute.C,
18843: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18844: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18845: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18846: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18847: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18848: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18849: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18850: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18851: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18852: types/pa_vstateless_object.h, types/pa_vstatus.C,
18853: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18854: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18855: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18856: types/pa_wwrapper.h: static fix merged
18857:
18858: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18859: $virtual_fields in dynamic, but one can reach derived
18860: static[class] variable from base
18861:
18862: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18863: types/pa_vobject.C, types/pa_vobject.h,
18864: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18865: statics, left $virtual_fields in dynamic
18866:
18867: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18868: one can't remember derivates in base class: there's so many of
18869: them. also there can be no virtual method calls in static
18870: classes
18871:
18872: * src/: classes/form.C, classes/mail.C, classes/op.C,
18873: classes/xnode.h, main/execute.C, main/pa_request.C,
18874: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18875: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18876: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18877: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18878: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18879: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18880: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18881: types/pa_vresponse.C, types/pa_vresponse.h,
18882: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18883: types/pa_vstateless_object.h, types/pa_vstatus.C,
18884: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18885: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18886: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18887: types/pa_wwrapper.h: static call $self fixed
18888:
18889: * src/main/execute.C: comment
18890:
18891: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18892: ^process[$caller.self]{...} now compiles to last derived object
18893: part of that 'self'
18894:
18895: 2002-10-29 paf
18896:
18897: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18898: re-passing [iis to blame]
18899:
18900: * src/classes/string.C: changed string.save to pass current sql
18901: connection to cstr thus one can ^connect[some server]{
18902: $s[insert into table x (x) values (^taint[sql]{value})]
18903: ^s.save[some.sql] } and he'd get in some.sql file code with
18904: properly escaped. [tried in mssql->mysql export->import of
18905: binary data]
18906:
18907: 2002-10-25 paf
18908:
18909: * src/types/pa_vresponse.C: case insensitive response user fields
18910: get/put
18911:
18912: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18913: types/pa_vresponse.C: saving for maybe-future
18914:
18915: 2002-10-23 paf
18916:
1.211 moko 18917: * operators.ru.txt, operators.txt, src/classes/table.C:
18918: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18919:
18920: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18921:
18922: 2002-10-22 paf
18923:
18924: * src/types/: pa_vform.C, pa_vform.h: removed needless
18925: VForm::Append...(...Value)
18926:
18927: * src/main/execute.C: $.name outside of $name[...] checked
18928:
18929: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18930: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18931:
18932: 2002-10-21 paf
18933:
1.211 moko 18934: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18935: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18936:
1.211 moko 18937: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18938: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18939:
1.211 moko 18940: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18941: $form:image-map
1.95 moko 18942:
1.211 moko 18943: * operators.ru.txt, operators.txt, src/classes/file.C:
18944: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18945:
18946: 2002-10-17 paf
18947:
18948: * src/main/: compile.tab.C, compile.y: operators precedence changed
18949: a little: logical not and bitwise negation precedence made
18950: highest, << and >> bitshits precedence made equal [were << higher
18951: than >>]
18952:
18953: * src/classes/op.C: exception handling fixed [were bad with
18954: contexts]
18955:
18956: 2002-10-16 paf
18957:
18958: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18959: main/pa_request.C: Request::self considered equal to
18960: VMethodFrame::self, and removed, Request::get_self() mapped to
18961: VMethodFrame.self()
18962:
18963: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18964: $hash in open field now gives old good error meesage
18965:
18966: 2002-10-15 paf
18967:
18968: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18969: use ^if($junction is junction){was and now true}
18970:
18971: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18972: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18973: types/pa_vxnode.C: xml->parser strings now have origin, which
18974: points to place where value left xml library and came to parser:
18975: place of dom field extraction/call
18976:
18977: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18978: main/compile.tab.C, main/compile.y, main/execute.C,
18979: types/pa_vmethod_frame.h: removed last pieces of old code
18980: allowing $junction.xxx at compile time
18981:
18982: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18983: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18984: objects also considered [were only classes]
18985:
18986: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18987: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18988: with CLASS self. [ (request&method_frame).self temporarily
18989: changed ]
18990:
18991: * src/classes/: hash.C, op.C: method_frame now always changed, with
18992: no exception to native calls. for&foreach changed to use
18993: method_frame.caller for their var's name context
18994:
18995: * src/: main/execute.C, targets/cgi/parser3.C,
18996: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18997: compiling to system classes disabled
18998:
1.211 moko 18999: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19000: ^process[$caller.CLASS]{code-string} added
19001:
1.211 moko 19002: * operators.ru.txt, operators.txt, src/classes/op.C,
19003: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19004: src/main/pa_request.C, src/types/Makefile.am,
19005: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19006: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19007: $junction.get $junction.set[] introducing $caller
1.95 moko 19008:
19009: * src/types/pa_value.h: removed outdated comments. doxygen would
19010: find them lower by inheritance tree
19011:
19012: * src/types/pa_vjunction.C: ident
19013:
19014: 2002-10-14 paf
19015:
19016: * src/classes/op.C: process compiles to code's class class
19017:
19018: * src/: classes/form.C, classes/mail.C, classes/op.C,
19019: include/pa_request.h, main/compile.C, main/compile.tab.C,
19020: main/compile.y, main/execute.C, main/pa_request.C,
19021: types/pa_vstateless_class.h: operators now main-class-methods
19022:
19023: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19024: better stack trace [has "call" & co there]
19025:
19026: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19027: operators @auto now executed in MAIN context
19028:
19029: * src/main/execute.C: operator execution context now = MAIN, not
19030: closest stack frame
19031:
19032: @touchit[] $i[after]
19033:
19034: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19035: were 'after'
19036:
19037: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19038: 'after'
19039:
19040: * src/main/execute.C: comment
19041:
19042: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19043: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19044: action]
19045:
19046: * src/types/pa_vxnode.C: misreplace fixed
19047:
19048: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19049: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19050: $status:rusage.tv_secs/usecs introduced
19051:
19052: 2002-10-09 paf
19053:
19054: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19055: on empty string [or uses (default)]
19056:
19057: 2002-10-08 paf
19058:
19059: * src/main/untaint.C: mail header quoted printable changed after
19060: RFC reread
19061:
1.211 moko 19062: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19063:
19064: * src/types/pa_vxnode.C: misreplace
19065:
19066: 2002-09-24 paf
19067:
1.116 moko 19068: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19069:
19070: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19071: mailreceive would compile on freebsd now
19072:
19073: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19074: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19075: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19076: mailreceive would compile on freebsd now
1.95 moko 19077:
19078: * src/: classes/file.C, main/untaint.C: 1. file spec language
19079: changed: now there are only few chars are untainted: * ? ' " < >
19080: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19081: one should use ^untaint[uri]{...} now]
19082:
19083: 2. $list[^file:list[dir]] now returns simply tainted names in
19084: $list.name, not tainted as filespec
19085:
19086: @russianindex[] #dir with files with russian-lang names
19087: $where[dir]
19088:
19089: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19090: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19091:
19092: 2002-09-23 paf
19093:
19094: * src/types/pa_vdouble.h: double->int round added
19095:
19096: * src/classes/date.C: date bug fix, now
19097: round(floatDays*secondsPerDay)
19098:
19099: * src/classes/date.C: date bug fix, now
19100: round(floatDays*secondsPerDay)
19101:
19102: 2002-09-20 paf
19103:
19104: * src/main/execute.C: code junction calls disabled [before: code
19105: was compiled in such a way, that there were no code-junctions in
19106: OP_CALL]
19107:
19108: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19109:
19110: @badjunctioncallinside[code] ^code[]
19111:
19112: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19113: expanding to include ^junction.method
19114:
19115: * src/main/pa_common.C: -d "DIR/" now true
19116:
19117: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19118: as internal xdoc encoding, and after decoding attributes set by
19119: dom functions now encoded OK, not as digital entities
19120:
19121: * src/classes/xdoc.C: empty transform result, being taken as file
19122: now returns empty file, not raises stupid error about "stat-ed
19123: file"
19124:
19125: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19126: allowed
19127:
19128: * src/types/types.dsp: introducing $junction.get/put(1) one can
19129: write iterators now:
19130:
19131: ^user-foreach[key;value]{$key=$value<br>}
19132:
19133: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19134: $code.value($i*2) $code }
19135:
19136: * src/main/compile_tools.h: mistype
19137:
1.116 moko 19138: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19139: thus taking linking options configure changes into account [were:
19140: ignoring]
1.95 moko 19141:
19142: * src/types/: pa_vjunction.C, Makefile.am: introducing
19143: $junction.get/put(1) one can write iterators now:
19144:
19145: ^user-foreach[key;value]{$key=$value<br>}
19146:
19147: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19148: $code.value($i*2) $code }
19149:
19150: * src/: include/pa_opcode.h, include/pa_request.h,
19151: main/compile.tab.C, main/compile.y, main/execute.C,
19152: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19153: introducing $junction.get/put(1) one can write iterators now:
19154:
19155: ^user-foreach[key;value]{$key=$value<br>}
19156:
19157: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19158: $code.value($i*2) $code }
19159:
19160: 2002-09-19 paf
19161:
1.116 moko 19162: * Makefile.am: new: make commit
1.95 moko 19163:
19164: * aclocal.m4: forced to be older
19165:
19166: 2002-09-18 paf
19167:
19168: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19169: src/main/compile.y, src/main/execute.C: << >> int shifts
19170:
19171: * src/: include/pa_common.h, include/pa_request.h,
19172: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19173: - now this - fatal error
19174:
19175: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19176: that one can pass binary data there
19177:
19178: * src/: classes/date.C, classes/double.C, classes/file.C,
19179: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19180: classes/op.C, classes/response.C, classes/string.C,
19181: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19182: include/pa_request.h: pa_request contexts made privated, plus
19183: get_{self/method_frame} to read. Request_context_saver used in
19184: ^try to save flang too. [were not saved]
19185:
19186: * src/types/pa_vresponse.C: header value chains joined before
19187: output, this should help $.subject[$var $var] from being
19188: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19189:
19190: 2002-09-17 paf
19191:
19192: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19193: removed changes, operators executed with calling self. lots of
19194: code with ^include code relies on defined/defining self variables
19195:
19196: $a[1] ^include[print_a.p] print_a.p: $a
19197:
19198: ^include[set_a.p] a=$a set_a.p: $a[1]
19199:
19200: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19201: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19202: types/pa_vstateless_class.h: operators now executed with MAIN
19203: self. it's for ^include sake, too strong a change
19204:
19205: * src/classes/op.C: made place for ^process to compile it's code to
19206: in case of no self
19207:
19208: * src/main/execute.C: found ancient param to Junction, removed.
19209: allowed passing self to native_code_operators [for ^process to
19210: work, she needs self]
19211:
19212: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19213: types/pa_vstateless_class.h: found ancient param to Junction,
19214: removed. allowed passing self to native_code_operators [for
19215: ^process to work, she needs self]
19216:
19217: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19218: types/pa_value.h, types/pa_vmethod_frame.h,
19219: types/pa_vstateless_class.h: allowed Request.self to be 0,
19220: checked that in VMethodFrame get/put and $self.
19221:
19222: * src/classes/: table.C, xdoc.C: table::sql options table::create
19223: copy options options checked, wrong option now fatal error
19224:
19225: * src/main/pa_string.C: string.replace fixed [were missing words on
19226: pieces boundaries]
19227:
1.150 moko 19228: * configure, configure.in: .so now detected [can be .sl on hpux,
19229: .dll on cygwin, .so in other cases)
1.95 moko 19230:
19231: * configure, configure.in: .so now detected [can be .sl on hpux,
19232: .dll on cygwin, .so in other cases)
19233:
1.211 moko 19234: * operators.ru.txt, operators.txt, src/classes/hash.C,
19235: src/classes/table.C, src/include/pa_globals.h,
19236: src/main/pa_globals.C: table.sql hash::sql flag to allow
19237: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19238:
19239: * src/: classes/hash.C, classes/table.C,
19240: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19241: now errors
19242:
19243: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19244:
19245: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19246: ,2,3]
19247:
19248: 2002-09-16 paf
19249:
19250: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19251: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19252: stdout to be binary. now detected closest header break.
19253:
19254: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19255: closed right
19256:
19257: 2002-09-13 paf
19258:
1.211 moko 19259: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19260: src/main/compile.y, src/main/compile_tools.h: (expression
19261: #comment)
1.95 moko 19262:
19263: (multiline expression #comment line2 #comment )
19264:
19265: (expression #comment with (brackets) comment) << OK
19266:
1.211 moko 19267: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19268: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19269: for expression #comments]
1.95 moko 19270:
19271: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19272: error
19273:
19274: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19275: cheched in pa_socks.C
19276:
1.116 moko 19277: * configure, configure.in, src/include/pa_config_auto.h.in:
19278: HAVE_WINSOCK_H created in configure.in
1.95 moko 19279:
19280: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19281: cookie date now clean [were mistakenly tainted & that worked bad
19282: with opera -- 'happily' that worked OK with msie]
19283:
19284: 2002-09-12 paf
19285:
19286: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19287: VClass get_element now first looks to fields, next to methods &
19288: co todo: the rest reason: more speed
19289:
19290: * src/main/untaint.C: quoted printable encoding stops before
19291: \s*<...>$
19292:
19293: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19294: stops before <...>$
19295:
19296: 2002-09-11 paf
19297:
19298: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19299: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19300: forgot to check users of those funcs. not all were using that
19301: return value convention
19302:
19303: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19304: windows-1254 added
19305:
19306: 2002-09-10 paf
19307:
19308: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19309: VCodeFrame parent param were specified badly
19310:
19311: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19312: WWrapper which used in constructing objects(second param to sql
19313: method) ^...sql{}[$.default{code}] now has parent, wich helps
19314: code in hash to survivi
19315:
19316: * src/: include/pa_request.h, main/execute.C: removed redundant
19317: param to execute [stack said 'thanks']
19318:
19319: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19320: types/pa_value.h, types/pa_vcode_frame.h,
19321: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19322: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19323: responsibility to wcontext
19324:
19325: * src/classes/file.C: decided not to log exec's with stderr, that
19326: could be warnings, and it's up to scritper to log/show them
19327:
19328: * src/: classes/double.C, main/execute.C: double:sql badly called
19329: write_assign_lang, not write_no_lang, thus doing unnecessary
19330: double/string converstion, which were loosing time&precesion
19331:
19332: * src/: main/pa_charset.C, types/pa_vmail.C:
19333: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19334: case of unfinished in buffer processing, causing accidental
19335: transcode stop [in case that source enc != utf-8 & there is
19336: incomplete utf-8 sequence at the end of 16000block iside of
19337: libxml lib] tfm readed & code updated
19338:
19339: 2002-09-04 paf
19340:
19341: * configure: makes with sjlj
19342:
19343: * INSTALL, src/include/pa_config_fixed.h,
19344: src/include/pa_sql_connection.h,
19345: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19346: checked. on win32 it made default
19347:
19348: * src/include/pa_config_auto.h.in: sjlj define
19349:
19350: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19351: can not work with longjump/throw pair, and one must switch that
19352: on there. todo: detect that automatically]
19353:
19354: * src/types/pa_vxnode.C: removed too strong checks of
19355: xnode.elements. now, for instance, if element does not have any
19356: attributes, $xnode.attributes is void, not error
19357:
19358: 2002-09-02 paf
19359:
1.211 moko 19360: * operators.ru.txt, operators.txt, src/main/execute.C,
19361: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19362:
19363: * src/main/execute.C: double_result made to move that var away from
19364: hungry g++ optimizer (-O2), before: it were optimized and
19365: comparison operators worked badly
19366:
19367: * src/types/pa_vdate.h: removed debug
19368:
1.116 moko 19369: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19370:
19371: * src/main/execute.C: fixed numeric < & co so that thay now use
19372: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19373: unknown reason.
19374:
19375: 2002-08-29 paf
19376:
19377: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19378: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19379: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19380: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19381: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19382: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19383: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19384: [called less frequent, allowed to remove ugly
19385: Junction.change_context-s from many places, switch,
19386: mail:send..html{}, ..] request.root renamed to method_frame [more
19387: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19388: [speed up]
19389:
19390: 2002-08-28 paf
19391:
19392: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19393: tainted
19394:
19395: * src/types/pa_vcookie.C: fixed cookie delete when
19396: $cookie:name[$.value[]]
19397:
1.211 moko 19398: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19399: ^string.split[delim[;options]]
19400:
19401: 2002-08-27 paf
19402:
1.116 moko 19403: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19404:
1.211 moko 19405: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19406: src/main/compile.y: # now delimiter
1.95 moko 19407:
19408: * INSTALL: recommended latest gmime 1.0.5
19409:
19410: 2002-08-26 paf
19411:
19412: * configure, configure.in: apache13/hook added to make dist.
19413:
19414: 2002-08-23 paf
19415:
19416: * src/: include/pa_common.h, main/pa_common.C,
19417: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19418: beside binary [cgi, isapi] not accessible [due to bad rights or
19419: whatever] it's error now
19420:
19421: 2002-08-21 paf
19422:
1.116 moko 19423: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19424:
19425: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19426: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19427: class". compiled as if here they named base class
19428:
19429: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19430: cloning constructor]
19431:
19432: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19433:
1.150 moko 19434: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19435: $mail.received.file.value.content-type fixed
19436:
19437: 2002-08-20 paf
19438:
19439: * src/classes/file.C: fixed language of file:file result
19440:
1.211 moko 19441: * operators.ru.txt, operators.txt, src/classes/void.C:
19442: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19443:
1.211 moko 19444: * operators.ru.txt, operators.txt, src/classes/void.C:
19445: ^void.pos[...] = -1
1.95 moko 19446:
1.211 moko 19447: * operators.ru.txt, operators.txt, src/classes/void.C:
19448: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19449:
1.211 moko 19450: * src/classes/void.C, operators.ru.txt, operators.txt:
19451: ^void.length[] = 0
1.95 moko 19452:
19453: 2002-08-19 paf
19454:
19455: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19456: work now
19457:
19458: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19459: error in xnode, which were not catched in xdoc]
19460:
19461: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19462: prepared: // validate each document after load/create (?)
19463: //xmlDoValidityCheckingDefaultValue = 1;
19464:
19465: 2002-08-15 paf
19466:
19467: * src/classes/classes.h: write to static var caused useless
19468: Exception, introduced Methoded::put_element wich consumes those
19469:
1.211 moko 19470: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19471: src/main/pa_common.C, src/types/pa_vcookie.C,
19472: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19473: src/types/pa_vresponse.h: $response:field[date]
19474: $response:field[$.xxx[date]]
1.95 moko 19475:
19476: * src/: classes/hash.C, classes/string.C, classes/table.C,
19477: classes/void.C, include/pa_sql_connection.h: fixed source of
19478: ^hash::sql{bad}
19479:
1.211 moko 19480: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19481: request body
1.95 moko 19482:
19483: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19484:
19485: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19486: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19487:
1.211 moko 19488: * operators.ru.txt, operators.txt, src/classes/form.C,
19489: src/include/pa_pool.h, src/include/pa_request.h,
19490: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19491: planning/preparing_to $request:body r.post_data now const
1.95 moko 19492:
19493: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19494: classes/xnode.C, main/execute.C, types/pa_value.h,
19495: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19496: types/pa_vtable.h: instead of type() checking everywhere used
19497: Value.as now user descendants can be used in params.
19498:
19499: VObject::as_*, is_defined now taken from bases. xtable(table)
19500: ^if($xtable) now OK
19501:
19502: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19503: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19504: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19505:
19506: 2002-08-14 paf
19507:
19508: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19509: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19510: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19511: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19512: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19513: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19514: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19515: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19516: types/pa_vresponse.C, types/pa_vresponse.h,
19517: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19518: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19519: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19520: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19521: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19522: & VClass
19523:
19524: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19525:
19526: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19527: removed fixopt stupidity. on stupid linux use cd /document/root
19528: ../cgi/parser3 script
19529:
19530: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19531: params, splitting them by space, excluding argv[0], argv[argc-1]
19532:
19533: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19534: fixopt.h: fixopt now preprocesses command line params, splitting
19535: them by space, excluding argv[0], argv[argc-1]
19536:
19537: * src/targets/cgi/parser3.C: -f config file
19538:
19539: * src/targets/cgi/parser3.C: fixed .log file dir
19540:
19541: 2002-08-13 paf
19542:
19543: * src/types/pa_vobject.C: allow override parent variables, useful
19544: for form descendants [in vobject too, were in vclass]
19545:
19546: * src/types/pa_vclass.C: allow override parent variables, useful
19547: for form descendants
19548:
19549: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19550: overwritten in derived(table)
19551:
19552: * src/: classes/form.C, classes/mail.C, classes/op.C,
19553: classes/xnode.h, include/pa_request.h, main/execute.C,
19554: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19555: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19556: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19557: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19558: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19559: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19560: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19561: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19562: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19563: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19564: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19565: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19566: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19567: Value::get_element(..., bool looking_down) [needed to exclude
19568: endless recoursion]
19569:
19570: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19571: fix bug with put endless recoursion todo: check 'as'
19572:
19573: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19574: reorganized modules todo: fix bug with put endless recoursion
19575: todo: check 'as'
19576:
19577: * src/types/pa_vobject.h: checked: table fields can be overwritten
19578: in derived(table)
19579:
19580: * src/types/pa_vobject.h: derived classes can have fields of their
19581: own now
19582:
19583: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19584: fixed error message on using non-created table
19585:
19586: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19587: classes/op.C, classes/xnode.h, include/pa_request.h,
19588: main/compile.C, main/compile.tab.C, main/execute.C,
19589: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19590: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19591: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19592: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19593: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19594: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19595: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19596: types/pa_vresponse.C, types/pa_vresponse.h,
19597: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19598: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19599: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19600: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19601: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19602: looking down/up tree todo: fix error message on non-constructed
19603: parents
19604:
19605: 2002-08-12 paf
19606:
19607: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19608: derived OK
19609:
19610: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19611: thorough testing
19612:
19613: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19614: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19615: types/pa_vobject.h, types/pa_vstateless_class.h,
19616: types/pa_vstateless_object.h, types/pa_wcontext.h,
19617: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19618: ^base:create[] dynamic call rewritten todo: thorough testing
19619:
19620: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19621: now instantates base class, remembers it and saves child in
19622: parent VObject.get_class now returns last child = downward
19623: virtual calls OK
19624:
19625: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19626: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19627: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19628: types/pa_vobject.h, types/pa_vresponse.h,
19629: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19630: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19631: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19632: VAliased [redundant], moved $CLASS to VObject only [parser class
19633: instance]
19634:
19635: * src/main/pa_request.C: $response:body[file] content-type check
19636: fixed [were bad when content-type is hash]
19637:
19638: 2002-08-09 paf
19639:
19640: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19641: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19642:
19643: 2002-08-08 paf
19644:
1.211 moko 19645: * operators.ru.txt, operators.txt, src/classes/date.C,
19646: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19647: month calendar [week year]
1.95 moko 19648:
19649: * src/main/execute.C: error reporting on object writes to MAIN
19650: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19651:
1.211 moko 19652: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19653: $date.yearday $date.daylightsaving
1.95 moko 19654:
19655: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19656: use tainted data now. only she must specify the language.
19657:
19658: ^mail:send[ $.from[paf@mail.design.ru]
19659: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19660: $.text[^taint[uri][ìîñêâà]=] ]
19661:
19662: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19663: now prints more precise origin
19664:
19665: * src/include/pa_string.h: String::first_char now not fails on
19666: empty strings ^if(-f '') now ok and in 3 other places.
19667:
1.211 moko 19668: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19669: src/main/pa_string.C: String::first_char now not fails on empty
19670: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19671:
19672: 2002-08-07 paf
19673:
19674: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19675: fixed
19676:
19677: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19678:
19679: * src/: main/execute.C, types/pa_vcode_frame.h,
19680: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19681: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19682: mistakenly not completely transparent to object writes.
19683: $hash[^if(1){$hash}] now works
19684:
1.211 moko 19685: * operators.ru.txt, operators.txt, src/classes/op.C:
19686: ^cache...{...^cache<<to past...} now erasing cache file [there
19687: were bad check on that]
1.95 moko 19688:
19689: * src/: classes/classes.dsp, classes/table.C,
19690: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19691: all Debug dirs in .dsp now named 'Debug'
19692:
1.116 moko 19693: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19694:
1.211 moko 19695: * operators.ru.txt, operators.txt, src/classes/mail.C:
19696: exception_type email.send
1.95 moko 19697:
1.211 moko 19698: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19699: exception_type email.format
1.95 moko 19700:
19701: * src/types/pa_vmail.C: mail:send empty email checked
19702:
19703: 2002-08-06 paf
19704:
1.211 moko 19705: * operators.ru.txt, operators.txt, src/classes/table.C,
19706: src/include/pa_array.h, src/include/pa_table.h,
19707: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19708: ^table::create[$source;$.options] ^table::join[$source;$.options]
19709:
1.211 moko 19710: * operators.ru.txt, operators.txt, src/classes/hash.C,
19711: src/classes/string.C, src/classes/table.C: sql options can be
19712: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19713:
19714: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19715:
19716: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19717: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19718: $file.content-type [instead of .mime-type] now works for
19719: file::stat also
19720:
19721: * src/main/pa_request.C: case insensitive mime_type_of
19722:
19723: 2002-08-05 paf
19724:
19725: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19726:
19727: * src/types/pa_vmail.C: file buffer relocated to parser heap
19728:
1.211 moko 19729: * operators.ru.txt, operators.txt: comment on date:calendar week
19730: column
1.95 moko 19731:
19732: * src/main/pa_common.C: write checked
19733:
19734: * src/main/: pa_common.C: write checked
19735:
19736: * src/classes/date.C: +1 buf size for stupid snprintfs
19737:
19738: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19739: month calendar week column [ISO 8601 Week Numbers]
19740:
19741: 2002-08-02 paf
19742:
19743: * src/: include/pa_config_fixed.h, main/pa_string.C,
19744: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19745: DEBUG*
19746:
19747: * configure, configure.in, src/include/pa_version.h: release
19748: 3_0_0005
19749:
19750: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19751: multipart post fixed
19752:
1.211 moko 19753: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19754: src/types/pa_vform.C: response transcoded source->client only
19755: when text/* or simple onoverridden $response:body
1.95 moko 19756:
19757: 2002-08-01 paf
19758:
19759: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19760: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19761: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19762: classes/op.C, classes/response.C, classes/string.C,
19763: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19764: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19765: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19766: include/pa_config_fixed.h, include/pa_dictionary.h,
19767: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19768: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19769: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19770: include/pa_socks.h, include/pa_sql_connection.h,
19771: include/pa_sql_driver_manager.h, include/pa_stack.h,
19772: include/pa_string.h, include/pa_stylesheet_connection.h,
19773: include/pa_stylesheet_manager.h, include/pa_table.h,
19774: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19775: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19776: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19777: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19778: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19779: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19780: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19781: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19782: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19783: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19784: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19785: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19786: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19787: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19788: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19789: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19790: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19791: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19792: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19793: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19794: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19795: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19796: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19797: types/pa_vmethod_frame.h, types/pa_vobject.h,
19798: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19799: types/pa_vresponse.h, types/pa_vstateless_class.C,
19800: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19801: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19802: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19803: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19804: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19805: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19806:
19807: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19808: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19809: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19810: classes/math.C, classes/op.C, classes/response.C,
19811: classes/string.C, classes/table.C, classes/void.C,
19812: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19813: include/pa_array.h, include/pa_cache_managers.h,
19814: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19815: include/pa_config_fixed.h, include/pa_config_includes.h,
19816: include/pa_dictionary.h, include/pa_dir.h,
19817: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19818: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19819: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19820: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19821: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19822: include/pa_stack.h, include/pa_string.h,
19823: include/pa_stylesheet_connection.h,
19824: include/pa_stylesheet_manager.h, include/pa_table.h,
19825: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19826: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19827: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19828: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19829: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19830: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19831: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19832: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19833: main/pa_sql_driver_manager.C, main/pa_string.C,
19834: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19835: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19836: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19837: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19838: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19839: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19840: targets/isapi/pool_storage.h, types/pa_valiased.C,
19841: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19842: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19843: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19844: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19845: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19846: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19847: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19848: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19849: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19850: types/pa_vresponse.C, types/pa_vresponse.h,
19851: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19852: types/pa_vstateless_object.h, types/pa_vstatus.C,
19853: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19854: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19855: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19856: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19857: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19858: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19859: types/Makefile.am: ident.C* removed
19860:
1.211 moko 19861: * operators.ru.txt, operators.txt, src/classes/file.C,
19862: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19863:
19864: * src/targets/cgi/parser3.C: usage to stdout now
19865:
19866: 2002-07-31 paf
19867:
19868: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19869:
19870: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19871: default "postmaster"
19872:
19873: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19874: -f postmaster now default sendmail key word "postmaster"
19875: replaced to $.from
19876:
19877: 2002-07-30 paf
19878:
1.116 moko 19879: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19880: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19881:
19882: * src/main/pa_charset.C: comment
19883:
19884: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19885: table, &#decimal;
19886:
19887: * src/main/pa_request.C: comment
19888:
19889: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19890: paragraf]
19891:
19892: 2002-07-11 paf
19893:
19894: * src/main/pa_exec.C: build command line badly added params twice
19895: [and first time without ' ']. double wrong. fixed.
19896:
19897: * src/main/pa_exec.C: invalid .exe caused error message with params
19898: wich parser did not provide = reported badly. fixed that.
19899:
19900: * src/classes/mail.C: $MAIL[ # xxx ]
19901:
19902: now ok
19903:
1.211 moko 19904: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19905:
19906: 2002-07-01 paf
19907:
19908: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19909: [MForm.configure_admin were called when request.main_class ==0
19910:
19911: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19912:
19913: * src/classes/form.C: content_length type fix
19914:
19915: 2002-06-30 paf
19916:
19917: * src/classes/mail.C: merged from 4
19918:
19919: * src/classes/mail.C: restored $MAIL
19920:
19921: 2002-06-28 paf
19922:
19923: * configure, configure.in: removed paths.h
19924:
1.116 moko 19925: * configure, src/include/pa_version.h,
1.95 moko 19926: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19927: merged, makes updated
19928:
1.211 moko 19929: * ChangeLog, configure, operators.ru.txt, operators.txt,
19930: src/classes/xdoc.C, src/include/pa_charset.h,
19931: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19932: src/include/pa_version.h, src/main/pa_charset.C,
19933: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19934: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19935: latest updates to head
1.95 moko 19936:
19937: 2002-06-27 paf
19938:
19939: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19940: not error now
19941:
1.211 moko 19942: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19943: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19944: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19945: ^xdoc::create[[uri]]... base uri for document being created,
19946: imports and other relative file names would be relative to this
19947: uri default uri=path_translated
19948:
19949: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19950:
19951: 2002-06-26 paf
19952:
19953: * configure, configure.in, src/include/pa_version.h:
19954: release_3_0_0004
19955:
19956: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19957: 0 now
19958:
19959: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19960:
19961: 2002-06-25 paf
19962:
19963: * src/main/pa_string.C: emtpy string, or string of whitespaces
19964: considered bad number now
19965:
1.211 moko 19966: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19967: ^xdoc.transform[xdoc <<can be now
1.95 moko 19968:
1.211 moko 19969: * operators.ru.txt, operators.txt, src/classes/string.C:
19970: ^string.normalize [old name: optimize
1.95 moko 19971:
19972: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19973: library configured
19974:
19975: * src/main/pa_request.C: configure_admin forced if no @conf
19976:
1.211 moko 19977: * operators.ru.txt, operators.txt, src/classes/math.C,
19978: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19979: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19980:
19981: 2002-06-24 paf
19982:
19983: * INSTALL: --with-static/shared-mailreceive described
19984:
19985: * src/include/pa_config_fixed.h: ssize_t fixed
19986:
1.116 moko 19987: * configure, configure.in, src/include/pa_config_auto.h.in,
19988: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19989: src/types/pa_vmail.C: $mail:received makes update
19990:
19991: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19992: WITH_MAILRECEIVE
19993:
19994: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19995:
19996: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19997: option, for $mail:receive
19998:
19999: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20000: introducting $message:received ^mail:send rewritten with backward
20001: comp
20002:
20003: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20004: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20005: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20006: now
20007:
1.211 moko 20008: * operators.ru.txt, operators.txt, src/classes/mail.C,
20009: src/include/Makefile.am, src/include/pa_charset.h,
20010: src/include/pa_config_fixed.h, src/include/pa_request.h,
20011: src/include/pa_string.h, src/include/pa_uue.h,
20012: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20013: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20014: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20015: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20016: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20017: uue to separate file introducting $message:received ^mail:send
20018: rewritten with backward comp
20019:
20020: 2002-06-21 paf
20021:
1.116 moko 20022: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20023: co changes
1.95 moko 20024:
1.116 moko 20025: * configure, configure.in, src/lib/md5/Makefile.am,
20026: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20027: restructure .in and .am files appropriate changes
1.95 moko 20028:
20029: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20030: pcre to libs/ added libs/md5 which is linked to non-apache
20031: targets ^math:crypt[password;$apr1$salt]
20032:
1.211 moko 20033: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20034: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20035: src/classes/classes.dsp, src/classes/math.C,
20036: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20037: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20038: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20039: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20040: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20041: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20042: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20043: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20044: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20045: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20046: src/lib/pcre/pcre_parser_ctype.dsp,
20047: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20048: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20049: src/main/compile.tab.C, src/main/main.dsp,
20050: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20051: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20052: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20053: to libs/ added libs/md5 which is linked to non-apache targets
20054: ^math:crypt[password;$apr1$salt]
20055:
20056: 2002-06-20 paf
20057:
1.211 moko 20058: * INSTALL, configure, configure.in, operators.ru.txt,
20059: operators.txt, src/classes/file.C, src/classes/op.C,
20060: src/doc/doxygen.cfg, src/include/pa_globals.h,
20061: src/include/pa_request.h, src/main/execute.C,
20062: src/main/pa_request.C, src/targets/cgi/parser3.C,
20063: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20064: marged latest HEAD updates, mainly file:justname&co &
20065: @auto/conf[filespec
1.95 moko 20066:
1.211 moko 20067: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20068: !^file:dirname[/a/some.tar.gz]=/a
20069: !^file:dirname[/a/b/]=/a
20070: !^file:basename[/a/some.tar.gz]=some.tar.gz
20071: !^file:justname[/a/some.tar.gz]=some.tar
20072: !^file:justext[/a/some.tar.gz]=gz
20073:
20074: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20075: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20076: @conf/auto[filespec]
20077:
1.116 moko 20078: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20079:
1.211 moko 20080: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20081: src/doc/doxygen.cfg, src/include/pa_globals.h,
20082: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20083: parser3.conf renamed to auto.p
1.95 moko 20084:
20085: 2002-06-18 paf
20086:
20087: * configure, configure.in, src/include/pa_version.h: version to
20088: configure.in
20089:
20090: * INSTALL: reflected .conf.dist dir change
20091:
1.150 moko 20092: * Makefile.am, configure, configure.in,
1.116 moko 20093: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20094: .in & *.am updated
20095:
20096: * src/classes/file.C: strncasecmp
20097:
20098: * src/classes/file.C: strcasecmp
20099:
1.150 moko 20100: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20101:
20102: * src/classes/file.C: ^file::exec[script;$.bad error case
20103: insensitive check now
20104:
20105: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20106:
20107: * configure, configure.in, src/include/pa_pool.h,
20108: src/include/pa_types.h: pack configure.in detection simplified.
20109: figured out that gcc on sparc not that stupid as thought
20110: previously: on sparc: when it sees packed class it modifies it's
20111: field-access-code to byte operations [stb, ldub] instead of 4byte
20112: operations [st, lduh] so packed must be all parts of packed
20113: class, i.e. it's parents&fields(classes). for now it's only
20114: String that packed and what was wrong is that it's parent -
20115: Pooled, were not packed. fixed that.
20116:
20117: 2002-06-14 paf
20118:
1.211 moko 20119: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20120:
1.211 moko 20121: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20122: attribute_node.name/value xnode pi.node.data
20123:
20124: 2002-06-12 paf
20125:
1.116 moko 20126: * configure, configure.in, src/targets/cgi/Makefile.am,
20127: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20128:
1.211 moko 20129: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20130: etc/Makefile.am, src/include/pa_globals.h,
20131: src/include/pa_request.h, src/main/compile.tab.C,
20132: src/main/pa_globals.C, src/main/pa_request.C,
20133: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20134: parser3.conf now one and only
1.95 moko 20135:
20136: * src/classes/mail.C: sendmail -ti [default now]
20137:
20138: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20139: to be strings. for convinient #ing
20140:
20141: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20142: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20143:
20144: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20145: main/pa_globals.C, main/pa_request.C: @conf
20146:
20147: 2002-06-11 paf
20148:
20149: * src/classes/file.C: check simplified
20150:
20151: * src/: classes/file.C, targets/cgi/parser3.dsp,
20152: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20153: valid prefix
20154:
20155: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20156: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20157: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20158:
20159: 2002-06-10 paf
20160:
1.211 moko 20161: * operators.ru.txt, operators.txt, src/classes/op.C,
20162: src/include/pa_common.h, src/main/pa_common.C: lock failures
20163: reported now
1.95 moko 20164:
20165: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20166: string->double @ compile time were not-enough-checking...
20167:
20168: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20169: autoconvert now ignored
20170:
20171: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20172: check
20173:
20174: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20175: $response:body content-type:name
20176:
20177: * configure, configure.in: hpux check, nsl link, no socket
20178:
1.211 moko 20179: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20180:
20181: * configure, configure.in: pack even address access on sparc&co
20182: arch checked in configure
20183:
20184: * configure, src/include/pa_version.h: makes
20185:
20186: * configure, configure.in, src/include/pa_version.h: makes
20187:
20188: * src/main/untaint.C: (bug#2) mail subject got always prepended
20189: with charset even when all letters were 7bit one
20190:
20191: * src/main/pa_common.C: merged fixed -d (bug)
20192:
20193: * src/main/pa_common.C: fixed -d (bug)
20194:
20195: 2002-06-03 paf
20196:
1.211 moko 20197: * ChangeLog, operators.ru.txt, operators.txt,
20198: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20199: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20200: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20201: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20202: .dsp-s along with reorganized cvs modules dirs structure
20203:
20204: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20205: main/pa_globals.C, targets/cgi/parser3.dsp,
20206: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20207: modules
20208:
20209: 2002-05-28 paf
20210:
20211: * src/targets/cgi/parser3.C: info.uri now ""
20212:
20213: 2002-05-17 paf
20214:
20215: * src/classes/: table.C: ^table.save << checked empty
20216: pre/match/post columns
20217:
20218: 2002-05-16 paf
20219:
20220: * src/classes/image.C: image::measure can png now
20221:
20222: 2002-05-15 paf
20223:
1.211 moko 20224: * operators.ru.txt, operators.txt, src/classes/date.C:
20225: ^date::create[%H:%M[:%S]] added
1.95 moko 20226:
20227: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20228:
1.211 moko 20229: * operators.ru.txt, operators.txt, src/classes/date.C:
20230: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20231:
20232: 2002-05-14 paf
20233:
20234: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20235:
20236: 2002-05-07 paf
20237:
20238: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20239: src/include/pa_globals.h, src/include/pa_request.h,
20240: src/include/pa_table.h, src/main/compile.tab.C,
20241: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20242: src/main/pa_request.C, src/main/pa_table.C,
20243: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20244: src/targets/isapi/parser3isapi.dsp,
20245: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20246: name2number field now &. main_method_name now on Request pool
20247: rather on global_pool [Junction+VJunction created on same pool as
20248: name = were created on global pool, causing mem leaks]
20249:
20250: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20251: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20252: main/compile.y, main/main.dsp, main/pa_globals.C,
20253: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20254: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20255: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20256: field now &. main_method_name now on Request pool rather on
20257: global_pool [Junction+VJunction created on same pool as name =
20258: were created on global pool, causing mem leaks]
20259:
20260: 2002-05-06 paf
20261:
20262: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20263: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20264: 100*40 bytes per request memory leak [nonpool malloc in globals]
20265:
20266: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20267: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20268: 100*40 bytes per request memory leak [nonpool malloc in globals]
20269:
20270: 2002-04-30 paf
20271:
20272: * configure, src/include/pa_version.h: version now not b
20273:
20274: * src/targets/cgi/parser3.C: request.uri now never 0
20275:
20276: 2002-04-29 paf
20277:
20278: * configure.in: removed b
20279:
20280: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20281: Exception::comment/type checked in (), no there's no empty
20282: type/comment by default
20283:
20284: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20285: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20286: src/doc/value.dox, src/include/pa_exception.h,
20287: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20288: 0001
20289:
20290: 2002-04-26 paf
20291:
20292: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20293: size reduced
20294:
20295: 2002-04-25 paf
20296:
20297: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20298: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20299: now that took into account
20300:
1.211 moko 20301: * operators.ru.txt, operators.txt, src/classes/date.C:
20302: ^date::create[2002-12-33 01:03:04]
1.95 moko 20303:
1.211 moko 20304: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20305: ^date::create[2002-12-33 01:03:04]
20306:
20307: * ChangeLog: updated changelog
20308:
20309: * src/classes/table.C: removed restriction on column count to
20310: ^table.hash to work, now must be >0 [were >1]
20311:
20312: 2002-04-24 paf
20313:
20314: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20315: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20316: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20317: targets
20318:
20319: 2002-04-23 paf
20320:
1.211 moko 20321: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20322: int/double/string:sql{}[$.default{code}] fixed [were barking:
20323: "junction used outside of context"]
20324:
20325: 2002-04-22 paf
20326:
20327: * types.txt, src/classes/string.C, src/include/pa_string.h,
20328: src/main/pa_string.C, src/types/pa_vstring.C,
20329: src/types/pa_vstring.h: ^string.optimize[]
20330:
20331: * src/: include/pa_globals.h, include/pa_table.h,
20332: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20333: table template
20334:
20335: * src/classes/: string.C: optimize removed from string
20336: .left/right/pos
20337:
20338: * src/main/execute.C: rolled back to
20339: before_killing_userjunction_contexts
20340:
20341: * src/main/execute.C: user junctions context killed
20342:
20343: * src/main/execute.C: junctions to local contexts got
20344: cleanized&checked later
20345:
20346: 2002-04-19 paf
20347:
20348: * src/: classes/string.C, include/pa_request.h,
20349: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20350: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20351: prior to .left .right .mid .pos .match when that is profitable,
20352: and always before .replace when $ORIGINS(1) optimization disabled
20353: economy from not wasting mem on lots of strings which occur by
20354: lots of String:mid calls to get parts of source string between
20355: found_occurances
20356:
20357: * src/classes/file.C: ovector now local economy: 16 bytes per
20358: ^file:list
20359:
20360: * src/: include/pa_globals.h, include/pa_table.h,
20361: main/pa_globals.C, main/pa_string.C: String::match table columns
20362: globalized, not created @ each ^match anymore economy:
20363: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20364:
20365: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20366: removed from each String::match replace iteration, and made
20367: stacked sizeof(VTable)=12bytes economy on each replace code
20368:
20369: * src/doc/footer.htm: 2001,
20370:
20371: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20372: string.match[]['] option enables generation of $match.prematch
20373: .match .postmatch columns
20374:
20375: * src/main/pa_string.C: String::match options analized without
20376: cstr-ing them now
20377:
20378: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20379: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20380: config updated to doxygen 1.2.15, created helper which fixes
20381: minor bugs in chm project files & htm tree. changed extension to
20382: .htm
20383:
20384: 2002-04-18 paf
20385:
20386: * src/doc/doxygen.cfg: .chi generation disabled
20387:
20388: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20389: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20390: fields&methods
20391:
20392: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20393: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20394: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20395: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20396: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20397: types/pa_vresponse.h, types/pa_vstateless_class.h,
20398: types/pa_vstateless_object.h, types/pa_vstatus.h,
20399: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20400: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20401: VStateless_class to VObject
20402:
20403: * src/: main/pa_request.C, types/pa_valiased.h,
20404: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20405: types/pa_vstring.h: VStateless_string_object speicalized light
20406: version of VStateless_object
20407:
20408: * src/classes/op.C: ^throw comment param made optional
20409:
20410: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20411: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20412: and implemented down in VClass, fclass_alias removed,
20413:
20414: * src/types/pa_value.C: forced to cut that from .h because of
20415: VStateless_class usage [undefined in .h]
20416:
20417: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20418: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20419: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20420: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20421: on each CALL]
20422:
20423: * src/: classes/classes.h, classes/date.C, classes/double.C,
20424: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20425: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20426: classes/response.C, classes/string.C, classes/table.C,
20427: classes/void.C, classes/xnode.C, include/pa_globals.h,
20428: include/pa_request.h, main/execute.C, main/pa_globals.C,
20429: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20430: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20431: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20432: types/pa_vstateless_class.h, types/pa_wcontext.C,
20433: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20434: removed Value::fname
20435:
20436: 2002-04-17 paf
20437:
20438: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20439: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20440: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20441: include/pa_pool.h, include/pa_types.h: dox updated to current
20442: state, PTHROW freshen to throw & co
20443:
20444: * src/types/pa_vhash.h: vstring wrong parent fixed
20445:
20446: * src/classes/op.C: taint local result var bug fixed
20447:
20448: 2002-04-16 paf
20449:
20450: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20451: Attic asm.txt as most interesting
20452:
20453: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20454: check, preventing content-length: 0 from appearing
20455:
20456: * src/main/execute.C: $result in @main now taken into account as in
20457: usual functions
20458:
20459: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20460: & @unhandled_exception now taken into account as in usual
20461: functions
20462:
20463: * src/doc/postbuild.txt: instructions on post .html build
20464:
20465: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20466:
20467: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20468: tainted
20469:
20470: * src/main/pa_request.C: uri in error log
20471:
20472: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20473: cheched date:create(days) param for validity [later were assumed
20474: valid and crashed on invalid onces]
20475:
20476: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20477: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20478: and used that for removing VString wrapper
20479:
20480: * src/classes/op.C: exception2vhash file now tainted
20481:
20482: * src/classes/op.C: _process pseudo origin copied from local var to
20483: heap
20484:
20485: * src/classes/op.C: extra check on empty file in origin in _execute
20486:
20487: 2002-04-15 paf
20488:
20489: * src/: main/execute.C, types/pa_value.h: fixed name update
20490:
20491: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20492: functions
20493:
20494: * src/: classes/file.C, classes/hash.C, classes/op.C,
20495: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20496: started dual write_xxx_lang functions, if checked & works
20497:
20498: * src/: classes/date.C, classes/file.C, classes/mail.C,
20499: classes/string.C, classes/xnode.C, include/pa_request.h,
20500: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20501: unnecessary VString shells
20502:
20503: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20504: prev changes]
20505:
20506: * src/: classes/image.C, classes/op.C, classes/string.C,
20507: classes/table.C, include/pa_request.h, main/execute.C,
20508: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20509: StringOrValue wcontext result, now ready for dual writes
20510:
20511: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20512: checked that
20513:
20514: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20515: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20516: changed to OP_WRITE_VALUE in var get cases
20517:
20518: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20519: include/pa_request.h, main/compile.tab.C, main/compile.y,
20520: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20521: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20522: switch in hash constructor fixed [were problems with using of
20523: stacked wwrapper after it's death]
20524:
20525: 2002-04-12 paf
20526:
1.211 moko 20527: * operators.ru.txt, operators.txt, src/classes/table.C:
20528: table.select(expression) 0
1.95 moko 20529:
20530: 2002-04-11 paf
20531:
20532: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20533: Request::process_internal codeFrame & wwrapper stacked [not
20534: wasting heap anymore]
20535:
20536: 2002-04-10 paf
20537:
20538: * src/: classes/double.C, classes/file.C, classes/hash.C,
20539: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20540: classes/string.C, classes/table.C, classes/void.C,
20541: classes/xdoc.C, include/pa_request.h, main/execute.C,
20542: main/pa_string.C: killed Request::process() wrapping
20543: VString(String) in case we need only String
20544:
20545: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20546: killed 8 bytes from String.head
20547:
20548: 2002-04-09 paf
20549:
20550: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20551: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20552: local*/char b[...]; a=b; situations
20553:
1.211 moko 20554: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20555: made literal
1.95 moko 20556:
20557: * src/classes/xdoc.C: xslt params fixed
20558:
20559: * src/: main/pa_common.C, targets/cgi/parser3.C,
20560: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20561: not pool.malloc(MAX_NUMBER) but really neaded
20562:
1.211 moko 20563: * operators.ru.txt, operators.txt, src/classes/double.C,
20564: src/classes/int.C: int/double.int/double(default)
1.95 moko 20565:
20566: 2002-04-04 paf
20567:
20568: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20569: [when reconstructing pieces were split by
20570: max_integral(piece.size), thus some strings to replace happen to
20571: be split into two = not replaced)
20572:
20573: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20574: standalone version = current dir
20575:
20576: * src/targets/cgi/parser3.C: document root in standalone version =
20577: current dir
20578:
20579: 2002-04-03 paf
20580:
20581: * configure, configure.in: more checks on nonexistent charset
20582:
1.116 moko 20583: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20584:
20585: 2002-04-02 paf
20586:
20587: * src/main/compile.C: parser.compile [exception name more like in
20588: doc]
20589:
20590: 2002-04-01 paf
20591:
20592: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20593: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20594: .content-type.charset, not .charset
20595:
20596: 2002-03-29 paf
20597:
20598: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20599:
1.211 moko 20600: * operators.ru.txt, operators.txt, src/classes/date.C:
20601: ^date::create now may not supply day, default 1. checked 29.03
20602: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20603:
20604: 2002-03-28 paf
20605:
1.211 moko 20606: * operators.ru.txt, operators.txt, src/classes/date.C,
20607: src/classes/op.C, src/include/pa_globals.h,
20608: src/include/pa_hash.h, src/main/pa_globals.C,
20609: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20610: ^cache[date] }
1.95 moko 20611:
20612: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20613: param
20614:
20615: 2002-03-27 paf
20616:
1.211 moko 20617: * operators.ru.txt, operators.txt, src/classes/date.C,
20618: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20619: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20620: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20621: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20622: src/classes/xdoc.C, src/classes/xnode.C,
20623: src/include/pa_exception.h, src/include/pa_request.h,
20624: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20625: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20626: src/main/pa_array.C, src/main/pa_charset.C,
20627: src/main/pa_charsets.C, src/main/pa_common.C,
20628: src/main/pa_dictionary.C, src/main/pa_exception.C,
20629: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20630: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20631: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20632: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20633: src/types/pa_value.h, src/types/pa_vcookie.C,
20634: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20635: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20636: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20637: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20638: src/types/pa_wwrapper.h: assigned exception types
20639:
1.211 moko 20640: * operators.ru.txt, operators.txt, src/classes/op.C,
20641: src/include/pa_config_fixed.h, src/include/pa_request.h,
20642: src/main/execute.C, src/main/pa_request.C: decided agains
20643: resetting exception_trace, just changed name
1.95 moko 20644:
20645: 2002-03-26 paf
20646:
20647: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20648: fixed
20649:
20650: * src/classes/op.C: forced language of $source field of exception
20651: to 'tainted', so that sql-langed-frags could be outputed outside
20652: of connect
20653:
1.211 moko 20654: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20655: offset
1.95 moko 20656:
20657: * src/classes/date.C: removed date.roll limit of +-1 offset
20658:
1.211 moko 20659: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20660: roll on daylightsaving days mktime took into account tm_isdst
20661: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20662:
20663: 2002-03-25 paf
20664:
1.211 moko 20665: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20666: http_site_config_filespec
20667:
20668: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20669: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20670: with any/both --disable-foreign-group-files --disable-execs
20671:
20672: * INSTALL: "--with=sendmail=COMMAND" comment
20673:
20674: * INSTALL, configure, configure.in, src/classes/mail.C,
20675: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20676: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20677: disables execs also. introducing --sendmail
1.95 moko 20678:
1.211 moko 20679: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20680:
20681: * INSTALL: comment on --disable-link-stdcpp
20682:
1.116 moko 20683: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20684: libstdc++ link skipping configure option
1.95 moko 20685:
20686: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20687: with error were put to cache with 'marked_to_rollback' flag, all
20688: consequent even OK requests rolled back
20689:
20690: 2002-03-22 paf
20691:
20692: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20693: false return
20694:
1.211 moko 20695: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20696:
20697: 2002-03-18 paf
20698:
1.211 moko 20699: * operators.ru.txt, operators.txt, src/classes/op.C,
20700: src/include/pa_exception.h, src/include/pa_globals.h,
20701: src/include/pa_request.h, src/include/pa_stack.h,
20702: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20703:
20704: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20705: types/pa_vdouble.h: removed some tested @tests
20706:
20707: 2002-03-15 paf
20708:
1.211 moko 20709: * operators.ru.txt, operators.txt, src/classes/table.C:
20710: ^table.locate(logical expr)
1.95 moko 20711:
20712: 2002-03-13 paf
20713:
20714: * src/main/pa_exception.C: checked not-pooled malloc
20715:
20716: 2002-03-11 paf
20717:
20718: * INSTALL, configure, configure.in,
20719: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20720:
20721: * src/main/pa_common.C: --disable-foreign-group-files
20722:
20723: * INSTALL: --disable-execs
20724:
20725: * src/main/pa_exec.C: --disable-execs
20726:
20727: * configure, configure.in, src/include/pa_config_auto.h.in:
20728: --disable-execs
20729:
20730: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20731:
20732: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20733: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20734:
20735: 2002-03-05 paf
20736:
1.211 moko 20737: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20738: calendar columns named
1.95 moko 20739:
1.211 moko 20740: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20741: calendar columns named
1.95 moko 20742:
20743: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20744: requires headers to be terminated with \r\n manually [refuses to
20745: separate header/body itself]
20746:
20747: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20748: targets/isapi/parser3isapi.C: isapi site config beside .dll
20749:
20750: 2002-03-04 paf
20751:
20752: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20753: in PASS language
20754:
20755: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20756: deserialize checks on broken file
20757:
20758: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20759: parser3isapi.dsp: isapi updated
20760:
20761: 2002-03-01 paf
20762:
20763: * src/main/pa_exec.C: execle -> execve, now argc OK
20764:
20765: 2002-02-28 paf
20766:
20767: * src/main/untaint.C: removed some debug comments
20768:
20769: * src/main/pa_charsets.C: when placing charset to cache using
20770: global name now [were request]
20771:
20772: * configure, configure.in: apache module updated
20773:
20774: * src/main/pa_string.C: origin by first piece preferred before last
20775: piece
20776:
20777: 2002-02-27 paf
20778:
20779: * src/main/pa_charset.C: size_t
20780:
20781: * INSTALL: shared/static-xml with-pathlink
20782:
1.211 moko 20783: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20784:
20785: 2002-02-26 paf
20786:
20787: * src/main/pa_exec.C: more precise names for vars, cosmetic
20788:
20789: * src/classes/xnode.C: in some situation, xpath query returned
20790: result with type NODESET, but empty nodeset member field, checked
20791: that
20792:
20793: 2002-02-22 paf
20794:
20795: * INSTALL: without-zlib comment
20796:
20797: * etc/parser3.charsets/windows-1251.cfg: °
20798:
20799: * configure, configure.in: glib###.a detection fixed
20800:
20801: * INSTALL: hashfile removed from INSTALL
20802:
1.116 moko 20803: * Makefile.am: make update
1.95 moko 20804:
20805: * src/main/pa_string.C: string iterators fixed again, so were
20806: String::join_chain
20807:
20808: * src/main/pa_string.C: string iterators fixed again, so were
20809: String::join_chain
20810:
20811: * src/: include/pa_string.h, main/pa_string.C: string iterators
20812: fixed again, so were String::join_chain
20813:
20814: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20815:
1.211 moko 20816: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20817: "expires=0" = "session"
1.95 moko 20818:
1.116 moko 20819: * configure, configure.in, src/include/pa_config_auto.h.in:
20820: --with-shared-xml --with-static-xml
1.95 moko 20821:
20822: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20823: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20824: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20825: xalan&xml
20826:
20827: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20828:
1.211 moko 20829: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20830: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20831: from sources for now
1.95 moko 20832:
1.116 moko 20833: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20834: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20835: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20836: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20837: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20838: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20839: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20840: src/types/Makefile.am, src/types/pa_vhashfile.C,
20841: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20842:
20843: 2002-02-21 paf
20844:
20845: * src/main/untaint.C: removed debug code, activated commented-for
20846: debug parts
20847:
1.116 moko 20848: * Makefile.am: make cvsupdate
1.95 moko 20849:
20850: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20851: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20852: append_row, not at link zero now string to string appending works
20853:
20854: 2002-02-20 paf
20855:
20856: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20857: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20858: DEBUG_STRING_APPENDS_VS_EXPANDS
20859:
20860: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20861: economy: 22%
20862:
20863: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20864: space uptimized: string::link_row removed
20865:
20866: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20867: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20868: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20869: types/pa_vstring.h: speed uptimized: string::is_empty
20870:
1.211 moko 20871: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20872: src/include/pa_config_fixed.h, src/include/pa_string.h,
20873: src/include/pa_types.h, src/main/compile.tab.C,
20874: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20875: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20876: string append optimiziation idea and estimates
20877:
20878: 2002-02-19 paf
20879:
20880: * src/classes/math.C: not used directly [but erroreously reported
20881: that 'is', thus registering twice&other probs]
20882:
20883: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20884: to node [element]
20885:
20886: * src/main/compile.C: without string_origins parse error
20887: file+line+col possible
20888:
20889: * src/main/: compile.C: without string_origins not worked
20890:
20891: 2002-02-18 paf
20892:
20893: * src/types/pa_vdouble.h: since we have in_expression removed that
20894: trick i've installed into double::as_string
20895:
20896: * src/main/pa_globals.C: extern "C" was removed too fast
20897:
20898: * src/: include/pa_opcode.h, include/pa_request.h,
20899: main/compile.tab.C, main/compile.y, main/execute.C,
20900: types/pa_wcontext.h: in_expression aimed to solve old problem
20901: with string/nonstring values, now in expressions double/int
20902: values are passed as-is, without stupid tostring/fromstring
20903: conversions
20904:
20905: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20906: __cplusplus } #endif
20907:
20908: * src/main/compile.tab.C: bison env set so one could compile
20909: without cygwin installed
20910:
20911: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20912: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20913: gnome xml libs parser .dsp-s changed accordingly
20914:
1.211 moko 20915: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20916: PARSER_ROOT_CONFIG
1.95 moko 20917:
1.211 moko 20918: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20919: [were date::set, with backward comp
1.95 moko 20920:
20921: * src/classes/math.C: math:random range check fixed
20922:
20923: * src/main/: compile.tab.C, compile.y: integer division stops name
20924:
20925: * INSTALL: local install comment
20926:
1.116 moko 20927: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20928:
1.116 moko 20929: * acinclude.m4, aclocal.m4, configure, configure.in,
20930: src/include/pa_config_auto.h.in,
20931: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20932: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20933:
1.211 moko 20934: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20935:
20936: 2002-02-13 paf
20937:
20938: * src/include/pa_config_includes.h: sys/time time both included
20939: now. vaguely remember confilicts on this on some system [not on
20940: six|ablv] so when would see them again would think up proper
20941: check
20942:
1.116 moko 20943: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20944: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20945:
20946: * src/main/pa_common.C: truncation never occured when writing files
20947: on unix [since i've changed cache mech] fix
20948:
20949: * src/main/pa_common.C: strnchr: sanity check added
20950:
20951: * etc/parser3.charsets/windows-1257.cfg: id added
20952:
20953: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20954: baltic charset file generated, in generation script ispunct check
20955: added
20956:
20957: 2002-02-08 paf
20958:
1.116 moko 20959: * src/: include/Makefile.am, sql/Makefile.am,
20960: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20961:
20962: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20963: forgotten
20964:
20965: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20966:
20967: * INSTALL, README: install&others updated
20968:
20969: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20970:
1.116 moko 20971: * Makefile.am, configure, configure.in,
20972: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20973: src/classes/Makefile.am, src/main/Makefile.am,
20974: src/main/pa_status_provider.C, src/targets/Makefile.am,
20975: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20976: works
1.95 moko 20977:
20978: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20979: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20980: classes/hashfile.C, classes/int.C, classes/mail.C,
20981: classes/math.C, classes/op.C, classes/response.C,
20982: classes/string.C, classes/table.C, classes/void.C,
20983: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20984: include/pa_array.h, include/pa_cache_managers.h,
20985: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20986: include/pa_config_fixed.h, include/pa_config_includes.h,
20987: include/pa_db_connection.h, include/pa_db_manager.h,
20988: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20989: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20990: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20991: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20992: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20993: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20994: include/pa_stack.h, include/pa_string.h,
20995: include/pa_stylesheet_connection.h,
20996: include/pa_stylesheet_manager.h, include/pa_table.h,
20997: include/pa_threads.h, include/pa_types.h, main/compile.C,
20998: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20999: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21000: main/pa_db_connection.C, main/pa_db_manager.C,
21001: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21002: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21003: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21004: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21005: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21006: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21007: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21008: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21009: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21010: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21011: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21012: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21013: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21014: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21015: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21016: types/pa_vmethod_frame.h, types/pa_vobject.h,
21017: types/pa_vrequest.h, types/pa_vresponse.h,
21018: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21019: types/pa_vstateless_object.h, types/pa_vstatus.C,
21020: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21021: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21022: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21023: classes/image.C, main/pa_common.C, main/pa_exec.C,
21024: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21025: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21026: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21027: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21028: types/pa_vxnode.C, main/pa_charset.C: name spelling
21029:
21030: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21031: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21032: classes/hashfile.C, classes/image.C, classes/int.C,
21033: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21034: classes/string.C, classes/table.C, classes/void.C,
21035: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21036: include/pa_array.h, include/pa_cache_managers.h,
21037: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21038: include/pa_config_fixed.h, include/pa_config_includes.h,
21039: include/pa_db_connection.h, include/pa_db_manager.h,
21040: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21041: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21042: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21043: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21044: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21045: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21046: include/pa_stack.h, include/pa_string.h,
21047: include/pa_stylesheet_connection.h,
21048: include/pa_stylesheet_manager.h, include/pa_table.h,
21049: include/pa_threads.h, include/pa_types.h, main/compile.C,
21050: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21051: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21052: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21053: main/pa_db_connection.C, main/pa_db_manager.C,
21054: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21055: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21056: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21057: main/pa_socks.C, main/pa_sql_driver_manager.C,
21058: main/pa_status_provider.C, main/pa_string.C,
21059: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21060: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21061: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21062: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21063: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21064: targets/isapi/pool_storage.h, types/pa_valiased.C,
21065: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21066: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21067: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21068: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21069: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21070: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21071: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21072: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21073: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21074: types/pa_vresponse.h, types/pa_vstateless_class.C,
21075: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21076: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21077: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21078: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21079: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21080: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21081:
21082: 2002-02-07 paf
21083:
21084: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21085:
1.116 moko 21086: * configure, configure.in, src/include/pa_config_auto.h.in,
21087: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21088: added yet another locking function: fcntl
1.95 moko 21089:
21090: * config.sub: on cygwin configure passes it with strange i1586
21091: const, hacked it to mean i586
21092:
21093: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21094: disabled $if reference due to conflicts with local variables
21095:
1.211 moko 21096: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21097: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21098: xdoc::create, with both sences
21099:
21100: * operators.ru.txt, operators.txt, src/classes/table.C,
21101: src/include/pa_array.h, src/include/pa_table.h,
21102: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21103: 'set' name obsolete now table clone.
1.95 moko 21104:
1.211 moko 21105: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21106: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21107: ^int/double/string.format now can be called with normal []
21108: brackets, not stupid {} as it were implemented for some strange
21109: reason. retaining backward compatibility due to some
21110: already-implemented servers
21111:
21112: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21113: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21114: operators now detected by check at name_without_curly_rdive_read
21115: rule whether diving code constists only of
21116: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21117: with OP_GET_ELEMENT_OR_OPERATOR to form
21118: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21119:
21120: 2002-02-06 paf
21121:
21122: * configure, configure.in: prefix expanded, grr
21123:
1.211 moko 21124: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21125: config changed
1.95 moko 21126:
21127: 2002-02-05 paf
21128:
1.211 moko 21129: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21130:
21131: * src/main/: pa_exec.C: argv0 now correct
21132:
21133: * src/types/pa_vstatus.C: status:rusage 3
21134:
21135: * src/types/pa_vstatus.C: status:rusage 2
21136:
1.211 moko 21137: * operators.ru.txt, operators.txt: status:rusage described int
21138: operators
1.95 moko 21139:
21140: * src/types/pa_vstatus.C: status:rusage 1
21141:
21142: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21143: src/types/types.dsp: status:rusage
21144:
1.211 moko 21145: * configure.in, operators.ru.txt, operators.txt,
21146: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21147: src/include/pa_config_includes.h, src/main/compile.tab.C,
21148: src/main/pa_common.C: rewritten ^cache to use
21149: non-blocking-exclusive-caches
21150:
21151: * src/main/pa_common.C: text file read mode on win32 adjusted
21152: [speed impact. was off for debugging purpose, but forgotten
21153: afterwards]
21154:
21155: 2002-02-01 paf
21156:
21157: * src/classes/op.C: file_write does EX lock after create, while
21158: file_read does SH after open, so there's a moment after create
21159: but before EX lock when read can sneak into, and read
21160: just-created-for-writing-and-not-yet-locked file, added a check
21161: for that in ^cache...read
21162:
21163: 2002-01-31 paf
21164:
21165: * src/main/: compile.y, compile.tab.C: disabled operator call after
21166: ^xxx:
21167:
21168: * src/main/: compile.tab.C, execute.C: made operators lookup first
21169: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21170:
21171: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21172: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21173: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21174: operators check 6.1 rewritten. now check is done at compile time
21175:
21176: * src/main/execute.C: operators check 5 floated up old error of
21177: staying in 'entered class/object' state after $a($a..) it
21178: prevented operators from being called thereafter
21179:
21180: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21181: main/execute.C: operators check 4 floated up old error of staying
21182: in 'entered object' state after ^a.a(a) it prevented operators
21183: from being called thereafter
21184:
21185: * src/main/execute.C: operators check 3 floated up old error of
21186: staying in 'entered class' state after $a:a(a) it prevented
21187: operators from being called thereafter
21188:
21189: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21190: floated up old error of staying in 'entered class' state after
21191: $a:a[a] it prevented operators from being called thereafter
21192:
21193: * src/main/execute.C: operators check, thay mistakenly seen in
21194: $class:operator $object.operators contexts
21195:
21196: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21197: win32
21198:
1.116 moko 21199: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21200: src/classes/Makefile.am, src/main/Makefile.am,
21201: src/targets/cgi/Makefile.am,
1.95 moko 21202: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21203: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21204:
1.116 moko 21205: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21206: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21207: configure, configure.in, form.txt, ident.awk, install-sh,
21208: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21209: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21210: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21211: etc/parser3.charsets/koi8-r.cfg,
21212: etc/parser3.charsets/windows-1250.cfg,
21213: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21214: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21215: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21216: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21217: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21218: straightened installation scripts procedure made
21219: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21220: change
21221:
21222: 2002-01-30 paf
21223:
21224: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21225: removed] those comments were a mistake, and prevented libltdl
21226: from function properly
21227:
21228: 2002-01-29 paf
21229:
1.116 moko 21230: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21231: creation [modified acinclude.m4 which were creating int into just
21232: assignment LIBTOOL=../libtool] added default system
21233: config&charsetts prepared 'make install', now it installs
21234: targets/cgi/parser3 into bin directory etc/parser3.conf &
21235: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21236: $sysconfdir/parser3.charsets respectively
21237:
21238: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21239: main/pa_globals.C: few forgotten ifdef XML added
21240:
21241: 2002-01-28 paf
21242:
1.116 moko 21243: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21244: removed
21245:
21246: * src/main/pa_exception.C: dom|generic error output fix
21247:
21248: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21249:
21250: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21251:
21252: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21253: [fixed as_node helper func to accept docs]
21254:
21255: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21256: xdoc.importNode 0
21257:
21258: * src/classes/xdoc.C: xdoc::set now untaints OK
21259:
21260: 2002-01-25 paf
21261:
21262: * src/main/: compile.tab.C, compile.y: #comment before @ after
21263: @SPECIAL now works OK
21264:
21265: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21266:
21267: * src/main/pa_exec.C: max arg count now 10, and proper message on
21268: violation that added
21269:
21270: * src/classes/hash.C: unified hash::sql, now
21271: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21272:
21273: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21274: ^file:lock[filename]{code}
21275:
21276: * src/: classes/file.C, classes/op.C, classes/string.C,
21277: classes/table.C, classes/xdoc.C, include/pa_common.h,
21278: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21279: to some pa_common funcs
21280:
21281: * src/: include/pa_charset.h, main/pa_globals.C:
21282: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21283:
21284: * src/: include/pa_charset.h, main/pa_charset.C,
21285: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21286: not stupid illegal define
21287:
21288: 2002-01-24 paf
21289:
21290: * src/include/pa_version.h: changed version number
21291:
21292: * src/: classes/hashfile.C, include/pa_db_table.h,
21293: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21294: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21295: main/pa_db_connection.C, main/pa_db_table.C,
21296: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21297: hashfile without logfiles
21298:
21299: * src/: classes/hashfile.C, include/pa_db_table.h,
21300: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21301: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21302: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21303: DB_INIT_TXN init bits, thus got rid of huge log files, which
21304: cluttered disk without huge need]
21305:
21306: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21307: handy macro, which is strangly abscent in dome lib
21308:
21309: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21310:
21311: * src/classes/xdoc.C: checked empty response
21312:
21313: * src/classes/xnode.C: xdoc.select fixed context node [were always
21314: /, not self node]
21315:
21316: * src/classes/xnode.C: xnode.select returns array always now, in
21317: case 'nothing found' returns empty array
21318:
21319: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21320: be more tender with ctrl/c/v
21321:
21322: 2002-01-23 paf
21323:
21324: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21325: substituted. // 2. when dom tree with entites goes under
21326: transform text nodes // got [erroreosly] cut on first
21327: entity occurance
21328:
21329: * src/types/pa_vdouble.h: double prec. todo: get rid of
21330: twice-converting
21331:
21332: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21333: 'e' in output this is for regretful twice-converting here:
21334: $a(double value) when they write double falue they convert it to
21335: string first, thus %g were losing precesion.
21336:
21337: todo: think up some way to remove double->string string->double
21338: twice-converting
21339:
21340: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21341: %.20E now default float format this is for regretful
21342: twice-converting here: $a(double value) when they write double
21343: falue they convert it to string first, thus %g were losing
21344: precesion.
21345:
21346: todo: think up some way to remove double->string string->double
21347: twice-converting
21348:
21349: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21350: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21351: reasons in comment inside
21352:
21353: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21354: statically linked]
21355:
21356: * src/: include/pa_exception.h, main/compile.tab.C,
21357: main/pa_exception.C: removed exception va_list constructor. 1.
21358: not needed anymore 2. there were a conflict[causing errors]
21359: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21360: never detected an ambiguilty here, compiling ctor(, "hello") into
21361: ctor(, va_list) which, of course, caused gpf
21362:
21363: * src/main/pa_globals.C: removed debug xslt messages
21364:
21365: 2002-01-22 paf
21366:
21367: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21368: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21369: helps compiling stylesheet properly. example: this refused to
21370: work, <b>«<xsl:value-of select="@title"
21371: />»</b> stranly worked only this way:
21372: <b>«<xsl:value-of select="@title" />»</b>
21373:
21374: docs says "set it to 1", never going into details, so I decided
21375: to try NOT to do that
21376:
21377: * src/classes/table.C: join behaived badly in case named tables
21378: structure mismatched: 0 strings sneaked into dest failing
21379: afterwards. replaced them with empty strings
21380:
21381: 2002-01-21 paf
21382:
21383: * src/main/pa_charset.C: checked empty transcoders in
21384: transcode_cstr|buf
21385:
21386: * src/classes/xdoc.C: xdoc::load error source = filespec
21387:
21388: * src/classes/xdoc.C: transform error source now
21389: stylesheet_filespec
21390:
1.116 moko 21391: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21392: include/pa_stylesheet_connection.h, main/pa_charset.C,
21393: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21394: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21395: gnome
1.95 moko 21396:
21397: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21398: include/pa_globals.h, include/pa_stylesheet_connection.h,
21399: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21400: xslt generic error 1
21401:
21402: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21403: xml generic message 1
21404:
21405: * src/classes/table.C: ^table::load empty lines or #comments before
21406: headline
21407:
21408: * src/: include/pa_array.h, include/pa_globals.h,
21409: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21410: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21411: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21412: errors 0
21413:
21414: 2002-01-16 paf
21415:
21416: * src/: classes/hash.C, classes/op.C, classes/string.C,
21417: classes/table.C, classes/void.C, classes/xdoc.C,
21418: include/pa_db_connection.h, include/pa_request.h,
21419: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21420: include/pa_stylesheet_connection.h,
21421: include/pa_stylesheet_manager.h, main/pa_request.C,
21422: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21423: targets/cgi/pool_storage.h: auto closers to sql_connection,
21424: stylesheet_connection auto destroyers to remaining gnome objects
21425:
21426: * src/classes/xdoc.C: few comments
21427:
21428: 2002-01-15 paf
21429:
21430: * src/classes/xdoc.C: xdoc file save string
21431:
21432: ready. todo: error handling
21433:
21434: * src/classes/xdoc.C: xdoc save rewritten using
21435: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21436: result
21437:
21438: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21439: started output options parsing
21440:
21441: 2002-01-14 paf
21442:
21443: * src/classes/xdoc.C: method
21444:
21445: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21446: include/pa_pool.h, include/pa_stylesheet_connection.h,
21447: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21448: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21449: xslt transform0. TODO: use output options handle errors
21450:
21451: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21452:
21453: 2002-01-11 paf
21454:
21455: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21456: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21457: partial logical && || evaluation
21458:
21459: * src/classes/xnode.C: xpath selectNodes
21460:
21461: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21462: string/number/bool
21463:
21464: * src/classes/xnode.C: xpath selectNode 2
21465:
21466: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21467: xpath selectNode 1
21468:
21469: 2002-01-10 paf
21470:
21471: * src/classes/xnode.C: xpath selectNode -100 [just written]
21472:
21473: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21474: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21475: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21476: refcounter]
21477:
21478: 2001-12-29 paf
21479:
21480: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21481: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21482: glib works 0
21483:
21484: 2001-12-28 paf
21485:
21486: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21487: main/pa_exception.C: started glib transcoders
21488:
21489: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21490:
21491: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21492: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21493: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21494: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21495: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21496: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21497: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21498: libs just compiled in. no refcounting no xpath no xslt yet
21499:
21500: 2001-12-27 paf
21501:
21502: * src/: include/pa_charset.h, include/pa_common.h,
21503: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21504: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21505: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21506: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21507: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21508: from xalan&xerces, started the process. globals [initialization
21509: pool [charset update charset [transcodings vxnode vxdoc [DOM
21510: calls
21511:
21512: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21513: anymore
21514:
21515: 2001-12-26 paf
21516:
21517: * src/: include/pa_charset.h, include/pa_charsets.h,
21518: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21519: key globalized [bug]
21520:
21521: 2001-12-25 paf
21522:
21523: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21524: main/pa_string.C: table set & append changed splitting languages,
21525: separators now can be clean AND as-is same to mail command line
21526: $MAIN:MAIL.progX arguments
21527:
21528: 2001-12-24 paf
21529:
21530: * src/classes/mail.C: one parted text messages - no multipart
21531: mime-type anymore. for convinient if $.attach-ments
21532:
21533: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21534: main/pa_string.C: read from cache size check updated
21535:
21536: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21537:
21538: 2001-12-21 paf
21539:
21540: * src/classes/date.C: date:sql-string now returns localtime
21541:
21542: * src/main/pa_request.C: $result in @main actually not working, to
21543: hell with it for now
21544:
21545: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21546: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21547: @postprocess @exception
21548:
21549: * src/main/execute.C: junction evaluation canceled - endless
21550: recursion detected
21551:
21552: 2001-12-19 paf
21553:
21554: * src/main/pa_charset.C: charset->charset transcoding via unicode
21555: intermediate
21556:
21557: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21558:
21559: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21560:
21561: * src/classes/op.C: ^cache keypath now relative
21562:
21563: * src/classes/mail.C: changed weighting prior to sort
21564:
21565: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21566: were missing
21567:
21568: 2001-12-17 paf
21569:
21570: * src/main/pa_charset.C: ifndef XML were bad type
21571:
21572: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21573: outdated unset services_pool
21574:
21575: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21576: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21577: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21578:
21579: * src/main/untaint.C: allowed space in filespec
21580:
21581: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21582:
21583: * src/classes/image.C: no govno
21584:
21585: * src/classes/image.C: govno
21586:
21587: 2001-12-16 paf
21588:
21589: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21590:
21591: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21592: charset_connection&manager replaced by charset&charsets
21593:
21594: * src/main/pa_charset.C: name_cstr 0
21595:
21596: * src/main/untaint.C: uri lang now knows about client/source
21597: charsets
21598:
21599: * src/: classes/file.C, classes/math.C, classes/op.C,
21600: classes/string.C, classes/table.C, classes/xdoc.C,
21601: include/pa_array.h, include/pa_cache_managers.h,
21602: include/pa_charset_connection.h, include/pa_charset_manager.h,
21603: include/pa_common.h, include/pa_db_connection.h,
21604: include/pa_db_manager.h, include/pa_db_table.h,
21605: include/pa_dictionary.h, include/pa_exception.h,
21606: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21607: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21608: include/pa_sapi.h, include/pa_socks.h,
21609: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21610: include/pa_string.h, include/pa_stylesheet_connection.h,
21611: include/pa_stylesheet_manager.h, include/pa_table.h,
21612: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21613: main/pa_charset.C, main/pa_charset_connection.C,
21614: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21615: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21616: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21617: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21618: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21619: types/types.dsp: introducing Charset
21620:
21621: 2001-12-14 paf
21622:
21623: * src/: include/pa_request.h, include/pa_transcoder.h,
21624: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21625: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21626: uri lang
21627:
21628: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21629:
21630: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21631:
21632: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21633: defalts_name global
21634:
21635: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21636: include/pa_request.h, main/main.dsp,
21637: main/pa_charset_connection.C, main/pa_charset_manager.C,
21638: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21639: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21640: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21641: changed charset model. now important: $request:charset
21642: $response:charset while $response:content-type.charset become
21643: unimportant [informational]
21644:
21645: 2001-12-13 paf
21646:
21647: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21648:
21649: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21650: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21651: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21652: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21653: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21654: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21655:
21656: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21657: auto_ptr part other way, because of stupid gcc 2.96
21658: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21659: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21660: FormatterListener] /usr/include/g++-3/memory:48:
21661: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21662: _Tp1 = FormatterListener, _Tp = FormatterListener]
21663:
21664: * src/classes/xdoc.C: removed extra inc
21665:
21666: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21667:
21668: * src/include/pa_types.h: msvc head debugging flag
21669:
21670: * src/classes/xdoc.C: freed up listener
21671:
21672: * src/classes/string.C: change msg '... code is not code'
21673:
21674: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21675: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21676: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21677: [past/future prob]
21678:
21679: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21680: include/pa_config_fixed.h, include/pa_db_manager.h,
21681: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21682: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21683:
21684: * src/: include/pa_config_fixed.h, main/pa_common.C,
21685: main/pa_string.C: removed signed mismatch warnings
21686:
21687: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21688: 'expires' from header outputs
21689:
21690: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21691: row ptr
21692:
21693: * src/classes/file.C: file::cgi bug, request_method were passed to
21694: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21695:
21696: * src/classes/xdoc.C: lang list updated
21697:
21698: 2001-12-10 paf
21699:
21700: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21701:
21702: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21703: erase files like that, knowing their full name introducing //
21704: theoretical problem with, for instance, "_2B" and "." fragments,
21705: // they would yield the same // because
21706: need_file_encode('_')=false // but we need to delete such files
21707: somehow, getting names from ^index
21708:
21709: * src/main/pa_string.C: ^string.replace bug fixed [bad
21710: string::join_chank break]
21711:
21712: 2001-12-07 paf
21713:
21714: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21715: include/pa_common.h, include/pa_config_auto.h.in,
21716: include/pa_config_fixed.h, include/pa_config_includes.h,
21717: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21718: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21719: types/pa_vhashfile.C: merged from r14_simple_cache
21720:
21721: * src/main/pa_string.C: stupid sparc architecture failed to access
21722: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21723: lduh [ %i2 + 1 ], %l0
21724:
21725: bus error, fixed that
21726:
21727: * src/main/pa_string.C: strange string deserialize bug on
21728: client[pmts], a bit shortened,
21729:
21730: * src/include/pa_config_auto.h.in: makes
21731:
21732: * src/: include/pa_common.h, include/pa_config_fixed.h,
21733: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21734: file write shared lock file read
21735:
21736: * src/: classes/op.C, include/pa_common.h,
21737: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21738:
21739: 2001-12-06 paf
21740:
21741: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21742: main/pa_request.C: #ifdef RESOURCES_DEBUG
21743:
21744: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21745: info
21746:
21747: * src/classes/hashfile.C: removed transaction from ^cache
21748:
21749: 2001-12-05 paf
21750:
21751: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21752: IIS5 there were a prob with illegal call check
21753:
21754: 2001-12-04 paf
21755:
21756: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21757: main/pa_request.C: measures to log
21758:
21759: 2001-11-23 paf
21760:
21761: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21762: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21763: types/pa_vhashfile.C: merged from _0014, 1
21764:
21765: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21766: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21767: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21768: ^cache(33) would change
21769:
21770: 0660 bits in file_write & hashfile create
21771:
21772: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21773: after pa_string optimization]
21774:
21775: 2001-11-22 paf
21776:
21777: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21778: table.offset[whence]
21779:
21780: * src/classes/op.C: process cstr(,connection)
21781:
21782: * src/classes/op.C: process now gets its body on current language,
21783: not as-is
21784:
21785: * src/main/untaint.C: ORIGINS mode removed UHTML
21786:
21787: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21788: bit
21789:
1.116 moko 21790: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21791:
21792: 2001-11-21 paf
21793:
21794: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21795: <xsl:output output options made identical to xsl:output
21796: attributes exclusion: cdata-section-elements what xalan can do
21797: but that not used now: it can escape and remove CDATA sections
21798:
21799: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21800: produced by xslt
21801:
21802: * src/targets/cgi/parser3.C: removed debug cgi||1
21803:
21804: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21805:
21806: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21807: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21808: default language for {code}, it happen to change it's language
21809: from CLEAN, so later refused to split by CLEAN \t
21810:
21811: 2001-11-20 paf
21812:
1.116 moko 21813: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21814: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21815: bottom of dependeces, so that errors would popup quicklier, fixed
21816: line numbering in table::sql
21817:
21818: 2001-11-19 paf
21819:
21820: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21821: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21822: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21823: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21824: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21825: at wcontext.write
21826:
1.116 moko 21827: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21828: _set_new_handler
21829:
1.116 moko 21830: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21831: set_new_handler in apache&isapi
1.95 moko 21832:
21833: 2001-11-16 paf
21834:
21835: * src/targets/cgi/parser3.C: pool debug @ die
21836:
21837: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21838: removed 8 bytes from String, 2 bytes from
21839: string::chunk::row::item
21840:
21841: * src/main/pa_string.C: removed 1+4 bytes from String
21842:
21843: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21844: types/pa_vstring.C: removed 1+4 bytes from String
21845:
21846: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21847: 0
21848:
21849: * src/: include/pa_globals.h, include/pa_string.h,
21850: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21851: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21852: targets/cgi/parser3.C: introducing estimating
21853: String::cstr_bufsize, 0
21854:
21855: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21856:
21857: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21858:
21859: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21860: include/pa_pool.h: die in pool::fail
21861:
21862: 2001-11-15 paf
21863:
21864: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21865: main/pa_exception.C, targets/cgi/parser3.C: exception with
21866: dynamic buffer re-back now with counter
21867:
21868: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21869: static buffer back
21870:
21871: * src/targets/cgi/parser3.C: std::
21872:
21873: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21874: include/pa_config_includes.h: setnewhandler check
21875:
1.116 moko 21876: * src/include/pa_config_auto.h.in: makes
1.95 moko 21877:
21878: * src/targets/cgi/parser3.C: set_new_handler started
21879:
21880: 2001-11-14 paf
21881:
21882: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21883: was wrong
21884:
21885: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21886: was wrong
21887:
21888: * src/main/pa_request.C: z
21889:
21890: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21891: full returns win32 -1 solaris >buffer_size
21892:
21893: checked all that
21894:
21895: * src/classes/op.C: ^untaint{body} as-is default now
21896:
21897: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21898: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21899: with no_bad_constructors_try
21900:
21901: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21902: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21903: this: $bred[^string::length[]] $bred[^response::clear[]]
21904: $bred[^int::int[]]
21905:
21906: now VObject creation moved into overriden
21907: VClass::create_new_value, thus 0 from create_new_value means that
21908: class has no ctors
21909:
21910: 2001-11-13 paf
21911:
21912: * src/classes/classes.C: returned accedently removed if in foreach
21913: callbacks [when hash no-0-restructure]
21914:
21915: 2001-11-12 paf
21916:
21917: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21918: passed as-is to method, xalan makes & into & itself
21919:
21920: * src/classes/date.C: date.roll parser2 alg used
21921:
21922: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21923: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21924: main/pa_dictionary.C, main/pa_hash.C,
21925: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21926: now does not containt 0 values. put 0 actullay removes. no check
21927: on 0 value in foreach now required
21928:
21929: 2001-11-11 paf
21930:
21931: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21932:
21933: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21934:
21935: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21936: driver initialize not const
21937:
21938: 2001-11-10 paf
21939:
21940: * src/main/pa_exec.C: doc
21941:
21942: 2001-11-09 paf
21943:
21944: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21945: param properly
21946:
21947: * src/classes/string.C: string.save now does untainting before
21948: saving
21949:
21950: * src/main/pa_common.C: line endings fixing fixed last piece[was
21951: still cstr oriented]
21952:
21953: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21954: line endings fixing got rid of cstr, now must work ok with post
21955: multipart
21956:
21957: * src/types/pa_vform.C: line endings fixed at post / multipart /
21958: not file also now
21959:
21960: 2001-11-08 paf
21961:
21962: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21963: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21964: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21965: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21966: main/pa_stylesheet_manager.C: restructured Cache manager to be
21967: simple parent, not second parent [gcc 2.96 strangly refused to
21968: call virtual from second parent]
21969:
1.116 moko 21970: * src/: include/pa_common.h, main/Makefile.am,
21971: targets/cgi/pa_pool.C: makes
1.95 moko 21972:
21973: * src/: include/pa_request.h, main/pa_request.C,
21974: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21975: 'status' class enabler
21976:
21977: <Location /parser-status.html> ParserStatusAllowed </Location>
21978:
21979: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21980: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21981: include/pa_stylesheet_manager.h, main/main.dsp,
21982: main/pa_cache_managers.C, main/pa_charset_manager.C,
21983: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21984: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21985: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21986: todo: apache 'status' class enabler
21987:
21988: 2001-11-05 paf
21989:
21990: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21991: debug to normal
21992:
21993: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21994: hence i removed skipping 0 values in hash::for_each-es we need to
21995: check cleaned cache items manually. few more checks.
21996:
21997: expiring to 0 time was wrong, changed to 'now' time
21998:
21999: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22000: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22001: on apache already done :)
22002:
22003: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22004: skipping 0 values in hash::for_each-es we need to check cleaned
22005: cache items manually
22006:
22007: * src/main/: pa_db_connection.C, pa_db_table.C:
22008: parser_multithreaded check was wrong
22009:
22010: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22011: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22012: classes/hashfile.C, classes/image.C, classes/int.C,
22013: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22014: classes/string.C, classes/table.C, classes/void.C,
22015: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22016: include/pa_array.h, include/pa_charset_connection.h,
22017: include/pa_charset_manager.h, include/pa_common.h,
22018: include/pa_config_fixed.h, include/pa_config_includes.h,
22019: include/pa_db_connection.h, include/pa_db_manager.h,
22020: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22021: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22022: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22023: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22024: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22025: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22026: include/pa_stack.h, include/pa_string.h,
22027: include/pa_stylesheet_connection.h,
22028: include/pa_stylesheet_manager.h, include/pa_table.h,
22029: include/pa_threads.h, include/pa_types.h, main/compile.C,
22030: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22031: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22032: main/pa_charset_manager.C, main/pa_common.C,
22033: main/pa_db_connection.C, main/pa_db_manager.C,
22034: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22035: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22036: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22037: main/pa_socks.C, main/pa_sql_driver_manager.C,
22038: main/pa_status_provider.C, main/pa_string.C,
22039: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22040: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22041: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22042: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22043: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22044: targets/isapi/pool_storage.h, types/pa_valiased.C,
22045: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22046: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22047: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22048: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22049: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22050: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22051: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22052: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22053: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22054: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22055: types/pa_vstateless_object.h, types/pa_vstatus.h,
22056: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22057: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22058: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22059: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22060: $status:db fixed used not initialized in db_connection & db_table
22061:
22062: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22063: $status:charset
22064:
22065: * src/: classes/xdoc.C, include/pa_db_connection.h,
22066: include/pa_stylesheet_connection.h,
22067: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22068: types/pa_vstatus.h: $status:stylesheet
22069:
22070: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22071: include/pa_request.h, include/pa_sql_connection.h,
22072: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22073: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22074: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22075: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22076: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22077: types/pa_vxnode.C, types/types.dsp: started status parser class
22078:
22079: 2001-11-01 paf
22080:
22081: * src/include/pa_config_auto.h.in: makes
22082:
22083: * src/main/pa_hash.C: removed old extra include
22084:
22085: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22086: checks [for hp, there are such in math.h]
22087:
22088: * src/classes/op.C: ^for endless loop check strightened
22089:
22090: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22091: behavior in native calls. it left unchanged, so ^for ^foreach &
22092: co can use r.root to write their i & key,value there
22093:
22094: * src/classes/op.C: detected for var storage bug, fixed.
22095: todo:foreach
22096:
22097: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22098: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22099: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22100: changing of hash inside of foreach
22101:
22102: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22103: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22104: were hash.foreach
22105:
22106: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22107: types/pa_vstring.C, types/pa_vstring.h:
22108: ^foreach[key|value]{body}[[separator]|{separator}]
22109:
22110: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22111: types/pa_vcookie.C: ^hash.delete[key]
22112:
22113: 2001-10-31 paf
22114:
22115: * src/main/: compile.C, pa_common.C: completely empty file now
22116: considered "read", not ignored [not perfect trick used]
22117:
22118: * src/main/pa_common.C: simplier common ifdefs
22119:
22120: * src/main/pa_common.C: typing bug in common - bad ifdeff
22121:
22122: * src/main/pa_db_connection.C: z
22123:
22124: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22125: lockdetector flags
22126: dbenv.lk_detect=DB_LOCK_RANDOM;
22127:
22128: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22129: from accidental show [imagine user forgot @exception]
22130:
22131: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22132:
22133: * src/: classes/file.C, classes/image.C, classes/mail.C,
22134: classes/string.C, classes/xnode.C, include/pa_common.h,
22135: main/pa_common.C: ^string.save[[append;]path]
22136:
22137: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22138: main/execute.C: \ in expression: int divide 10/3=3
22139:
22140: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22141: inside of ^cache
22142:
22143: * src/: include/pa_threads.h, main/pa_db_connection.C,
22144: main/pa_db_table.C, targets/cgi/pa_threads.C,
22145: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22146: needed
22147:
22148: 2001-10-30 paf
22149:
22150: * src/: classes/classes.dsp, main/main.dsp,
22151: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22152: types/types.dsp: enabled debug incremental compile
22153:
22154: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22155: form post data line endings not reformatted now.
22156:
22157: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22158: now required [had bug when file= has no value]
22159:
22160: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22161: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22162: cstr(asis) default param removed
22163:
22164: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22165:
22166: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22167:
22168: * src/include/pa_dir.h: LOAD_DIR fixed
22169:
22170: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22171: was broken} fix_line_breaks
22172:
22173: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22174: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22175: packed with #pragma pack
22176:
1.116 moko 22177: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22178:
22179: 2001-10-29 paf
22180:
22181: * src/types/pa_wcontext.h: bitfield syntax stricter
22182:
22183: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22184: string hash.puts
22185:
22186: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22187:
22188: * src/include/pa_sql_connection.h: there were one wrong
22189: SQL_CONNECTION_FUNC_GUARDED [failed]
22190:
22191: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22192: param.someday either ifdef or remove it
22193:
22194: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22195:
22196: * src/main/untaint.C: optimizing returned after debugging
22197:
22198: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22199: main/untaint.C: memory hunging #pragma pack(1)
22200:
22201: 16 419 844 13 169 394
22202:
22203: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22204: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22205: places [todo:Array]
22206:
22207: * src/: main/execute.C, targets/cgi/pa_pool.C,
22208: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22209: types/pa_wwrapper.h: debugging memory WContext flags to bits
22210:
22211: total 5 652 652/158731 total 5 469 332/158731
22212:
22213: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22214: Array:: without cache in get/put now
22215:
22216: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22217: 18:25:27 2001] total 5 652 652/158731
22218:
22219: * src/: include/pa_string.h, main/pa_string.C,
22220: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22221: now
22222:
22223: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22224: 18:11:53 2001] total 5796092/158731
22225:
22226: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22227: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22228: key ref now
22229:
22230: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22231: 17:11:17 2001] total 16867948/202658
22232:
22233: * src/: classes/file.C, classes/image.C, classes/string.C,
22234: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22235: main/execute.C, main/pa_array.C, main/pa_common.C,
22236: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22237: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22238: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22239: string::as_int/double now usually uses stack, not heap [200K out
22240: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22241:
22242: * src/main/pa_sql_driver_manager.C: ping to have services [old
22243: hiding bug]
22244:
22245: * src/Makefile.am: .am order
22246:
22247: * src/: include/pa_array.h, include/pa_charset_manager.h,
22248: include/pa_db_connection.h, include/pa_db_manager.h,
22249: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22250: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22251: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22252: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22253: required "friend class"
22254:
22255: ../include/pa_request.h:51: friend declaration requires
22256: class-key, i.e. `friend class Temp_lang'
22257:
22258: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22259: main/pa_exception.C, main/pa_sql_driver_manager.C,
22260: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22261:
22262: the idea is to #1 jump to C++ some function to main body, where
22263: every function stack frame has exception unwind information and
22264: from there... #2 propagate_exception()
22265:
22266: 2001-10-28 paf
22267:
22268: * src/main/pa_db_connection.C: removed old consts
22269:
22270: * src/main/pa_db_connection.C: expire table [was accidently pasted
22271: with wrong type/cast]
22272:
22273: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22274: translation
22275:
1.116 moko 22276: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22277: remember to build DB2 with -fexceptions!!!
22278:
22279: * src/main/pa_db_table.C: DB_RMW defed
22280:
22281: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22282: include/pa_db_connection.h, include/pa_db_manager.h,
22283: include/pa_db_table.h, main/pa_db_connection.C,
22284: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22285:
22286: 2001-10-27 paf
22287:
22288: * src/: classes/hashfile.C, include/pa_db_connection.h,
22289: include/pa_db_table.h, main/pa_db_connection.C,
22290: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22291: types/pa_vhashfile.C: DB2 ifdefs
22292:
1.116 moko 22293: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22294: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22295: makes with DB2
22296:
1.116 moko 22297: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22298: types/Makefile.am: makes db
1.95 moko 22299:
22300: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22301: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22302: globals.C
22303:
22304: * src/: classes/hashfile.C, include/pa_db_connection.h,
22305: include/pa_db_table.h, main/pa_db_connection.C,
22306: main/pa_db_table.C: ^hashfile.clear[]
22307:
22308: * src/classes/classes.awk: no $ in var names
22309:
22310: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22311: connection&table [forgotten calls]
22312:
22313: 2001-10-26 paf
22314:
22315: * src/main/pa_db_connection.C: db checkpoints
22316:
22317: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22318: checkpoints
22319:
22320: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22321: default. but entities still reparsed. todo: tothink
22322:
22323: * src/main/pa_db_connection.C: db recover mech 2
22324:
22325: * src/: classes/hashfile.C, include/pa_db_connection.h,
22326: include/pa_db_manager.h, include/pa_db_table.h,
22327: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22328: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22329: types/pa_vhashfile.h: db connections & tables now cached at
22330: create time & multithreaded
22331:
22332: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22333: parsed_source
22334:
22335: * src/main/pa_db_connection.C: about to remove connection from
22336: vhashfile
22337:
22338: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22339: transaction commit/rollback responsibility left to parent [as it
22340: sould - else there were a bug with double free]
22341:
22342: * src/include/pa_db_table.h: db: child transaction commit/rollback
22343: responsibility left to parent [as it sould - else there were a
22344: bug with double free]
22345:
22346: 2001-10-25 paf
22347:
22348: * src/: classes/hashfile.C, include/pa_common.h,
22349: include/pa_db_connection.h, include/pa_db_manager.h,
22350: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22351: types/pa_vhashfile.C, types/pa_vhashfile.h,
22352: include/pa_db_table.h, main/pa_db_table.C: started db_home
22353: [multiple, cached] todo: autorecover [tried, but not succeded,
22354: yet]
22355:
22356: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22357:
22358: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22359: transaction parent passed
22360:
22361: 2001-10-24 parser
22362:
1.116 moko 22363: * src/classes/Makefile.am: makes
1.95 moko 22364:
22365: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22366: isapi/pool_storage.h: pool_storage fixed
22367:
22368: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22369: types/pa_vform.h: form fix_line_breaks
22370:
1.116 moko 22371: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22372:
22373: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22374: targets/cgi/pool_storage.h: makes
22375:
22376: * src/sql/pa_sql_driver.h: version
22377:
22378: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22379: types/pa_vform.C, types/pa_vform.h: .am
22380:
22381: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22382: this: DB_RMW Acquire write locks instead of read locks when doing
22383: the retrieval. Setting this flag may decrease the likelihood of
22384: deadlock during a read-modify-write cycle by immediately
22385: acquiring the write lock during the read part of the cycle so
22386: that another thread of control acquiring a read lock for the same
22387: item, in its own read-modify-write cycle, will not result in
22388: deadlock
22389:
22390: * src/targets/isapi/parser3isapi.dsp: doc
22391:
22392: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22393:
22394: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22395:
22396: * src/: classes/hashfile.C, include/pa_db_connection.h,
22397: main/pa_db_connection.C: hashfile expired deleted from db when
22398: get & iterate
22399:
22400: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22401: expiring 1
22402:
22403: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22404:
22405: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22406: db_connection not bothers with key when not returning expired
22407: data
22408:
22409: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22410: types/pa_vhashfile.C: db_cursor constructor public now
22411:
22412: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22413: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22414: stamped, todo: put_element analize
22415:
22416: * src/: include/pa_db_connection.h, include/pa_string.h,
22417: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22418: serialize. todo stamp
22419:
22420: 2001-10-23 parser
22421:
22422: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22423: classes/image.C, classes/mail.C, classes/response.C,
22424: classes/string.C, classes/table.C, classes/xdoc.C,
22425: include/pa_config_fixed.h, include/pa_db_connection.h,
22426: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22427: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22428: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22429: types/pa_vtable.C: ^hashfile.hash[]
22430:
22431: * src/: classes/hashfile.C, classes/xdoc.C,
22432: include/pa_config_fixed.h, main/pa_db_manager.C,
22433: main/pa_globals.C: ifdefs so it compiled without db
22434:
22435: * src/: classes/hashfile.C, include/pa_db_connection.h,
22436: include/pa_db_manager.h, main/pa_db_connection.C,
22437: main/pa_db_manager.C, types/pa_vhashfile.h:
22438: ^hashfile.transaction{code} ^hashfile:clear[filename]
22439: ^hashfile.delete[key]
22440:
22441: 2001-10-22 parser
22442:
22443: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22444: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22445:
22446: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22447: classes/xnode.C, include/pa_charset_connection.h,
22448: include/pa_db_connection.h, include/pa_db_manager.h,
22449: include/pa_exception.h, include/pa_sapi.h,
22450: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22451: include/pa_stylesheet_connection.h,
22452: include/pa_stylesheet_manager.h,
22453: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22454: main/pa_db_connection.C, main/pa_db_manager.C,
22455: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22456: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22457: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22458: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22459: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22460: types/types.dsp: hashfile 0
22461:
22462: * src/types/pa_vhashfile.C: z
22463:
22464: * src/: classes/classes.dsp, classes/hashfile.C,
22465: include/pa_config_fixed.h, main/execute.C,
22466: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22467: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22468:
22469: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22470:
22471: * src/: include/pa_exception.h, include/pa_request.h,
22472: main/execute.C, main/pa_exception.C, main/pa_request.C,
22473: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22474: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22475:
22476: 2001-10-19 parser
22477:
22478: * src/include/pa_pool.h: header
22479:
22480: * src/main/pa_pool.C: auto compiled on gcc
22481:
22482: * src/classes/image.C: comment
22483:
1.116 moko 22484: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22485:
22486: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22487: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22488: types/pa_vxnode.h: xnode clone got freed
22489:
22490: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22491: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22492: can free up xalandomstring resulting from pool::transcode
22493:
22494: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22495: include/pa_config_fixed.h, include/pa_exception.h,
22496: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22497: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22498: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22499: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22500: from non-xml compile
22501:
22502: * src/main/pa_request.C: pool:: context - get_context
22503:
22504: * src/: classes/classes.h, classes/date.C, classes/double.C,
22505: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22506: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22507: classes/string.C, classes/table.C, classes/void.C,
22508: include/pa_config_fixed.h, include/pa_exception.h,
22509: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22510: main/compile.C, main/compile_tools.C, main/execute.C,
22511: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22512: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22513: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22514: main/pa_string.C, main/pa_table.C, main/untaint.C,
22515: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22516: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22517: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22518: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22519: types/pa_vstateless_class.h, types/pa_vtable.C,
22520: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22521: exceptions 0
22522:
22523: * src/classes/classes.awk: $ removed
22524:
22525: 2001-10-18 parser
22526:
22527: * src/types/pa_vcookie.C: cookie:CLASS
22528:
22529: * src/main/main.dsp: project
22530:
22531: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22532: set_document & ctor question "who owns document" solved
22533:
22534: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22535:
22536: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22537: main/pa_pool.C: encoding in dom creating funcs
22538:
22539: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22540: be transformed now
22541:
22542: * src/classes/xdoc.C: dom created by create can be transformed now
22543:
22544: * src/classes/xdoc.C: z
22545:
22546: * src/classes/xdoc.C: comment
22547:
22548: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22549: create now uses XercesDocumentBridge, appendChild&co now works
22550:
22551: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22552: @ recompile
22553:
22554: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22555: $origin @exception[
22556:
22557: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22558: tag names forced to XML lang
22559:
22560: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22561: leechy-found bugs in code&doc fixed
22562:
22563: 2001-10-17 parser
22564:
22565: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22566: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22567: n functionality preserved
22568:
22569: * src/types/pa_vimage.h: removed unused vimage::save
22570:
22571: 2001-10-16 parser
22572:
22573: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22574:
22575: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22576:
22577: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22578:
22579: * src/classes/image.C: image.copy tolerance
22580:
22581: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22582: ineffective, but works for small paleted image
22583:
22584: * src/types/pa_vimage.C: comment
22585:
22586: * src/classes/image.C: gd size/resize bugfix
22587:
22588: * src/: classes/classes.dsp, main/main.dsp,
22589: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22590: types/types.dsp: ident >nul 2>&1
22591:
22592: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22593: systems
22594:
22595: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22596: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22597:
22598: 2001-10-15 parser
22599:
22600: * src/main/execute.C: z
22601:
22602: * src/classes/: xdoc.C: !::create{qualifiedName}
22603:
22604: * src/types/pa_vxnode.C: document_type_node.
22605: !readonly attribute DOMString name
22606: !notation_node.
22607: !readonly attribute DOMString publicId
22608: !readonly attribute DOMString systemId
22609:
1.116 moko 22610: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22611: ::write badly passed string too transparently [failed to
22612: intercept it]
1.95 moko 22613:
22614: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22615: include/pa_request.h, main/pa_sql_driver_manager.C,
22616: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22617: types/pa_vxnode.h: DOM1 major addtion, only few
22618: attributes/methods left
22619:
22620: 2001-10-13 parser
22621:
22622: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22623: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22624: in main handler
22625:
22626: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22627: cleanups & frees order
22628:
22629: * src/types/pa_vcode_frame.h: couple comments
22630:
22631: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22632: transparent enough to handle hash if creation&passing
22633:
22634: * src/: include/pa_config_fixed.h, main/execute.C,
22635: main/pa_exception.C: noticed that vcodeframe not transparent
22636: enough, would change now
22637:
22638: 2001-10-12 parser
22639:
22640: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22641: fixed. initialization&free on each thread!
22642:
22643: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22644: handling changed: now type of default param analized always, not
22645: only at problem time, thus helping early problem spotting
22646:
22647: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22648: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22649: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22650: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22651: multithread bug fixed. initialization&free on each thread!
22652:
22653: 2001-10-11 parser
22654:
22655: * src/classes/xnode.C: xnode.selectSingle now
22656:
22657: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22658: include/pa_pool.h, include/pa_stylesheet_connection.h,
22659: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22660: convertors out of Pool into Exception
22661:
22662: * src/main/pa_string.C: const
22663:
22664: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22665: linked pieces of same language together prior to String::replace
22666:
22667: * src/classes/hash.C: !^hash.add[addme]
22668: !^hash.sub[subme]
22669: !^a.union[b] = new
22670: !^a.intersection[b] = new
22671: !^a.intersects[b] = bool
22672:
22673: * src/classes/hash.C: !^hash::append[append_from]
22674:
22675: * src/: classes/hash.C, types/pa_vhash.h:
22676: !^hash::create[[copy_from]]
22677:
22678: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22679: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22680: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22681: fixed. got rid of empty_string, which caused errors - it hasnt
22682: exception but somebody[value.bark] tried to throw it on it's pool
22683:
1.116 moko 22684: * src/include/pa_config_auto.h.in: makes
1.95 moko 22685:
22686: 2001-10-10 parser
22687:
22688: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22689:
22690: * src/main/: compile.tab.C, compile.y: ^a[
22691:
22692: @next_method << now unclosed ] would be reported here
22693:
22694: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22695: compile error
22696:
22697: 2001-10-09 parser
22698:
1.116 moko 22699: * src/: classes/Makefile.am, main/Makefile.am,
22700: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22701:
22702: * src/classes/Makefile.am: makes
22703:
22704: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22705: win32 errors intercepted [xalan transformer patched and
22706: incorporated]
22707:
22708: * src/: classes/classes.dsp, classes/xdoc.C,
22709: include/pa_stylesheet_connection.h, main/main.dsp,
22710: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22711: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22712: patches starting
22713:
22714: * src/classes/: string.C, table.C: ^string.save[file]
22715:
22716: * src/classes/: date.C, table.C: calendar moved to date
22717:
22718: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22719: string/table] now
22720:
22721: * src/classes/: op.C, table.C: z
22722:
22723: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22724: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22725: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22726: be code [be string..]
22727:
22728: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22729: table.C: lots of
22730: params->as_int/double/as_string/as_junction/as_no_junction
22731: messages added
22732:
22733: 2001-10-08 parser
22734:
22735: * src/: classes/date.C, classes/image.C, classes/string.C,
22736: classes/table.C, classes/void.C, include/pa_request.h:
22737: params->as_int/double message added
22738:
22739: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22740:
22741: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22742: image:sector removed image:html internal "line-*" attribs
22743:
22744: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22745: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22746:
22747: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22748: way
22749:
22750: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22751: main/untaint.C: header untainting to UL_HTTP_HEADER,
22752: UL_MAIL_HEADER made nonforced [only tainted pieces]
22753:
22754: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22756: @ SAPI::log
22757:
22758: * src/main/untaint.C: \r to ' ' in origins mode
22759:
22760: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22761: set]
22762:
22763: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22764: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22765: nonstandard liaison freed up
22766:
22767: 2001-10-07 parser
22768:
22769: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22770: project
22771:
22772: 2001-10-05 parser
22773:
22774: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22775: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22776: from outputing to cerr. lots of "todos"
22777:
22778: * src/main/untaint.C: http_header tainting more gentle with
22779: enquoting now
22780:
22781: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22782: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22783: xml errorhandler. fixed string.replace a little, read @test
22784:
22785: * src/main/pa_string.C: found replace bug - first_that_starts(char
22786: *) does not have limit, and looks further eos, fixing....
22787:
22788: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22789:
22790: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22791:
22792: * src/main/: pa_charset_connection.C: ctype another mem clear
22793: bugfix
22794:
1.116 moko 22795: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22796: $result[^[$p^]z] now works fine
1.95 moko 22797:
22798: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22799: wrong. fixed it
22800:
22801: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22802: of totable appered to be vital
22803:
22804: 2001-10-04 parser
22805:
22806: * src/classes/image.C: ^image.length[text]
22807:
22808: 2001-10-03 parser
22809:
22810: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22811:
22812: * src/main/pa_request.C: restored pcre defaulting in request
22813: [mindlessly "optimized" yesterday] comment left
22814:
22815: 2001-10-02 parser
22816:
22817: * src/: main/pa_charset_manager.C,
22818: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22819: needed
22820:
22821: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22822: forgot non-xml pool.*charset needed
22823:
22824: * src/classes/table.C: # config comments fixed
22825:
22826: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22827: charset_connection #comment now
22828:
22829: * src/: classes/classes.dsp, types/types.dsp: release projects
22830: options fixed to use release msvcrt lib
22831:
22832: * src/main/pa_charset_connection.C: pcre tables now const inside
22833: removed default - pcre handles that internally fixed bug on
22834: not-cleaning tables [previously was calloced, now member]
22835:
22836: * src/: include/pa_request.h, main/pa_charset_connection.C,
22837: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22838: inside removed default - pcre handles that internally fixed bug
22839: on not-cleaning tables [previously was calloced, now member]
22840:
22841: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22842: tested charset reload on file change @ apache version = OK tested
22843: freeing up prev encoding on adding new = OK
22844:
22845: 2001-10-01 parser
22846:
22847: * src/main/pa_charset_connection.C: removed entitify external hack
22848: [internal installed]
22849:
1.116 moko 22850: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22851:
22852: * src/: include/pa_charset_connection.h,
22853: include/pa_charset_manager.h,
22854: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22855: main/pa_charset_connection.C, main/pa_charset_manager.C,
22856: main/pa_request.C: charset loading & caching mech 0
22857:
22858: * src/: include/pa_stylesheet_connection.h,
22859: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22860: main/pa_globals.C, main/pa_request.C: would make charset loading
22861: & caching mech now
22862:
22863: 2001-09-30 parser
22864:
22865: * src/main/pa_request.C: forgot to fill toTable
22866:
22867: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22868: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22869: failed on win32 for now..
22870:
22871: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22872: now charsets table configuration variable is: CHARSETS
22873:
22874: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22875: ctype with unicode 1. todo: no П entities on output somehow
22876:
22877: * src/: classes/file.C, classes/op.C, classes/string.C,
22878: include/pa_request.h, main/pa_request.C: started ctype with
22879: unicode values
22880:
22881: 2001-09-28 parser
22882:
22883: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22884: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22885: string passed AS-IS now
22886:
22887: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22888: way of user-configuring... todo: implement
22889:
22890: 2001-09-27 parser
22891:
22892: * src/classes/table.C: table.sort changed to sort table itself
22893:
22894: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22895: X^.getElementsByTagName[tagname] = array of xnode
22896: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22897: nodes removed - regretfully not supported @ xalan. maybe someday
22898: would reimplement, if needed.
22899:
22900: win32build system: solved long waiting anti-non-started-apache
22901: problem
22902:
22903: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22904: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22905: types/types.dsp: win32 ident make system so not to rebuild
22906: library [ident.C.new]
22907:
22908: 2001-09-26 parser
22909:
22910: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22911: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22912: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22913: types/pa_vxnode.C, types/types.dsp: z
22914:
22915: * src/classes/classes.C: forgot one non-xml check
22916:
1.116 moko 22917: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22918: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22919:
22920: * src/targets/cgi/parser3.C: z
22921:
22922: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22923: targets/isapi/parser3isapi.C: #ifdef SMTP
22924:
22925: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22926: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22927: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22928: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22929: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22930: types/types.dsp: xdoc&xnode now
22931:
22932: * src/: classes/classes.C, classes/classes.awk,
22933: classes/classes.dsp, classes/classes.h, classes/date.C,
22934: classes/dnode.C, classes/dnode.h, classes/dom.C,
22935: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22936: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22937: classes/op.C, classes/response.C, classes/string.C,
22938: classes/table.C, classes/void.C, include/pa_array.h,
22939: include/pa_common.h, include/pa_config_fixed.h,
22940: include/pa_config_includes.h, include/pa_dictionary.h,
22941: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22942: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22943: include/pa_socks.h, include/pa_sql_connection.h,
22944: include/pa_sql_driver_manager.h, include/pa_stack.h,
22945: include/pa_string.h, include/pa_stylesheet_connection.h,
22946: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22947: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22948: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22949: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22950: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22951: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22952: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22953: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22954: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22955: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22956: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22957: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22958: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22959: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22960: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22961: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22962: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22963: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22964: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22965: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22966: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22967: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22968: types/pa_vmethod_frame.h, types/pa_vobject.h,
22969: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22970: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22971: types/pa_vstateless_object.h, types/pa_vstring.C,
22972: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22973: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22974: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22975: main.dsp splitted to main+classes+types along to .am
22976:
22977: * src/classes/Makefile.am: removed useless var
22978:
22979: * src/: classes/classes.cmd, main/main.dsp,
22980: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22981: main.dsp
22982:
22983: 2001-09-25 parser
22984:
22985: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22986: 1251 though, todo ICU
22987:
1.116 moko 22988: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22989: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22990: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22991: types/pa_vdom.h: xml configure makes
1.95 moko 22992:
22993: 2001-09-24 parser
22994:
1.116 moko 22995: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22996: types/Makefile.am: makes
1.95 moko 22997:
1.116 moko 22998: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22999:
23000: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23001: started unix makes update
23002:
23003: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23004: started unix makes update
23005:
23006: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23007:
23008: * src/types/pa_value.h: z
23009:
23010: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23011: bugs with usinge hash/table in expressions
23012:
23013: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23014: resolved conflicts fixed [const]
23015:
23016: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23017: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23018: main/compile.C, main/compile.tab.C, main/compile.y,
23019: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23020: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23021: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23022: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23023: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23024: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23025: with before_xml [merge2 actually didn't happen - i've created
23026: tags on wrong branch. so this merge is in fact re-merge]
23027:
23028: 2001-09-21 parser
23029:
23030: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23031: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23032: produced "" in make file and sadly wrong interpreted on load]
23033:
1.116 moko 23034: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23035: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23036: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23037: include/pa_sql_driver_manager.h, include/pa_string.h,
23038: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23039: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23040: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23041:
23042: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23043: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23044: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23045: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23046: main/pa_pool.C, main/pa_request.C,
23047: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23048: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23049: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23050: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23051: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23052: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23053: types/pa_vrequest.C, types/pa_vresponse.h,
23054: types/pa_vstateless_class.C, types/pa_vstring.C,
23055: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23056: created new projects for sql drivers [planning to remove sql
23057: drivers from main cvs project] first, will join latest changes
23058:
23059: * src/classes/: dom.C: defaulted dom writing methods encoding to
23060: pool.get_charset
23061:
23062: * src/classes/dom.C: defaulted dom writing methods encoding to
23063: pool.get_charset
23064:
23065: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23066: pool.get_charset
23067:
23068: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23069: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23070: methods encoding to pool.get_charset
23071:
23072: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23073: transcoder were created right "unsupported encoding" message.
23074: not @ set time, but @ use time, so until xml output functions
23075: .string, .file, .save used - no encoding name check occur
23076:
23077: reduced transcode buffer size to 60 fixed pool cleanup - no
23078: registration needed, pools are officially destructured
23079:
23080: 2001-09-20 parser
23081:
23082: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23083:
23084: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23085: $MAIN:DEFAULTS.content-type[$.charset[here]]
23086:
23087: * src/: classes/dnode.C, classes/dom.C,
23088: include/pa_config_includes.h, include/pa_globals.h,
23089: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23090: main/pa_pool.C, targets/cgi/parser3.dsp,
23091: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23092: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23093: Pool::transcode 0
23094:
23095: * src/classes/dom.C: dom. string save file moved output xml options
23096: to last param and made it optional
23097:
23098: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23099: dnodes
23100: !$attributenode.specified = boolean
23101: true if the attribute received its value explicitly
23102: in the XML document,
23103: or if a value was assigned programatically with the
23104: setValue function.
23105: false if the attribute value came from the default value
23106: declared in the document's DTD.
23107: !$pinode.target = target of this processing instruction
23108: XML defines this as being the first token following the
23109: markup
23110: that begins the processing instruction.
23111: XPath:
23112: !^node.select[xpath/query/expression] = hash of 0->node0
23113: 1->node1
23114: !^node.select-single[xpath/query/expression] = first node if
23115: any
23116:
23117: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23118: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23119: some 'const's added
23120:
23121: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23122: expression context now, there value = size and boolean value
23123: size!=0
23124:
23125: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23126: can be used in expression context now, there value = size and
23127: boolean value size!=0
23128:
23129: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23130: types/pa_vstring.h: dnode .file .string .save moved back to dom
23131: due to strange xalan bug
23132:
23133: 2001-09-18 parser
23134:
23135: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23136: classes/image.C, classes/op.C, classes/table.C,
23137: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23138: include/pa_sql_driver_manager.h, main/compile.C,
23139: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23140: main/execute.C, main/pa_common.C, main/pa_request.C,
23141: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23142: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23143: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23144: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23145: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23146: before_xml branch ^if(def $hash) now true only when
23147: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23148:
23149: * src/: classes/op.C, main/execute.C: operators self changed to
23150: root ^for variable context changed to self
23151:
23152: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23153: dnode 1
23154:
23155: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23156: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23157:
23158: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23159: poly* fixed
23160:
23161: 2001-09-17 parser
23162:
23163: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23164: types/pa_vdom.h: started dnode+dom
23165:
23166: dnode DOM methods: $node.name $node.value
23167: ...others...
23168:
23169: ^node.xpath[/rates/USD] = hash
23170: $hash[
23171: $.0[node0]
23172: $.1[node1]
23173: ]
23174:
23175: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23176: applies to all linear primitives
23177:
23178: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23179: include/pa_stylesheet_connection.h, main/main.dsp,
23180: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23181: types/pa_vimage.h: started dnode DOM: $node.name
23182: $node.value ...others... ^node.xpath[/rates/USD] = hash
23183: dom(dnode)
23184:
23185: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23186: main/compile.y, main/compile_tools.h, main/execute.C,
23187: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23188: in expression compound($aa.zz.xx) names now can have minus '-' in
23189: name after '.'
23190:
23191: 2001-09-15 parser
23192:
23193: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23194: image: $line-width ^line(...)[**** style]
23195:
23196: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23197: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23198: pool_storage - cleanups first, allocations second. apache wisely
23199: does just like that
23200:
23201: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23202: rewritten using template, no bugs now
23203:
23204: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23205: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23206: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23207: poorly started isapi pool_storage, would rewrite using template
23208: now
23209:
23210: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23211: include/pa_stylesheet_connection.h, main/main.dsp,
23212: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23213: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23214: xalan objects freed up [introducing Pool::register_cleanup]
23215:
23216: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23217: comments
23218:
23219: 2001-09-14 parser
23220:
23221: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23222: z
23223:
23224: * src/: classes/dom.C, classes/file.C, classes/image.C,
23225: classes/mail.C, include/pa_common.h,
23226: include/pa_sql_driver_manager.h, include/pa_string.h,
23227: include/pa_stylesheet_connection.h,
23228: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23229: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23230: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23231: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23232: compiled&cached
23233:
23234: 2001-09-13 parser
23235:
23236: * src/: classes/dom.C, classes/file.C, classes/image.C,
23237: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23238:
23239: * src/classes/dom.C: dom:file content-type(.method)
23240:
23241: * src/: include/pa_common.h, include/pa_globals.h,
23242: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23243: string now more informative error messages
23244:
23245: * src/: include/pa_globals.h, include/pa_request.h,
23246: main/pa_request.C, targets/cgi/parser3.C,
23247: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23248: ParserSiteConfig .../parser3.conf
23249:
23250: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23251:
23252: 2001-09-12 parser
23253:
23254: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23255: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23256: precise error reporting: "connection string must start with
23257: protocol://" now
23258:
23259: * src/main/compile.tab.C: fixed - subname code parts actually []
23260: braced
23261:
23262: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23263: lexer on LS_USER level did [] matching without setting nestage,
23264: introduced special LS_NAME_SQUARE_PART state
23265:
23266: 2001-09-11 parser
23267:
23268: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23269: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23270: languages+=xml
23271:
23272: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23273:
23274: * src/classes/dom.C: ^dom:save/string/file[output options] output
23275: options: $.method[xml|html|text] detection fixed
23276:
23277: * src/types/pa_vdom.h: messages
23278:
23279: * src/classes/dom.C: ^dom:save/string/file[output options] output
23280: options: $.method[xml|html|text] detection fixed
23281:
23282: 2001-09-10 parser
23283:
23284: * src/classes/dom.C: ^dom:save/string/file[output options] output
23285: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23286:
23287: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23288: added]
23289:
23290: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23291: ^dom.xslt[stylesheet filename] 0
23292:
23293: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23294: ^dom.xslt[stylesheet filename] -1 doc is lying
23295:
23296: * src/classes/dom.C: ^dom.file[encoding] = file
23297:
23298: * src/classes/: dom.C: ^dom.string[encoding] 1
23299: ^dom.save[encoding;filename]
23300:
23301: * src/classes/dom.C: ^dom.string[] 0
23302:
23303: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23304:
23305: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23306: types/pa_vform.h: ^dom.save[b.xml] 0
23307:
23308: 2001-09-08 parser
23309:
23310: * src/types/pa_vform.C: $form:tables.name.field
23311:
23312: 2001-09-07 parser
23313:
23314: * src/classes/table.C: table:empty removed, superceded by ^if(def
23315: $table)...
23316:
23317: * src/targets/cgi/parser3.C: z
23318:
23319: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23320: from '' to int/double is 0]
23321:
23322: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23323: $table) is false when table is empty
23324:
23325: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23326: !$form:tables $atable[$form:tables.a]
23327: ^atable.menu{a=$atable.element}[,]
23328:
23329: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23330: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23331:
1.116 moko 23332: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23333: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23334: of dom
23335:
23336: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23337: types/pa_vform.C, types/pa_vform.h: z
23338:
23339: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23340: element [not last]
23341:
1.116 moko 23342: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23343: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23344:
23345: 2001-09-06 parser
23346:
23347: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23348: table with one column 'element' and two rows: 1 and 2
23349:
23350: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23351: table with one column 'element' and two rows: 1 and 2
23352:
23353: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23354: bad int/double conversions, and now $form:nonexistent.int(88)
23355: would return 88
23356:
23357: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23358: types/pa_vhash.h: now there's special hash key '_default'
23359: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23360: $._default[xx] ] $hash.c
23361:
23362: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23363: fixed [thanks, fif], ^; were treated there non-literally
23364:
23365: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23366: doxygen
23367:
23368: * src/: classes/image.C, classes/op.C, classes/string.C,
23369: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23370: types/pa_vtable.C: few #ifndef DOXYGEN
23371:
23372: 2001-09-05 parser
23373:
23374: * src/classes/: string.C, table.C: sql options can be void [same as
23375: image:html the other day]
23376:
23377: * src/targets/cgi/Makefile.am: .am undo
23378:
23379: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23380: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23381: macro expantion on param, simply qoutes whatever passed, undone
23382:
23383: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23384: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23385: STRINGIZE(name) #name invented
23386:
23387: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23388: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23389: MAIN_SQL_DRIVERS_NAME "drivers"
23390:
23391: moved to be availible to all users
23392:
23393: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23394: SQL_DRIVER_CREATE_FUNC_NAME
23395:
23396: * src/classes/mail.C: MAIN:MAIL check fixed
23397:
23398: 2001-09-04 parser
23399:
23400: * src/classes/image.C: image.html now can accept void params
23401:
23402: * src/targets/isapi/parser3isapi.C: z
23403:
23404: * src/targets/cgi/parser3.C: full_file_spec bug
23405:
23406: * src/targets/cgi/parser3.C: getenvcheck
23407:
23408: * src/targets/cgi/parser3.C: zz
23409:
23410: * src/targets/cgi/parser3.C: zzz
23411:
23412: * src/classes/date.C: date
23413:
23414: * src/classes/date.C: date:sql-string is now without ''
23415:
1.116 moko 23416: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23417: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23418: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23419:
1.116 moko 23420: * src/include/pa_config_auto.h.in: makes
1.95 moko 23421:
23422: 2001-09-03 parser
23423:
23424: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23425:
23426: 2001-09-01 parser
23427:
23428: * src/classes/image.C: letter_spacing
23429:
23430: * src/classes/image.C: image: font params changed
23431:
23432: * src/classes/image.C: image: as_int as_string used
23433:
23434: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23435: analized
23436:
23437: 2001-08-31 parser
23438:
23439: * src/targets/cgi/parser3.C: z
23440:
1.116 moko 23441: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23442: cygwin
1.95 moko 23443:
23444: * src/classes/void.C: void:int/double += (default)
23445:
23446: * src/classes/image.C: image:font added space param image:font
23447: changed charwidth alg, added kerning const[for now]
23448:
23449: * src/classes/: string.C, table.C: string:int/double (defaults)
23450:
23451: 2001-08-29 parser
23452:
23453: * src/main/pa_exception.C: exception redundant debug info
23454:
23455: 2001-08-28 parser
23456:
23457: * src/classes/image.C: image error msgs
23458:
23459: * src/classes/image.C: image: gifsize little endian
23460:
23461: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23462: doxygeneration
23463:
23464: * src/: classes/Makefile.am, main/Makefile.am,
23465: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23466:
23467: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23468: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23469:
23470: * src/main/compile.C: NO_STRING_ORIGIN check2
23471:
23472: * src/classes/table.C: NO_STRING_ORIGIN check
23473:
23474: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23475: storage class specifiers invalid in friend function declarations
23476:
23477: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23478: main/untaint.C, targets/cgi/parser3.C,
23479: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23480: case of limit
23481:
23482: * src/: classes/file.C, main/pa_common.C: file:move
23483: autocreate/remove dest/src dir
23484:
23485: * src/: classes/string.C, include/pa_dictionary.h,
23486: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23487: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23488: to directory constructor. string:replace
23489:
23490: 2001-08-27 parser
23491:
23492: * src/classes/image.C: fixed jpgsize alg
23493:
23494: * src/classes/image.C: fixed jpgsize alg
23495:
23496: * src/main/pa_exception.C: z
23497:
23498: * src/main/pa_common.C: removed debug info from pa_common
23499:
23500: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23501: [auto.p from current dir loading]
23502:
1.116 moko 23503: * src/: main/pa_common.C, main/pa_exception.C,
23504: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23505: for solaris -lsocket
1.95 moko 23506:
23507: 2001-08-24 parser
23508:
23509: * src/targets/cgi/parser3.C: not cgi extra \n 3
23510:
23511: * src/targets/cgi/parser3.C: not cgi extra \n 2
23512:
23513: * src/targets/cgi/parser3.C: not cgi extra \n
23514:
23515: * src/main/pa_sql_driver_manager.C: z
23516:
23517: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23518: sql* removed services from disconnect - cross-request ideological
23519: probs.
23520:
23521: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23522: cross-request ideological probs. oracle - fixed bug: cs
23523: allocated on request.pool and got freed before disconnect
23524:
23525: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23526: mallocs fixed
23527:
23528: 2001-08-23 parser
23529:
23530: * src/classes/file.C: minor bug in file:save fixed
23531:
23532: * src/main/pa_sql_driver_manager.C: oracle: dlink
23533:
23534: 2001-08-22 parser
23535:
23536: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23537: types/pa_vfile.h: file:load|save[text|binary;
23538:
23539: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23540:
23541: 2001-08-21 parser
23542:
23543: * src/classes/: file.C, table.C: ^file:list
23544:
23545: 2001-08-20 parser
23546:
23547: * src/: main/compile.tab.C, main/compile.y,
23548: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23549: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23550: recousively caused problems: inc incremeted 123 literal!! fixed
23551:
23552: 2001-08-10 parser
23553:
23554: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23555:
23556: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23557: added
23558:
23559: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23560: added
23561:
23562: * src/classes/table.C: table:sort restored [it was bad test :(]
23563:
23564: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23565: ''
23566:
23567: * src/main/: pa_request.C: wanted to make const int
23568: MAX_EXECUTE_SECONDS=1;
23569:
23570: but couldnt, set_callback_and_alarm appeared to be not exported
23571: :(
23572:
23573: * src/main/pa_string.C: string.match hanged on. there were a hang
23574: check but it weren't wise enough
23575:
23576: @parse[dateString][tmp]
23577: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23578: #end
23579:
23580: @main[] ^parse[2001-02-03]
23581:
23582: * src/classes/: table.C: table:sort now default desc
23583:
23584: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23585: table.sort now creates new sorted table
23586:
23587: 2001-08-09 parser
23588:
23589: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23590:
23591: * src/classes/hash.C: hash:_default now [was hash:default]
23592:
23593: * src/classes/op.C: case without switch check added
23594:
23595: * src/types/pa_vcookie.C: cookie name&value origins added, more
23596: precise $ORIGINS(1)
23597:
23598: * src/main/Makefile.am: .am
23599:
23600: * src/classes/void.C: void: int double copy/paste from int: bug
23601: fixed
23602:
23603: * src/classes/void.C: void: int double copy/paste from int: bug
23604: fixed
23605:
23606: 2001-08-07 parser
23607:
23608: * src/: classes/double.C, classes/int.C, classes/string.C,
23609: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23610: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23611: string, table
23612:
23613: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23614: srand made working
23615:
23616: 2001-08-06 parser
23617:
23618: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23619: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23620: main/compile.tab.C, main/compile.y, main/pa_array.C,
23621: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23622: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23623:
23624: * src/main/pa_exec.C: exec win32 real filename
23625:
23626: * src/classes/file.C: exec stderr out
23627:
23628: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23629:
23630: 2001-08-03 parser
23631:
23632: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23633:
23634: 2001-08-02 parser
23635:
23636: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23637: main/execute.C, main/pa_exec.C: introducing Array_iter
23638:
23639: * src/main/execute.C: detected quick_get recursion bug. changed to
23640: get@execute, but needs array iterator, separate from array to
23641: avoid it & use caching
23642:
23643: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23644: bug fixed
23645:
23646: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23647: main/execute.C, main/pa_globals.C: found another multithread bug
23648: in op.C (last, last global var killed) :)
23649:
23650: 2001-08-01 parser
23651:
23652: * src/: include/pa_dictionary.h, include/pa_globals.h,
23653: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23654: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23655: main/untaint.C: speeded up typo-html replacements. introducing
23656: Dictionary with first-char caching
23657:
23658: 2001-07-31 parser
23659:
23660: * src/types/Makefile.am: pa_vtable.C added to .am
23661:
23662: * src/main/compile.tab.C: added, so that could be compiled even on
23663: non-bison-enabled platforms
23664:
23665: 2001-07-28 parser
23666:
23667: * src/classes/table.C: table:hash always produces hash, when can't
23668: - empty
23669:
23670: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23671: skipped \n
23672:
23673: 2001-07-27 parser
23674:
23675: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23676: on int/double/string :sql without result and default
23677:
23678: 2001-07-26 parser
23679:
23680: * src/classes/op.C: fixed bad multithread bug with strangly global
23681: OP
23682:
23683: * src/main/compile.y: $man[$.age[zzz]] 0
23684:
23685: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23686: creation syntax problem persists. restored $: for a while.
23687: thinking of $man[$.age[zzz]] syntax now
23688:
23689: * src/: classes/double.C, classes/int.C, classes/string.C,
23690: include/pa_opcode.h, main/compile.C, main/compile.y,
23691: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23692: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23693: types/pa_wwrapper.h: fixing :: realization #1
23694:
23695: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23696: main/compile_tools.h, main/execute.C, main/pa_request.C,
23697: types/pa_vmethod_frame.h: introducing :: this is constructor call
23698: prefix. ordinary : remains for static accesses
23699:
23700: 2001-07-25 parser
23701:
23702: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23703: fields 2. methods 3. columns
23704:
23705: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23706: quote. optimized double&int tostring-s
23707:
23708: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23709: whitespace before first method decl
23710:
23711: * src/classes/table.C: allowed nontable result in table:sql,
23712: results in empty table
23713:
23714: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23715: lines before first method decl
23716:
23717: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23718: types/pa_vtable.h: ^table.record[] now $table.fields
23719:
23720: * src/main/compile.y: $var[] is now empty string, not void
23721:
23722: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23723: void
23724:
23725: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23726: main/pa_globals.C: match replace code context moved to implicit
23727: $match context
23728:
23729: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23730: main/compile_tools.h, main/execute.C: with killed, code storage
23731: introduced with former 'with' syntax
23732:
23733: 2001-07-24 parser
23734:
23735: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23736: types/pa_value.h: first get_element, next get operator
23737:
23738: * src/main/compile.y: removed @end handling
23739:
23740: * src/main/: compile.C, compile.y: @end handling method2
23741:
23742: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23743: file:move
23744:
23745: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23746: fixed
23747:
23748: 2001-07-23 parser
23749:
23750: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23751: driver
23752:
23753: * src/classes/hash.C: changed sql driver query interface
23754:
23755: * src/: classes/hash.C, classes/string.C, classes/table.C,
23756: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23757: changed sql driver query interface
23758:
23759: 2001-07-20 parser
23760:
23761: * src/types/pa_vrequest.C: X!$browser:type
23762:
23763: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23764: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23765: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23766: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23767: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23768: types/pa_vobject.h, types/pa_vrequest.C,
23769: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23770: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23771: BASE element globally removed
23772:
23773: 2001-07-18 parser
23774:
23775: * src/classes/file.C: file:exec/cgi msg
23776:
23777: * src/classes/file.C: $file:exit-code renamed to 'status'
23778:
23779: * src/: classes/file.C, main/pa_exec.C: file:exec
23780:
1.116 moko 23781: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23782: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23783: removed $id from *.in *.am
1.95 moko 23784:
23785: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23786: abbrevations
23787:
23788: * src/: classes/date.C, classes/mail.C, classes/math.C,
23789: classes/string.C, classes/table.C, include/pa_globals.h,
23790: include/pa_string.h, main/execute.C, main/pa_globals.C,
23791: main/pa_request.C, main/pa_string.C, main/untaint.C,
23792: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23793: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23794: $ORIGINS(1) output tracing mode
23795:
23796: 2001-07-13 parser
23797:
23798: * src/: classes/double.C, classes/int.C, classes/string.C,
23799: include/pa_request.h, main/execute.C, main/pa_request.C:
23800: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23801: second would not call first @auto
23802:
23803: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23804: wrong, fixed
23805:
23806: 2001-07-12 parser
23807:
23808: * src/types/pa_value.h: pa_value.putelement modification of system
23809: classes prevented
23810:
23811: 2001-07-11 parser
23812:
23813: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23814: table $piece
23815:
23816: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23817: types/pa_vstateless_class.h: $file created by file:state +=
23818: .atime .mtime .ctime +found&fixed bug with exceptions on
23819: get_junction-created objects [they were on wrong pool]
23820:
23821: 2001-07-09 parser
23822:
23823: * src/main/untaint.C: qp wrong name
23824:
23825: * src/: classes/date.C, classes/string.C, classes/table.C,
23826: main/compile.y: date format 0
23827:
23828: 2001-07-07 parser
23829:
23830: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23831: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23832: roll table calendar
23833:
23834: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23835: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23836: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23837: include/pa_request.h, main/main.dsp, types/pa_value.h,
23838: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23839: string. todo: sql, calendar
23840:
23841: 2001-07-06 parser
23842:
23843: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23844: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23845:
23846: 2001-07-03 parser
23847:
23848: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23849: classes/random.C, main/main.dsp: class random renamed to math,
23850: operators became methods
23851:
23852: * src/classes/op.C: pow sqrt
23853:
23854: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23855:
23856: 2001-07-02 parser
23857:
23858: * src/classes/table.C: ^table.columns column renamed from 'name' to
23859: 'column'
23860:
23861: * src/classes/hash.C: ^hash.keys[]
23862:
23863: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23864:
23865: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23866: 'strings'
23867:
23868: 2001-06-29 parser
23869:
23870: * src/main/: execute.C: /0 %0 checkes ver 2
23871:
23872: * src/main/execute.C: /0 %0 checke
23873:
23874: * src/classes/Makefile.am: nothing - void
23875:
23876: * src/classes/table.C: empty strings @ sql
23877:
23878: 2001-06-28 parser
23879:
23880: * src/: classes/double.C, classes/file.C, classes/form.C,
23881: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23882: classes/op.C, classes/random.C, classes/response.C,
23883: classes/string.C, classes/table.C, classes/void.C,
23884: main/compile.C, main/compile_tools.C, main/execute.C,
23885: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23886: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23887: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23888: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23889: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23890: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23891: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23892: $";
23893:
23894: * src/: classes/double.C, classes/file.C, classes/form.C,
23895: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23896: classes/op.C, classes/random.C, classes/response.C,
23897: classes/string.C, classes/table.C, classes/void.C,
23898: main/compile.C, main/compile.y, main/compile_tools.C,
23899: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23900: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23901: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23902: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23903: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23904: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23905:
23906: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23907: $class:name: == ${class:name}:
23908:
23909: * src/classes/string.C: exactly one
23910:
23911: 2001-06-27 parser
23912:
23913: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23914: types/pa_vvoid.h: nothing renamed to void
23915:
23916: * src/classes/op.C: ^switch ^case
23917:
23918: * src/main/compile.y: nothing renamed to void
23919:
23920: * src/: classes/hash.C, classes/table.C, main/compile.y,
23921: main/execute.C, main/main.dsp, main/pa_request.C,
23922: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23923: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23924: void
23925:
23926: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23927:
23928: 2001-05-28 parser
23929:
23930: * src/doc/html2chm.cmd: removed >a
23931:
23932: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23933: project options [some bugs]
23934:
23935: * src/doc/sources2html.cmd: z
23936:
23937: * src/: classes/classes.C, main/compile.C, main/compile.y,
23938: main/execute.C: operators are not in root class again
23939:
23940: 2001-05-24 parser
23941:
23942: * src/targets/cgi/parser3.dsp: project file
23943:
23944: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23945: ^log ^exp
23946:
23947: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23948: conversions in @exception[params]
23949:
23950: * src/main/pa_request.C: // no _ conversions in @exception[params]
23951:
23952: 2001-05-23 parser
23953:
23954: * src/main/pa_string.C: string cmp bug
23955:
23956: * src/classes/: mail.C, op.C: rem max 1000
23957:
23958: * src/: classes/op.C, main/compile.y: allow one empty line before
23959: LS_DEF_NAME
23960:
23961: 2001-05-22 parser
23962:
23963: * src/classes/op.C: if params code-required
23964:
23965: 2001-05-21 parser
23966:
23967: * src/types/pa_vstring.C: eoleof
23968:
23969: * src/classes/Makefile.am: .AM
23970:
23971: * src/classes/nothing.C: resultless ^sql moved to nothing:
23972:
23973: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23974:
23975: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23976: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23977: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23978: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23979: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23980: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23981: 'nothing'
23982:
23983: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23984: vstring::set_string
23985:
23986: * src/classes/: double.C, int.C, string.C: int,double;sql
23987:
23988: * src/: classes/hash.C, classes/int.C, classes/string.C,
23989: classes/table.C, include/pa_string.h, main/pa_string.C,
23990: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23991:
23992: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23993: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23994: hash:sql moved to main trunc. operators.txt updated
23995:
23996: * src/classes/: hash.C, op.C, table.C: hash:sql
23997:
23998: * src/classes/op.C: z
23999:
24000: * src/: main/compile.C, classes/classes.C: 1
24001:
24002: * src/: classes/classes.C, main/compile.C, main/compile.y,
24003: main/execute.C: 0
24004:
24005: * src/main/execute.C: z
24006:
24007: * src/targets/cgi/parser3.C: z
24008:
24009: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24010: site_auto_path "." in that case
24011:
24012: * src/targets/cgi/: parser3.C: z
24013:
24014: * src/main/pa_request.C: .am
24015:
24016: * src/: main/pa_request.C, targets/cgi/parser3.C:
24017: pcre_tables=pcre_default_tables;
24018:
24019: 2001-05-19 parser
24020:
24021: * src/main/pa_string.C: z
24022:
24023: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24024: introducing String::cstr_bufsize, returns just size+1 for as_is
24025: target.
24026:
24027: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24028: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24029: used, 4* mem wasted
24030:
24031: * src/classes/string.C: root context in match replace body now
24032: unchanged
24033:
24034: * src/types/pa_value.h: parameter # 1 based
24035:
24036: * src/main/pa_common.C: common: actual filename '%s'
24037:
24038: * src/classes/string.C: z
24039:
24040: * src/classes/Makefile.am: classes/.am
24041:
24042: * src/classes/: Makefile.am: classes/.am
24043:
24044: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24045: targets/cgi/pa_pool.C: classes/.am
24046:
24047: 2001-05-18 parser
24048:
1.116 moko 24049: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24050: pa_threads.C ins
1.95 moko 24051:
24052: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24053:
24054: 2001-05-17 parser
24055:
24056: * src/: classes/string.C, include/pa_config_fixed.h,
24057: include/pa_config_includes.h, main/compile.y,
24058: main/compile_tools.h, main/execute.C, main/pa_array.C,
24059: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24060: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24061: types/pa_vform.C: #include "pa_config_includes.h" removed from
24062: most .C
24063:
24064: * src/doc/html2chm.cmd: z
24065:
24066: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24067: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24068:
24069: * src/main/pa_sql_driver_manager.C: moved expiration to
24070: get_connection_from_cache
24071:
24072: * src/main/pa_sql_driver_manager.C: cache expiration bf
24073:
24074: * src/: classes/classes.h, include/pa_sql_connection.h,
24075: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24076: cache expiration[use SQL_Driver::disconnect]
24077:
24078: * src/main/pa_table.C: table.locate current restored on "not found"
24079:
24080: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24081: line no
24082:
24083: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24084: ANTI_ENDLESS_EXECUTE_RECOURSION
24085:
24086: * src/: classes/op.C, include/pa_sql_connection.h,
24087: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24088: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24089: 1driver and set_services fight for driver::fservices. before fix
24090:
24091: * src/: classes/op.C, include/pa_config_fixed.h,
24092: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24093: main/pa_sql_driver_manager.C: found problem at last: 2connections
24094: own 1driver and set_services fight for driver::fservices. before
24095: fix
24096:
24097: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24098: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24099: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24100: pa_threads.C
24101:
24102: * src/include/pa_threads.h: removed targets/parser
24103:
24104: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24105: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24106: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24107: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24108: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24109: headers
24110:
24111: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24112: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24113: order prevented sqlmanager to see MULTYTHREAD define
24114:
24115: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24116: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24117: put/gets
24118:
24119: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24120: from hash.h
24121:
24122: * src/: classes/op.C, include/pa_sql_connection.h,
24123: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24124: from cache ->set_services(&services);
24125:
24126: 2001-05-16 parser
24127:
24128: * src/targets/cgi/parser3.C: z
24129:
24130: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24131: debug, #ifdefed some. would debug later, on more precise sample
24132: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24133: $name.$tail[$tail!] $name.$tail } ok3
24134:
24135: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24136: removed array debug. before vstring rebasing
24137:
24138: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24139: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24140: array debugged; adjusted
24141:
24142: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24143: SQL_Driver_manager line no for connect/charset errors
24144:
24145: 2001-05-15 parser
24146:
24147: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24148: main/pa_string.C: string+array made linear grows
24149:
24150: * src/: include/pa_string.h, main/pa_string.C,
24151: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24152: grow lineary, not exponentialy
24153:
24154: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24155: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24156: with fullchunk cmps
24157:
24158: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24159: 70041= 81
24160:
24161: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24162: targets/cgi/parser3.C: detected huge mem allocation: size/times
24163: malloc 27809390/368771, calloc 3232/83. would test now
24164:
24165: * src/: classes/random.C, main/compile.y, main/execute.C,
24166: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24167: numbered params had wrong name - for instance: bad error message
24168: in ^for[] bad body type. fixed
24169:
24170: 2001-05-14 parser
24171:
24172: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24173: main/untaint.C: ^string.upper|lower[]
24174:
24175: 2001-05-11 parser
24176:
24177: * src/: classes/double.C, classes/image.C, classes/op.C,
24178: classes/string.C, classes/table.C, classes/unknown.C,
24179: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24180: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24181: types/pa_vunknown.h: op: MAX_LOOPS as_int
24182:
24183: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24184: .dsp for win32tools
24185:
24186: 2001-05-11 paf
24187:
24188: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24189: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24190: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24191: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24192:
24193: 2001-05-10 paf
24194:
24195: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24196: for C++, that's all
24197:
1.116 moko 24198: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24199: pa_config_includes.h: inline wonders
1.95 moko 24200:
24201: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24202: doc/doxygen.cmd: hash.C added
24203:
24204: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24205:
24206: * src/main/compile.y: @end grammar: allowed zero strings in control
24207: menthod
24208:
24209: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24210: pa_vstateless_object.h: changed priority: field before method
24211: lookup in vclass & vobject
24212:
24213: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24214: grammar: priorities changes [lowerd && prior] vobject: now first
24215: fields, next methods
24216:
24217: 2001-05-08 paf
24218:
24219: * src/main/pa_table.C: table columnname2item on nameless ignored
24220: bark=false. fixed
24221:
24222: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24223: types/pa_vmethod_frame.h: hash:default works at last!
24224:
24225: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24226: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24227: hash:default
24228:
24229: * src/classes/table.C: z
24230:
24231: * src/classes/table.C: table:hash always hash of hash now
24232:
24233: * src/classes/table.C: table:empty return bool now
24234:
24235: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24236: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24237: types/pa_vtable.h: table:hash
24238:
24239: * src/classes/table.C: table:record have name
24240:
24241: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24242: returns vunknown
24243:
24244: * src/classes/: double.C, int.C, op.C, string.C:
24245: int,double,string:int[] double[] string:length[] results now have
24246: hames
24247:
24248: * src/: classes/op.C, classes/table.C, main/main.dsp,
24249: types/pa_vtable.h: removed table:find. table:locate and op:eval
24250: now return bool
24251:
24252: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24253: in method checkparams again. fixed
24254:
24255: 2001-05-07 paf
24256:
24257: * src/doc/chm.cmd: cmd
24258:
24259: * src/: classes/image.C, classes/mail.C, classes/string.C,
24260: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24261: types/pa_value.h: method reported errors on wrong pool
24262:
24263: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24264: now
24265:
24266: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24267: include/code.h, include/pa_opcode.h, main/compile.C,
24268: main/compile_tools.h, main/execute.C, types/pa_value.h,
24269: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24270: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24271: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24272: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24273: types/pa_vmethod_frame.h, types/pa_vobject.h,
24274: types/pa_vrequest.h, types/pa_vresponse.h,
24275: types/pa_vstateless_class.h, types/pa_vstring.h,
24276: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24277: types/pa_wwrapper.h: pa_code.h
24278:
24279: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24280:
24281: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24282: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24283: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24284: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24285: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24286: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24287: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24288: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24289: types/pa_vtable.h: dox, split by not clean parts also
24290:
24291: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24292: types/pa_vtable.h: table: fields, then methods. so to enable
24293: 'dir' fields & co. more
24294:
24295: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24296: so to enable 'dir' fields & co.
24297:
24298: * src/main/compile.y: grammar: @end
24299:
24300: 2001-05-04 paf
24301:
24302: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24303: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24304:
24305: * src/: classes/classes.h, classes/double.C, classes/file.C,
24306: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24307: classes/op.C, classes/random.C, classes/response.C,
24308: classes/string.C, classes/table.C, classes/unknown.C,
24309: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24310: method dox
24311:
24312: 2001-05-03 paf
24313:
24314: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24315: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24316: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24317: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24318: doc/string.dox, doc/targets.dox, doc/value.dox,
24319: main/pa_request.C: dox splitted .dox files and added some
24320:
24321: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24322:
24323: 2001-05-02 paf
24324:
24325: * src/classes/: image.C, table.C: table:dir result are not tainted
24326: by file_name language now
24327:
24328: 2001-04-28 paf
24329:
24330: * src/classes/classes.inc: removed classes.inc
24331:
24332: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24333: from .am
24334:
24335: * src/classes/classes.awk: skipped classes in .awk
24336:
24337: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24338: classes/classes.inc, classes/double.C, classes/file.C,
24339: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24340: classes/string.C, classes/table.C, classes/unknown.C,
24341: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24342: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24343: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24344: pa_methoded back to classes/classes.h
24345:
24346: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24347:
24348: * src/: classes/Makefile.am, classes/classes.awk,
24349: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24350: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24351:
24352: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24353: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24354: classes/response.C, classes/string.C, classes/table.C,
24355: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24356: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24357: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24358: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24359: include|main/pa_methoded
24360:
24361: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24362: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24363:
24364: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24365: moved some configured data to request::classes_conf moved some
24366: string crations from globals to M... [works]
24367:
24368: * src/: classes/form.C, classes/mail.C, classes/op.C,
24369: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24370: main/pa_request.C: moved some configured data to
24371: request::classes_conf moved some string crations from globals to
24372: M...
24373:
24374: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24375: about to move configured data to special request hash
24376:
24377: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24378: classes/form.C, classes/mail.C, include/pa_request.h,
24379: main/pa_request.C: configure started
24380:
24381: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24382: 2. todo: methoded-configure
24383:
24384: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24385: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24386: classes/_random.h, classes/_response.h, classes/_string.h,
24387: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24388: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24389: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24390: classes/random.C, classes/response.C, classes/string.C,
24391: classes/table.C, classes/unknown.C, include/pa_globals.h,
24392: include/pa_request.h, main/compile.y, main/execute.C,
24393: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24394: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24395: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24396: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24397: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24398: types/pa_vrequest.h, types/pa_vresponse.h,
24399: types/pa_vstateless_class.h, types/pa_vstring.h,
24400: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24401: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24402: methoded-configure
24403:
24404: * src/: classes/file.C, classes/table.C, main/compile.y,
24405: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24406: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24407: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24408:
24409: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24410: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24411: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24412: classes/random.C, classes/response.C, classes/string.C,
24413: classes/table.C, classes/unknown.C, include/pa_request.h,
24414: main/compile.y, main/execute.C, main/pa_globals.C,
24415: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24416: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24417: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24418: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24419: beautifying just compiled. todo: debug, configure
24420:
24421: 2001-04-27 paf
24422:
24423: * src/: classes/file.C, classes/image.C, classes/table.C,
24424: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24425: beautifying -99
24426:
24427: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24428: classes/_response.h, classes/_unknown.h, classes/classes.C,
24429: classes/classes.h, classes/double.C, classes/file.C,
24430: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24431: classes/op.C, classes/random.C, classes/response.C,
24432: classes/string.C, include/pa_globals.h, main/main.dsp,
24433: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24434: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24435: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24436: types/pa_vunknown.h: beautifying -100
24437:
24438: * src/main/compile.y: serge@ found @CLASS bug. fixed
24439:
24440: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24441: classes/_op.h, classes/_random.h, classes/_table.h,
24442: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24443: classes/op.C, classes/random.C, classes/response.C,
24444: classes/string.C, classes/table.C, classes/unknown.C,
24445: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24446: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24447: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24448: beautifying
24449:
24450: 2001-04-26 paf
24451:
24452: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24453:
24454: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24455: documentation ++
24456:
24457: * src/: classes/_exec.h, doc/doxygen.cfg,
24458: include/pa_config_fixed.h, include/pa_config_includes.h,
24459: targets/cgi/pa_pool.C: code documentation ++
24460:
24461: * src/: classes/_image.h, classes/op.C, classes/random.C,
24462: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24463: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24464: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24465: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24466: types/pa_vmethod_frame.h, types/pa_vobject.h,
24467: types/pa_vrequest.C, types/pa_vrequest.h,
24468: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24469: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24470: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24471: code documentation ++
24472:
24473: * src/: classes/image.C, classes/mail.C, classes/string.C,
24474: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24475: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24476: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24477: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24478: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24479: types/pa_vobject.h, types/pa_vstateless_class.h,
24480: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24481:
24482: * src/main/: pa_request.C, pa_string.C: z
24483:
24484: * src/: include/pa_common.h, include/pa_types.h,
24485: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24486: connection caching fixed. request-pooled-url were stored into
24487: global connectioncache
24488:
24489: 2001-04-25 paf
24490:
24491: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24492: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24493:
24494: * src/: include/code.h, include/pa_common.h, main/compile.y,
24495: main/execute.C, main/pa_common.C: -d
24496:
24497: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24498: illegal call check a bit improved, but still under iis no mapping
24499: of dir with parser allowed!
24500:
24501: 2001-04-24 paf
24502:
24503: * src/targets/Makefile.am: apache module lib .am
24504:
24505: * src/main/pa_exec.C: windows32 buildCommand
24506:
24507: 2001-04-23 paf
24508:
24509: * src/targets/cgi/Makefile.am: win32 conditional
24510:
24511: * src/targets/cgi/Makefile.am: win32 conditional
24512:
24513: * src/targets/cgi/Makefile.am: liblink
24514:
24515: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24516: vfile fields return type
24517:
24518: * src/types/pa_vfile.h: vfile fields return type
24519:
24520: * src/include/pa_config_auto.h.in: .h.in
24521:
24522: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24523: types/Makefile: makefiles removed
24524:
24525: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24526: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24527:
24528: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24529: [tested: i & g ]
24530:
24531: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24532: @test noticed series in isapi, check how initialize_random_class
24533: is called! [must be called only once]
24534:
24535: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24536: would not be 'unknown column'
24537:
24538: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24539: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24540:
24541: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24542: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24543: [now doesnt]
24544:
24545: * src/targets/cgi/parser3.C: cgi cmdline ver
24546:
24547: * src/targets/cgi/parser3.C: cgi /// @test disable
24548: /cgi-bin/parser3/auto.p
24549:
24550: * src/main/untaint.C: untaint without charset
24551:
24552: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24553: main/pa_common.C: common: file_write /// @test mkdirs
24554: file_delete rmdirs
24555:
24556: * src/main/untaint.C: mail header only once to =?
24557:
24558: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24559: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24560: main/untaint.C: untaint - @test optimize whitespaces for
24561: all but 'html'
24562:
24563: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24564: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24565: main/untaint.C: untaint - @test mail-header
24566:
24567: 2001-04-20 paf
24568:
24569: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24570: include/pa_request.h, include/pa_string.h, main/compile.y,
24571: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24572: targets/cgi/parser3.C: $MAIN:LOCALE
24573:
24574: * src/main/untaint.C: z
24575:
24576: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24577:
24578: 2001-04-19 paf
24579:
24580: * src/main/compile_tools.h: $a$b bugfix
24581:
24582: * src/targets/cgi/parser3.C: z
24583:
24584: * src/classes/file.C: z
24585:
24586: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24587: done: header to $fields. waits for header '\' tricks
24588:
24589: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24590: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24591: changed urlencode here and in untaint.C to HTTP standard's " and
24592: \" mech
24593:
24594: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24595: http://alx/~paf/ doesnt load /auto.p
24596:
24597: 2001-04-18 paf
24598:
24599: * src/main/pa_request.C: 1
24600:
24601: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24602: linux @alx
24603:
24604: 2001-04-17 paf
24605:
24606: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24607: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24608: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24609: enabled
24610:
24611: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24612: classes/_exec.h, classes/_file.h, classes/_form.h,
24613: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24614: classes/_random.h, classes/_response.h, classes/_string.h,
24615: classes/_table.h, classes/_unknown.h, classes/file.C,
24616: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24617: include/pa_config_fixed.h, include/pa_config_includes.h,
24618: include/pa_hash.h, include/pa_sql_driver_manager.h,
24619: include/pa_version.h, main/Makefile.am, main/compile.y,
24620: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24621: main/pa_sql_driver_manager.C, sql/Makefile.am,
24622: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24623: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24624: types/pa_vform.C, types/pa_vimage.h: exec @jav
24625:
24626: * src/: include/pa_sql_driver_manager.h,
24627: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24628: types/pa_vimage.h: sql driver interface now has initialize(client
24629: .so)
24630:
24631: 2001-04-16 paf
24632:
24633: * src/Makefile.am: compile2 cygwin
24634:
24635: * src/: include/pa_config_includes.h, main/pa_exec.C,
24636: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24637:
24638: * src/targets/cgi/Makefile.am: compile0 jav
24639:
24640: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24641: classes/_exec.h, classes/_file.h, classes/_form.h,
24642: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24643: classes/_random.h, classes/_response.h, classes/_string.h,
24644: classes/_table.h, classes/_unknown.h, classes/image.C,
24645: classes/mail.C, classes/op.C, classes/random.C,
24646: include/pa_config_fixed.h, include/pa_config_includes.h,
24647: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24648: main/compile.y, main/pa_common.C, main/pa_exec.C,
24649: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24650: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24651: compile-1
24652:
24653: 2001-04-15 paf
24654:
24655: * src/classes/op.C: z
24656:
24657: * src/classes/table.C: table:empty +=process
24658:
24659: * src/types/pa_value.h: MethodParams !junction
24660:
24661: * src/: classes/_string.h, classes/double.C, classes/file.C,
24662: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24663: classes/random.C, classes/response.C, classes/string.C,
24664: classes/table.C, classes/unknown.C, main/pa_request.C:
24665: MethodParams everywhere
24666:
24667: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24668: types/pa_vmethod_frame.h: MethodParams in op.C
24669:
24670: 2001-04-12 paf
24671:
24672: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24673:
24674: * src/: classes/_unknown.h, classes/unknown.C,
24675: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24676: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24677:
24678: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24679:
24680: * src/classes/image.C: image:gif now does not have params
24681:
24682: * src/classes/image.C:
24683: image:line/fill/rectangle/bar/replace/polygon/polybar
24684:
24685: * src/: classes/image.C, classes/op.C, main/execute.C,
24686: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24687: for var now written not to r.wcontext, but to r.root cleared
24688: "entered_object" state
24689:
24690: 2001-04-11 paf
24691:
24692: * src/classes/image.C: image:create image:load
24693:
24694: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24695: just compiled
24696:
24697: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24698: todo: gif without file
24699:
24700: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24701: started porting to Pooled descendant
24702:
24703: * src/: classes/image.C, main/execute.C, main/main.dsp,
24704: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24705: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24706: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24707:
24708: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24709: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24710: end. switching to python imaging lib
24711:
24712: * src/main/main.dsp: gd+smtp made separate libs
24713:
24714: * src/: include/pa_globals.h, include/pa_string.h,
24715: main/pa_common.C, main/pa_request.C, main/untaint.C,
24716: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24717: length
24718:
24719: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24720: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24721: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24722: UL_FILE_NAME of posted file name
24723:
24724: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24725: post [broke when moved post read to core]
24726:
24727: 2001-04-10 paf
24728:
24729: * src/classes/image.C: image:html done
24730:
24731: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24732:
24733: * src/classes/image.C: z
24734:
24735: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24736: forgotten!
24737:
24738: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24739: main/pa_request.C, main/pa_string.C, main/untaint.C,
24740: types/pa_vimage.h: image:measure -90
24741:
24742: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24743: classes/_int.h, classes/_mail.h, classes/_op.h,
24744: classes/_random.h, classes/_response.h, classes/_string.h,
24745: classes/_table.h, classes/file.C, classes/mail.C,
24746: include/pa_common.h, include/pa_globals.h, main/execute.C,
24747: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24748: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24749: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24750: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24751: compiled
24752:
24753: * src/classes/mail.C: minor bug with unclear from/to
24754:
24755: * src/classes/mail.C: sendmail unix skipping defaults
24756:
24757: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24758: sendmail unix added defaults
24759:
24760: * src/classes/mail.C: unix sendmail compiled. todo:testing
24761:
24762: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24763:
24764: 2001-04-09 paf
24765:
24766: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24767: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24768: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24769: targets/isapi/parser3isapi.dsp: all targets exec
24770:
24771: * src/: include/pa_sapi.h, include/pa_string.h,
24772: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24773: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24774: args in apache:util.script
24775:
24776: * src/include/pa_string.h: written but not tested exec with env for
24777: unix
24778:
24779: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24780: targets/cgi/parser3.C: exec win32 env
24781:
24782: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24783: 0
24784:
24785: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24786: main/execute.C, main/main.dsp, main/pa_globals.C,
24787: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24788: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24789:
24790: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24791: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24792:
24793: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24794: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24795:
24796: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24797: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24798: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24799: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24800: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24801: exec class just compiled. moved post read to request core
24802:
24803: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24804: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24805: main/pa_globals.C, targets/cgi/parser3.C,
24806: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24807: are already read by vform
24808:
24809: 2001-04-08 paf
24810:
24811: * src/: classes/file.C, classes/mail.C, classes/string.C,
24812: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24813: uuencode. string<<
24814:
24815: 2001-04-07 paf
24816:
24817: * src/classes/mail.C: z
24818:
24819: * src/classes/mail.C: z
24820:
24821: * src/classes/mail.C: ^mail[$attach
24822:
24823: * src/classes/mail.C: ^attach dead end
24824:
24825: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24826: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24827: targets/isapi/parser3isapi.C: mail:send 1
24828:
24829: * src/: classes/mail.C, main/pa_request.C: z
24830:
24831: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24832: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24833: compiled
24834:
24835: * src/classes/mail.C: +=
24836:
24837: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24838: prepared
24839:
24840: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24841: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24842: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24843: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24844:
24845: 2001-04-06 paf
24846:
24847: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24848: main/pa_string.C: table:dir 1
24849:
24850: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24851: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24852:
24853: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24854: classes/root.C, include/pa_globals.h, include/pa_request.h,
24855: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24856: main/pa_request.C: renamed 'root' to 'op'
24857:
24858: * src/classes/: _op.h, op.C: renamed from 'root'
24859:
24860: * src/types/pa_valiased.C: another root inherititance skipped
24861:
24862: * src/main/: compile.C, compile.y, execute.C: operators are now not
24863: root methods of parent class. just 'ROOT' class
24864:
24865: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24866: @office
24867:
24868: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24869:
24870: 2001-04-05 paf
24871:
24872: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24873: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24874: constructor flag dropped at get_method_frame and remembered into
24875: method_frame
24876:
24877: * src/: classes/file.C, classes/root.C, classes/string.C,
24878: classes/table.C, main/pa_request.C: junction to code&expression
24879: in errors
24880:
24881: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24882: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24883: $LOCALE:ctype[Russian_Russia.1251]
24884:
24885: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24886: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24887: main/pa_table.C: hash now not thread-safe.
24888:
24889: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24890: main/untaint.C: z
24891:
24892: * src/: classes/random.C, classes/root.C, classes/table.C,
24893: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24894: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24895: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24896: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24897:
24898: * src/: classes/table.C, include/pa_sql_connection.h,
24899: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24900:
24901: * src/classes/table.C: select * from hren error contains statement
24902:
24903: * src/: classes/table.C, include/pa_sql_connection.h,
24904: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24905: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24906:
24907: * src/: classes/root.C, include/pa_sql_connection.h,
24908: include/pa_sql_driver.h, main/main.dsp,
24909: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24910: services for conv memory & error reporting
24911:
24912: 2001-04-04 paf
24913:
24914: * src/doc/doxygen.cfg: z
24915:
24916: * src/include/pa_sql_driver.h: mysql connect
24917:
24918: * src/include/pa_sql_driver.h: mysql info
24919:
24920: * src/: classes/root.C, include/pa_sql_driver.h,
24921: include/pa_sql_driver_manager.h, main/main.dsp,
24922: main/pa_sql_driver_manager.C: more manager&connection&driver
24923:
24924: * src/sql/Makefile.am: forgot to add mysql client
24925:
24926: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24927: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24928: [forgot to add libltdl, added]
24929:
24930: * src/: Makefile.am, classes/root.C, classes/string.C,
24931: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24932: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24933: include/pa_string.h, include/pa_table.h, main/main.dsp,
24934: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24935: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24936: -1000 just compiled
24937:
24938: * src/: classes/random.C, classes/root.C, classes/table.C,
24939: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24940: main/pa_request.C, types/pa_vclass.h: sql frame -10
24941:
24942: 2001-04-03 paf
24943:
24944: * src/types/pa_vform.C: z
24945:
24946: * src/: classes/string.C, types/pa_vform.C: string:match replace
24947: assigned lang
24948:
24949: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24950: {}[]< empty []
24951:
24952: * src/: classes/file.C, classes/string.C, classes/table.C,
24953: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24954: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24955:
24956: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24957: string:match replace strange matches
24958:
24959: * src/classes/string.C: string:match replace 0
24960:
24961: * src/: classes/string.C, main/pa_string.C: string:match replace
24962: prepared 2
24963:
24964: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24965: string:match replace prepared
24966:
24967: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24968: string:match replace -11
24969:
24970: * src/: classes/string.C, include/pa_globals.h,
24971: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24972: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24973:
24974: * src/: classes/string.C, include/pa_globals.h,
24975: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24976: main/pa_string.C: string:match [search] -1 just compiled
24977:
24978: * src/types/pa_vstring.C: z
24979:
24980: * src/: classes/double.C, classes/file.C, classes/form.C,
24981: classes/int.C, classes/response.C, classes/root.C,
24982: classes/string.C, classes/table.C, include/pa_string.h,
24983: main/pa_string.C: string:match -10 [frame]
24984:
24985: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24986: main/pa_request.C: z
24987:
24988: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24989: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24990: todo/tests
24991:
24992: * src/include/pa_common.h: z
24993:
24994: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24995: main/pa_request.C, targets/cgi/parser3.C,
24996: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24997: content-disposition
24998:
24999: * src/: include/pa_common.h, include/pa_globals.h,
25000: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25001: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25002:
25003: * src/: include/pa_common.h, include/pa_request.h,
25004: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25005: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25006: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25007: response:body
25008:
25009: * src/classes/table.C: table:append now uses string::split
25010:
25011: * src/classes/table.C: z
25012:
25013: * src/: classes/file.C, classes/root.C, classes/string.C,
25014: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25015: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25016: include/pa_string.h, main/execute.C, main/pa_string.C,
25017: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25018: string::pos & cmp & piece bugs fixed. string::split new
25019: table:load separated from set table:set implemented with clean \n
25020: \t searches
25021:
25022: 2001-04-02 paf
25023:
25024: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25025: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25026: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25027: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25028: it in table:set/load
25029:
25030: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25031: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25032:
25033: * src/classes/random.C: random:generate 1
25034:
25035: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25036: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25037: types/pa_value.h: random:generate
25038:
25039: 2001-03-30 paf
25040:
25041: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25042: todo: table flip and append. string::pos
25043:
25044: * src/: classes/double.C, classes/file.C, classes/int.C,
25045: classes/response.C, classes/root.C, classes/string.C,
25046: classes/table.C, main/compile.y, main/execute.C,
25047: types/pa_value.h, types/pa_vstateless_class.C,
25048: types/pa_vstateless_class.h: static|dynamic|any method
25049: registration
25050:
25051: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25052: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25053: table:flip
25054:
25055: 2001-03-29 paf
25056:
25057: * src/classes/string.C: string:xsplit forgot that they must result
25058: in 1 row N column [not vice versa]
25059:
25060: * src/classes/string.C: z
25061:
25062: * src/classes/string.C: string: rsplit
25063:
25064: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25065: string: lsplit
25066:
25067: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25068: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25069: lsplit -1
25070:
25071: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25072: string: pos
25073:
25074: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25075: string: pos -1
25076:
25077: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25078: main/compile.y, main/pa_request.C, main/pa_string.C,
25079: main/untaint.C: string: left right mid
25080:
25081: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25082: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25083: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25084: and [;] are different now.
25085:
25086: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25087: main/untaint.C: pool.request undone
25088:
25089: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25090: main/untaint.C: pool.request
25091:
25092: 2001-03-28 paf
25093:
25094: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25095: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25096: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25097: $request:browser [.type .version]; unknown.get_double now = 0.
25098:
25099: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25100: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25101: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25102: types/pa_vform.C: file:load autodetection of mime-type by
25103: user-file-name
25104:
25105: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25106: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25107: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25108:
25109: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25110: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25111: write. must be self.set
25112:
25113: * src/: classes/file.C, classes/root.C, classes/table.C,
25114: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25115:
25116: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25117: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25118: types/pa_vtable.h: table:locate just compiled
25119:
25120: 2001-03-27 paf
25121:
25122: * src/main/: execute.C, pa_common.C: fixed r/w context of
25123: code-params2, fixed ntfs hardlink slow dir update
25124:
25125: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25126: types/pa_wcontext.h: fixed r/w context of code-params
25127:
25128: * src/: classes/table.C, main/execute.C: about to change junction
25129: rcontext!!
25130:
25131: * src/: classes/double.C, classes/int.C, classes/root.C,
25132: classes/string.C, classes/table.C, main/compile_tools.C,
25133: main/execute.C, main/pa_request.C, main/untaint.C,
25134: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25135: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25136: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25137: types/pa_vunknown.h: sort 0
25138:
25139: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25140: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25141: renamed to are_static_calls_disabled
25142:
25143: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25144: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25145: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25146: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25147:
25148: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25149:
25150: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25151: started table:sort fixed minor bug in #...^{
25152:
25153: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25154: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25155: decided to have as it were. stepped back. grammar: added 'in'
25156: 'is' 'lt'&co follow-space check
25157:
25158: 2001-03-26 paf
25159:
25160: * src/: classes/file.C, classes/root.C, classes/table.C,
25161: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25162: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25163: main/pa_table.C: moved ::save to pa_table. disabled @auto
25164: invocation in ^process
25165:
25166: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25167:
25168: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25169: main/pa_array.C: table:record
25170:
25171: * src/: main/untaint.C, targets/cgi/parser3.C,
25172: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25173: targets/isapi/pool_storage.h, types/pa_valiased.h,
25174: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25175: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25176: types/pa_vtable.h: z
25177:
25178: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25179: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25180: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25181: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25182: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25183: method realisations on 'self' validity - they now can simply
25184: assume that 'self' is V{Proper} .
25185:
25186: 2001-03-25 paf
25187:
25188: * src/main/untaint.C: z
25189:
25190: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25191: lowlevel - it initialization could be skipped if failed in @auto.
25192: so that exception report would use some table
25193:
25194: * src/main/pa_request.C: table empty lines ignored. system-default
25195: content type assigned in output:result [can fail in main:auto and
25196: skipped normal defaults extraction]
25197:
25198: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25199: bug
25200:
25201: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25202: processing to table [except preliminary \r\n \r \n replacements
25203: to "\n"]
25204:
25205: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25206: move all the processing to table
25207:
25208: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25209: main/pa_table.C, main/untaint.C: returned table originating.
25210: useful for reporting typo table problems origin. think would be
25211: useful somewhere else
25212:
25213: * src/main/untaint.C: typo \r \r\n \n properly handled
25214:
25215: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25216: include/pa_table.h, main/compile.y, main/compile_tools.C,
25217: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25218: main/pa_string.C, main/pa_table.C, main/untaint.C,
25219: types/pa_vcookie.h: typo & typo-default
25220:
25221: 2001-03-24 paf
25222:
25223: * src/main/pa_common.C: z
25224:
25225: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25226: targets/cgi/parser3.C: html-typo 2
25227:
25228: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25229: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25230: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25231: main/execute.C, main/pa_array.C, main/pa_globals.C,
25232: main/pa_request.C, main/pa_string.C, main/untaint.C,
25233: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25234: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25235: noticed double default content-type prob. run cgi.cmd tomorrow
25236: first html-typo sample. detected << problem: they become ltlt too
25237: fast
25238:
25239: * src/main/compile.y: z
25240:
25241: * src/main/: compile.y, compile_tools.h: #comment
25242:
25243: * src/: classes/file.C, classes/root.C, classes/table.C,
25244: include/pa_common.h, include/pa_request.h, main/compile.y,
25245: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25246: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25247: stringified
25248:
25249: * src/types/pa_valiased.C: decided to String-ify file_read
25250:
25251: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25252: isapi/parser3isapi.dsp: cgi: sapi::log
25253:
25254: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25255: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25256: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25257: error log experiments failed - cgi under iis got no access to
25258: log. registereventsource simply failed with 5(illegal call) code,
25259: while worked OK as standalone executable. isapi: used
25260: HSE_APPEND_LOG_PARAMETER feature
25261:
25262: * src/: include/pa_common.h, include/pa_globals.h,
25263: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25264: targets/isapi/parser3isapi.C: fixed default content-type
25265: allocation storage
25266:
25267: * src/: include/pa_globals.h, include/pa_request.h,
25268: main/pa_globals.C, main/pa_request.C: z
25269:
25270: * src/: include/pa_array.h, include/pa_hash.h,
25271: include/pa_request.h, main/compile.y, main/pa_array.C,
25272: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25273: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25274: content-type
25275:
25276: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25277: sanity
25278:
25279: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25280: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25281: away freeze mech. no danger now for you can't do
25282: ^request:process[@new-method[] body] trick anymore. still
25283: remains $some_instance.process[@new-method[] possibility] but
25284: would leave it as a feature. see index for sample
25285:
25286: * src/: include/pa_common.h, main/pa_common.C,
25287: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25288: monkey every target
25289:
25290: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25291: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25292: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25293:
25294: 2001-03-23 paf
25295:
25296: * src/: include/pa_pool.h, main/pa_request.C,
25297: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25298: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25299: targets/isapi/pool_storage.h: isapi: dumb pool storage
25300:
25301: * src/targets/isapi/pa_pool.C: decided to continue with extension
25302:
25303: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25304: it would be better to rewrite as filter then to deal with pool
25305:
25306: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25307: now like in cgi, not from APPL_PHYSICAL_PATH
25308:
25309: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25310: include/pa_config_fixed.h, include/pa_config_includes.h,
25311: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25312: include/pa_version.h, main/compile.y, main/execute.C,
25313: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25314: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25315: main/untaint.C, targets/cgi/parser3.C,
25316: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25317: cgi: reinvent document_root and request_uri under iis. autoconf
25318: updated. introducing ap_config_includes
25319:
25320: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25321:
25322: * src/targets/cgi/parser3.C: cgi: only one pool now
25323:
25324: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25325: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25326: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25327: types/pa_venv.h, types/pa_vform.C: sapi made object
25328:
25329: * src/: include/pa_globals.h, main/pa_request.C,
25330: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25331: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25332: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25333:
25334: * src/: main/pa_request.C, targets/cgi/parser3.C,
25335: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25336: isapi minor env beauty
25337:
25338: * src/: main/pa_request.C, targets/cgi/parser3.C,
25339: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25340: isapi document_root 0
25341:
25342: 2001-03-22 paf
25343:
25344: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25345:
25346: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25347: isapi/parser3isapi.C: z
25348:
25349: * src/: include/pa_pool.h, main/pa_request.C,
25350: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25351:
25352: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25353: kill.pl: isapi added utils
25354:
25355: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25356: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25357: types/pa_vform.C: isapi 0
25358:
25359: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25360: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25361: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25362: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25363: started isapi
25364:
25365: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25366: some comments
25367:
25368: * src/: include/pa_globals.h, include/pa_request.h,
25369: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25370: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25371: parser_root_auto_path parser_site_auto_path
25372:
25373: * src/types/pa_vcookie.C: cookie attr decoded
25374:
25375: 2001-03-21 paf
25376:
25377: * src/targets/cgi/parser3.C: z
25378:
25379: * src/include/pa_globals.h: post. todo: config of auto.p path
25380:
25381: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25382: types/pa_venv.h: in cookie & env. todo:post
25383:
25384: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25385: classes/root.C, classes/table.C, include/pa_array.h,
25386: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25387: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25388: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25389: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25390: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25391: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25392: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25393: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25394: shifted apache branch on main trunc
25395:
25396: * src/: include/pa_common.h, include/pa_globals.h,
25397: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25398: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25399: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25400: starting mod_parser3
25401:
25402: * src/targets/cgi/parser3.C: starting mod_parser3
25403:
25404: 2001-03-20 paf
25405:
25406: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25407: targets/cgi/parser3.C: automake compiled and works. todo:make
25408: win32 ifdefs work and add ifdef unistd
25409:
25410: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25411: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25412: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25413: z
25414:
25415: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25416: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25417: locking
25418:
25419: * src/: classes/Makefile.am, types/Makefile.am: z
25420:
25421: * src/: Makefile.am, classes/file.C, classes/root.C,
25422: classes/table.C, include/pa_array.h, include/pa_request.h,
25423: include/pa_string.h, main/Makefile.am, main/execute.C,
25424: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25425: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25426: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25427: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25428:
25429: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25430: main/pa_request.C, types/pa_vfile.h: ^table:save
25431:
25432: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25433: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25434: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25435: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25436: types/pa_vform.h: z
25437:
25438: * src/include/pa_string.h: z
25439:
25440: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25441: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25442: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25443: :Value
25444:
25445: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25446: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25447: :VStateless_object
25448:
25449: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25450: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25451: :VStateless_object
25452:
25453: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25454: types/pa_valiased.C, types/pa_vform.h: commented VForm
25455:
25456: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25457: types/pa_valiased.h, types/pa_value.h,
25458: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25459: types/pa_vstateless_object.h: moved common get_element part from
25460: stateless object&class into VAliased
25461:
25462: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25463: classes/table.C, main/execute.C, main/main.dsp,
25464: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25465: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25466: now :Value
25467:
25468: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25469: main/execute.C, main/main.dsp, main/pa_globals.C,
25470: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25471:
25472: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25473: doxx
25474:
25475: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25476: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25477: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25478: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25479: and ^file:save
25480:
25481: 2001-03-19 paf
25482:
25483: * src/types/pa_vfile.C: z
25484:
25485: * src/: classes/file.C, classes/request.C, classes/table.C,
25486: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25487: main/pa_request.C, main/untaint.C, types/pa_value.h,
25488: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25489:
25490: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25491: include/pa_string.h, include/pa_table.h, main/main.dsp,
25492: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25493: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25494: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25495: classes/_file.h, classes/file.C, types/pa_vfile.C,
25496: types/pa_vfile.h: file class just compiled
25497:
25498: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25499: include/pa_table.h, include/pa_types.h, main/execute.C,
25500: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25501: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25502: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25503:
25504: * src/include/pa_pool.h: z
25505:
25506: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25507: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25508: Hash::Value to Val so to doxygen would finlly stop confusing
25509: those Value-s
25510:
25511: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25512: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25513: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25514: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25515: include/pa_types.h, main/compile.C, main/compile.y,
25516: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25517: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25518: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25519: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25520: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25521:
25522: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25523: derivates somehow unlinked. don't know why yet
25524:
25525: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25526: include/pa_string.h, include/pa_threads.h, main/compile.C,
25527: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25528: main/execute.C, main/pa_array.C, main/pa_common.C,
25529: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25530: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25531: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25532:
25533: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25534: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25535: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25536: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25537: types/pa_vrequest.h: doc: detected Value derivates prob
25538:
25539: * src/include/pa_globals.h: z
25540:
25541: * src/: classes/_request.h, classes/request.C, include/code.h,
25542: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25543: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25544: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25545: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25546: main/execute.C, main/pa_pool.C, main/pa_request.C,
25547: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25548: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25549:
25550: 2001-03-18 paf
25551:
25552: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25553: cookie: allowed access to hash-assigned
25554:
25555: * src/targets/cgi/parser3.C: z
25556:
25557: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25558: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25559: include/pa_types.h, main/main.dsp, main/pa_common.C,
25560: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25561: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25562: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25563: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25564: types/pa_vunknown.h: cookie class
25565:
25566: * src/main/pa_request.C: zero length output allowed
25567:
25568: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25569: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25570:
25571: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25572: lang switch
25573:
25574: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25575: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25576: types/pa_value.h, types/pa_vhash.h:
25577: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25578:
25579: * src/main/execute.C: z
25580:
25581: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25582: targets/cgi/parser3.C: taint[uri
25583:
25584: * src/: classes/request.C, classes/response.C, classes/root.C,
25585: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25586: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25587: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25588:
25589: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25590: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25591: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25592: types/pa_vstateless_class.C: convinient string(pool, char *src,
25593: bool tainted) ctor
25594:
25595: * src/: include/pa_hash.h, include/pa_request.h,
25596: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25597: main/pa_request.C, main/pa_string.C, main/untaint.C,
25598: targets/cgi/parser3.C: proper @exceptions params tainting
25599:
25600: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25601: response fields to header
25602:
25603: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25604: z
25605:
25606: * src/: classes/_response.h, classes/response.C,
25607: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25608: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25609: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25610: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25611: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25612: $response: 0 request::core exception rethrow
25613:
25614: 2001-03-16 paf
25615:
25616: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25617: types/pa_vrequest.h: native method' class call with less params
25618: then needed error reporting
25619:
25620: * src/: classes/_request.h, classes/request.C,
25621: include/pa_globals.h, include/pa_request.h, main/execute.C,
25622: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25623: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25624: types/pa_vrequest.h: $request : query :uri
25625:
25626: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25627: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25628: types/pa_wcontext.h: $result
25629:
25630: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25631:
25632: * src/: classes/double.C, include/code.h, main/compile.y,
25633: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25634: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25635:
25636: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25637: main/compile.y, main/execute.C, types/pa_value.h,
25638: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25639: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25640: wcontext conflict
25641:
25642: * src/: main/execute.C, types/pa_value.h,
25643: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25644: $string.field
25645:
25646: 2001-03-15 paf
25647:
25648: * src/main/pa_request.C: news sample
25649:
25650: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25651: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25652:
25653: * src/main/: compile.y, execute.C: z
25654:
25655: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25656: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25657: pre pre works
25658:
25659: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25660: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25661: fillfields just compiled
25662:
25663: 2001-03-14 paf
25664:
25665: * src/: include/pa_request.h, main/pa_request.C,
25666: targets/cgi/parser3.C: z
25667:
25668: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25669: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25670: types/pa_vstring.h: limits -1
25671:
25672: * src/: include/pa_globals.h, include/pa_request.h,
25673: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25674: main/pa_request.C, targets/cgi/parser3.C,
25675: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25676: request_info -1
25677:
25678: * src/: include/pa_globals.h, main/pa_globals.C,
25679: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25680: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25681: vform_fields_fill
25682:
25683: * src/targets/cgi/parser3.C: # if MSVC
25684:
25685: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25686: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25687:
25688: * src/targets/cgi/parser3.C: z
25689:
25690: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25691: include/pa_string.h, include/pa_types.h, main/compile.y,
25692: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25693: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25694: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25695: types/pa_vunknown.h: global handler, exceptions in parser3
25696:
25697: 2001-03-13 paf
25698:
25699: * src/: classes/form.C, main/compile.y, main/core.C,
25700: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25701: types/pa_vform.h, types/pa_vstateless_class.C,
25702: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25703: instead
25704:
25705: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25706: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25707: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25708: started cgi target
25709:
25710: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25711: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25712: before error show with parser
25713:
25714: * src/: classes/_form.h, classes/form.C, include/core.h,
25715: include/pa_request.h, main/core.C, main/pa_request.C,
25716: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25717:
25718: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25719:
25720: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25721: parser3.C: renamed targets/ parser to cgi
25722:
25723: * src/: classes/double.C, classes/env.C, classes/int.C,
25724: classes/root.C, classes/string.C, classes/table.C,
25725: include/pa_request.h, types/pa_vhash.h: z
25726:
25727: * src/: classes/_env.h, classes/env.C, classes/root.C,
25728: include/core.h, include/pa_pool.h, include/pa_request.h,
25729: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25730: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25731: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25732: [historical moment :)]
25733:
25734: * src/: include/code.h, include/pa_string.h, main/compile.y,
25735: main/execute.C, main/pa_string.C: 'value is type' expr operator
25736:
25737: * src/types/pa_venv.h: $ENV 1
25738:
25739: * src/main/execute.C: z
25740:
25741: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25742: future methods of ENV constructor if
25743:
25744: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25745: class
25746:
25747: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25748: classes/_root.h, classes/_string.h, classes/_table.h,
25749: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25750: classes/string.C, classes/table.C, include/pa_request.h,
25751: main/compile.C, main/compile_tools.h, main/core.C,
25752: main/execute.C, main/main.dsp, main/pa_request.C,
25753: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25754: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25755: types/pa_vobject.h, types/pa_vstateless_class.C,
25756: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25757: types/pa_wcontext.h: $ENV: re 0, stateless classes
25758:
25759: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25760: classes/_root.h, classes/_string.h, classes/_table.h,
25761: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25762: classes/string.C, classes/table.C, include/pa_request.h,
25763: main/compile.C, main/compile_tools.h, main/core.C,
25764: main/execute.C, main/main.dsp, main/pa_request.C,
25765: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25766: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25767: types/pa_vobject.h, types/pa_vstateless_class.C,
25768: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25769: types/pa_wcontext.h: $ENV: re 0, stateless classes
25770:
25771: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25772: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25773: yesterdays bad decision on execute_static_method
25774:
25775: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25776:
25777: * src/: classes/double.C, classes/int.C, classes/root.C,
25778: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25779:
25780: * src/main/pa_request.C: z
25781:
25782: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25783: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25784:
25785: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25786: include/pa_pool.h, main/pa_request.C:
25787: restructure_exceptions_dead_end
25788:
25789: * src/: classes/root.C, main/compile.y: ^if required junctions.
25790: allowed ; inside {} to break params
25791:
25792: * src/classes/root.C: ^eval
25793:
25794: * src/: classes/_string.h, classes/double.C, classes/int.C,
25795: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25796: string ^format
25797:
25798: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25799: 'bad' but not 'enough'
25800:
25801: * src/: classes/double.C, classes/root.C, classes/table.C,
25802: include/pa_common.h, include/pa_types.h, main/compile.y,
25803: main/pa_common.C, main/pa_request.C, main/untaint.C,
25804: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25805: types/pa_wwrapper.h: think constructing flag as is is bad
25806:
25807: * src/: classes/double.C, classes/int.C, classes/root.C,
25808: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25809: types/pa_vint.h: ^for
25810:
25811: 2001-03-12 paf
25812:
25813: * src/classes/table.C: table ^empty
25814:
25815: * src/: classes/table.C, include/pa_table.h: table ^menu
25816:
25817: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25818: ^offset ^line ^count
25819:
25820: * src/classes/root.C: ^round() ^floor() ^ceiling()
25821: ^abs() ^sign()
25822:
25823: * src/classes/: root.C, table.C: ^use
25824:
25825: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25826: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25827: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25828: ^while. switched off wcontext.constructing after write(value) or
25829: auto-vhash-constructing
25830:
25831: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25832: main/pa_request.C: fail_if_junction_ helper func
25833:
25834: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25835: include/pa_request.h, main/execute.C, main/main.dsp,
25836: main/pa_common.C, main/pa_request.C: ^process error point by
25837: actual method_name, not source. ^load
25838:
25839: * src/types/pa_vtable.h: table: no, better with string in cells...
25840:
25841: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25842: classes/_table.h, classes/table.C, main/untaint.C: z
25843:
25844: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25845: include/pa_table.h, main/core.C, main/execute.C,
25846: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25847: types/pa_value.h: table:set 0
25848:
25849: * src/: classes/root.C, include/core.h, include/pa_array.h,
25850: include/pa_request.h, include/pa_table.h, main/core.C,
25851: main/main.dsp, main/pa_request.C, main/pa_table.C,
25852: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25853: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25854: types/pa_vstring.h: freeze, ^table:create[] -1
25855:
25856: * src/: classes/root.C, types/pa_value.h: z
25857:
25858: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25859: get_method in couple places optimizing them
25860:
25861: * src/classes/root.C: z
25862:
25863: * src/: classes/root.C, types/pa_vclass.h: process temp main
25864: zeroing
25865:
25866: * src/: classes/double.C, classes/int.C, classes/root.C,
25867: classes/string.C, include/pa_common.h, include/pa_request.h,
25868: include/pa_string.h, include/pa_types.h, main/compile.C,
25869: main/compile.y, main/compile_tools.h, main/execute.C,
25870: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25871: types/pa_vmframe.h: ^process. actual names to store param and
25872: check_actual_numbered_params for better place diagnostics
25873:
25874: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25875: method-junctions bug fixed
25876:
25877: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25878: pa_vstateless_object.h, pa_vstring.h: stateless_object
25879:
25880: 2001-03-11 paf
25881:
25882: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25883: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25884: VDouble VInt base now VObject_base - without fields
25885:
25886: * src/: classes/root.C, include/core.h, main/core.C: z
25887:
25888: * src/: classes/double.C, classes/int.C, classes/root.C,
25889: classes/string.C, include/core.h, include/pa_hash.h,
25890: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25891: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25892:
25893: * src/: classes/double.C, classes/int.C, classes/root.C,
25894: include/pa_request.h, main/execute.C: intercept_string
25895:
25896: * src/: classes/double.C, classes/int.C, classes/root.C,
25897: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25898:
25899: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25900: ^inc-s(expr)
25901:
25902: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25903: classes/_root.h, classes/_string.h, classes/double.C,
25904: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25905: include/code.h, include/core.h, include/pa_array.h,
25906: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25907: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25908: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25909: include/pa_types.h, main/compile.C, main/compile.y,
25910: main/compile_tools.C, main/compile_tools.h, main/core.C,
25911: main/execute.C, main/pa_array.C, main/pa_common.C,
25912: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25913: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25914: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25915: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25916: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25917: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25918: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25919: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25920:
25921: * src/: main/pa_request.C, types/pa_vhash.h: z
25922:
25923: * src/: include/core.h, include/pa_request.h, main/core.C,
25924: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25925:
25926: * src/: include/pa_valiased.h, include/pa_value.h,
25927: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25928: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25929: include/pa_vjunction.h, include/pa_vmframe.h,
25930: include/pa_vobject.h, include/pa_vstring.h,
25931: include/pa_vunknown.h, include/pa_wcontext.h,
25932: include/pa_wwrapper.h, main/compile.y, main/core.C,
25933: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25934: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25935: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25936: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25937: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25938: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25939: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25940: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25941: include/
25942:
25943: 2001-03-10 paf
25944:
25945: * src/: include/core.h, include/pa_request.h, main/core.C,
25946: main/pa_request.C: run+auto=run
25947:
25948: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25949:
25950: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25951: classes/_root.h, classes/_string.h, classes/double.C,
25952: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25953: include/code.h, include/core.h, include/pa_array.h,
25954: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25955: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25956: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25957: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25958: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25959: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25960: include/pa_vjunction.h, include/pa_vmframe.h,
25961: include/pa_vobject.h, include/pa_vstring.h,
25962: include/pa_vunknown.h, include/pa_wcontext.h,
25963: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25964: main/compile_tools.C, main/compile_tools.h, main/core.C,
25965: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25966: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25967: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25968: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25969: main/pa_wcontext.C: sources header
25970:
25971: * src/main/pa_request.C: auto..
25972:
25973: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25974: main/pa_request.C: auto tree0
25975:
25976: * src/: include/core.h, include/pa_request.h, main/compile.y,
25977: main/core.C, main/pa_request.C: names to core.C
25978:
25979: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25980: include/pa_request.h, main/core.C, main/execute.C,
25981: main/pa_common.C, main/pa_request.C: root auto.p loaded
25982:
25983: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25984: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25985: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25986: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25987:
25988: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25989: @auto[] realised. auto.p scan togo
25990:
25991: * src/: include/pa_request.h, main/execute.C: autocalc
25992: code-junctions result now have names
25993:
25994: * src/: classes/double.C, classes/int.C, classes/root.C,
25995: classes/string.C, include/pa_request.h, include/pa_string.h,
25996: include/pa_wcontext.h, main/compile.y, main/execute.C,
25997: main/pa_string.C, main/pa_wcontext.C: tainting 0
25998:
25999: * src/classes/env.C: env:file/line
26000:
26001: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26002: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26003: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26004: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26005: main/compile_tools.C, main/compile_tools.h, main/core.C,
26006: main/execute.C, main/main.dsp, main/pa_cframe.C,
26007: main/pa_request.C, main/pa_wcontext.C: const fight finished
26008:
26009: * src/include/pa_vclass.h: const fight to go
26010:
26011: * src/: classes/_env.h, classes/env.C, classes/root.C,
26012: include/pa_request.h, include/pa_vclass.h, main/core.C,
26013: main/main.dsp: env0
26014:
26015: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26016: classes/_string.h, classes/double.C, classes/int.C,
26017: classes/root.C, classes/string.C, include/pa_request.h,
26018: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26019: include/pa_wcontext.h, main/core.C, main/main.dsp,
26020: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26021: main/pa_wcontext.C: ^lang prepare0
26022:
26023: 2001-03-09 paf
26024:
26025: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26026: construct proper naming
26027:
26028: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26029: classes/double.C, classes/int.C, classes/root.C,
26030: classes/string.C, include/code.h, include/pa_value.h,
26031: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26032: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26033: main/compile.y, main/compile_tools.C, main/core.C,
26034: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26035: and ^double[]. fixed expr type
26036:
26037: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26038: ^string.length[]
26039:
26040: 2001-03-08 paf
26041:
26042: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26043:
26044: * src/: include/pa_vclass.h, include/pa_vstring.h,
26045: include/pa_wcontext.h, main/compile.y, main/core.C,
26046: main/execute.C, main/main.dsp: dead end: vstring can't be
26047: derivated from vobject
26048:
26049: * src/: include/pa_vclass.h, include/pa_vhash.h,
26050: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26051:
26052: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26053: remained clone conseqs
26054:
26055: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26056:
26057: * src/main/pa_vclass.C: wow! vclass were out of vcs
26058:
26059: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26060: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26061: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26062: include/pa_vobject.h, include/pa_vstring.h,
26063: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26064: main/execute.C: withoud cloning. didn't need it actually, params
26065: got passed from out unnamed ewpool
26066:
26067: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26068: include/pa_vjunction.h, include/pa_vobject.h,
26069: include/pa_vunknown.h, main/compile.y: cloning dead end
26070:
26071: * src/: include/pa_bool.h, include/pa_double.h,
26072: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26073: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26074: include/pa_vjunction.h, include/pa_vmframe.h,
26075: include/pa_vobject.h, include/pa_vstring.h,
26076: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26077: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26078: to give params proper names
26079:
26080: * src/main/pa_wcontext.C: z
26081:
26082: * src/: include/pa_vmframe.h, main/execute.C: added names to
26083: unknown values in get_element and unfilled params. removed wrong
26084: name change in get_element
26085:
26086: * src/main/execute.C: z
26087:
26088: * src/main/execute.C: fixed problems calling operators in
26089: constructors
26090:
26091: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26092: detected problems calling operators in constructors
26093:
26094: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26095: autocalc def to string
26096:
26097: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26098: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26099:
26100: * src/classes/root.C: added root.c
26101:
26102: * src/: include/pa_request.h, include/pa_value.h,
26103: include/pa_vcframe.h, include/pa_vmframe.h,
26104: include/pa_wcontext.h, main/compile.C, main/compile.y,
26105: main/core.C, main/execute.C, main/pa_cframe.C,
26106: main/pa_wcontext.C: 'if' just compiled
26107:
26108: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26109: include/pa_vjunction.h, include/pa_vmframe.h,
26110: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26111: main/pa_wcontext.C: z
26112:
26113: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26114: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26115: with parameter names in operator methods
26116:
26117: * src/main/compile.y: minor renamings in .y
26118:
26119: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26120: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26121: @BASE. changed 'RUN' assignment mech
26122:
26123: * src/main/execute.C: z
26124:
26125: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26126: main/compile_tools.h, main/execute.C: made class: dynamic, not
26127: static. so to enable runtime ^use
26128:
26129: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26130:
26131: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26132: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26133:
26134: * src/main/execute.C: root root in code-junction
26135:
26136: 2001-03-07 paf
26137:
26138: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26139: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26140:
26141: * src/: include/pa_stack.h, include/pa_value.h,
26142: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26143: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26144: fixed rwcontext of {} params up
26145:
26146: * src/main/: compile.y, compile_tools.h: ^func(params)
26147:
26148: * src/main/compile.y: .y priorities syntax shaped up a bit
26149:
26150: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26151: include/pa_vunknown.h, main/compile.y, main/execute.C,
26152: main/pa_hash.C: expr def in -f
26153:
26154: * src/main/: compile.y, execute.C: expr calls
26155:
26156: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26157: fixed
26158:
26159: * src/main/compile.y: expr quoted code
26160:
26161: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26162: support0
26163:
26164: * src/main/compile.y: expr string comparisons 0
26165:
26166: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26167: main/pa_string.C: just compiled lt&co
26168:
26169: * src/main/execute.C: ^var.menu{$field} problem detected. that
26170: $field not a $var.field
26171:
26172: 2001-03-06 paf
26173:
26174: * src/main/compile.y: .y expr visible-shorter
26175:
26176: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26177: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26178: logical
26179:
26180: * src/: include/pa_vstring.h, main/compile.y: problems with
26181: skipping whitespace in yylex
26182:
26183: * src/include/pa_vbool.h: forgot this
26184:
26185: * src/: include/code.h, main/compile.y, main/execute.C: without
26186: string ops in expressions 0
26187:
26188: * src/: include/pa_value.h, include/pa_vdouble.h,
26189: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26190: main/execute.C, main/main.dsp: !~
26191:
26192: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26193: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26194: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26195: include/pa_vunknown.h, include/pa_wcontext.h,
26196: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26197: main/compile_tools.h, main/execute.C: +-*/
26198:
26199: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26200: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26201:
26202: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26203: main/execute.C: expr grammar-1 2*2=4.000000 :)
26204:
26205: * src/main/compile.y: expr grammar-1
26206:
26207: * src/main/compile.y: expr lexx1
26208:
26209: * src/main/: compile.y, execute.C, main.dsp: z
26210:
26211: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26212: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26213: main/execute.C: expr lex0 exec-1
26214:
26215: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26216:
26217: 2001-02-26 paf
26218:
26219: * src/main/compile.y: max_string in yyerror bug fix
26220:
26221: 2001-02-25 paf
26222:
26223: * src/: include/pa_value.h, include/pa_vmframe.h,
26224: include/pa_wcontext.h, main/execute.C: VAliased3
26225:
26226: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26227:
26228: * src/main/execute.C: VAliased1
26229:
26230: * src/: include/pa_request.h, include/pa_value.h,
26231: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26232: VAliased0
26233:
26234: * src/: include/pa_pool.h, include/pa_request.h,
26235: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26236: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26237: VAliased just compiled
26238:
26239: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26240: include/pa_vobject.h, main/execute.C: alias dead end
26241:
26242: * src/: include/pa_value.h, include/pa_vclass.h,
26243: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26244: main/main.dsp: no not get fields into interm VFielded class.
26245: fields & staticfields 1
26246:
26247: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26248: include/pa_vobject.h, include/pa_wcontext.h,
26249: include/pa_wwrapper.h, main/core.C, main/execute.C,
26250: main/main.dsp: would now get fields into interm VFielded class
26251:
26252: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26253: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26254: include/pa_wcontext.h, main/compile.y, main/core.C,
26255: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26256: main/pa_wcontext.C: virtuals2
26257:
26258: * src/main/compile.y: : 1
26259:
26260: * src/main/compile.y: rethought to $class:static.field.subfield
26261:
26262: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26263: $class:element
26264:
26265: * src/: include/pa_value.h, include/pa_vmframe.h,
26266: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26267: main/pa_wcontext.C: before execute class calls rewrite
26268:
26269: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26270: name RUN, also alias
26271:
26272: * src/main/compile.y: escaping bug
26273:
26274: * src/: include/pa_request.h, include/pa_value.h,
26275: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26276: main/core.C, main/execute.C, main/pa_common.C: vobject1
26277:
26278: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26279: include/pa_vmframe.h, include/pa_vobject.h,
26280: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26281: main/compile_tools.h, main/execute.C: ^class:method() just
26282: compiled
26283:
26284: 2001-02-24 paf
26285:
26286: * src/main/main.dsp: no bison -d
26287:
26288: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26289: class' err msg wrong
26290:
26291: * src/main/compile.y: z
26292:
26293: * src/main/: compile.y, core.C: yylex need some @special lines adj
26294:
26295: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26296: main/compile.y, main/compile_tools.h, main/core.C: modules0
26297:
26298: * src/: include/pa_vclass.h, main/core.C: z
26299:
26300: * src/: include/pa_value.h, include/pa_vclass.h,
26301: include/pa_vobject.h, main/main.dsp: vobject00
26302:
26303: * src/main/pa_array.C: minor bug in expanding very small arrays.
26304: 60% from 1 were 0
26305:
26306: * src/: include/pa_value.h, include/pa_wcontext.h,
26307: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26308: as bad as you've named it: wcontext.value() was not a perfect
26309: idea
26310:
26311: * src/main/execute.C: codeframe1
26312:
26313: * src/: include/pa_value.h, include/pa_vcframe.h,
26314: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26315: include/pa_vjunction.h, include/pa_vmframe.h,
26316: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26317: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26318: just compiled
26319:
26320: * src/: include/pa_vframe.h, main/compile.y: found junction
26321: ideology @: ^x{$a()) must construct current wcontext element, so
26322: smart wcontext handling needed
26323:
26324: * src/main/compile.y: fixed grammar bugs in constructor/params
26325: klinch
26326:
26327: * src/main/: compile.y, execute.C: fixed empty constructor
26328: optimized empty case. failed on calls - produced empty string
26329: param
26330:
26331: * src/main/compile.y: fixed last \n macrotemplate strip bug
26332:
26333: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26334: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26335: main/compile_tools.C, main/compile_tools.h, main/core.C,
26336: main/execute.C: code junctions0. something wrong with last \n
26337: macrotemplate strip
26338:
26339: * src/: include/pa_value.h, main/compile.C, main/core.C,
26340: main/pa_value.C: minor error reporting format beautifyings
26341:
26342: * src/: include/pa_value.h, include/pa_vclass.h,
26343: include/pa_vframe.h, main/core.C, main/execute.C,
26344: main/pa_value.C: get_method RIP. junctions everywhere. call with
26345: junctions0
26346:
26347: 2001-02-23 paf
26348:
26349: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26350: pa_wwrapper.h: lara came, can't work, sorry :(
26351:
26352: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26353: junction
26354:
26355: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26356: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26357: main/execute.C, main/main.dsp, main/pa_value.C: call0
26358:
26359: * src/: include/pa_hash.h, include/pa_value.h,
26360: include/pa_wcontext.h, main/core.C, main/execute.C,
26361: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26362: done
26363:
26364: * src/include/pa_wcontext.h: z
26365:
26366: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26367: wrong grammar in complex constructor case
26368:
26369: * src/main/: compile.y, execute.C: empty constructor bug fixed
26370:
26371: * src/main/execute.C: with result rwpool
26372:
26373: * src/: include/pa_value.h, main/core.C, main/execute.C,
26374: main/main.dsp: value named
26375:
26376: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26377: strign 2 value in 2 places in execute
26378:
26379: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26380: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26381: wcontext.put_element when wcontext fvalue==0
26382:
26383: 2001-02-22 paf
26384:
26385: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26386: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26387: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26388:
26389: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26390: erroreos checkout
26391:
26392: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26393:
26394: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26395: main/compile_tools.h, main/pa_array.C: $self.get
26396:
26397: * src/main/: compile.C, compile.y, compile_tools.C: z
26398:
26399: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26400: bit. finished now.
26401:
26402: * src/main/compile.y: $: finished
26403:
26404: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26405:
26406: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26407: main/execute.C: OP_STRING better then some xxx _VALUE
26408:
26409: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26410: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26411: string to vstring it .y all
26412:
26413: * src/: include/pa_request.h, include/pa_stack.h,
26414: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26415: all
26416:
26417: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26418: precise parse error line:col
26419:
26420: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26421: main/pa_hash.C, main/pa_pool.C: TRY...
26422:
26423: * src/: include/pa_exception.h, include/pa_pool.h,
26424: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26425: main/compile.C, main/compile.y, main/compile_tools.C,
26426: main/core.C, main/pa_array.C, main/pa_exception.C,
26427: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26428: main/pa_table.C: removed exception from request
26429:
26430: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26431: some forgotten
26432:
26433: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26434: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26435: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26436: get/put simple vars to VClass works0
26437:
26438: * src/: include/pa_array.h, include/pa_wcontext.h,
26439: main/pa_string.C: in process, but found that exceptions are too
26440: global
26441:
26442: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26443: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26444: main/execute.C, main/pa_string.C: write_value write_string 0 it
26445: seems wcontext must write strings regardles of fvalue!=0
26446:
26447: 2001-02-21 paf
26448:
26449: * src/main/execute.C: tired :)
26450:
26451: * src/main/: compile.C, compile.y, execute.C: store0
26452:
26453: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26454: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26455: include/pa_wcontext.h, main/compile.C, main/compile.y,
26456: main/execute.C, main/main.dsp, main/pa_array.C,
26457: main/pa_request.C: get put -1 [just compiled]
26458:
26459: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26460: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26461: main/main.dsp, main/pa_request.C: request core methods0
26462:
26463: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26464: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26465: execute
26466:
26467: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26468: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26469: methods and one_big_piece. now compile returns array<method*>
26470:
26471: * src/main/compile.y: more straightforward yylex[end]
26472:
26473: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26474: string.operator==(char*)
26475:
26476: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26477: main/execute.C, main/pa_array.C: after array.const get wonders
26478:
26479: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26480: pa_string.h, pa_value.h: struck with const array.gets
26481:
26482: * src/main/: execute.C: z
26483:
26484: * src/main/: compile.y, execute.C: z
26485:
26486: * src/main/: compile.C, compile.y, compile_tools.h: error
26487: processing in eval & yyerror so it wouldn't cause memleaks.
26488:
26489: * src/main/: compile.C, compile.y: failed to add absolute precies
26490: parse error positions. leaving RIGHTMOST position as
26491: @file[line:col]
26492:
26493: * src/: include/compile.h, main/compile.C, main/compile.y,
26494: main/compile_tools.h: line numbers needed. would add them to .y
26495: now internally. externally it's not as precise as needed
26496:
26497: * src/: include/code.h, include/pa_types.h, main/compile.C,
26498: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26499: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26500: compiler works ok
26501:
26502: 2001-02-20 paf
26503:
26504: * src/main/: compile.C, compile.y, compile_tools.C,
26505: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26506: not perfect
26507:
26508: * src/: include/code.h, include/compile.h, include/execute.h,
26509: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26510: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26511: main/compile.C, main/compile.y, main/compile_tools.C,
26512: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26513: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26514: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26515: compiled. execute=dump for now
26516:
26517: * src/main/core.C: core rewrite using yacc investigations now will
26518: be compile[yacc]/execute[opcodes]
26519:
26520: 2001-02-15 paf
26521:
26522: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26523: rewrite as turing machine? for it seems it would be it's too many
26524: ifs with this syntax now
26525:
26526: 2001-02-14 paf
26527:
26528: * src/main/core.C: get_params 1
26529:
26530: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26531: :( ]
26532:
26533: * src/main/core.C: varios breaks
26534:
26535: * src/main/core.C: get names 3
26536:
26537: * src/main/core.C: get names 2
26538:
26539: * src/main/core.C: get names 1
26540:
26541: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26542: names 0
26543:
26544: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26545: text repassing2 operator static vars
26546:
26547: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26548: main/pa_string.C: process text repassing
26549:
26550: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26551: module:calls changes
26552:
26553: 2001-02-13 paf
26554:
26555: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26556: ^class:calls[] started
26557:
26558: * src/: include/pa_value.h, main/core.C: z
26559:
26560: * src/main/core.C: operators : and self. prefixes
26561:
26562: * src/main/core.C: z
26563:
26564: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26565: tested
26566:
26567: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26568: optimized
26569:
26570: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26571: would change privates to better support optimization
26572:
26573: * src/: include/pa_string.h, main/pa_string.C:
26574: String_iterator::skip_to todo:optimize
26575:
26576: 2001-02-12 paf
26577:
26578: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26579: String_iterator
26580:
26581: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26582: comments
26583:
26584: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26585: self/methodref joined
26586:
26587: 2001-02-11 paf
26588:
26589: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26590: main/main.dsp: core started. core.C, context&value .h
26591:
26592: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26593: include/pa_string.h, main/main.dsp, main/pa_array.C,
26594: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26595:
26596: 2001-01-30 paf
26597:
26598: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26599: comments
26600:
26601: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26602: main/pa_pool.C: moved pa_pool.C to be target specific
26603:
26604: * src/: include/pa_exception.h, include/pa_pool.h,
26605: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26606: to & changes
26607:
26608: * src/: include/pa_exception.h, include/pa_pool.h,
26609: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26610: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26611: re-associated. that's much better even removed 'die' necessety
26612:
26613: * src/: include/pa_error.h, include/pa_exception.h,
26614: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26615: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26616: targets/Makefile.am: lowered targets/parser into subdir, added
26617: parser_Pool(Pool) failed to add. would think..
26618:
26619: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26620: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26621: main/pa_string.C, main/pa_table.C: Table more like C++ style
26622: hence lots of 'const'
26623:
26624: * src/: include/pa_error.h, include/pa_request.h,
26625: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26626: main/pa_table.C: Error fixed
26627:
26628: 2001-01-29 paf
26629:
26630: * src/: include/pa_array.h, include/pa_common.h,
26631: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26632: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26633: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26634: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26635:
26636: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26637: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26638: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26639: main/pa_string.C, main/pa_table.C: Request Error Table
26640:
26641: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26642: templates"
26643:
26644: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26645: main/main.dsp, main/pa_array.C: templates failed no template
26646: specializations [VC6], no library auto instantation [VC6, GNU c++
26647: 2.95.2-6 from latest cygwin]
26648:
26649: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26650: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26651: main/main.dsp, main/pa_array.C, main/pa_string.C,
26652: main/pa_table.C: Table started would test template Array now
26653:
26654: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26655: String originating
26656:
26657: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26658: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26659: SYNCHRONIZED(thread_safe)
26660:
26661: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26662: parts to top
26663:
26664: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26665: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26666: see: needed only in global Hash now, made Hash:: put/get
26667: SYNCHRONIZED
26668:
26669: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26670: main/pa_threads.C: added pa_threads
26671:
26672: Mutex
26673:
26674: * src/include/pa_hash.h: some comments
26675:
26676: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26677: Array& operator += (Array& src)
26678:
26679: * src/main/pa_array.C: expand not convinient, would rewrite
26680:
26681: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26682: (Array& src)
26683:
26684: rethought, would change now
26685:
26686: 2001-01-27 paf
26687:
26688: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26689: caching
26690:
26691: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26692: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26693: cache rethought to chunk caching
26694:
26695: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26696: include/pa_string.h, main/main.dsp, main/pa_array.C,
26697: main/pa_hash.C, main/pa_string.C: Array 0
26698:
26699: * src/main/pa_string.C: String::operator ==
26700:
26701: * src/main/pa_hash.C: String(&String)
26702:
26703: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26704:
26705: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26706: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26707: pa_hash[forgotten]
26708:
26709: 2001-01-26 paf
26710:
26711: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26712: removed templates [vc++ suxx]
26713:
26714: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26715: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26716:
26717: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26718:
1.119 moko 26719: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26720:
1.119 moko 26721: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26722: check
26723:
26724: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26725: dynamic row_count
26726:
26727: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26728: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26729: targets/Makefile.am: Initial revision
26730:
26731: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26732: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26733: targets/Makefile.am: creating parser3 module
26734:
E-mail: