Annotation of parser3/ChangeLog, revision 1.227
1.227 ! moko 1: 2025-11-22 moko
! 2:
! 3: * src/classes/amqp.C: delivery_tag changed from string to double
! 4: (related to feature #1288)
! 5:
1.226 moko 6: 2025-11-14 moko
7:
8: * src/types/pa_vstatus.C, tests/448.html,
9: tests/results/448.processed: $status:limit-cpu,
10: $status:limit-mem, $status:limit-nproc unlimited support added,
11: test added (related to feature #1280)
12:
13: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
14: $status:limit-mem, $status:limit-nproc added (implements feature
15: #1280)
16:
17: 2025-11-12 moko
18:
19: * tests/results/: 323.processed, 421.processed: tests results
20: updated after amqp class added
21:
1.225 moko 22: 2025-11-08 moko
23:
24: * src/classes/amqp.C: tls support added, errors reporting improved
25: (related to feature #1288)
26:
27: * src/classes/amqp.C: tls support added (related to feature #1288)
28:
29: * src/classes/amqp.C: exceptions text now printed (related to
30: feature #1288)
31:
32: * src/classes/amqp.C: properties hash simplified (related to
33: feature #1288)
34:
35: 2025-11-07 moko
36:
37: * src/classes/amqp.C: consume fixed (related to feature #1288)
38:
39: * src/classes/classes.C: + amqp class
40:
41: * buildall, configure, configure.ac, src/classes/Makefile.am,
42: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
43: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
44: updated for librabbitmq support (relates to feature #1288)
45:
46: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
47: basic RabbitMQ C library (librabbitmq) support (partially
48: implements #1288)
49:
1.224 moko 50: 2025-10-05 moko
51:
52: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
53: reflection.C, string.C: Optimization: valid_options optimized
54: where HashStringValue::Iterator used
55:
56: * tests/results/224.processed: test result updated after date
57: functions updated (related to #1287)
58:
59: 2025-10-04 moko
60:
61: * operators.ru.txt, operators.txt: actualized
62:
63: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
64:
65: * tests/: 447.html, results/447.processed: tests for
66: ^reflection:override[$method] added (related to feature #1286)
67:
68: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
69: added (related to feature #1285)
70:
71: * src/classes/reflection.C:
72: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
73: added (implements feature #1286)
74:
75: * src/main/execute.C: bugfix: when method is attached from another
76: class, it's junction_template is initialized with another class,
77: thus get_vjunction should be used (related to feature #1286)
78:
79: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
80: ^date:iso-string[] - static call now formats current date
81: (implements feature #1287)
82:
83: 2025-10-01 moko
84:
85: * buildall: built-in mailreceive path actualized
86:
1.223 moko 87: 2025-09-01 moko
88:
89: * src/classes/math.C: old compilers support in ^math:eq
90:
91: 2025-08-31 moko
92:
93: * tests/: 446.html, results/446.processed: tests for
94: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
95:
96: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
97: implements #1285)
98:
99: 2025-08-30 moko
100:
101: * operators.ru.txt, operators.txt: actualized
102:
103: * tests/: 230.html, results/230.processed: test for ^file.save
104: $.append(false|true) option added (related to feature #1284)
105:
106: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
107: ^file.save $.append(false|true) option added (implements feature
108: #1284)
109:
1.222 moko 110: 2025-08-16 moko
111:
112: * etc/auto.p.in: LIMIT max_array_size actualized
113:
1.221 moko 114: 2025-08-01 moko
115:
116: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
117: pa_GC_abort_func added and used (implements feature #1283)
118:
119: * src/include/: pa_array.h, pa_config_includes.h:
120: PA_DEBUG_DISABLE_GC mode fixed for sparse array
121:
1.220 moko 122: 2025-07-04 moko
123:
124: * src/main/pa_common.C: typo fixed (related to bug #1282)
125:
126: * src/main/pa_common.C: minor optimization + create_dir_for_file
127: checks for \ (related to bug #1282)
128:
129: 2025-07-03 moko
130:
131: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
132: under Windows (fixes bug #1282)
133:
134: * src/main/pa_common.C: file:delete for UTF-8 files now works under
135: Windows (fixes bug #1282)
136:
137: 2025-06-28 moko
138:
139: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
140: Yavor Doganov <yavor@gnu.org>
141:
142: * src/main/pa_charset.C: typo fixed (related to feature #1281)
143:
144: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
145: compatibility fixed (implements feature #1281)
146:
1.219 moko 147: 2025-05-31 moko
148:
149: * src/main/pa_http.C: old gcc compilation fix (related to feature
150: #1277)
151:
152: 2025-05-28 moko
153:
154: * src/: classes/array.C, include/pa_array.h: last
155: Array_iterator::key() removed (related to feature #1277)
156:
157: 2025-05-27 moko
158:
159: * src/: classes/array.C, classes/table.C, include/pa_array.h,
160: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
161: and used (related to feature #1277)
162:
1.218 moko 163: 2025-05-26 moko
164:
165: * src/: classes/array.C, classes/curl.C, classes/hash.C,
166: classes/hashfile.C, classes/image.C, classes/table.C,
167: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
168: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
169: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
170: VString(const char *avalue) added and used to optimize new
171: VString(*new String(i.key(), String::L_TAINTED)) (related to
172: feature #1277)
173:
174: * src/: classes/array.C, classes/curl.C, classes/file.C,
175: classes/hash.C, classes/image.C, classes/json.C,
176: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
177: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
178: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
179: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
180: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
181: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
182: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
183: types/pa_vxnode.C: implements feature #1277 String::Body(const
184: char *abody) now explicit but HashString::put(const char *str, V
185: value) added for simplicity optimizations: HASH_PUT_CSTR used
186: where hash.put called several time during execution; caching
187: String::Body::uitoa used at all pash.put(<uint> calls.
188:
189: 2025-05-25 moko
190:
191: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
192: to feature #1277)
193:
194: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
195:
196: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
197: added for caching (related to feature #1277)
198:
199: * src/include/pa_string.h: optimized String:pos versions added
200: (without language + char *) (related to feature #1277)
201:
202: 2025-05-24 moko
203:
204: * tests/: 445.html, results/445.processed: test for
205: ^hash.array[[keys|values]] added (related to feature #1274)
206:
207: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
208: feature #1274)
209:
1.217 moko 210: 2025-01-26 moko
211:
212: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
213:
1.216 moko 214: 2025-01-25 moko
215:
216: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
217:
218: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
219: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
220: autoheader && automake && autoconf
221:
222: * src/lib/ltdl/configure.ac: new autotools used
223:
224: * acsite.m4, configure.ac: new autotools warnings fixed
225:
1.213 moko 226: 2025-01-10 moko
227:
1.215 moko 228: * tests/results/320.processed: test result updated after syslog
229: added
230:
1.214 moko 231: * src/classes/op.C: minor MSVC fixes
232:
233: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
234:
1.213 moko 235: * operators.ru.txt, operators.txt: +
236: ^syslog[ident;message[;info|warning|error|debug]]
237:
238: * src/classes/op.C: +
239: ^syslog[ident;message[;info|warning|error|debug]] (implelents
240: feature #1270)
241:
242: * configure, configure.ac, src/include/pa_config_auto.h.in,
243: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
244:
245: 2025-01-06 moko
246:
247: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
248: 2^n) calculated and used
249:
250: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
251: https://www.hadrons.org/software/libmd/
252:
1.212 moko 253: 2024-12-28 moko
254:
255: * tests/httpd/run_tests.sh: for FreeBSD compatibility
256:
257: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
258: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
259: $request:uri and $request:path tests added (related to feature
260: #1269)
261:
262: * operators.ru.txt, operators.txt: + $request:path documented
263: (related to feature #1269)
264:
265: * tests/: 065.html, results/065.processed: $request:path,
266: $request:uri tested
267:
268: * src/types/pa_vrequest.C: $request:path default is empty string to
269: match an empty URI in console mode (related to feature #1269)
270:
271: * etc/auto.p.in: $request:path used (related to feature #1269)
272:
273: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
274: (implements feature #1269)
275:
276: 2024-12-26 moko
277:
278: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
279: 3.5.0
280:
281: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
282: pa-include/pa_errno.h, pa-include/pa_file_info.h,
283: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
284: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
285: pa_strcat
286:
287: * tests/results/223.processed: apache upgraded @parser.ru
288:
289: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
290: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
291: pa-include/pa_errno.h, pa-include/pa_file_info.h,
292: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
293: pa-include/pa_strings.h: sdbm updated from version included in
294: apache 2.0.43 to version included in apache 2.0.65
295:
296: 2024-12-24 moko
297:
298: * etc/auto.p.in: to avoid patching Debian package
299:
300: * src/main/: pa_exec.C, pa_http.C: final fixes for
301: --with-build-warnings (dangling-reference warnings can be
302: ignored)
303:
304: 2024-12-23 moko
305:
306: * src/: classes/file.C, classes/hash.C, classes/op.C,
307: include/pa_common.h, main/pa_http.C, main/pa_request.C,
308: types/pa_vcookie.C, types/pa_vform.C: more fixes for
309: --with-build-warnings
310:
311: * src/: classes/date.C, classes/inet.C, classes/op.C,
312: classes/reflection.C, include/pa_array.h,
313: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
314: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
315: --with-build-warnings
316:
1.211 moko 317: 2024-12-21 moko
318:
319: * Makefile.am: +operators.ru.txt
320:
321: * operators.ru.txt, operators.txt: typo fixed
322:
323: 2024-12-20 moko
324:
325: * operators.txt: whitespace synced
326:
327: * operators.ru.txt, operators.txt: curl added
328:
329: * operators.ru.txt, operators.txt: logically sorted
330:
331: * operators.ru.txt: id added
332:
333: * operators.txt: ID added
334:
335: * operators.txt: translated
336:
337: * operators.ru.txt, operators.txt: operators.txt translated to
338: english, synced format with operators.ru.txt
339:
340: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
341: formatted
342:
343: * operators.ru.txt, operators.txt: formatted, actualized, oracle
344: info moved to separate file
345:
346: 2024-12-19 moko
347:
348: * src/targets/cgi/parser3.C: avoid parser version requests logging
349: in parser3.log
350:
351: 2024-12-18 moko
352:
353: * buildall: preventing --with-system-mailreceive linking with
354: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
355: to feature #1199)
356:
1.210 moko 357: 2024-12-16 moko
358:
1.211 moko 359: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 360:
361: * src/classes/table.C: exception text fixed
362:
363: 2024-12-15 moko
364:
365: * tests/: 102.html, results/102.processed: tests updated after
366: $form:fields not editable again (related to feature #1254)
367:
368: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
369: be edited (related to feature #1254)
370:
371: * src/types/pa_vform.C: reverted that
372: $form:fields/tables/files/imap can be edited (related to feature
373: #1254) for backward compatibility
374:
375: 2024-12-14 moko
376:
1.211 moko 377: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 378:
379: * tests/results/auto.p: avoid $mac execution unless on OS X
380:
381: * tests/388-sql.html: more OS support
382:
383: 2024-12-13 moko
384:
385: * tests/388-sql.html: sql tests under OS X now fixed
386:
387: * tests/results/auto.p: curl test under OS X now works
388:
389: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
390: no dll name under Windows, hiding
391:
392: * tests/: 379-curl.html, results/379-curl.processed: some curl
393: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
394:
395: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
396: 389.html, results/030.processed, results/212.processed,
397: results/219.processed, results/273.processed,
398: results/320.processed, results/346-curl.processed,
399: results/389.processed, results/auto.p: ^try-catch-filtered added
400: and used
401:
402: * tests/: 347-curl.html, results/347-curl.processed: support for
403: different error messages
404:
405: * src/classes/curl.C: several curl libraries supported,
406: ^curl:options[ $.library[] ] resets to default
407:
408: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
409: removed as depends on curl version
410:
411: * tests/results/: 223-curl.processed, 394-curl.processed: curl
412: fixed bug with \n in file names, test result updated
413:
414: * tests/388-sql.html: +libmysqlclient.so
415:
416: * etc/auto.p.in: +libmariadb
417:
418: 2024-12-12 moko
419:
420: * tests/: 388-sql.html, results/429-sql.processed: test results
421: updated after test changed
422:
423: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
424: for newer MariaDB compatibility
425:
426: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
427: results/429-sql.processed: key -> id for new MariaDB
428: compatibility
429:
430: * src/types/pa_vmethod_frame.h: warning war
431:
432: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
433: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
434: including for Debian package
435:
436: 2024-12-11 moko
437:
438: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
439: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
440: $status:log-filename added (related to feature #1262)
441:
442: * tests/: 440.html, results/440.processed: test for row is checked
443: before accessing when table is modified during select (related to
444: bug #1258)
445:
446: * src/: classes/table.C, include/pa_table.h: row should be checked
447: before accessing as table can be modified during select (related
448: to bug #1258)
449:
450: * src/types/pa_vmail.C: $mail:received tables -> elements array
451: (related to feature #1226)
452:
453: * src/: classes/file.C, classes/image.C, classes/table.C,
454: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
455: better messages (related to feature #1267)
456:
457: * tests/results/: 065.processed, 246.processed, 337.processed,
458: 342.processed, 352.processed, 356.processed, 364.processed,
459: 372.processed, 373.processed, 389.processed, 404.processed,
460: 406.processed, 414.processed, 430.processed, 432.processed,
461: 442.processed: tests updated after params.as_string error
462: reporting was improved (related to feature #1267)
463:
464: * src/classes/reflection.C: error messages optimized (related to
465: feature #1267)
466:
467: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
468: error reporing for params.as_* (related to feature #1267)
469:
470: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
471: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
472: #1267)
473:
474: * tests/results/: 246.processed, 414.processed, 432.processed:
475: tests updated after params.as_string error reporting was improved
476: (related to feature #1267)
477:
478: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
479: reporing for params.as_string (implements feature #1267)
480:
481: * tests/: 065.html, results/065.processed: tests for file methods
482: accepting file as filename added (related to feature #1265)
483:
484: * src/: classes/file.C, include/pa_exception.h,
485: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
486: methods now accept file as path specification (adopted Sumo patch
487: implements feature #1265)
488:
489: * tests/: 400.html, results/400.processed: tests for result
490: optimization "locks" after first method call (related to feature
491: #1266)
492:
493: 2024-12-10 moko
494:
495: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
496: result_optimization comments (related to feature #1266)
497:
498: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
499: $result now stored in my_result, not in local variables hash
500: (implements feature #1266)
501:
1.209 moko 502: 2024-12-09 moko
503:
1.210 moko 504: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
505: set_my_variable in preparation for $result optimization (related
506: to feature #1266)
507:
1.209 moko 508: * tests/results/119.processed: newline corrected for some OS
509:
510: * tests/: 441.html, results/441.processed: Debian-specific test
511: commented
512:
513: * buildall: pcre2 10.42 -> 10.44
514:
515: 2024-12-08 moko
516:
517: * buildall: external links fixed
518:
519: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
520:
521: * src/include/pa_table.h: some clang versions compilation fix
522:
523: * configure.ac: 3.4.7b -> 3.5.0rc
524:
525: 2024-12-07 moko
526:
527: * tests/: 443.html, 444.html, results/443.processed,
528: results/444.processed: tests for named params (related to feature
529: #1205)
530:
531: * src/: classes/reflection.C, types/pa_method.h: named_params
532: support in reflection (related to feature #1205)
533:
534: * src/types/pa_vmethod_frame.h: extra_params and named params
535: should be also inited in ^method[] call (related to feature
536: #1205)
537:
538: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
539: support using @method[arg;.named_arg;.named_arg2] syntax
540: (implements feature #1205)
541:
542: * tests/: 443.html, results/443.processed: test for *args inited
543: added (related to bug #1264)
544:
545: * src/types/pa_vmethod_frame.h: *args are now inited even if not
546: specified (fixes bug #1264)
547:
548: * tests/: 442.html, results/442.processed: tests for
549: params.as_file_name(N) with empty file name added (related to
550: feature #1121)
551:
552: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
553: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
554: include/pa_exception.h, types/pa_vmethod_frame.h:
555: params.as_file_name(N) added and used instead of
556: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
557: (implements feature #1121)
558:
559: * src/: classes/file.C, classes/image.C, classes/op.C,
560: classes/table.C, include/pa_exception.h: filename is everywhere
561: params.as_string, unify exception and remove
562: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
563:
564: * tests/: 141.html, results/141.processed: test for
565: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
566: to feature #1263)
567:
568: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
569: $.format[file] ] now supported (implements feature #1263)
570:
571: 2024-12-06 moko
572:
573: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
574: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
575: (cgi/console/mail/httpd/apache/isapi) added (related to feature
576: #1262)
577:
578: 2024-12-05 moko
579:
580: * src/targets/cgi/parser3.C: more correct arguments processing to
581: block -fl config.file log.file logic (related to feature #1262)
582:
583: 2024-12-04 moko
584:
585: * src/targets/cgi/parser3.C: now only one log location is selected
586: and tried. -l - supported for stderr specification (related to
587: feature #1262)
588:
589: 2024-12-03 moko
590:
591: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
592: results/010.processed, results/415.processed: tests for
593: $.(expression)[value], $a.(expression), ^v.(expression)[args]
594: added (related to feature #1064)
595:
596: * src/main/compile.y: $.(expression)[value], $a.(expression),
597: ^v.(expression)[args] now supported (implements feature #1064)
598:
599: 2024-12-02 moko
600:
601: * src/targets/cgi/parser3.C: -l /path/to/log options added
602: (implements feature #1262)
603:
1.208 moko 604: 2024-12-01 moko
605:
606: * tests/: 010.html, results/010.processed: some tests related to
607: bug #1149 added
608:
609: * src/main/compile.y: the check pc.pos.col > 1 is not required
610: because we can't be here without a '$' before. The begin == end
611: check was incorrect since $[a]{b} fits this condition (fixes bug
612: #1149)
613:
614: 2024-11-29 moko
615:
616: * src/classes/array.C: warning war
617:
618: 2024-11-26 moko
619:
620: * tests/: 441.html, results/441.processed: a bit more testing
621: (related to bug #1238)
622:
623: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
624:
625: * src/main/pa_exec.C: simplification arg_quote added (related to
626: bug #1229)
627:
1.207 moko 628: 2024-11-25 moko
629:
630: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
631: bug #1239)
632:
633: 2024-11-24 moko
634:
635: * src/main/pa_exec.C: added cmd.exe specific
636:
637: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
638: tests for ^file::exec env and args tainting tests (related to bug
639: #1239)
640:
641: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
642:
643: * src/include/pa_config_includes.h: added recommendations for
644: libxslt.a and and libexslt.a compilation under cygwin
645:
646: * tests/results/102.processed: $form:fields.value is now writable,
647: as $form:value (related to feature #1254)
648:
649: * src/include/pa_config_includes.h: cigwin compilation fixes
650:
651: 2024-11-23 moko
652:
653: * tests/httpd/site/run_server.sh: to simplify testing
654:
655: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
656: site/form.html: $form:files and $form:elements tests added, tests
657: with curl supported (related to feature #1254)
658:
659: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
660: types/pa_vform.h: $form:elements implemented, VForm::get_element
661: uses faster SYMBOLS_EQ, hashes no longer copied when using
662: $form:fields/tables/files/imap and can be edited (implements
663: feature #1254)
664:
665: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
666: bug #1261)
667:
1.206 moko 668: 2024-11-17 moko
669:
670: * tests/: 440.html, results/440.processed: tests for
671: ^table.array[], offset restoration, iterators robust tests
672: (related to bug #1258, features #1259 and #1260)
673:
674: * tests/: 439.html, results/439.processed: array and hash iterators
675: robust tests (related to feature #1260)
676:
677: * src/: classes/array.C, classes/table.C, include/pa_array.h,
678: include/pa_table.h: Array_robust_iterator added and used in cases
679: where array can be modified during iteration (implements feature
680: #1260)
681:
682: * src/classes/table.C: ^table.array[], ^table.array[column name],
683: ^table.array{code} added (implements feature #1259)
684:
685: 2024-11-16 moko
686:
687: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
688: table current row restoration after exception and table changes
689: (fixes bug #1258)
690:
691: 2024-11-13 moko
692:
693: * src/classes/table.C: minor optimization
694:
695: * src/main/pa_string.C: \r added to default ^string.trim chars list
696: (https://www.parser.ru/forum/?id=86648)
697:
1.205 moko 698: 2024-11-11 moko
699:
1.206 moko 700: * src/classes/classes.C: set_base commented
701:
702: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
703: deleted
704:
705: * src/classes/classes.vcproj: no more classes.awk and classes.inc
706:
707: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
708: classes.inc
709:
710: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
711: main/pa_globals.C: classes.awk is useless, preparing to delete it
712:
1.205 moko 713: * src/classes/classes.h: temp fix
714:
715: 2024-11-10 moko
716:
717: * src/: classes/date.C, classes/file.C, classes/image.C,
718: classes/op.C, main/pa_string.C: minor optimization
719:
720: * src/: classes/date.C, classes/file.C, classes/image.C,
721: classes/op.C, main/pa_string.C: typo fixed
722:
723: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
724: classes/file.C, classes/image.C, classes/op.C,
725: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
726: memory allocation befor main(). Only 3 allocations in chatsets
727: left (implements feature #1257)
728:
729: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
730: minor naming convention fix
731:
732: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
733: results/436.processed, results/437.processed,
734: results/438.processed: tests for @unhandled_exception processing
735: (related to feature #1256)
736:
737: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
738: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
739: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
740: are now processed in request::core for correct logging and
741: reporting (feature #1256)
742:
743: * src/: include/pa_sapi.h, main/pa_request.C,
744: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
745: targets/isapi/parser3isapi.C: unhandled exception now called if
746: exception occures during $response:download processing (related
747: to bug #1255)
748:
749: * etc/auto.p.in: better 404 error reporting
750:
751: 2024-11-09 moko
752:
753: * src/main/pa_memory.C: more detailed usage comment
754:
755: * src/main/pa_memory.C: usage commented
756:
757: * src/main/pa_memory.C: minor cleanup
758:
759: * src/types/: pa_varray.h, pa_vregex.h: warnings war
760:
761: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
762: httpd/site/029.html, results/436.processed: test for exception in
763: $response:download[] added
764:
765: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
766: and avoid exit status 1 on die
767:
768: * tests/results/: 007.processed, 019.processed, 098.processed,
769: 103.processed, 233.processed: windows headers matter for binary
770: files
771:
772: * tests/httpd/ok.log: tests results updated as extra headers now
773: cleared on error (related to bug #1255)
774:
775: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
776: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
777: targets/isapi/parser3isapi.C: headers buffering to avoid extra
778: headers in errors, custom send_error in cgi/httpd mode to avoid
779: memory allocations (fixes bug #1255)
780:
781: 2024-11-07 moko
782:
783: * tests/: 264.html, results/264.processed: tests updated to test
784: removal of only trailing empty arguments for backward
785: compatibility (related to feature #1252)
786:
787: * src/classes/file.C: remove trailing empty arguments for backward
788: compatibility (related to feature #1252)
789:
790: 2024-11-05 moko
791:
792: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
793: low memory case, when static initialization failed even before
794: main() start
795:
796: 2024-11-04 moko
797:
798: * configure, src/include/pa_config_auto.h.in,
799: src/include/pa_config_fixed.h: _locking no longer used
800:
801: * configure.ac: _locking no longer used (related to bug #1231)
802:
803: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
804:
805: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
806:
807: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
808: unused
809:
810: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
811: be used on locking errors (related to bug #1231)
812:
813: * src/main/pa_os.C: GetLastError used as errno is not set (related
814: to bug #1231)
815:
816: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
817: allowing shared lock to work (fixes bug #1231)
818:
819: * INSTALL: actualized, minor fixes
820:
821: * etc/auto.p.in: default LIMITS added
822:
823: * AUTHORS: links actualized
824:
825: * src/: classes/array.C, classes/bool.C, classes/classes.C,
826: classes/classes.awk, classes/classes.h, classes/curl.C,
827: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
828: classes/hash.C, classes/hashfile.C, classes/image.C,
829: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
830: classes/math.C, classes/memcached.C, classes/memory.C,
831: classes/op.C, classes/reflection.C, classes/regex.C,
832: classes/response.C, classes/string.C, classes/table.C,
833: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
834: include/pa_array.h, include/pa_base64.h,
835: include/pa_cache_managers.h, include/pa_charset.h,
836: include/pa_charsets.h, include/pa_common.h,
837: include/pa_config_fixed.h, include/pa_config_includes.h,
838: include/pa_dictionary.h, include/pa_dir.h,
839: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
840: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
841: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
842: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
843: include/pa_request_charsets.h, include/pa_request_info.h,
844: include/pa_sapi.h, include/pa_socks.h,
845: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
846: include/pa_stack.h, include/pa_string.h,
847: include/pa_stylesheet_connection.h,
848: include/pa_stylesheet_manager.h, include/pa_symbols.h,
849: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
850: include/pa_uue.h, include/pa_xml_exception.h,
851: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
852: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
853: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
854: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
855: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
856: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
857: main/compile.tab.C, main/compile.y, main/compile_tools.C,
858: main/compile_tools.h, main/execute.C, main/pa_base64.C,
859: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
860: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
861: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
862: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
863: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
864: main/pa_sql_driver_manager.C, main/pa_string.C,
865: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
866: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
867: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
868: main/untaint.C, sql/pa_sql_driver.h,
869: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
870: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
871: targets/isapi/parser3isapi.C, types/pa_junction.h,
872: types/pa_method.h, types/pa_property.h, types/pa_value.C,
873: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
874: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
875: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
876: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
877: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
878: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
879: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
880: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
881: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
882: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
883: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
884: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
885: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
886: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
887: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
888: types/pa_vresponse.C, types/pa_vresponse.h,
889: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
890: types/pa_vstateless_object.h, types/pa_vstatus.C,
891: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
892: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
893: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
894: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
895: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
896:
1.203 moko 897: 2024-10-28 moko
898:
1.204 moko 899: * src/classes/array.C: avoid invalidate()
900:
901: * src/: classes/array.C, types/pa_varray.h: minor optimization for
902: fused to survive in ^array::copy[$a] (related to feature #930)
903:
904: * src/types/pa_varray.h: minor optimization as last element is
905: allways defined if present
906:
1.203 moko 907: * tests/: 435.html, results/435.processed: tests for
908: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
909: for array added (related to feature #1253)
910:
911: * src/classes/array.C: typo fixed
912:
913: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
914: ^hash.set([-+]index)[value], and same for array added (implements
915: feature #1253)
916:
917: * tests/results/: 246.processed, 298.processed, 342.processed,
918: 389.processed, 397.processed, 430.processed, 432.processed: tests
919: results update after minor exceptions texts fixes
920:
921: 2024-10-27 moko
922:
923: * src/: classes/array.C, classes/hash.C, classes/math.C,
924: classes/reflection.C, classes/string.C, classes/table.C,
925: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
926: types/pa_vmethod_frame.h: handy as_index() added, several
927: exceptions texts fixed (related to feature #930)
928:
929: * src/: classes/array.C, types/pa_varray.h: non-working
930: $array.fields removed, ^array.delete[index] supported (related to
931: feature #930)
932:
933: * tests/: 431.html, results/431.processed: tests updated after
934: ^a.delete[3] supported
935:
936: * tests/: 431.html, 434.html, results/434.processed: tests for last
937: element used, push/pop, exceptions during arguments processing
938: and used caching (related to feature #930)
939:
940: * src/: classes/array.C, types/pa_varray.h: change_used added for
941: better used caching and now no issues if exception occures during
942: append arguments processing (related to feature #930)
943:
944: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
945: ^array.pop[] added, last element is allways used (related to
946: feature #930)
947:
948: 2024-10-26 moko
949:
950: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
951: types/pa_varray.h: confirm_all_used added where possible (related
952: to feature #930)
953:
954: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
955: small array optimizations (related to feature #930)
956:
957: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
958:
959: * tests/: 431.html, results/431.processed: test for
960: ^array.compact[undef] added
961:
962: * src/classes/array.C: ^array.compact[] now have optional 'undef'
963: argument to also compact undefined elements (related to feature
964: #930)
965:
966: 2024-10-24 moko
967:
968: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
969: VArray::hash is used rarery, no longer caching the result
970:
971: * tests/results/432.processed: testing removed from tests
972:
973: 2024-10-23 moko
974:
975: * tests/: 431.html, results/431.processed: ^array.compact[] test
976: added
977:
978: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
979:
980: * tests/: 432.html, results/432.processed: testing ^array.at[] for
981: both "solid" and "sparse" arrays
982:
983: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
984:
985: 2024-10-22 moko
986:
987: * tests/results/264.processed: spelling
988:
989: * src/classes/file.C: spelling
990:
991: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
992: tests updated after ^file::exec[cmd;;$array] implemented and
993: empty arguments not skipped (related to feature #1252)
994:
995: * src/classes/file.C: ^file::exec[cmd;;$array] supported
996: (implements feature #1252) bugfix: empty arguments no longer
997: skipped
998:
1.205 moko 999: 2024-10-21 moko
1000:
1001: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1002: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1003: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1004: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1005: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1006: site/index.html, site/test.txt: httpd tests added
1007:
1.202 moko 1008: 2024-10-20 moko
1009:
1010: * src/classes/string.C: warnings war
1011:
1012: * src/: main/pa_string.C, classes/array.C: warnings war
1013:
1014: * src/classes/json.C: warnings war
1015:
1016: * src/classes/image.C: warnings war
1017:
1018: * src/: classes/table.C, types/pa_varray.C: warnings war
1019:
1020: * src/classes/array.C: warning war
1021:
1022: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1023:
1024: * src/main/main.vcproj: warnings war
1025:
1026: 2024-10-19 moko
1027:
1028: * tests/427.html: test updated after constructors renamed
1029:
1030: 2024-10-18 moko
1031:
1032: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1033: results/421.processed, results/430.processed,
1034: results/431.processed: test updated after constructors renamed
1035:
1036: * src/classes/array.C: create -> copy, new -> create according to
1037: https://www.parser.ru/forum/?id=86603 discussion (related to
1038: feature #930)
1039:
1040: 2024-10-16 moko
1041:
1042: * src/classes/json.C: $json:array[array or hash] added to provide
1043: more backward compatibility (implements feature #1251)
1044:
1045: 2024-10-15 moko
1046:
1047: * tests/: 421.html, results/421.processed: test results updated
1048: after missing constuctor error check added and array is_index
1049: check added
1050:
1051: * src/main/execute.C: absent constructor message fixed
1052:
1.201 moko 1053: 2024-10-13 moko
1054:
1055: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1056: with is_index() before calling index() for better error reporting
1057: in method name typo (was invalid number, not method not found
1058: exception).
1059:
1060: 2024-10-08 moko
1061:
1062: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1063:
1064: * src/include/pa_array.h: warnings war
1065:
1.200 moko 1066: 2024-10-05 moko
1067:
1068: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1069: returns current row cells array (implements feature #1250)
1070:
1071: * tests/: 405.html, results/169.processed, results/405.processed:
1072: tests updated after ^string.split[;a] implemented (related to
1073: feature #1249)
1074:
1075: * src/classes/string.C: ^string.split[] - 'a' option added for
1076: splitting into an array (implements feature #1249)
1077:
1078: 2024-10-04 moko
1079:
1080: * tests/: 431.html, results/431.processed: final code coverage
1081: array tests
1082:
1083: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1084: array: confirm_all_used() added and used where possible, expand()
1085: now expends faster
1086:
1087: 2024-10-03 moko
1088:
1089: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1090:
1091: * tests/: 256.html, results/256.processed: test for
1092: $.date[unix-timestamp] handling large dates
1093:
1094: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1095: classes/string.C, classes/table.C, include/pa_common.h,
1096: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1097: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1098: format replaced with pa_uitoa where applicable,
1099: $.date[unix-timestamp] fixed for handling large dates
1100:
1101: * tests/: 433.html, results/433.processed: more tests, including
1102: test for possible endless recursion in ^o.GET[]
1103:
1104: * src/types/pa_vobject.C: bugfix: detecting possible endless
1105: recursion in get_scalar_value inside ^o.GET[]
1106:
1107: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1108: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1109: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1110: $LIMITS.max_recursion
1111:
1112: 2024-10-02 moko
1113:
1114: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1115: results/253.processed, results/287.processed,
1116: results/430.processed, results/433.processed: more tests for full
1117: array and json code coverage
1118:
1119: * tests/: 433.html, results/433.processed: tests for hash functions
1120: with array param
1121:
1122: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1123:
1124: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1125: in 246.html used to test ^array.at, same result produced
1126:
1127: * tests/: 430.html, 431.html, results/430.processed,
1128: results/431.processed: more array tests for 100% code coverage
1129: (related to feature #930)
1130:
1131: * tests/: 427.html, 430.html, results/427.processed,
1132: results/430.processed: first portion of array tests added
1133: (related to feature #930)
1134:
1135: * src/classes/array.C: allow only whitespace string as argument for
1136: add and join
1137:
1138: * src/classes/array.C: add behavour for array synced with hash
1139:
1140: 2024-09-30 moko
1141:
1142: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1143: tests added
1144:
1145: * src/classes/array.C: $.distinct should not be used unless
1146: $.sparse(true)
1147:
1148: * tests/: 429-sql.html, results/388-sql.processed,
1149: results/429-sql.processed: tests for ^array::sql{}, including
1150: multi_statements mode (related to feature #930)
1151:
1.199 moko 1152: 2024-09-29 moko
1153:
1154: * src/classes/array.C: synced ^array::sql multi_statements logic
1155: with ^hash::sql new behavour
1156:
1157: 2024-09-28 moko
1158:
1159: * tests/: 428-sql.html, results/388-sql.processed,
1160: results/428-sql.processed: tests updated after column names were
1161: fixed in multi_statements mode (related to feature #1197)
1162:
1163: * src/classes/hash.C: column names are fixed for most cases in
1164: multi_statements mode (related to feature #1197)
1165:
1166: * tests/: 428-sql.html, results/195.processed,
1167: results/224.processed, results/239.processed,
1168: results/254.processed, results/261.processed,
1169: results/306.processed, results/333.processed,
1170: results/341.processed, results/343.processed,
1171: results/344.processed, results/348.processed,
1172: results/364.processed, results/389.processed,
1173: results/390.processed, results/415.processed,
1174: results/420.processed, results/421.processed: tests results
1175: updated after error messages spelling minor fixes
1176:
1177: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1178: spelling
1179:
1180: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1181: classes/image.C, classes/math.C, classes/string.C,
1182: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1183: main/execute.C, main/pa_charset.C, main/pa_common.C,
1184: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1185: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1186: types/pa_vmail.C, types/pa_vobject.C,
1187: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1188: types/pa_vxdoc.C: minor error messages spelling fixes
1189:
1190: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1191: implementation (related to feature #930)
1192:
1193: * tests/: 388-sql.html, results/388-sql.processed: test results
1194: updated after rows number ^file::sql{} check added
1195:
1196: * src/classes/file.C: rows number now checked in ^file::sql{}
1197:
1198: * tests/: 428-sql.html, results/428-sql.processed: more tests
1199:
1200: * tests/: 428-sql.html, results/428-sql.processed: more
1201: multi_statements testing before bugfix
1202:
1203: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1204: results/428-sql.processed: support for multiple sql test files
1205: added
1206:
1207: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1208:
1209: * src/classes/hash.C: more accurate one_bool_column processing
1210:
1211: * tests/: 427.html, results/427.processed: Constructors as methods
1212: behavour documented in test
1213:
1214: * src/classes/hash.C: HashStringValue::Iterator used for options
1215:
1216: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1217:
1218: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1219: testing
1220:
1221: * tests/results/367-curl.processed: test result updated after
1222: server charset changed
1223:
1224: * tests/results/347-curl.processed: error messages updated
1225:
1226: * tests/results/: 346-curl.processed, 379-curl.processed,
1227: 394-curl.processed: tests results updated after Type -> Exception
1228: type replacement
1229:
1230: * tests/results/388-sql.processed: tests result updated after Type
1231: -> Exception type
1232:
1233: 2024-09-27 moko
1234:
1235: * src/classes/hash.C: minor simplification
1236:
1237: 2024-09-24 moko
1238:
1239: * src/main/pa_string.C: atoui error messages improved
1240:
1241: * tests/: 165.html, 312.html, results/165.processed,
1242: results/312.processed, results/379.processed: tests updated after
1243: default endless loop limit increased, atoi error messages
1244: improved
1245:
1246: * src/classes/hash.C: VBool::get used, unification
1247:
1.198 moko 1248: 2024-09-22 moko
1249:
1250: * src/classes/array.C: minor simplification
1251:
1252: * src/classes/array.C: ^array.left(N),
1253: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1254:
1255: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1256: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1257: added, default 1000000 (related to feature #930)
1258:
1259: * tests/: 426.html, results/426.processed: test for negative limit
1260: and offset processing for table options added
1261:
1262: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1263: bugfix: negative limit and offset processing for table options
1264: fixed
1265:
1266: 2024-09-21 moko
1267:
1268: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1269: ^for added that also iterates holes; ^remove added (related to
1270: feature #930)
1271:
1272: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1273: $.offset(M) ] added (related to feature #930)
1274:
1275: 2024-09-20 moko
1276:
1277: * src/: classes/array.C, types/pa_varray.h: array:
1278: +foreach[value]{code}, + add[hash with numeric keys] (related to
1279: feature #930)
1280:
1281: 2024-09-19 moko
1282:
1283: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1284: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1285: support $a[v1;v2;...] syntax (related to feature #930)
1286:
1287: 2024-09-17 moko
1288:
1289: * src/: classes/reflection.C, include/pa_request.h,
1290: main/compile_tools.h, main/pa_request.C:
1291: ^reflection:class_alias[existing class name;alias class name]
1292: added. The array class can now be redefined regardless of the
1293: $.replace(bool) option value (related to feature #930)
1294:
1295: * src/main/: compile.y, compile_tools.h: class_add return value
1296: inverted to add it to request class
1297:
1298: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1299: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1300: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1301: resize if required. spared array - added fused, append.
1302:
1.197 moko 1303: 2024-09-16 moko
1304:
1305: * src/types/pa_varray.h: get moved to where it belongs
1306:
1307: 2024-09-15 moko
1308:
1309: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1310: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1311:
1312: * tests/: 421.html, results/323.processed, results/421.processed:
1313: tests updated after 'spared-array' class renamed to 'array'
1314: following a discussion on the forum (related to feature #930)
1315:
1316: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1317: types/pa_vmail.C: initial SparseArray separation from Array,
1318: parser class now 'array'
1319:
1320: 2024-09-14 moko
1321:
1322: * tests/: 030.html, results/030.processed: out of range expires
1323: check added
1324:
1325: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1326: checking expires time using VDate
1327:
1328: 2024-09-13 moko
1329:
1330: * src/: classes/array.C, classes/curl.C, classes/date.C,
1331: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1332: classes/memcached.C, classes/op.C, classes/regex.C,
1333: classes/string.C, classes/xdoc.C, classes/xnode.C,
1334: main/execute.C, main/pa_http.C, main/pa_request.C,
1335: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1336: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1337: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1338: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1339: removed as dynamic_cast is faster, Value::is() is still required
1340: for is operator.
1341:
1342: 2024-09-12 moko
1343:
1344: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1345: classes/table.C, classes/xnode.C, include/pa_array.h,
1346: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1347: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1348: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1349: templated pa_itoa/pa_uitoa added to work with any integer type,
1350: String::Body::Format removed
1351:
1352: 2024-09-10 moko
1353:
1354: * src/classes/array.C: append and insert methods added to
1355: sparse-array (related to feature #930)
1356:
1357: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1358: tests updated after sparse-array was added to avoid ^json:parse[]
1359: using it in old tests (related to feature #930)
1360:
1361: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1362: types/pa_varray.h: sparse-array class added (initial feature #930
1363: implementation)
1364:
1365: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1366: for sparse-array class files (related to feature #930)
1367:
1368: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1369: types/pa_vhash.h: VArray support functions without actual VArray
1370: files (related to feature #930)
1371:
1.196 moko 1372: 2024-09-07 moko
1373:
1374: * src/: classes/curl.C, classes/string.C, classes/table.C,
1375: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1376: main/pa_http.C, main/pa_sql_driver_manager.C,
1377: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1378: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1379: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1380: with Hash::Iterator, has_next() replaced with operator bool
1381: (related to feature #930)
1382:
1383: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1384: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1385: types/pa_vstateless_class.C: Array class extended,
1386: Array::Iterator added and used (related to feature #930)
1387:
1.195 moko 1388: 2024-08-26 moko
1389:
1390: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1391: should be used on argv[0] as well to match document root.
1392:
1.194 moko 1393: 2024-08-25 moko
1394:
1395: * src/main/pa_request.C: be more specific
1396:
1397: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1398: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1399: (fixes bug #1244)
1400:
1401: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1402: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1403: rsplit(..., '\\') is not correct when / and \ are mixed in path
1404:
1405: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1406:
1.193 moko 1407: 2024-07-24 moko
1408:
1409: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1410: main/execute.C, main/pa_string.C: Warning war: clang changed
1411: -Wdeprecated-register warning to -Wregister, it's easier to
1412: remove all register vars then continue this fight. :)
1413:
1414: * src/main/: compile.y, compile.tab.C: warning war: register
1415: removed
1416:
1.192 moko 1417: 2024-07-14 moko
1418:
1419: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1420: checking the HTTP request environment; if the variable is not
1421: present, checking the web server process environment (implements
1422: feature #1242)
1423:
1.191 moko 1424: 2024-05-26 moko
1425:
1426: * tests/: 195.html, 229.html, results/096.processed,
1427: results/097.processed, results/158.processed,
1428: results/186.processed, results/273.processed,
1429: results/293.processed, results/317.processed,
1430: results/389.processed, results/402.processed: tests updated as
1431: single quote now escaped with ' in HTML tainting mode
1432: (related to feature #1241)
1433:
1434: * src/main/untaint.C: single quote now escaped with ' in HTML
1435: tainting mode (implements feature #1241)
1436:
1437: * tests/results/: 020.processed, 021.processed, 026.processed,
1438: 042.processed, 043.processed, 057.processed, 110.processed,
1439: 115.processed, 116.processed, 117.processed, 118.processed,
1440: 119.processed, 120.processed, 125.processed, 126.processed,
1441: 128.processed, 130.processed, 131.processed, 132.processed,
1442: 133.processed, 135.processed, 136.processed, 138.processed,
1443: 139.processed, 140.processed, 145.processed, 150.processed,
1444: 151.processed, 165.processed, 174.processed, 181.processed,
1445: 182.processed, 192.processed, 193.processed, 201.processed,
1446: 213.processed, 224.processed, 226.processed, 230.processed,
1447: 239.processed, 240.processed, 244.processed, 253.processed,
1448: 254.processed, 261.processed, 264.processed, 269.processed,
1449: 274.processed, 275.processed, 288.processed, 294.processed,
1450: 296.processed, 303.processed, 306.processed, 307.processed,
1451: 308.processed, 311.processed, 312.processed, 314.processed,
1452: 315.processed, 316.processed, 320.processed, 323.processed,
1453: 324.processed, 325.processed, 328.processed, 330.processed,
1454: 332.processed, 333.processed, 337.processed, 338.processed,
1455: 341.processed, 342.processed, 343.processed, 344.processed,
1456: 345.processed, 348.processed, 352.processed, 356.processed,
1457: 357.processed, 363.processed, 364.processed, 368.processed,
1458: 372.processed, 373.processed, 376.processed, 378.processed,
1459: 379.processed, 385.processed, 386.processed, 387.processed,
1460: 389.processed, 390.processed, 395.processed, 397.processed,
1461: 398.processed, 399.processed, 404.processed, 406.processed,
1462: 413.processed, 414.processed, 420.processed, 421.processed,
1463: 424.processed, auto.p: Type -> Exception type for readability
1464:
1465: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1466: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1467: results/119.processed, results/165.processed,
1468: results/175.processed, results/192.processed,
1469: results/213.processed, results/217.processed,
1470: results/230.processed, results/240.processed,
1471: results/298.processed, results/380.processed,
1472: results/415.processed: try-catch, try-catch-comment used
1473:
1474: 2024-05-21 moko
1475:
1476: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1477: results/180.processed, results/195.processed,
1478: results/224.processed, results/auto.p: @try-catch-comment added
1479: and used
1480:
1481: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1482: 415.html, results/269.processed, results/283.processed,
1483: results/auto.p: more tests are updated to prepare for apostrophe
1484: escaping in HTML tainting
1485:
1486: * tests/results/: 181.processed, 294.processed, 296.processed,
1487: 315.processed, 379.processed, 389.processed, auto.p:
1488: $exception.comment printed as-is for whitespace reporting and to
1489: prepare for apostrophe escaping in HTML mode
1490:
1.190 moko 1491: 2024-05-11 moko
1492:
1493: * tests/: 099.html, 100.html, results/099.processed,
1494: results/100.processed: a test for non-UTF-8 filename* added
1495: (related to feature #1240)
1496:
1497: * tests/: 293.html, results/293.processed: tainting modes tests
1498: added
1499:
1500: * tests/results/: 099.processed, 100.processed, 205.processed,
1501: 309.processed, 310.processed, 419.processed: tests results
1502: updated after filename* added (related to feature #1240)
1503:
1504: * src/: include/pa_common.h, main/pa_request.C: The filename*
1505: parameter was added to the Content-Disposition header to conform
1506: with RFC 6266, with code provided by Sumo (implements feature
1507: #1240)
1508:
1509: 2024-05-10 moko
1510:
1511: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1512: positive performance effect in our case
1513:
1.189 moko 1514: 2024-03-27 moko
1515:
1516: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1517: (related to feature #1236)
1518:
1519: 2024-03-15 moko
1520:
1521: * tests/: 413.html, results/413.processed: test for object still
1522: can be used as file parameter (related to bug #1218)
1523:
1524: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1525: still can be used in file context (fixes bug #1218)
1526:
1527: 2024-03-14 moko
1528:
1529: * src/include/pa_string.h: ArrayString get() null result assert
1530: also added (related to bug #1238)
1531:
1532: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1533: VString::empty() used instead of new VString()
1534:
1535: 2024-03-12 moko
1536:
1537: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1538: results/379.processed: test added for cookie without value
1539: (related to bug #1238)
1540:
1541: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1542: values are now required to be non-null (related to bug #1238)
1543:
1544: * src/main/pa_http.C: cookies without value are now parsed
1545: correctly (fixed bug #1238)
1546:
1547: 2024-03-11 moko
1548:
1549: * tests/run_parser.sh: for better error reporting
1550:
1.188 moko 1551: 2023-12-30 moko
1552:
1553: * tests/: 038.html, results/038.processed: test for atan2 added
1554:
1555: 2023-12-29 moko
1556:
1557: * src/classes/math.C: atan2(y,x) math function added
1558:
1.187 moko 1559: 2023-12-14 moko
1560:
1561: * tests/212.html: pcre2 compatibility (related to feature #1236)
1562:
1563: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1564: exceptions and behavour added (related to feature #1236)
1565:
1566: 2023-12-13 moko
1567:
1568: * buildall: by default parser is now bundled with pcre2 10.42,
1569: --without-pcre2 option added to build with pcre-8.45 (related to
1570: feature #1236)
1571:
1572: 2023-12-12 moko
1573:
1574: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1575: support added (implements feature #1236)
1576:
1577: * src/: include/pa_charset.h, include/pa_config_includes.h,
1578: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1579: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1580: types/pa_vregex.h: Adopted patch from Yavor Doganov
1581: <yavor@gnu.org> to add pcre2 library support (implements feature
1582: #1236)
1583:
1.186 moko 1584: 2023-11-28 moko
1585:
1586: * src/include/pa_config_includes.h: warnings war continues
1587:
1588: * src/include/pa_config_includes.h: warning war
1589:
1590: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1591: number strings, whitespace and sign in exception messages
1592: (related to bug #1234)
1593:
1.185 moko 1594: 2023-11-26 moko
1595:
1596: * tests/: 274.html, results/224.processed, results/274.processed:
1597: tests for date double, int, bool added (related to feature #1235)
1598:
1599: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1600: added for date class (implements feature #1235)
1601:
1602: 2023-11-23 moko
1603:
1604: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1605: and '-' strings are no longer can be treated as number 0,
1606: exception thrown (fixes bug #1234)
1607:
1.184 moko 1608: 2023-11-18 moko
1609:
1610: * src/include/pa_types.h: minor
1611:
1612: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1613:
1614: * tests/: 389.html, results/389.processed: error messages for some
1615: OS differs a bit, reducing failing tests for them
1616:
1617: 2023-11-17 moko
1618:
1619: * tests/: 423.html, results/423.processed: test for optional
1620: @auto[] inheritance added (related to feature #1233)
1621:
1622: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1623: types/pa_vstateless_class.C: optional @auto[] inheritance
1624: implemented if defined with two args (path, class name)
1625: (implements feature #1233)
1626:
1627: * src/: classes/double.C, classes/int.C, classes/math.C,
1628: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1629: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1630: sync double->int overflow behavour under different architectures
1631: (fixes bug #1232)
1632:
1633: * tests/: 422.html, results/422.processed: int clipping added
1634:
1635: 2023-11-16 moko
1636:
1637: * tests/: 422.html, results/422.processed: test for int and uint
1638: overflow in ^n.format[d/u/x]
1639:
1640: * src/classes/math.C: bugfix: crc32 should not be negative (under
1641: Apple M1 when negative double converts to uint the result is 0)
1642: and crc32 should be 32 bits
1643:
1644: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1645: on Apple M1 it's 0
1646:
1647: * src/classes/file.C: bugfix: crc32 should not be negative (under
1648: Apple M1 when negative double converts to uint the result is 0)
1649: and crc32 should be 32 bits
1650:
1.183 moko 1651: 2023-10-07 moko
1652:
1653: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1654: behavour with other OP_NUM_*, related to bug #1230
1655:
1656: 2023-10-06 moko
1657:
1658: * tests/: 338.html, results/338.processed: test for bug #1230 added
1659:
1660: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1661: be converted to double to avoid 80 bit operations in x87 mode
1662: (fixes bug #1230)
1663:
1664: 2023-10-05 moko
1665:
1666: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1667: compatibility
1668:
1669: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1670:
1671: * tests/: 421.html, results/421.processed: test to cover all
1672: classes and objects nonexistent method and field exceptions
1673: (related to feature #1080 and #1227)
1674:
1675: * tests/results/: 182.processed, 324.processed: undefined method ->
1676: <type> method not found exception (related to feature #1080)
1677:
1678: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1679: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1680: "element can not be fetched from" for them, "field not found" for
1681: all other types (related to bug #1227)
1682:
1683: 2023-10-03 moko
1684:
1685: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1686: <type> method not found" exception now thrown for static calls
1687: instead of "undefined method" without class name (related to
1688: feature #1080)
1689:
1690: 2023-10-02 moko
1691:
1692: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1693: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1694: <method name>, Comment: <type> method not found" exception now
1695: thrown for all dynamic objects instead of "undefined method"
1696: without class name (implements feature #1080)
1697:
1.182 moko 1698: 2023-10-01 moko
1699:
1700: * src/classes/json.C: we don't have a dynamic json object.
1701:
1702: 2023-09-28 moko
1703:
1704: * tests/: 420.html, results/261.processed, results/420.processed:
1705: tests updated after bug #1228 fix reverted
1706:
1707: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1708: whitespace string is hash compatible, so we don't want $s.key to
1709: return a junction
1710:
1711: * tests/: 261.html, 420.html, results/261.processed,
1712: results/420.processed: test for bug #1227 added, test updated
1713: after bug #1228 fixed
1714:
1715: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1716: now throws exception as $non-empty-string.field (fixes bug #1227)
1717:
1718: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1719: #1228)
1720:
1721: 2023-09-26 moko
1722:
1723: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1724: src/classes/classes.C, src/classes/classes.awk,
1725: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1726: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1727: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1728: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1729: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1730: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1731: src/classes/regex.C, src/classes/response.C,
1732: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1733: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1734: src/include/pa_array.h, src/include/pa_base64.h,
1735: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1736: src/include/pa_charsets.h, src/include/pa_common.h,
1737: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1738: src/include/pa_dictionary.h, src/include/pa_dir.h,
1739: src/include/pa_exception.h, src/include/pa_exec.h,
1740: src/include/pa_globals.h, src/include/pa_hash.h,
1741: src/include/pa_http.h, src/include/pa_memory.h,
1742: src/include/pa_opcode.h, src/include/pa_operation.h,
1743: src/include/pa_os.h, src/include/pa_pool.h,
1744: src/include/pa_random.h, src/include/pa_request.h,
1745: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1746: src/include/pa_sapi.h, src/include/pa_socks.h,
1747: src/include/pa_sql_connection.h,
1748: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1749: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1750: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1751: src/include/pa_table.h, src/include/pa_threads.h,
1752: src/include/pa_types.h, src/include/pa_uue.h,
1753: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1754: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1755: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1756: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1757: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1758: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1759: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1760: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1761: src/main/compile.tab.C, src/main/compile.y,
1762: src/main/compile_tools.C, src/main/compile_tools.h,
1763: src/main/execute.C, src/main/pa_base64.C,
1764: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1765: src/main/pa_charsets.C, src/main/pa_common.C,
1766: src/main/pa_dictionary.C, src/main/pa_dir.C,
1767: src/main/pa_exception.C, src/main/pa_exec.C,
1768: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1769: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1770: src/main/pa_request.C, src/main/pa_socks.C,
1771: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1772: src/main/pa_stylesheet_connection.C,
1773: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1774: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1775: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1776: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1777: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1778: src/targets/apache/mod_parser3_core.C,
1779: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1780: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1781: src/types/pa_method.h, src/types/pa_property.h,
1782: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1783: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1784: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1785: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1786: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1787: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1788: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1789: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1790: src/types/pa_vhash.C, src/types/pa_vhash.h,
1791: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1792: src/types/pa_vimage.C, src/types/pa_vimage.h,
1793: src/types/pa_vint.h, src/types/pa_vjunction.C,
1794: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1795: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1796: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1797: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1798: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1799: src/types/pa_vobject.h, src/types/pa_vregex.C,
1800: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1801: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1802: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1803: src/types/pa_vstateless_class.h,
1804: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1805: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1806: src/types/pa_vstring.h, src/types/pa_vtable.C,
1807: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1808: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1809: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1810: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1811: src/types/pa_wwrapper.h: copyright, authors actualized
1812:
1.181 moko 1813: 2023-08-20 moko
1814:
1815: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1816: commited (related to feature #1219)
1817:
1818: 2023-08-16 moko
1819:
1820: * src/main/pa_random.C: replaced clock precision with monotonicity
1821: counter, good for Windows version with low clock frequency
1822: (related to feature #1229)
1823:
1824: 2023-08-15 moko
1825:
1826: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1827: fixes related to feature #1229
1828:
1829: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1830: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1831: (implements feature #1229)
1832:
1.180 moko 1833: 2023-08-02 moko
1834:
1835: * tests/: results/417.processed, 417.html: test for empty string
1836: match after last char added (related to bug #1224)
1837:
1838: * src/main/pa_string.C: avoid prestart++ after last char on zero
1839: length match (related to bug #1224)
1840:
1.179 moko 1841: 2022-11-22 moko
1842:
1843: * tests/: 419.html, results/419.processed: test for L_URI and path
1844: removeal from filename added (related to bug #1204)
1845:
1846: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1847: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1848: attribute value, L_URI should be used
1849:
1.178 moko 1850: 2022-09-21 moko
1851:
1852: * src/targets/cgi/parser3.C: more clear error messages
1853:
1854: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1855: SAPI_Info will return 0 in read_post and post_size !=
1856: content_length will be thrown
1857:
1.177 moko 1858: 2022-08-23 moko
1859:
1860: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1861: header value
1862:
1863: 2022-08-22 moko
1864:
1865: * tests/: 418.html, results/418.processed: test for
1866: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1867: to #1225)
1868:
1869: * src/classes/hash.C: keep old behavoir by default
1870:
1871: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1872: $.order[self|arg] ] added (implements #1215)
1873:
1.176 moko 1874: 2022-03-21 moko
1875:
1876: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1877: xmlInitCharEncodingHandlers is called in libxml static
1878: initializers before gc_substitute_memory_management_functions in
1879: pa_globals and thus gc may not see reference to our
1880: xmlCharEncodingHandler and free it.
1881:
1.175 moko 1882: 2022-01-26 moko
1883:
1884: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1885:
1.174 moko 1886: 2021-12-28 moko
1887:
1888: * tests/: 417.html, results/417.processed: test for empty string
1889: match added (related to bug #1224)
1890:
1891: * src/main/pa_string.C: empty string match now works (fixes bug
1892: #1224)
1893:
1.173 moko 1894: 2021-12-24 moko
1895:
1896: * tests/: 415_dir/29.p, results/415.processed: yet another test
1897:
1898: 2021-12-23 moko
1899:
1900: * src/: classes/table.C, main/pa_request.C: warnings war
1901:
1902: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1903: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1904:
1905: 2021-12-21 moko
1906:
1907: * tests/: 416.html, results/416.processed: test for ^break[] in
1908: ^hash/table.select[] (related to feature #1222)
1909:
1910: * src/classes/: hash.C, table.C: ^break[] support for
1911: ^hash/table.select[] (implements feature #1222)
1912:
1.172 moko 1913: 2021-11-30 moko
1914:
1915: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1916: 0.5 sec
1917:
1.171 moko 1918: 2021-11-10 moko
1919:
1920: * tests/results/415.processed: more syntax errors tests added
1921:
1922: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1923: 28.p: minor syntax error tests
1924:
1925: * src/main/pa_exception.C: pa_strdup added for compatibility
1926:
1927: * src/classes/curl.C: hint to call ^curl:options[
1928: $.library[correct.libcurl.so.name] ] added if default load fails.
1929:
1930: 2021-11-09 moko
1931:
1932: * src/main/compile.y: error message can be on stack
1933:
1934: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1935:
1936: * src/main/pa_charset.C: memcpy is more correct and efficient in
1937: this case then strncpy
1938:
1939: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1940: instead of strcpy where possible
1941:
1942: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1943: used to avoid MAX_STRING limit in Exception comment
1944:
1945: * tests/results/415.processed: compiler exceptions are no longer
1946: limited to MAX_STRING
1947:
1948: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1949: char * instead of fixed buffer
1950:
1951: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1952: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1953: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1954: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1955: results/415.processed: tests for parser.compile exceptions added
1956:
1957: 2021-11-08 moko
1958:
1959: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1960: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1961: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1962: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1963: drawbacks
1964:
1.170 moko 1965: 2021-11-06 moko
1966:
1967: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1968: (implements feature #1219)
1969:
1970: * tests/: 414.html, results/414.processed: test for
1971: ^hash.rename[from;to] added (related to feature #1144)
1972:
1973: 2021-11-05 moko
1974:
1975: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1976: (related to feature #1144)
1977:
1978: 2021-11-04 moko
1979:
1980: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1981: added (implements feature #1144)
1982:
1.169 moko 1983: 2021-10-19 moko
1984:
1985: * tests/: 413.html, results/413.processed: test for hash no longer
1986: is accepted as file parameter (related to bug #1218)
1987:
1988: * src/: classes/curl.C, classes/file.C, classes/image.C,
1989: classes/math.C, classes/xdoc.C, types/pa_value.C,
1990: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1991: longer is accepted as file parameter (fixes bug #1218)
1992:
1.168 moko 1993: 2021-07-19 moko
1994:
1995: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1996: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1997:
1.167 moko 1998: 2021-04-16 moko
1999:
2000: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2001: processing it leads to assertions.
2002:
1.166 moko 2003: 2021-03-25 moko
2004:
2005: * tests/: 412.html, results/412.processed: test to demonstrate bug
2006: #1213
2007:
1.165 moko 2008: 2021-02-12 moko
2009:
2010: * tests/: 360.html, results/360.processed, results/363.processed:
2011: parser method call in expression mode no longer differs from call
2012: in string mode (related to feature #1211)
2013:
2014: 2021-02-11 moko
2015:
2016: * src/types/pa_vmail.C: mail parsing with Windows line endings
2017: fixed (bug #1212)
2018:
2019: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2020: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2021: strings in both calls (implements feature #1211)
2022:
1.164 moko 2023: 2021-01-28 moko
2024:
2025: * buildall, etc/auto.p.in: to remove last patch in debian package
2026:
2027: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2028: 3.4.7b
2029:
1.162 moko 2030: 2021-01-21 moko
2031:
2032: * src/main/pa_http.C: no alarm() in file::load when web server mode
2033: is MULTITHREADED
2034:
1.157 moko 2035: 2021-01-20 moko
2036:
1.161 moko 2037: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2038: 'a2enmod mpm_prefork'
2039:
1.160 moko 2040: * src/targets/apache/mod_parser3.c: prefork name is now
2041: 'libapache2-mpm-itk'
2042:
2043: * src/targets/apache/mod_parser3_core.C: last regular malloc
2044: removed
2045:
1.159 moko 2046: * src/targets/isapi/Makefile.am: -pa_threads.C
2047:
1.158 moko 2048: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2049: 3.4.6
2050:
1.157 moko 2051: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2052:
2053: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2054: /httpd.p
2055:
2056: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2057: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2058: #1203)
2059:
2060: 2021-01-19 moko
2061:
2062: * buildall: --disable-parallel-mark added to avoid "number of
2063: processors" threads creation for heap marking as it conflicts
2064: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2065: limits threads)
2066:
1.156 moko 2067: 2021-01-16 moko
2068:
2069: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2070: main/pa_globals.C, main/pa_memory.C,
2071: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2072: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2073: feature #1209)
2074:
2075: 2021-01-15 moko
2076:
2077: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2078: 3.4.6rc
2079:
2080: * src/classes/json.C: get_delim added for delimiter caching (10%
2081: faster on large json)
2082:
2083: 2021-01-14 moko
2084:
1.211 moko 2085: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2086:
2087: * tests/results/224.processed: test result modified after
2088: today(shift) implemented
2089:
2090: * tests/: 407.html, results/407.processed: test for ^hash.select
2091: option $.default(bool) added (related to feature #1172)
2092:
2093: * src/classes/hash.C: ^hash.select option $.default(bool) added
2094: (related to feature #1172)
2095:
2096: * tests/: 141.html, results/141.processed: test modified for
2097: feature #1185.
2098:
2099: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2100: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2101: options $.lower(bool) (implements feature #1185)
2102:
2103: 2021-01-11 moko
2104:
2105: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2106: #1192)
2107:
2108: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2109: added (related to feature #1192)
2110:
1.155 moko 2111: 2021-01-05 moko
2112:
2113: * tests/: 270.html, results/270.processed: test modified to work
2114: under Windows
2115:
2116: * tests/: 390.html, 395.html, results/395.processed: tests updated
2117: 4 windows
2118:
2119: * tests/: 410.html, results/410.processed: test for
2120: $CLASS-GETTER-PROTECTED(false) added
2121:
2122: 2021-01-04 moko
2123:
2124: * tests/: 409.html, results/409.processed, results/auto.p: test for
2125: $MAIN:LOCALS(true) added
2126:
1.154 moko 2127: 2021-01-03 moko
2128:
2129: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2130: types/pa_vclass.h, types/pa_vstateless_class.C,
2131: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2132: +LOCALS. $main -> $MAIN in exception texts (implements feature
2133: #1207)
2134:
2135: 2021-01-02 moko
2136:
2137: * etc/auto.p.in: minor
2138:
2139: * src/main/pa_request.C: sending headers only after opening file to
2140: allow error reporting if file was not opened (foreign group,
2141: etc).
2142:
2143: 2020-12-31 moko
2144:
2145: * src/: include/pa_request.h, main/pa_request.C,
2146: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2147:
2148: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2149: main/pa_request.C: get_class_ref added and used
2150:
2151: * etc/auto.p.in: @CLASS httpd added
2152:
2153: * etc/auto.p.in: @auto[] is now first
2154:
2155: 2020-12-30 moko
2156:
2157: * tests/: 408.html, results/408.processed: test for bug #1166
2158: (windows only) added
2159:
2160: * src/main/pa_common.C: create_dir_for_file should not create dir
2161: for trailing / (fixes bug #1166)
2162:
2163: * tests/: 341.html, results/341.processed: tests for
2164: ^nameless_table.hash[] added (related to feature #1138)
2165:
2166: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2167: (implements feature #1138), extra fields in named tables no
2168: longer ignored (implements feature #1138)
2169:
2170: * tests/results/390.processed: updated after exception text change
2171:
2172: 2020-12-29 moko
2173:
2174: * tests/: 407.html, results/407.processed: +$._default check
2175:
2176: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2177:
2178: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2179: and ^hash.reverse[] added (releated to feature #1172)
2180:
2181: * src/classes/hash.C:
2182: ^hash.select[key;value](bool-condition)[options hash] +
2183: ^hash.reverse[] added (implements feature #1172)
2184:
2185: * src/types/pa_vtable.h: warning war
2186:
2187: * src/include/pa_config_fixed.h: win32 fix
2188:
1.153 moko 2189: 2020-12-27 moko
2190:
2191: * tests/: 406.html, results/406.processed: test results updated
2192:
2193: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2194: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2195: spelling
2196:
2197: 2020-12-26 moko
2198:
2199: * tests/: 406.html, results/406.processed: tests for
2200: ^table.rename[] added (related to feature #1148)
2201:
2202: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2203: ^table.rename[column name from;column name to], ^table.rename[
2204: $.[column name from][column name to] ... ] added (implements
2205: feature #1148)
2206:
2207: 2020-12-25 moko
2208:
2209: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2210: request_info now on stack to avoid yet another THREAD_LOCAL
2211: memory deallocation issue (now with cookies), explained in #1203
2212:
2213: * src/types/pa_vcookie.C: fields should be inited
2214:
2215: 2020-12-24 moko
2216:
2217: * src/include/pa_stylesheet_connection.h: looks like
2218: xsltFreeStylesheet leads to memory double-free. If so, it's for
2219: sure libxml bug, but we have GC anyway, so we just remove this
2220: call and see...
2221:
2222: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2223: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2224: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2225: abort.c:65:8 frame #3: 0x00000000004da663
2226: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2227: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2228: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2229: malloc.c:617:9 frame #5: 0x0000000000577f0c
2230: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2231: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2232: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2233: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2234: frame #8: 0x000000000050d35c
2235: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2236: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2237: frame #10: 0x00000000004436e5
2238: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2239: [inlined]
2240: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2241: pa_stylesheet_connection.h:62:3
2242:
2243: 2020-12-23 moko
2244:
2245: * src/classes/image.C: ^image::measure[; $.video() ] option added
2246:
2247: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2248: ^image::measure[; $.video(true) ] added
2249:
2250: * src/main/pa_exec.C: not cleared automatically in multithreaded
2251: httpd mode for unknown reasons
2252:
2253: 2020-12-22 moko
2254:
2255: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2256: error_log uri of currently processed document", but never used
2257: and conflicts with how libgc stops threads on FreeBSD (#define
2258: SIG_SUSPEND SIGUSR1), thus removed.
2259:
2260: 2020-12-21 moko
2261:
2262: * src/main/pa_request.C: +comment
2263:
1.151 moko 2264: 2020-12-20 moko
2265:
1.152 moko 2266: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2267: it is more safe to have versions of pa_strdup with one and two
2268: arguments, as helper_length=0 not always mean that strlen()
2269: should be called, but means zero.
2270:
2271: * src/targets/isapi/parser3isapi.C: minor
2272:
2273: * src/main/pa_http.C: +valid_http_method
2274:
1.151 moko 2275: * src/: include/pa_http.h, main/pa_http.C,
2276: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2277:
2278: 2020-12-17 moko
2279:
2280: * tests/: 405.html, results/405.processed: test for split by regex
2281: added (related to feature #1160)
2282:
2283: * src/classes/string.C: split by regex implemented (feature #1160)
2284:
2285: * src/classes/string.C: minor
2286:
2287: * tests/: 404.html, results/404.processed: test for whitespace
2288: string is now OK for table argument (related to feature #1169)
2289:
2290: * src/: classes/image.C, classes/string.C, classes/table.C,
2291: types/pa_vmethod_frame.C: whitespace string is now OK for table
2292: argument (as with hash) (implements feature #1169)
2293:
2294: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2295: limit for comment (fixes bug #1102)
2296:
2297: * src/targets/cgi/parser3.C: +HAVE_TLS check
2298:
2299: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2300:
2301: * src/include/pa_config_includes.h: HAVE_TLS used
2302:
2303: * configure.ac: +TLS check
2304:
2305: * src/main/pa_http.C: content logging added
2306:
2307: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2308: clear_response_headers added
2309:
2310: 2020-12-16 moko
2311:
2312: * buildall: as we now use threads, libatomic_ops still required for
2313: some OS.
2314:
2315: * src/main/pa_request.C: whitespace
2316:
2317: * src/: include/pa_request.h, main/pa_request.C:
2318: Request::Exception_trace::table extracted and used
2319:
2320: * src/main/pa_request.C: moving output_result call outside of try
2321: as network exceptions should not be handled by parser code
2322:
2323: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2324: logging network exchange
2325:
2326: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2327: via network if it was network write error.
2328:
2329: * src/targets/cgi/parser3.C: log -> pa_log
2330:
2331: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2332:
2333: * src/main/pa_threads.C: getpid() if no gettid() found
2334:
2335: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2336: we need to ignore "void" connections from browsers (browsers open
2337: connections in advance and they will be empty if user does not
2338: request more pages)
2339:
2340: 2020-12-15 moko
2341:
2342: * src/targets/cgi/parser3.C: avoid previous uri in logs
2343:
2344: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2345: RequestController not needed in httpd mode
2346:
2347: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2348: classes/classes.h, classes/curl.C, classes/date.C,
2349: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2350: classes/hashfile.C, classes/image.C, classes/inet.C,
2351: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2352: classes/memcached.C, classes/memory.C, classes/op.C,
2353: classes/reflection.C, classes/regex.C, classes/response.C,
2354: classes/string.C, classes/table.C, classes/void.C,
2355: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2356: include/pa_array.h, include/pa_base64.h,
2357: include/pa_cache_managers.h, include/pa_charset.h,
2358: include/pa_charsets.h, include/pa_common.h,
2359: include/pa_config_fixed.h, include/pa_config_includes.h,
2360: include/pa_dictionary.h, include/pa_dir.h,
2361: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2362: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2363: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2364: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2365: include/pa_request_charsets.h, include/pa_request_info.h,
2366: include/pa_sapi.h, include/pa_socks.h,
2367: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2368: include/pa_stack.h, include/pa_string.h,
2369: include/pa_stylesheet_connection.h,
2370: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2371: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2372: include/pa_uue.h, include/pa_xml_exception.h,
2373: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2374: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2375: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2376: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2377: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2378: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2379: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2380: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2381: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2382: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2383: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2384: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2385: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2386: main/pa_sql_driver_manager.C, main/pa_string.C,
2387: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2388: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2389: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2390: main/untaint.C, sql/pa_sql_driver.h,
2391: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2392: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2393: targets/isapi/parser3isapi.C, types/pa_junction.h,
2394: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2395: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2396: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2397: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2398: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2399: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2400: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2401: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2402: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2403: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2404: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2405: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2406: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2407: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2408: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2409: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2410: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2411: types/pa_vstateless_object.h, types/pa_vstatus.C,
2412: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2413: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2414: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2415: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2416: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2417:
2418: * src/main/pa_request.C: old compilers support
2419:
2420: * tests/: 362.html, results/362.processed: test updated after
2421: changes after upgrade to libxml2-2.9.9 were made (related to bug
2422: #1108)
2423:
2424: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2425: removed, as xsltFreeStylesheet has side effects on original doc.
2426: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2427: not updated after xdoc modification (part 3 of test 362).
2428: (related to bug #1108)
2429:
2430: * src/targets/isapi/parser3isapi.C: +pa_strcat
2431:
2432: * src/: classes/memory.C, include/pa_memory.h,
2433: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2434: PA_GC_GCOLLECT used
2435:
2436: * src/include/pa_memory.h: +PA_GC_COLLECT
2437:
2438: * src/targets/cgi/parser3.C: msvs support fixes
2439:
2440: * src/lib/gc/include/gc.h: more cleanup
2441:
2442: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2443:
2444: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2445: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2446:
2447: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2448:
2449: * configure.ac: pthread.h added to checked headers
2450:
2451: * src/classes/table.C: string stream is back :)
2452:
2453: * src/classes/memory.C: GC_generate_random_backtrace no longer
2454: exists
2455:
2456: * src/main/pa_globals.C: GC_dont_gc replaced
2457:
2458: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2459: left to simplify adding new functions. depricated GC_dont_gc
2460: replaced with GC_disable and GC_enable calls.
2461:
2462: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2463: CORD_from_file* not used and thus removed
2464:
2465: * src/lib/gc/include/gc_allocator.h: minor cleanup
2466:
2467: 2020-12-14 moko
2468:
2469: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2470: referenced elsewhere, or GC will collect it.
2471:
2472: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2473: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2474: elsewhere, or GC will collect them (and we'll get GPF in
2475: multithreaded enviroment). May be it can be also fixed by some
2476: GC call, not sure. But this fix costs nothing (but hours of
2477: debugging to find the issue :).
2478:
1.150 moko 2479: 2020-12-11 moko
2480:
2481: * configure.ac: gettid() check added
2482:
2483: * src/main/pa_threads.C: HAVE_GETTID used
2484:
2485: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2486:
2487: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2488: version for isapi/cgi/apache
2489:
2490: * buildall: threads are now required.
2491:
2492: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2493: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2494: main/main.vcproj: pa_threads.C moved to main
2495:
2496: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2497: isapi/pa_threads.C: pa_threads.C moved to main
2498:
2499: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2500: targets/apache/Makefile.am: pa_threads.C moved to main
2501:
2502: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2503:
2504: * src/: include/pa_stylesheet_connection.h,
2505: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2506: and weird GPF in multithreaded httpd is gone
2507:
2508: * src/include/: pa_stylesheet_connection.h,
2509: pa_sql_driver_manager.h: whitespace
2510:
2511: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2512:
2513: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2514: main/pa_stylesheet_manager.C: whitespace, warning war
2515:
2516: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2517: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2518: parser_multithreaded never used
2519:
2520: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2521:
2522: 2020-12-10 moko
2523:
2524: * src/: include/pa_config_includes.h, include/pa_http.h,
2525: main/pa_http.C, targets/cgi/parser3.C: initial support for
2526: MULTITHREADED and PARALLEL httpd server modes
2527:
2528: * src/main/pa_globals.C: GC_java_finalization is depricated
2529:
2530: 2020-12-09 moko
2531:
2532: * etc/auto.p.in: + @httpd-main
2533:
2534: * src/: include/pa_common.h, main/pa_request.C,
2535: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2536: work
2537:
2538: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2539: slow file_read_binary no longer used, send_range added
2540:
2541: 2020-12-08 moko
2542:
2543: * src/main/pa_request.C: >4Gb support
2544:
2545: * src/targets/cgi/parser3.C: msvc warning war
2546:
2547: * src/: include/pa_config_includes.h, main/pa_http.C,
2548: main/pa_request.C: msvc warnings war
2549:
2550: * src/classes/image.C: warning war
2551:
2552: * src/classes/table.C: MSVC warning war
2553:
2554: * src/targets/cgi/parser3.C: msvc warnings war
2555:
2556: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2557: added
2558:
1.149 moko 2559: 2020-12-07 moko
2560:
1.150 moko 2561: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2562: avoid logging beside system-wide auto.p
2563:
2564: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2565:
2566: * configure, configure.ac, src/include/pa_config_auto.h.in:
2567: configure options added:
2568:
2569: --with-system-cfg=FILE to specify system-wide auto.p
2570: --with-system-log=FILE to specify system-wide parser3.log
2571:
2572: * Makefile.am: bin no longer exists
2573:
2574: * configure, configure.ac: auto.p moved to etc to simplify debian
2575: package
2576:
2577: * buildall: auto.p and parser3.charsets moved to their default
2578: location after install
2579:
2580: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2581:
2582: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2583:
1.149 moko 2584: * src/targets/cgi/parser3.C: locate_config call returned to
2585: original place as it requires pa_thread_request() under Windows
2586:
2587: * src/targets/cgi/parser3.C: renaming
2588:
2589: 2020-12-06 moko
2590:
2591: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2592: check added
2593:
2594: 2020-12-04 moko
2595:
2596: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2597: main/pa_request.C: unified uint64_t lseek implemented to support
2598: >4Gb files under x86, including Windows
2599:
2600: 2020-12-02 moko
2601:
2602: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2603: with max_file_size
2604:
2605: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2606: support for processing files sized >4Gb on 32 bit planforms
2607:
2608: * tests/399.html: file moved
2609:
2610: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2611:
2612: * src/targets/cgi/pa_sapi_info.h: warning war
2613:
2614: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2615: warning war
2616:
2617: 2020-12-01 moko
2618:
2619: * src/classes/image.C: mp4 extended size (>4Gb) support added
2620:
2621: * src/classes/image.C: for "size not found" exception to be shown
2622: if size not found until eof
2623:
2624: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2625: bit linux)
2626:
2627: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2628: #1188)
2629:
2630: 2020-11-30 moko
2631:
2632: * src/classes/image.C: definitions moved closer to code
2633:
2634: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2635: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2636: 395_dir/3_VP8X.webp, results/395.processed,
2637: results/396.processed: tests for ^image::measure[] .webp support
2638: added, all image files moved into one directory (related to
2639: feature #1188)
2640:
2641: * src/classes/image.C: ^image::measure[] now supports webp (feature
2642: #1188)
2643:
1.148 moko 2644: 2020-11-29 moko
2645:
2646: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2647: processing, unnessesary defines removed
2648:
2649: 2020-11-24 moko
2650:
2651: * tests/results/: 099.processed, 100.processed, 205.processed,
2652: 309.processed, 310.processed: Content-Disposition: inline
2653: returned
2654:
2655: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2656: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2657: ] added (related to bug #1204)
2658:
2659: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2660: ] supported to avoid Content-Disposition: inline;
2661: filename="<file>.ext" but still set Content-Type for ext (related
2662: to bug #1204)
2663:
1.147 moko 2664: 2020-11-22 moko
2665:
2666: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2667: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2668:
2669: * src/main/pa_request.C: content_disposition_inline returned.
2670:
2671: 2020-11-17 moko
2672:
2673: * src/main/pa_request.C: empty main method name support
2674:
2675: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2676: config_handler added, stdout flush added.
2677:
2678: 2020-11-16 moko
2679:
2680: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2681:
2682: * tests/results/: 099.processed, 205.processed, 237.processed,
2683: 309.processed, 310.processed: Content-Disposition: inline is not
2684: required and should not contain filename="<name>"
2685:
2686: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2687: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2688: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2689:
1.146 moko 2690: 2020-11-14 moko
2691:
2692: * src/targets/cgi/parser3.C: spelling
2693:
2694: * src/targets/cgi/parser3.C: renaming
2695:
2696: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2697: relocated
2698:
2699: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2700: before request processing, which is weired
2701:
2702: 2020-11-13 moko
2703:
2704: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2705: copied in httpd.
2706:
2707: 2020-11-12 moko
2708:
2709: * src/main/pa_http.C: ALARM code unified to be used in httpd
2710:
2711: * src/: include/pa_request.h, main/pa_request.C,
2712: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2713:
2714: * src/main/pa_http.C: URI validation added
2715:
2716: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2717: can't be empty but can be null. httpd-main is now main method
2718: name for httpd mode
2719:
2720: 2020-11-11 moko
2721:
2722: * src/main/pa_request.C: path_translated can be null in httpd mode
2723:
2724: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2725: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2726: classes/xdoc.C, include/pa_request.h, main/execute.C,
2727: main/pa_request.C: r.absolute -> r.full_disk_path
2728:
2729: * src/targets/cgi/parser3.C: if filename to process is not
2730: specified, auto.p should be present.
2731:
1.145 moko 2732: 2020-11-03 moko
2733:
2734: * src/: classes/op.C, include/pa_request.h: unused argument removed
2735:
2736: * src/main/pa_request.C: content_disposition_inline is the default,
2737: not required.
2738:
1.144 moko 2739: 2020-10-29 moko
2740:
2741: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2742: ^use[file; $.main(true) ] implemented for auto.p processing and
2743: path_translated changing to correct relative files path
2744: calculation in httpd mode
2745:
2746: * src/: include/pa_request.h, main/pa_request.C:
2747: fail_on_read_problem removed, as it allways true, as if should
2748: be.
2749:
2750: * src/: include/pa_request.h, main/pa_request.C,
2751: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2752: targets/isapi/parser3isapi.C: clearing config_filespec when
2753: config was not found, thus flag not required and removed.
2754:
2755: 2020-10-28 moko
2756:
2757: * tests/: 402.html, results/402.processed: error reporting test
2758:
2759: * src/main/execute.C: better error reporting when
2760: $result[^hash::create[]] in @main.
2761:
2762: * src/main/: execute.C, pa_request.C: frame.result() should be used
2763: + minor optimization
2764:
2765: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2766: main/pa_xml_io.C: execute_*_method simplified and unified
2767:
2768: 2020-10-27 moko
2769:
2770: * tests/: 306.html, results/306.processed: a bit more testing. :)
2771:
2772: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2773: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2774: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2775: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2776: types/pa_vmethod_frame.h, types/pa_vobject.C,
2777: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2778: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2779: longer used in object-prototype mode
2780:
2781: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2782: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2783: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2784: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2785: $form:name[value] features
2786:
1.143 moko 2787: 2020-10-18 moko
2788:
2789: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2790:
2791: 2020-10-15 moko
2792:
2793: * src/main/pa_http.C: url no longer needed as
2794: ALTER_EXCEPTION_SOURCE is used
2795:
2796: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2797: main/pa_http.C: check_file_size filespec is now optional
2798:
2799: * src/: classes/curl.C, include/pa_exception.h,
2800: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2801: ALTER_EXCEPTION_COMMENT added for better error reporting
2802:
2803: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2804: results/346-curl.processed, results/379-curl.processed,
2805: results/379.processed: test results updated as load now provides
2806: better error reporting + curl responses updated
2807:
2808: 2020-10-14 moko
2809:
2810: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2811: main/pa_string.C, targets/apache/mod_parser3_core.C,
2812: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2813: checked. 10 is now default base, no hex autodetect by default
2814:
2815: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2816: connection socket closing in destructor + accept exception
2817: handling
2818:
2819: * src/targets/cgi/parser3.C: warning war
2820:
2821: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2822: main/pa_request.C, targets/apache/mod_parser3_core.C,
2823: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2824: exception handling unified
2825:
2826: 2020-10-13 moko
2827:
2828: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2829: autodetection
2830:
2831: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2832:
2833: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2834:
2835: * src/main/pa_http.C: warning war
2836:
1.142 moko 2837: 2020-10-12 moko
2838:
1.143 moko 2839: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2840: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2841: unhandled exception code optimization
2842:
2843: * src/targets/cgi/parser3.C: request_info now global variable
2844:
2845: * src/main/pa_http.C: http_read_response moved to HTTP_response
2846: class
2847:
2848: * src/: include/pa_http.h, main/pa_http.C,
2849: targets/cgi/pa_sapi_info.h: read_post implemented
2850:
1.142 moko 2851: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2852: [host:]port syntax support in httpd mode
2853:
2854: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2855: targets/cgi/parser3.C: populate_env added
2856:
2857: * src/include/pa_hash.h: to make get(char *) compiling in
2858: HashStringString
2859:
2860: 2020-10-10 moko
2861:
2862: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2863: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2864:
2865: * src/: include/pa_http.h, include/pa_request_info.h,
2866: main/pa_http.C, main/pa_string.C,
2867: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2868: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2869: types/pa_vrequest.C: initial httpd mode implementation
2870:
1.141 moko 2871: 2020-10-04 moko
2872:
2873: * src/targets/cgi/parser3.C: options together
2874:
2875: 2020-09-30 moko
2876:
2877: * src/main/pa_http.C: renamed
2878:
1.140 moko 2879: 2020-08-14 moko
2880:
2881: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2882: src/targets/cgi/Makefile.am: no httpd as separate library
2883:
2884: 2020-08-13 moko
2885:
2886: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2887: unhandled exception handler to report 500 instead of 200 it was
2888: before.
2889:
2890: * src/targets/apache/mod_parser3_core.C: minor cleanup
2891:
2892: * src/: include/pa_sapi.h, main/untaint.C,
2893: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2894: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2895: thus replaced with SAPI::die and removed
2896:
2897: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2898: cgi/parser3.C: whitespace
2899:
2900: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2901:
2902: 2020-08-12 moko
2903:
2904: * src/targets/cgi/parser3.C: duplicate info in signal logging
2905: removed, whitespace was: SIGPIPE received while executing code.
2906: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2907: cl=0]
2908:
2909: * parser3.sln: + httpd.vcproj
2910:
2911: 2020-08-11 moko
2912:
2913: * src/targets/cgi/Makefile.am: +libhttpd
2914:
2915: * configure.ac, src/lib/Makefile.am: +libhttpd
2916:
1.139 moko 2917: 2020-07-13 moko
2918:
2919: * tests/: 401.html, results/401.processed: test for hash key does
2920: not keep language, but tainted in foreach.
2921:
1.138 moko 2922: 2020-07-01 moko
2923:
2924: * tests/: 235.html, results/235.processed: test result updated as
2925: messages before attachments implemented (feature #1176)
2926:
1.137 moko 2927: 2020-06-27 moko
2928:
2929: * tests/: 400.html, results/400.processed: test updated to check
2930: ^return{code}
2931:
2932: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2933: fixed
2934:
2935: 2020-06-26 moko
2936:
2937: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2938: added (related to https://www.parser.ru/forum/?id=85319)
2939:
2940: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2941: when $result assignment was last statement in the method
2942: (https://www.parser.ru/forum/?id=85319)
2943:
1.136 moko 2944: 2020-05-23 moko
2945:
2946: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2947: whitespace, unused level removed
2948:
2949: 2020-05-19 moko
2950:
2951: * src/types/pa_vmail.C: whitespace
2952:
2953: * src/types/pa_vmail.C: files should be processed last (related to
2954: feature #1176)
2955:
1.135 moko 2956: 2020-05-12 moko
2957:
2958: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2959: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2960:
2961: * configure.ac: FreeBSD1X.X check added to avoid
2962: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2963:
1.134 moko 2964: 2020-02-26 moko
2965:
2966: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2967: compilation issue (related to bug #1201)
2968:
2969: * src/main/pa_common.C: entry_readable -> entry_exists,
2970: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2971: -f and -d now works under Windows in UTF-8 with Russian
2972: filenames.
2973:
2974: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2975: advice (related to feature #1199)
2976:
2977: 2020-02-25 moko
2978:
2979: * buildall: --silent removed
2980:
2981: * configure.ac: gmime-3.0 support
2982:
2983: * buildall: --with-system-mailreceive option added to build with
2984: system libgmime
2985:
2986: * src/types/pa_vmail.C: avoiding
2987: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2988: to feature #1199)
2989:
1.133 moko 2990: 2020-02-18 moko
2991:
2992: * src/classes/op.C: windows x64 debug mode compile fix
2993:
2994: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2995: change (releated to feature #1200)
2996:
2997: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2998: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2999: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3000: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3001: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3002: targets/apache/ApacheModuleParser3.vcproj,
3003: targets/apache/ApacheModuleParser3Core.vcproj,
3004: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3005: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3006: dependency (related to feature #1200)
3007:
1.132 moko 3008: 2020-02-12 moko
3009:
3010: * src/types/pa_vmail.C: minimize diff
3011:
3012: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3013: #1199)
3014:
1.131 moko 3015: 2020-01-18 moko
3016:
3017: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3018:
1.130 moko 3019: 2019-12-28 moko
3020:
3021: * src/targets/cgi/parser3.C: avoid empty ?
3022:
3023: 2019-12-27 moko
3024:
3025: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3026: DOCUMENT_ROOT (related to feature #1164)
3027:
3028: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3029: fcgiwrap setup (implements feature #1164)
3030:
3031: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3032: but no issues found (related to feature #1164)
3033:
3034: * src/targets/cgi/parser3.C: actualized
3035:
3036: 2019-12-26 moko
3037:
3038: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3039: removed
3040:
3041: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3042: removed
3043:
3044: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3045: allocation errors, we don't want default gc warnings (without
3046: timestamp and URI).
3047:
3048: * src/: classes/memory.C, main/pa_globals.C,
3049: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3050: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3051: pa_globals_init
3052:
3053: * src/main/pa_globals.C: setup_hex_value() removed, static array
3054: initialization used (optimization)
3055:
3056: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3057: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3058: pa_socks_init/pa_socks_done moved inside pa_globals_init
3059: (optimization)
3060:
1.129 moko 3061: 2019-12-09 moko
3062:
3063: * src/include/pa_config_fixed.h: warning war
3064:
1.128 moko 3065: 2019-12-08 moko
3066:
3067: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3068: process grammar under Unix.
3069:
3070: 2019-12-07 moko
3071:
3072: * tests/389.html: For Windows XP. :)
3073:
3074: * tests/388-sql.html: Windows compatibility added
3075:
3076: 2019-12-06 moko
3077:
3078: * src/targets/cgi/parser3.C: warning war
3079:
3080: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3081: == sizeof(CORD)) to avoid aligning bugs in future
3082:
3083: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3084: XML_STATIC
3085:
3086: * src/include/pa_request.h: StackItem() not required
3087:
3088: * src/include/pa_stack.h: warning war
3089:
3090: * src/include/pa_config_includes.h: GCC warning silenced
3091:
3092: * src/include/pa_memory.h: warning war: the program should also
3093: define 'void operator delete [](void*, std::size_t)'
3094: [-Wsized-deallocation]
3095:
3096: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3097:
3098: * src/classes/string.C: not reqired cast removed
3099:
3100: * src/classes/string.C: not reqired cast removed
3101:
3102: 2019-12-05 moko
3103:
3104: * src/lib/sdbm/pa_file_io.C: warning war
3105:
3106: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3107: enum Language : size_t - required for VS2015+ to make
3108: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3109: without it (related to feature #1198)
3110:
3111: 2019-12-04 moko
3112:
3113: * src/main/pa_base64.C: unsigned char -> uchar
3114:
3115: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3116: as other libs
3117:
3118: * src/include/pa_version.h: +amd64
3119:
3120: 2019-12-03 moko
3121:
3122: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3123: release
3124:
3125: * src/include/pa_config_includes.h: warning war
3126:
3127: * src/classes/image.C: warning war
3128:
3129: * src/main/pa_globals.C: x64 libs support
3130:
3131: * src/include/pa_config_includes.h: warning war
3132:
3133: * src/types/pa_method.h: warning war
3134:
1.127 moko 3135: 2019-11-28 moko
3136:
3137: * src/classes/math.C: vs2003 compatibility + warning war
3138:
3139: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3140: libxml2-2.9.9 (related to feature #1136)
3141:
3142: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3143: typecast for more compatibility (related to feature #1136)
3144:
3145: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3146: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3147: feature #1136)
3148:
3149: 2019-11-26 moko
3150:
3151: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3152: removed (it was failing in $$var case), condition added
3153:
1.126 moko 3154: 2019-11-25 moko
3155:
3156: * tests/: 397.html, 399.html, results/141.processed,
3157: results/399.processed: base64 options tested
3158:
3159: * src/: classes/math.C, main/pa_http.C: base64 options used
3160:
3161: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3162: implemented (feature #986)
3163:
3164: * src/main/pa_cache_managers.C: whitespace
3165:
3166: * tests/: 397.html, 399.html, results/399.processed: tests for
3167: ^base64 encode options added (related to feature #986)
3168:
3169: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3170: pa_base64_encode(file) removed - more memory, but faster and less
3171: code (related fo feature #986)
3172:
3173: 2019-11-24 moko
3174:
3175: * tests/: 155.html, results/155.processed: limit and offset in
3176: ^table::load[] now supported, thus test added
3177:
3178: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3179: main/pa_common.C: optimization: offset and limit options parsing
3180: moved inside file_load.
3181:
3182: 2019-11-23 moko
3183:
3184: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3185: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3186: optimization: file_read replaced with simplified file_read_binary
3187:
3188: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3189: types/pa_vform.C: whitespace
3190:
3191: * src/: include/pa_common.h, main/pa_common.C: never used params
3192: removed
3193:
3194: 2019-11-21 moko
3195:
3196: * tests/: 193.html, results/193.processed, results/389.processed:
3197: test results updated as now base64 does not discard tail without
3198: padding (related to feature #986)
3199:
3200: 2019-11-20 moko
3201:
3202: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3203: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3204: pa_base64_decode (related to feature #986)
3205:
3206: * tests/398.html: tests for base64 decode added (related to feature
3207: #986)
3208:
3209: * src/main/pa_base64.C: base64_decode rewritten - padding option
3210: support, padding inside base 64 supported (related to feature
3211: #096)
3212:
3213: 2019-11-19 moko
3214:
3215: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3216: FreeBSD 12
3217:
1.125 moko 3218: 2019-11-16 moko
3219:
3220: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3221: support added, step support removed (related to #986)
3222:
3223: 2019-11-15 moko
3224:
3225: * src/classes/math.C: using log since log2 is not present on
3226: FreeBSD < 8.4 (related to feature #1177)
3227:
3228: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3229: pa_base64_size extracted and used for files as well (related to
3230: feature 986)
3231:
3232: 2019-11-14 moko
3233:
3234: * tests/: 397.html, results/397.processed: + content check
3235:
3236: * tests/: 141.html, results/141.processed: make test resuls more
3237: readable
3238:
3239: * tests/: 397.html, results/193.processed, results/397.processed:
3240: test results updated after \x00 character was disabled in
3241: math:convert string mode (related to feature #1177)
3242:
3243: * src/classes/: math.C, string.C: \\x00 character disabled while
3244: converting to string (as in base64, related to feature #1177)
3245:
3246: * src/classes/file.C: more correct arguments separation
3247:
3248: * src/: classes/file.C, classes/math.C, classes/string.C,
3249: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3250: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3251: options added, but not yet implemented (related to feature #986)
3252:
3253: * src/classes/math.C: whitespace
3254:
3255: 2019-11-13 moko
3256:
3257: * tests/: 397.html, results/397.processed: +tainting test (related
3258: to feature #1177)
3259:
3260: * src/classes/math.C: as we now produce not only digits, result
3261: should be tainted (related to feature #1177)
3262:
3263: * src/main/pa_base64.C: whitespace
3264:
3265: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3266: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3267: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3268: implementation moved from pa_common.h and pa_common.C
3269:
3270: 2019-11-12 moko
3271:
3272: * tests/: 275.html, results/275.processed: out of range test fixed,
3273: as ^math:convert now supports arbitrary precision
3274:
3275: 2019-11-11 moko
3276:
3277: * tests/results/389.processed: uctualized error message
3278:
3279: * tests/: 389.html, 397.html, results/397.processed: tests for
3280: ^math:convert added (related to feature #1177)
3281:
3282: * src/classes/math.C: ^math:convert now supports arbitrary
3283: precision, alphabet support added (implements feature #1177)
3284:
1.124 moko 3285: 2019-11-06 moko
3286:
3287: * tests/: 181.html, results/181.processed: entities usage added,
3288: more entites load tests (related to bug #842 discussion)
3289:
3290: 2019-11-05 moko
3291:
3292: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3293: call from xmlFileOpen if http://localhost/<file> was not found
3294: (related to bug #842)
3295:
3296: * src/main/pa_xml_io.C: rename
3297:
3298: * src/main/pa_xml_io.C: +MemoryStream constructor
3299:
3300: * src/main/pa_xml_io.C: whitespace
3301:
1.123 moko 3302: 2019-10-31 moko
3303:
3304: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3305: XML_PARSE_NOENT) added to fix entities load, (related to feature
3306: #1181)
3307:
1.122 moko 3308: 2019-10-25 moko
3309:
3310: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3311: queries tests
3312:
3313: 2019-10-24 moko
3314:
3315: * tests/: 388-sql.html, results/388-sql.processed: support for
3316: pgsql driver test
3317:
3318: * tests/: 388-sql.html, results/388-sql.processed:
3319: multi_statements=1 now tested, mysql test now supported
3320: (connection must be specified in [parser3] section in .my.cnf)
3321: related to issues #1195 and #1194
3322:
1.121 moko 3323: 2019-09-11 moko
3324:
3325: * src/classes/int.C: whitespace
3326:
3327: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3328: exception test
3329:
3330: * tests/results/388-sql.processed: sql queries now shown (related
3331: to feature #1196)
3332:
3333: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3334: with old parser versions.
3335:
3336: * src/: classes/file.C, classes/hash.C, classes/string.C,
3337: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3338: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3339: instead of connect string in query_event_handlers exceptions
3340: (implements feature #1196)
3341:
1.120 moko 3342: 2019-09-06 moko
3343:
3344: * tests/388-sql.html: mysql compat
3345:
3346: * src/: classes/hash.C, classes/string.C, classes/table.C,
3347: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3348: sql_ variables declaration moved to pa_common.h
3349:
1.116 moko 3350: 2019-01-15 moko
3351:
3352: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3353: logically sorted
3354:
3355: 2018-12-27 moko
3356:
3357: * src/include/pa_config_includes.h: warning war:
3358: -Wdeprecated-register added for C++ 17
3359:
3360: 2018-10-15 moko
3361:
3362: * configure.ac: FreeBSD 11.2 can be build with ./configure
3363: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3364: --with-xml=/usr/local/
3365:
3366: 2018-09-24 moko
3367:
3368: * tests/: 396.html, 396.tiff, results/396.processed: test for
3369: ^image::measure[] now supports tiff added (related to feature
3370: #1188)
3371:
3372: * src/classes/image.C: ^image::measure[] now supports tiff
3373: (implements feature #1188)
3374:
3375: 2018-09-20 moko
3376:
3377: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3378: files measure added (related to ticket #1188)
3379:
3380: * src/classes/image.C: measure of bmp files implemented (related to
3381: ticket #1188)
3382:
3383: 2018-09-18 moko
3384:
3385: * tests/: 394-curl.html, results/394-curl.processed,
3386: results/auto.p: test for bug #1187 (max_file_size check for head
3387: requests) added
3388:
3389: 2018-08-24 moko
3390:
3391: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3392: response content-length check is required (fixes bug #1187)
3393:
3394: 2018-05-11 moko
3395:
3396: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3397: $.append(bool) ] option added (related to feature #919)
3398:
3399: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3400: from misha@ patch (implements feature #919)
3401:
3402: 2018-03-22 moko
3403:
3404: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3405: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3406: with 128kb buffer. Now works at least 12 times faster. :) May be
3407: Windows-only problem.
3408:
3409: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3410: build fix)
3411:
3412: 2018-02-03 moko
3413:
3414: * src/main/execute.C: removes irrelevant lines from exception stack
3415: trace when exceptions occurs in assigment (fixes bug #1165)
3416:
3417: * tests/: 393.html, results/393.processed: test for behavour after
3418: "Property can not be created, already exists field with that
3419: name" exception removed (related to feature #1183)
3420:
3421: * src/types/pa_vclass.C: "Property can not be created, already
3422: exists field with that name" exception removed (implements
3423: feature #1183)
3424:
3425: 2018-01-19 moko
3426:
3427: * src/classes/string.C: whitespace
3428:
3429: * src/classes/string.C: whitespace
3430:
3431: * tests/: 392.html, results/392.processed: test for
3432: ^regex::create[$regex] added (related to feature #1135)
3433:
3434: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3435: ^regex::create[$regex] added (implements feature #1135)
3436:
3437: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3438: commented define added (related to feature #1157)
3439:
3440: 2018-01-17 moko
3441:
3442: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3443:
3444: 2018-01-15 moko
3445:
3446: * tests/: 390.html, results/390.processed: real path replaced by
3447: stub
3448:
3449: * tests/: 391.html, results/391.processed: test for feature #1181
3450: (XML_PARSE_HUGE exception) added
3451:
3452: 2018-01-11 moko
3453:
3454: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3455: XML_PARSE_HUGE option passed by default (implements feature
3456: #1181)
3457:
3458: * src/classes/string.C: whitespace
3459:
3460: 2017-12-10 moko
3461:
3462: * tests/: 389.html, 390.html, results/389.processed,
3463: results/390.processed: image code coverage tests added (related
3464: to feature #1125)
3465:
3466: 2017-12-08 moko
3467:
3468: * tests/: 346-curl.html, 388-sql.html, 389.html,
3469: results/346-curl.processed, results/388-sql.processed,
3470: results/389.processed: more code coverage tests
3471:
3472: * tests/: 264.html, results/264.processed: code coverage for
3473: ^file::exec[]
3474:
3475: 2017-12-07 moko
3476:
3477: * tests/: 174.html, 388-sql.html, 389.html,
3478: results/388-sql.processed, results/389.processed,
3479: results/174.processed: more coverage tests
3480:
3481: * src/classes/math.C: exception text actualized
3482:
3483: 2017-12-06 moko
3484:
3485: * tests/388-sql.html: $SQL can be here
3486:
3487: * tests/results/auto.p: $SQL not required here
3488:
3489: * tests/: 388-sql.html, 389.html, Makefile,
3490: results/388-sql.processed, results/389.processed, results/auto.p:
3491: code coverage tests for sql (using sqlite) and int/double/bool
3492: added (related to feature #1125)
3493:
3494: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3495: lib/json/json.vcproj, lib/md5/md5.vcproj,
3496: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3497: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3498: targets/apache/ApacheModuleParser3Core.vcproj,
3499: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3500: types/types.vcproj: gc\include no longer required
3501:
3502: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3503: required
3504:
3505: * src/: classes/Makefile.am, classes/table.C,
3506: include/pa_config_includes.h, include/pa_string.h,
3507: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3508: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3509: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3510: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3511: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3512: used, we now include it directly
3513:
3514: 2017-12-04 moko
3515:
3516: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3517: memcached/memcached.vcproj, punycode/punycode.vcproj,
3518: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3519: where required
3520:
3521: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3522: now can be used to trace memory allocations
3523:
3524: * src/: classes/table.C, include/pa_config_includes.h,
3525: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3526: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3527: method removes, libcord also can work without libgc
3528:
3529: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3530:
3531: 2017-11-29 moko
3532:
3533: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3534: are not present (related to feature #1173)
3535:
3536: * tests/346-curl.html: test updated to test curl content-length bug
3537: (related to feature #1173)
3538:
3539: * tests/results/346-curl.processed: more test for content-length
3540: curl bug (related to feature #1173)
3541:
3542: * tests/results/346-curl.processed: test results updated after
3543: #1173 implemented
3544:
3545: 2017-11-28 moko
3546:
3547: * src/classes/curl.C: another libcurl Content-length bug walkaround
3548: (related to feature #1173)
3549:
3550: 2017-11-27 moko
3551:
3552: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3553: $.http_version[version string] added (implements feature #1173),
3554: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3555: where $post(true) bug existed.
3556:
3557: 2017-11-18 moko
3558:
3559: * src/include/pa_memory.h: warning war (related to feature #1170)
3560:
3561: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3562: feature #1170)
3563:
3564: 2017-11-17 moko
3565:
3566: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3567: std::basic_stringstream used in ^table.csv-string[] is compatible
3568: with delete usage check only under Debian 9 (related to feature
3569: #1170)
3570:
3571: 2017-11-16 moko
3572:
3573: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3574: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3575: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3576: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3577: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3578: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3579: stubs defend from accidental use (implements feature #1170)
3580:
3581: 2017-06-24 moko
3582:
3583: * configure.ac: minor fix: thanks to alx@
3584:
1.115 moko 3585: 2017-05-29 moko
3586:
3587: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3588: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3589: added to avoid cutting of UTF-8 chars (fixed bug #123)
3590:
3591: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3592: ignored, =?UTF-8?Q?= should start in case of leading space
3593: (related to bug #123)
3594:
3595: * buildall: echo -n -> printf for OS X. :)
3596:
3597: 2017-05-25 moko
3598:
3599: * tests/: 288.html, results/288.processed: test updated afted
3600: setting $o.prop without setter exception removed (related to
3601: feature #1157)
3602:
3603: * src/types/pa_vclass.C: no more "this property has no setter
3604: method" when setting $o.prop without setter (implements feature
3605: #1157)
3606:
3607: * buildall: echo \c -> echo -n for FreeBSD
3608:
3609: * configure, configure.ac, src/include/pa_config_auto.h.in,
3610: src/types/pa_vdouble.h: isfinite now checked in configure
3611:
3612: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3613: upgraded to automake 1.15
3614:
3615: 2017-05-23 moko
3616:
3617: * src/types/pa_vdouble.h: finite returned where isfinite not
3618: defined
3619:
3620: 2017-05-22 moko
3621:
3622: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3623:
3624: * buildall: extern CFLAGS setting support
3625:
3626: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3627:
3628: * buildall: http -> https
3629:
3630: * buildall: gc-7.2f -> gc-7.6.0
3631:
3632: 2017-05-20 moko
3633:
3634: * buildall: https, pcre, xml, xslt updated to current versions
3635: (related to feature #1136)
3636:
3637: 2017-05-19 moko
3638:
3639: * tests/097.html: after parser.ru moved to https
3640:
3641: 2017-05-17 moko
3642:
3643: * tests/results/: 175.processed, 372.processed: tests resuls
3644: updated after lintian spelling typos fixed (related to bug #1156)
3645:
3646: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3647: classes/string.C, classes/table.C, main/pa_charset.C,
3648: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3649: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3650: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3651:
3652: * tests/results/096.processed: +XMP
3653:
3654: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3655: $.xmp(true) options tested (test for feature #1154)
3656:
3657: * src/classes/image.C: ^image:measure[] options $.exif(false)
3658: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3659: fetched by default! (implements feature #1154)
3660:
3661: 2017-05-16 moko
3662:
3663: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3664: allowed (related to feature #1154)
3665:
3666: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3667: initial XMP implementation - without options and transcode
3668: (related to feature #1154)
3669:
3670: 2017-05-12 moko
3671:
3672: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3673: image: exif moved to ffields, skipped in ^image.html[] where
3674: iterators now used (preparation for feature #1154)
3675:
3676: 2017-05-05 moko
3677:
3678: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3679: results/387.processed: test for circular class inheritance check
3680: added (related to bug #1150)
3681:
3682: * src/types/pa_vstateless_class.C: circular class inheritance check
3683: added (fixes endless add_derived bug #1150)
3684:
3685: 2017-05-04 moko
3686:
3687: * tests/: 386.html, results/386.processed: test for
3688: $table.value(number) added (related to feature #1152)
3689:
3690: * src/types/pa_vtable.C: table put_element: column value must be
3691: string - > column value must be string compatible to allow
3692: $t.value(1) (implements feature #1152)
3693:
3694: 2017-05-03 moko
3695:
3696: * src/main/pa_request.C: $use[$method] is not possible, reverting
3697: (related to feature #1151)
3698:
3699: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3700: not possible, removing test (related to feature #1151)
3701:
3702: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3703: get_element_method added and used to allow $use[$method] and
3704: $autouse[$method] (implements feature 1151)
3705:
3706: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3707: variable added (related to feature #1151)
3708:
3709: * tests/results/226.processed: actualized after ^try-catch used
3710:
3711: * tests/: 226.html, 385.html, results/385.processed: test for
3712: @autouse in variable added
3713:
3714: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3715:
1.114 moko 3716: 2017-02-27 moko
3717:
3718: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3719:
1.113 moko 3720: 2017-02-20 moko
3721:
1.211 moko 3722: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3723:
3724: 2017-02-16 moko
3725:
3726: * tests/: 384.html, results/384.processed: test for
3727: ^reflection:mixin[; $.name[] ] option added (related to feature
3728: #1089)
3729:
3730: * tests/: 384.html, results/384.processed: test for
3731: ^reflection:mixin[] added (related to feature #1089)
3732:
3733: * src/types/pa_value.h: warning war: virtual ~Value() added
3734:
1.112 moko 3735: 2017-02-15 moko
3736:
3737: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3738: fixed
3739:
3740: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3741: test added (related to feature #1069)
3742:
3743: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3744: compilation without HASH_ORDER fixed
3745:
3746: * src/: classes/reflection.C, include/pa_hash.h:
3747: $.reverse(true/false) added to ^reflection:methods[] (related to
3748: feature #1069)
3749:
3750: 2017-02-14 moko
3751:
3752: * tests/: 152.html, results/152.processed: test for $._default hash
3753: added (related to bug #1131)
3754:
3755: * tests/: 277.html, results/277.processed: test for hash with only
3756: $._default is now defined (related to bug #1131)
3757:
3758: * src/types/pa_vhash.h: hash with only $._default is now defined
3759: (fixed bug #1131)
3760:
3761: 2017-02-13 moko
3762:
3763: * tests/cat-windows.sh: cat-windows added (cygwin required)
3764:
3765: * tests/: 171.html, 264.html, 286.html, 370.html,
3766: results/320.processed, results/375.processed, results/auto.p:
3767: cat-windows.sh support added
3768:
3769: * tests/375.html: Windows support
3770:
3771: * tests/270.html: documented
3772:
3773: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3774: (not backslashes) even under Windows (broke test 270)
3775:
3776: 2017-02-12 moko
3777:
3778: * tests/: descript.ion, todo.txt: cleanup
3779:
3780: 2017-02-09 moko
3781:
3782: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3783: run_tests.cmd: Windows compatibility
3784:
3785: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3786: incorrectly (GMT) if parser is called from cygwin
3787:
1.111 moko 3788: 2017-02-08 moko
3789:
1.211 moko 3790: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3791:
1.211 moko 3792: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3793:
3794: * NEWS, README: minor update
3795:
3796: * src/include/pa_config_includes.h: warning war continues
3797:
3798: * src/: include/pa_config_includes.h, include/pa_memory.h,
3799: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3800: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3801: gcc 6.x issues fixed
3802:
1.111 moko 3803: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3804: classes/classes.h, classes/curl.C, classes/date.C,
3805: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3806: classes/hashfile.C, classes/image.C, classes/inet.C,
3807: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3808: classes/memcached.C, classes/memory.C, classes/op.C,
3809: classes/reflection.C, classes/regex.C, classes/response.C,
3810: classes/string.C, classes/table.C, classes/void.C,
3811: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3812: include/pa_array.h, include/pa_cache_managers.h,
3813: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3814: include/pa_config_fixed.h, include/pa_config_includes.h,
3815: include/pa_dictionary.h, include/pa_dir.h,
3816: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3817: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3818: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3819: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3820: include/pa_request_charsets.h, include/pa_request_info.h,
3821: include/pa_sapi.h, include/pa_socks.h,
3822: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3823: include/pa_stack.h, include/pa_string.h,
3824: include/pa_stylesheet_connection.h,
3825: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3826: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3827: include/pa_uue.h, include/pa_xml_exception.h,
3828: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3829: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3830: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3831: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3832: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3833: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3834: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3835: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3836: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3837: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3838: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3839: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3840: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3841: main/pa_string.C, main/pa_stylesheet_connection.C,
3842: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3843: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3844: main/untaint.C, sql/pa_sql_driver.h,
3845: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3846: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3847: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3848: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3849: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3850: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3851: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3852: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3853: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3854: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3855: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3856: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3857: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3858: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3859: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3860: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3861: types/pa_vmemcached.h, types/pa_vmemory.h,
3862: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3863: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3864: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3865: types/pa_vresponse.C, types/pa_vresponse.h,
3866: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3867: types/pa_vstateless_object.h, types/pa_vstatus.C,
3868: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3869: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3870: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3871: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3872: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3873: 2015->2017
3874:
1.110 moko 3875: 2017-02-07 moko
3876:
3877: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3878:
3879: 2017-02-06 moko
3880:
3881: * src/main/pa_common.C: minor fixes, whitespace
3882:
3883: * src/: classes/curl.C, classes/file.C, classes/image.C,
3884: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3885: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3886: now used (implements feature #1081)
3887:
3888: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3889:
3890: 2017-02-01 moko
3891:
3892: * src/include/pa_request.h: cleanup
3893:
3894: 2017-01-30 moko
3895:
3896: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3897:
3898: 2017-01-29 moko
3899:
3900: * tests/: 383.html, results/383.processed: test for
3901: ^reflection:stack[] added (related to feature #1052)
3902:
3903: * src/classes/reflection.C: else added
3904:
3905: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3906: $.max_file_lock_wait added (implements feature #1128)
3907:
3908: 2017-01-28 moko
3909:
3910: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3911: body and other cases tests added (related to featue #1014)
3912:
3913: * src/classes/curl.C: bug if response is empty fixed (related to
3914: feature #1014)
3915:
3916: 2017-01-27 moko
3917:
3918: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3919: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3920: added (implements feature #1052)
3921:
3922: 2017-01-25 moko
3923:
3924: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3925: method test added
3926:
3927: 2017-01-23 moko
3928:
3929: * src/classes/reflection.C: optimization: options->get replaced by
3930: hash iterator
3931:
3932: * tests/: 381.html, results/381.processed: now -> fixed date
3933:
3934: * src/main/pa_request.C: warning war
3935:
3936: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3937: 5Mb (fixes bug #1058)
3938:
3939: * src/classes/curl.C: warning war
3940:
3941: * tests/: 381.html, results/381.processed: tests for ^json:string
3942: $.one-line(true) option added (related to feature #1124)
3943:
3944: * src/: classes/json.C, types/pa_value.h: $json-string
3945: $.one-line(true|false) options is now supported (implements
3946: feature #1124)
3947:
3948: * tests/: 380.html, results/380.processed: test for modified
3949: $.max_file_size added (related to bug #1014)
3950:
3951: * tests/: 379.html, results/auto.p: tests for rewritten http file
3952: load added (related to bug #1014)
3953:
3954: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3955: main/pa_common.C, main/pa_http.C: check_file_size added and used
3956: in curl / file load from disk and http, http file load rewritten
3957: (related to bug #1014)
3958:
3959: 2017-01-18 moko
3960:
3961: * tests/: 378.html, results/378.processed: tests for ^result[]
3962: added (related to feature #66)
3963:
3964: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3965: Method::CO_WITHOUT_FRAME as frame still added in expression
3966: (related to feature #66)
3967:
3968: 2017-01-17 moko
3969:
3970: * tests/: 377.html, results/377.processed: test for different
3971: combinations of breaks in body and delimiter (related to bug
3972: #1077)
3973:
3974: * tests/: 376.html, results/376.processed: many ^break[] tests
3975: added (related to bug #1077)
3976:
3977: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3978: passed to native method" exception added to avoid bugs due to
3979: WRITE_EXPR_RESULT skipped and native methods execution continues
3980: after ^break[] (related to bug #1077)
3981:
3982: 2017-01-14 moko
3983:
3984: * tests/: 330.html, results/330.processed: test results updated
3985: after ^break[] bugs where fixed (related to bug #1077)
3986:
3987: * tests/: 329.html, results/329.processed: test results updated
3988: after ^break[] bugs where fixed (related to bug #1077)
3989:
3990: * tests/results/320.processed: ^return[] added
3991:
3992: 2017-01-13 moko
3993:
3994: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3995: classes/table.C, include/pa_request.h, main/execute.C,
3996: main/pa_request.C, targets/cgi/parser3.C,
3997: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3998: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3999: checked after each possible process/execute call (fixes bug
4000: #1077)
4001:
4002: 2016-12-29 moko
4003:
4004: * src/main/pa_common.C: warning war
4005:
4006: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4007: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4008: pa_file_size_limit added, ^math:random fixed for upper limit and
4009: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4010: (related to feature #1014)
4011:
4012: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4013: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4014: (related to feature #1014)
4015:
4016: 2016-12-28 moko
4017:
4018: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4019: warning war
4020:
4021: 2016-12-26 moko
4022:
4023: * tests/: 341.html, results/341.processed: test for
4024: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4025:
4026: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4027: (related to feature #1057)
4028:
4029: * src/types/pa_vdate.C: warning war continues...
4030:
4031: * src/: classes/date.C, classes/image.C, classes/table.C,
4032: include/pa_config_includes.h, types/pa_vfile.C: warning war
4033:
4034: * src/lib/gd/gifio.C: warning war / cleanup
4035:
4036: * src/lib/json/pa_json.C: warning war
4037:
4038: * src/classes/hash.C: warning war
4039:
4040: * src/types/pa_vfile.C: warning war
4041:
4042: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4043: -Wall warning war continues
4044:
4045: * configure.ac: --with-build-warnings actualized
4046:
4047: 2016-12-25 moko
4048:
4049: * src/main/pa_exec.C: -wAll warning war
4050:
4051: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4052: -wAll warning war
4053:
4054: * src/: include/pa_common.h, include/pa_sapi.h,
4055: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4056: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4057: -wAll warning war
4058:
4059: 2016-12-23 moko
4060:
4061: * src/lib/ltdl/Makefile.am: extra dist added
4062:
4063: * tests/results/344.processed: test result updated after $file.text
4064: prefetched in ^hash::create[$file] (related to feature #1075)
4065:
4066: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4067: ^hash::create[$file] (related to feature #1075)
4068:
4069: 2016-12-22 moko
4070:
4071: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4072: main/pa_request.C, main/pa_stylesheet_connection.C,
4073: types/pa_vfile.C: file_stat now return 64-bit size (implements
4074: #1014 under 32-bit unix versions)
4075:
4076: 2016-12-21 moko
4077:
4078: * tests/: 375.html, results/375.processed: test for exec returning
4079: stated file added (related to feature #1119)
4080:
4081: * src/classes/file.C: load should not return file with null body
4082: (fixes bug #1119)
4083:
4084: 2016-12-14 moko
4085:
4086: * tests/: 374.html, results/374.processed: test for $method.name
4087: added (related to feature #1117) plus method returning junction
4088: test
4089:
4090: 2016-12-13 moko
4091:
4092: * src/: include/pa_symbols.h, main/pa_symbols.C,
4093: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4094: (implements feature #1117)
4095:
4096: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4097: HEAD and TRACE can't have body (implements feature #1116)
4098:
4099: 2016-12-09 moko
4100:
4101: * tests/: 373.html, results/373.processed: tests for
4102: ^reflection:tainting added (related to feature #1098)
4103:
4104: * src/classes/reflection.C: ^reflection:tainting arguments order
4105: change (related to feature #1098)
4106:
4107: 2016-12-06 moko
4108:
4109: * src/: classes/reflection.C, include/pa_string.h,
4110: main/pa_string.C: ^reflection:tainting[$string] added (implements
4111: feature #1098)
4112:
4113: 2016-12-05 moko
4114:
4115: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4116: (fixes bug #1114)
4117:
4118: 2016-12-04 moko
4119:
4120: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4121: check added
4122:
4123: 2016-12-03 moko
4124:
4125: * tests/: 346-curl.html, results/346-curl.processed: test modified
4126: to test value.as_hash() usage
4127:
4128: * src/classes/curl.C: value.as_hash() used for correct hash
4129: processing
4130:
4131: * src/classes/reflection.C: exceptions texts fixes
4132:
4133: 2016-12-02 moko
4134:
4135: * tests/: 372.html, results/372.processed: tests for
4136: ^reflection:create[ $.class[name] $.constructor[name]
4137: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4138: feature #1094)
4139:
4140: * src/types/pa_vmethod_frame.h: comment added: params should be
4141: declared outside of *_FRAME_ACTION as MethodParams destructor
4142: will be called in ~VNativeMethodFrame
4143:
4144: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4145: ] minor fix
4146:
4147: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4148: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4149: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4150: now supported (implements feature #1094) value::as_hash added
4151: (and should be used everywhere)
4152:
4153: * src/classes/reflection.C: cleanup
4154:
4155: 2016-12-01 moko
4156:
4157: * tests/: 356.html, results/356.processed: test for method
4158: junctions class name added to the resulting hash added (related
4159: to feature #1068)
4160:
4161: * src/classes/reflection.C: for method junctions class name added
4162: to the resulting hash (related to feature #1068)
4163:
4164: 2016-11-30 moko
4165:
4166: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4167: exception (related to bug #1113)
4168:
4169: * src/types/pa_vhashfile.C: whitespace
4170:
4171: * src/main/pa_os.C: errno now returned as it should (fixes bug
4172: #1113)
4173:
4174: * tests/results/: 175.processed, 192.processed, 224.processed,
4175: 229.processed, 239.processed, 244.processed, 246.processed,
4176: 314.processed, 352.processed: tests results updated after method
4177: call exceptions improved as method now keeps its name
4178:
4179: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4180: types/pa_vmethod_frame.h: method call exceptions improved as
4181: method now keeps its name
4182:
4183: * tests/: 224.html, 239.html, results/224.processed,
4184: results/239.processed: tests and tests results updated after
4185: Request::construct exception changed
4186:
4187: * src/: classes/reflection.C, main/execute.C: Request::construct
4188: exception optimized
4189:
4190: * tests/: 371.html, results/371.processed: test for
4191: WWrapper.get_element call in $.name.key[value] code added
4192: (related to feature #1091)
4193:
4194: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4195: in $.name.key[value] code (related to feature #1091)
4196:
4197: 2016-11-29 moko
4198:
4199: * src/classes/op.C: VS warning war
4200:
4201: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4202: C4239: nonstandard extension used : 'return' : conversion from
4203: 'Value' to 'Value &' (related to feature #1020)
4204:
4205: * src/: main/execute.C, types/pa_vmethod_frame.h,
4206: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4207: used : 'return' : conversion from 'Value' to 'Value &' (related
4208: to feature #1020)
4209:
4210: * src/main/execute.C: VS warning war
4211:
4212: * src/targets/cgi/parser3.C: VS compatibility fix
4213:
4214: * src/include/pa_request.h: VS warning war
4215:
4216: * tests/: 370.html, results/370.processed: test for ^file::exec[
4217: ... $.stdin[$binary_file] ] added (related to bug #1044)
4218:
4219: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4220: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4221: $.stdin[$binary_file] (fixes bug #1044)
4222:
4223: 2016-11-28 moko
4224:
4225: * src/main/pa_exec.C: whitespace
4226:
4227: * src/main/pa_request.C: whitespace
4228:
4229: * tests/: 369.html, results/369.processed: test for
4230: $response:status usage added (related to feature #1099)
4231:
4232: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4233: if < 100 (implements feature #1099)
4234:
4235: * src/targets/cgi/parser3.C: whitespace
4236:
4237: * src/targets/cgi/parser3.C: whitespace
4238:
4239: * tests/: 368.html, results/368.processed: test updated after
4240: ^reflection:filename[$method] added (related to feature #1053)
4241:
4242: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4243: main/compile.y, main/execute.C, main/pa_request.C,
4244: types/pa_vclass.h: filename -> filespec,
4245: ^reflection:filename[$method] added (related to feature #1053)
4246:
4247: 2016-11-27 moko
4248:
4249: * tests/: 368.html, results/368.processed: test for
4250: reflection:filename[$class or object] added (related to feature
4251: #1053)
4252:
4253: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4254: types/pa_vstateless_class.h: ^reflection:filename[$class or
4255: object] added (implements feature #1053)
4256:
4257: 2016-11-26 moko
4258:
4259: * src/: include/pa_request_info.h,
4260: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4261: remove_absolute_uri -> strip_absolute_uri
4262:
4263: 2016-11-25 moko
4264:
4265: * src/: include/pa_request_info.h,
4266: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4267: request_info.remove_absolute_uri added to remove possible
4268: http://site.name/ from $request:uri (implements feature #1112)
4269:
4270: 2016-11-24 moko
4271:
4272: * tests/: 367-curl.html, results/367-curl.processed: test for
4273: previous request headers clearing after redirect added (related
4274: to bug #1109)
4275:
4276: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4277: response headers from previous requests are now cleared, only
4278: last request headers are collected (fixes bug #1109)
4279:
4280: * tests/results/: 266.processed, 321.processed, 356.processed:
4281: tests results updated as method name now added to the resulting
4282: hash for new syntax only (Imp1 compatimility fixed, related to
4283: feature #1068)
4284:
4285: * src/classes/reflection.C: method name now added to the resulting
4286: hash for new syntax only (Imp1 compatimility fixed, related to
4287: feature #1068)
4288:
4289: * tests/results/366.processed: test for native and parser
4290: implementation of ^use[] logic (related to feature #1074)
4291:
4292: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4293: for native and parser implementation of ^use[] logic (related to
4294: feature #1074)
4295:
4296: 2016-11-23 moko
4297:
4298: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4299: main/pa_request.C: @USE file now implemented as ^use[file;
4300: $.origin[origin_file] ] (implements feature #1074)
4301:
1.109 moko 4302: 2016-11-21 moko
4303:
1.110 moko 4304: * tests/: 365.html, results/365.processed: test for $caller bugs in
4305: 3.4.4 and $caller.method now tested (related to feature #1110)
4306:
4307: * tests/: 364.html, results/364.processed: $caller usage in
4308: different contexts now tested (related to feature #1110)
4309:
4310: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4311:
4312: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4313:
1.109 moko 4314: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4315: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4316: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4317: used (implements feature #1110)
4318:
4319: 2016-11-20 moko
4320:
4321: * src/types/pa_vdouble.h: whitespace
4322:
4323: 2016-11-11 moko
4324:
4325: * tests/: 363.html, results/363.processed: more tests for feature
4326: #1091 (how parser methods work in expression context)
4327:
4328: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4329: expressions strings are now written as strings, not values by
4330: write_as_string (related to feature #1091)
4331:
4332: * src/classes/op.C: to make more correct behavour in expression
4333: context
4334:
4335: 2016-11-07 moko
4336:
4337: * tests/: 362.html, results/362.processed: test for
4338: xsltParseStylesheetDoc caching as xsl modification after it added
4339: (related to bug #1108)
4340:
4341: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4342: result now cached as xdoc is modified after it (fixes bug #1108)
4343:
4344: 2016-11-06 moko
4345:
4346: * src/types/pa_vxdoc.h: whitespace
4347:
4348: 2016-11-05 moko
4349:
4350: * src/types/pa_vmethod_frame.h: cleanup
4351:
4352: 2016-11-03 moko
4353:
4354: * tests/results/244.processed: more correct exception after method
4355: frames separation
4356:
4357: * src/types/pa_vmethod_frame.h: minor optimizaion
4358:
4359: * src/types/pa_method.h: optimization: params_count added
4360:
4361: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4362: include/pa_request.h, main/execute.C, main/pa_request.C,
4363: types/pa_value.C, types/pa_vmethod_frame.C,
4364: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4365: VMethodFrame now divided into VNativeMethodFrame,
4366: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4367: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4368: and used (related to feature #1104)
4369:
4370: 2016-11-02 moko
4371:
4372: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4373: classes/double.C, classes/file.C, classes/hash.C,
4374: classes/hashfile.C, classes/image.C, classes/inet.C,
4375: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4376: classes/memcached.C, classes/op.C, classes/reflection.C,
4377: classes/regex.C, classes/string.C, classes/table.C,
4378: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4379: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4380: r.write (implements feature #1091)
4381:
4382: * src/main/execute.C: cleanup (related to feature #1104)
4383:
4384: * src/: include/pa_request.h, main/execute.C,
4385: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4386: added, in_expression removed (implements feature #1104)
4387:
4388: 2016-10-31 moko
4389:
4390: * src/types/pa_value.C: whitespace
4391:
4392: 2016-10-28 moko
4393:
4394: * tests/results/244.processed: updated after error reporting fixed
4395: in pa_wcontext.C
4396:
4397: * src/types/pa_wcontext.C: error reporting fixed
4398:
4399: * src/types/pa_wcontext.h: whitespace
4400:
4401: * src/classes/image.C: not fully readed entries are no longer
4402: processed (fixes bug #1106)
4403:
4404: 2016-10-26 moko
4405:
4406: * src/classes/image.C: whitespace
4407:
4408: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4409: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4410: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4411: longer required (related to feature #1091)
4412:
4413: * tests/results/: 264.processed, 350.processed: test results update
4414: reverted (whitespace optimization) after write_no_lang removed :)
4415: (related to feature #1091)
4416:
4417: * src/: classes/file.C, classes/hash.C, classes/op.C,
4418: classes/string.C, classes/table.C, classes/void.C,
4419: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4420: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4421: equal write_pass_lang (related to feature #1091)
4422:
4423: * tests/results/: 264.processed, 350.processed: test results
4424: updated (whitespace optimization) after write_assign_lang removed
4425: (related to feature #1091)
4426:
4427: * tests/: 361.html, results/361.processed: test for non-string
4428: ^untaint added (related to feature #1091)
4429:
4430: * src/: classes/curl.C, classes/date.C, classes/file.C,
4431: classes/hash.C, classes/op.C, classes/string.C,
4432: include/pa_request.h, main/execute.C: optimization:
4433: write_assign_lang removed as not required (first part of feature
4434: #1091 implementation)
4435:
1.108 moko 4436: 2016-10-12 moko
4437:
4438: * tests/: 360.html, results/360.processed: more test code (related
4439: to feature #1104)
4440:
4441: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4442: include/pa_request.h, main/compile.y, main/execute.C: opcode
4443: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4444: WContext is next task (implements feature #1104)
4445:
4446: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4447: / CO_WITHOUT_WCONTEXT
4448:
4449: * tests/: 360.html, results/360.processed: test for in expression
4450: state (related to feature #1104)
4451:
4452: 2016-10-11 moko
4453:
4454: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4455:
4456: * src/classes/op.C: default value removed from initializer
4457:
4458: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4459:
4460: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4461:
4462: 2016-10-10 moko
4463:
4464: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4465: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4466: to feature #42)
4467:
4468: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4469: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4470:
4471: 2016-10-08 moko
4472:
4473: * src/classes/double.C: whitespace
4474:
4475: 2016-10-07 moko
4476:
4477: * src/types/pa_vmethod_frame.h: reorder
4478:
4479: 2016-10-06 moko
4480:
4481: * src/classes/date.C: typo
4482:
4483: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4484:
4485: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4486: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4487: types/pa_vmethod_frame.h: params.get now returns Value&, not
4488: Value*
4489:
4490: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4491:
4492: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4493: removed; first as_* code rewrite
4494:
4495: 2016-10-05 moko
4496:
4497: * src/include/pa_request.h: whitespace
4498:
4499: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4500: intercept_string added (related to feature #1097)
4501:
4502: * src/: classes/image.C, classes/op.C, classes/table.C,
4503: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4504: optimization: intercept_string removed (implements feature #1097)
4505:
4506: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4507:
4508: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4509: from VCodeFrame and WWrapper as not required
4510:
4511: 2016-10-04 moko
4512:
4513: * src/: classes/curl.C, classes/date.C, classes/double.C,
4514: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4515: classes/int.C, classes/json.C, classes/op.C,
4516: classes/reflection.C, classes/string.C, classes/table.C,
4517: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4518: proces_to_value -> process after StringOrValue removed (related
4519: to feature #1020)
4520:
4521: * src/classes/form.C: whitespace
4522:
4523: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4524:
4525: * tests/: 357.html, 358.html, results/357.processed,
4526: results/358.processed, results/auto.p: test for @conf
4527: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4528:
4529: 2016-10-03 moko
4530:
4531: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4532: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4533: supported (implements feature #42)
4534:
4535: * src/types/pa_vregex.h: no reason for VRegex to be
4536: is_evaluated_expr
4537:
4538: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4539: (implements feature #1095)
4540:
4541: 2016-10-01 moko
4542:
4543: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4544: false by default (related to feature #1089)
4545:
4546: 2016-09-30 moko
4547:
4548: * src/types/pa_wcontext.h: cleanup
4549:
4550: 2016-09-29 moko
4551:
4552: * src/main/execute.C: whitespace
4553:
4554: * src/include/pa_request.h: whitespace
4555:
4556: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4557: classes/op.C, classes/table.C, include/pa_request.h,
4558: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4559: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4560: StringOrValue removed as it just slows down and adds complexity
4561: (implements feature #1020)
4562:
4563: 2016-09-28 moko
4564:
4565: * tests/: 356.html, results/266.processed, results/321.processed,
4566: results/356.processed: tests updated after name was added to
4567: method_info hash, test for ^reflection:method_info[junction]
4568: added (related to feature #1068)
4569:
4570: * src/classes/reflection.C: ^reflection:method_info[junction] now
4571: supported, method name added to the resulting hash (implements
4572: feature #1068)
4573:
4574: * tests/: 276.html, results/276.processed: more tests for
4575: ^reflection:delete[]
4576:
4577: * src/classes/reflection.C: fixed bug then ^reflection:delete
4578: didn't work on class and could damage native objects (like file)
4579:
4580: 2016-09-26 moko
4581:
4582: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4583: results/345.processed, results/346-curl.processed,
4584: results/347-curl.processed, results/348.processed: numbers added
4585: to simplify diff analysis
4586:
4587: * tests/: 352.html, results/352.processed: test result updated as
4588: method name used
4589:
4590: * src/classes/reflection.C: method name used
4591:
4592: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4593: its name
4594:
4595: * src/types/pa_method.h: whitespace
4596:
4597: * src/classes/reflection.C: both method and field with one name can
4598: exist.
4599:
4600: * src/classes/reflection.C: ^reflection:mixin added (implements
4601: feature #1089)
4602:
4603: * tests/: 355.html, results/355.processed: property appears in
4604: derived class if added in base test added
4605:
4606: * src/types/pa_vstateless_class.h: get_method declaration +
4607: whitespace
4608:
4609: * tests/: 354.html, results/354.processed: nice test from method
4610: and property with one name in class added
4611:
4612: 2016-09-23 moko
4613:
4614: * src/classes/reflection.C: ^reflection:method usage documented
4615:
4616: 2016-09-22 moko
4617:
4618: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4619: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4620: compile warning and GPF occures on VS2003 (related to feature
4621: #1087)
4622:
4623: * tests/: 350.html, results/350.processed: test added for
4624: $.encloser[] support in ^table::create (related to feature #11)
4625:
4626: * src/classes/table.C: another minor fix (related to feature #11)
4627:
1.107 moko 4628: 2016-09-21 moko
4629:
4630: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4631:
4632: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4633: classes/json.C, classes/string.C, classes/table.C,
4634: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4635: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4636: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4637: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4638: pa_charsets, vs2015 warning war
4639:
4640: * src/classes/table.C: vs2015 warning war
4641:
4642: * src/types/pa_vdate.C: vs2015 warning war
4643:
4644: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4645:
4646: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4647: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4648:
4649: * src/main/pa_common.C: vs2015 compilation fixes
4650:
4651: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4652: vs2015 compilation fixes
4653:
4654: * src/main/pa_charset.C: vs2015 warning war
4655:
4656: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4657:
4658: * src/main/pa_charset.C: vs2015 warning war
4659:
4660: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4661:
4662: * src/types/pa_vdate.C: vs2015 compilation fix
4663:
4664: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4665:
4666: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4667: VS2015 compilation fixes
4668:
4669: * src/classes/table.C: minor fix (related to feature #11)
4670:
4671: * tests/results/282.processed: no longer skipping extra enclosers
4672: (related to feature #11)
4673:
4674: * src/classes/table.C: minor fix + no longer skipping extra
4675: enclosers (related to feature #11)
4676:
4677: * src/classes/table.C: minor optimization (related to feature #11)
4678:
4679: * src/classes/table.C: minor fix and optimization (related to
4680: feature #11)
4681:
4682: 2016-09-20 moko
4683:
4684: * tests/: 353.html, results/353.processed: test for
4685: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4686: added (related to bug #1090)
4687:
4688: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4689: one_big_piece (fixes bug #1090)
4690:
4691: * tests/: 229.html, results/229.processed: code coverage tests
4692:
4693: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4694: body) was called
4695:
4696: * src/classes/op.C: whitespace
4697:
4698: * tests/: 323.html, results/323.processed: test for code junction
4699: should not be returned by ^reflection:class, ^reflection:base
4700:
4701: * src/classes/reflection.C: bugfix: code junction should not be
4702: returned by ^reflection:class, ^reflection:base
4703:
4704: * tests/: 323.html, 352.html, results/352.processed: no more
4705: exception for ^reflection:method[class;no-such-method] (related
4706: to feature #1087)
4707:
4708: * src/classes/reflection.C:
4709: ^reflection:method[class;no-such-method] : exception -> void
4710: (related to feature #1087)
4711:
4712: * src/include/pa_request.h: request::write_value added to allow
4713: write value without convertion (related to issue #1091)
4714:
4715: 2016-09-19 moko
4716:
4717: * src/main/pa_random.C: windows build fix
4718:
4719: * src/types/pa_vhash.h: warning war
4720:
4721: 2016-09-14 moko
4722:
4723: * tests/: 352.html, 552.html, results/352.processed,
4724: results/552.processed: test for ^reflection:method[] extension
4725: added (related to feature #1087)
4726:
4727: * tests/: 552.html, results/552.processed: test for
4728: ^reflection:method[] extension added (related to feature #1087)
4729:
4730: * src/classes/reflection.C: compatibility issue fixed, VClass
4731: dynamic_cast check added (related to feature #1087)
4732:
4733: * tests/: 351.html, results/351.processed: test for @auto[]
4734: inheritance bug diring ^process[] added (related to bug #1088)
4735:
4736: * src/: classes/op.C, main/pa_request.C,
4737: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4738: disable it inheritance during ^process (fixes bug #1088)
4739:
4740: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4741: added (implements feature #1087)
4742:
4743: 2016-09-13 moko
4744:
4745: * tests/: 349.html, results/auto.p: test for objects prototyping
4746: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4747: to feature #1086)
4748:
4749: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4750: types/pa_vobject.C: objects now are not class instances, but have
4751: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4752: in @conf (implements feature #1086)
4753:
4754: 2016-09-08 moko
4755:
4756: * src/: classes/file.C, classes/mail.C, classes/string.C,
4757: classes/table.C, main/pa_http.C, main/pa_string.C,
4758: include/pa_string.h: cleanup: string::split limit argument
4759: removed as no longer required, pos_after no longer reference
4760: (related to feature #11)
4761:
4762: * src/classes/table.C, tests/results/348.processed: now exception
4763: is rised when invalid option is passed to ^table::create[]
4764:
4765: * tests/: 282.cfg, 282.html, results/282.processed: more code
4766: coverage tests
4767:
4768: * tests/: 348.html, results/348.processed: code coverage tests
4769: added
4770:
4771: * tests/: 348.html, results/348.processed: generic ^table::create[]
4772: tests
4773:
4774: * tests/: 035.html, results/035.processed, results/272.processed:
4775: tests updated after $.encloser[] support for ^table::create
4776: implementation (related to feature #11)
4777:
4778: * src/classes/table.C: $.encloser[] support for ^table::create
4779: finally added (implements feature #11)
4780:
4781: 2016-09-07 moko
4782:
4783: * src/include/pa_string.h: added StringSplitHelper as friend
4784: (related to feature #11)
4785:
4786: * src/include/pa_string.h: body and langs now protected, not
4787: private to allow inheritance (related to feature #11)
4788:
4789: * src/classes/table.C: lsplit optimized before cloning for
4790: ^table::create with $.encloser[] (related to feature #11)
4791:
4792: * src/classes/table.C: optimizaion: TableControlChars.separators
4793: added and used (related to feature #11)
4794:
4795: * src/classes/table.C: spelling:
4796:
4797: TableSeparators -> TableControlChars column -> separator
4798: separators -> control_chars
4799:
4800: 2016-09-06 moko
4801:
4802: * src/main/pa_string.C: whitespace
4803:
4804: * src/main/pa_string.C: whitespace
4805:
4806: 2016-09-01 moko
4807:
4808: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4809: results OS-independent
4810:
4811: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4812: compiler (related to feature #1042)
4813:
4814: 2016-08-15 moko
4815:
4816: * src/include/pa_string.h: whitespace
4817:
4818: * src/classes/table.C: whitespace
4819:
1.106 moko 4820: 2016-08-05 moko
4821:
4822: * tests/: 344.html, results/344.processed: test for
4823: ^hash::create[$file] added (related to feature #1075)
4824:
4825: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4826: supported (implements feature #1075)
4827:
4828: 2016-08-04 moko
4829:
4830: * tests/: 341.html, results/341.processed: more code coverage tests
4831:
4832: * tests/: 346-curl.html, results/346-curl.processed: more code
4833: coverage tests for curl
4834:
4835: * tests/: 346-curl.html, results/346-curl.processed: more code
4836: coverage tests for curl
4837:
4838: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4839: results/223.processed: code coverage tests: $.form[ $.table[] ]
4840: test added
4841:
4842: * tests/: 223-curl.html, results/223-curl.processed: more code
4843: coverage tests for curl
4844:
4845: 2016-08-03 moko
4846:
4847: * src/classes/curl.C: dlink(curl_library) now called not once, but
4848: until it will be loaded, allowing to find existing library.
4849:
4850: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4851: results/347-curl.processed: more code coverage tests for curl
4852:
4853: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4854: results/339-curl.processed, results/346-curl.processed: curl
4855: functionality tests
4856:
4857: 2016-08-02 moko
4858:
4859: * tests/: 339.html, results/339.processed: test for tables in
4860: ^file:load[] and ^curl:load[] (commented) added (related to
4861: feature #1042)
4862:
4863: * tests/: 345.html, results/345.processed: code coverage tests for
4864: file class
4865:
4866: * tests/: 344.html, results/344.processed: code coverage tests
4867:
4868: * tests/: 344.html, results/344.processed: mdate removed from
4869: output
4870:
4871: * src/classes/file.C: minor bugfix: is_text should be taked from
4872: fcontent.is_text_mode() if not set (related to feature #1061)
4873:
4874: * tests/: 344.html, results/344.processed: more tests
4875:
4876: * tests/: 343.html, 344.html, results/343.processed,
4877: results/344.processed: tests for ^file::create[ $.from-charset
4878: and $.to-charset ] (related to feature #1061)
4879:
4880: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4881: aset_text_mode argument optimized
4882:
4883: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4884: checkBOM now used in detect_binary_content (related to feature
4885: #1061)
4886:
4887: * src/main/pa_request.C: load_charset no longer required to_upper
4888:
4889: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4890: preserves original file mode (if no $.mode specified)
4891:
4892: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4893: ^file::create now supports $.from-charset[] and $.to-charset
4894: options (implements feature #1061), automatic transcode is done
4895: if text file is created from binary file and charset is detected.
4896:
4897: 2016-07-30 moko
4898:
4899: * src/classes/table.C: ^t.hash[..;] now supported (related to
4900: feature #1057)
4901:
4902: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4903: added (related to feature #1057)
4904:
4905: * tests/: 286.html, results/286.processed: code tests coverage
4906:
4907: 2016-07-29 moko
4908:
4909: * src/classes/table.C: table size should be checked inside menu and
4910: foreach (related to feature #858)
4911:
4912: * src/: classes/curl.C, classes/file.C, classes/string.C,
4913: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4914: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4915: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4916: charsets.get now does str_upper inside (related to feature #1061)
4917:
4918: * tests/: 342.html, results/342.processed: more code coverage tests
4919:
4920: * tests/: 342.html, outputs/342.processed: table menu code coverage
4921: + foreach test added (related to feature #858)
4922:
4923: * tests/: 341.html, results/341.processed: tests for
4924: ^table.hash[]{code} added + code coverage tests (related to
4925: feature #1057)
4926:
4927: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4928: value} support (implements feature #1057)
4929:
4930: * src/classes/table.C: whitespace
4931:
4932: 2016-07-28 moko
4933:
4934: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4935: from URL, if not specified query string removed from url-based
4936: filenames in ^curl:load[] and ^file::load[] (related to feature
4937: #1042)
4938:
4939: 2016-07-27 moko
4940:
4941: * tests/: 340.html, results/340.processed: test for
4942: transcode_text_result=false added (related to issue #1042)
4943:
4944: 2016-07-26 moko
4945:
4946: * src/types/pa_vfile.C: file name should not be empty (if file path
4947: is folder and ends with /) (related to feature #1042)
4948:
4949: * src/main/pa_http.C: whitespace optimizaion
4950:
4951: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4952: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4953: multiple headers, ^file::load supports headers transcoding
4954: (implements feature #1042)
4955:
4956: 2016-07-25 moko
4957:
4958: * src/include/pa_common.h: PA_DEFAULT added
4959:
4960: 2016-07-22 moko
4961:
4962: * tests/: 338.html, results/338.processed: test for
4963: $date.field(value) added (related to feature #1066)
4964:
4965: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4966: $date.field(value) now supported for y/m/d/h/m/s (implements
4967: feature #1066)
4968:
1.105 moko 4969: 2016-07-21 moko
4970:
4971: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4972: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4973: arguments removed; image.C - absolute path shown in exception
4974: (implements feature #1071)
4975:
4976: * tests/: 235.html, results/235.processed: test and test result
4977: updated after static boundary in mail and Errors-To: mail header
4978: removed (related to feature #1047)
4979:
4980: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4981: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4982: used, static boundary in mail removed, Errors-To: mail header
4983: removed (implements feature #1047)
4984:
4985: 2016-07-20 moko
4986:
4987: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4988: equest.classes(): Value -> VStateless_class, part 3 (related to
4989: issue #1051)
4990:
4991: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4992: request.classes(): Value -> VStateless_class, part 2 (related to
4993: issue #1051)
4994:
4995: * tests/results/: 224.processed, 323.processed: classes without
4996: methods should not be methoded (related to issue #1051)
4997:
4998: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4999: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5000: -> VStateless_class, part 1 (related to issue #1051)
5001:
5002: * tests/: 337.html, results/337.processed: test for
5003: ^reflection:fields_reference[] and VHashReference class added
5004: (related to feature #1072)
5005:
5006: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5007: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5008: and VHashReference added, allowing ^reflection:fields_reference[]
5009: implementation (closes feature #1072)
5010:
5011: 2016-07-19 moko
5012:
5013: * tests/: 323.html, results/323.processed: we want to see
5014: "methoded"
5015:
5016: * tests/: 336.html, results/336.processed: test for $BASE:property
5017: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5018: #1059)
5019:
5020: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5021: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5022: somebody_entered_some_class, $BASE:property works again,
5023: ^BASE:method[] bugs fixed (fixes bug #1059)
5024:
5025: 2016-07-14 moko
5026:
5027: * tests/: 335.html, results/335.processed: test for feature #1055
5028: added
5029:
5030: * src/classes/hash.C: bugfix: $._default was not copied if empty
5031: feature: ^hash.contains[_default] added (implements feature
5032: #1055)
5033:
5034: 2016-07-13 moko
5035:
5036: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5037: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5038:
5039: 2016-07-05 moko
5040:
5041: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5042: in ^hash.foreach (related to feature #1073)
5043:
5044: 2016-07-04 moko
5045:
5046: * tests/: 134.html, 281.html, results/134.processed,
5047: results/281.processed: tests updated after hash blocking removed
5048: (related to feature #1073)
5049:
5050: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5051: no longer blocks on change during foreach (implements feature
5052: #1073)
5053:
5054: 2016-06-17 moko
5055:
5056: * tests/: 330.html, results/330.processed: try exception source
5057: test added (related to bug in #1062)
5058:
5059: * tests/: 334.html, results/334.processed: Exception stack trace
5060: test added (related to bug in $1062)
5061:
5062: * src/classes/op.C: Exception trace now correctly restored and
5063: errors reported (related to bug #1062)
5064:
1.104 moko 5065: 2016-05-25 moko
5066:
5067: * src/main/compile.y: minor cleanup + beauty
5068:
5069: 2016-05-24 moko
5070:
5071: * tests/: 333.html, results/333.processed: more exceptions testing
5072:
5073: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5074: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5075: features #1056, #1026)
5076:
5077: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5078: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5079: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5080: (implements feature #1056)
5081:
5082: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5083: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5084: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5085: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5086: feature #1026)
5087:
5088: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5089: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5090: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5091: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5092: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5093: feature #1026)
5094:
5095: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5096: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5097: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5098: SYMBOLS_CACHING define implemented (related to feature #1026)
5099:
5100: * src/main/main.vcproj: + ps_symbols
5101:
5102: * src/: include/Makefile.am, include/pa_string.h,
5103: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5104: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5105: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5106: types/pa_vstateless_class.C: initial implementation for symbols
5107: cache (related to feature #1026)
5108:
5109: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5110:
5111: * src/main/pa_globals.C: minor cleanup
5112:
5113: 2016-05-19 moko
5114:
5115: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5116: (related to feature #1046)
5117:
5118: * tests/: 331.html, results/331.processed: test for
5119: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5120: (related to feature #1051)
5121:
5122: * src/main/compile.y:
5123: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5124: (implements feature #1054)
5125:
5126: 2016-05-18 moko
5127:
5128: * src/types/pa_vtable.C, tests/results/324.processed: no more
5129: "column not found" exception for ^table.no-such-method[] (related
5130: to feature #1046)
5131:
5132: * tests/: 261.html, results/261.processed: test added and updated
5133: after feature #1046 implementation
5134:
5135: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5136: types/pa_vvoid.h: $string.anything works for whitespace strings,
5137: ^string.contains added for hash compatibility, $string.method no
5138: longer returns stting method (implements feature #1046)
5139:
5140: 2016-05-12 moko
5141:
5142: * src/classes/curl.C: content-type response header no longer
5143: ignored (fixes issue #1045)
5144:
5145: * tests/: 330.html, results/330.processed: test for incomplete
5146: finally execution when break occures added (related to issue
5147: #1077)
5148:
5149: * src/classes/op.C: bugfix: Request::skip reset is called before
5150: executing catch and finally code (fixes issue #1062)
5151:
5152: 2016-05-11 moko
5153:
5154: * tests/: 329.html, results/329.processed: test for invalid
5155: ^break[] behavour added (bug #1077)
5156:
5157: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5158:
5159: 2016-04-24 moko
5160:
5161: * src/types/pa_vstateless_class.h: warning war
5162:
5163: 2016-04-17 moko
5164:
5165: * tests/: 328.html, results/328.processed: test for
5166: ^break(condition) and ^continue(condition) (related to feature
5167: #1063)
5168:
5169: * src/classes/op.C: ^break(condition) and ^continue(condition)
5170: implemented (feature #1063)
5171:
5172: 2016-04-12 moko
5173:
5174: * tests/results/280.processed: ordered hash now used for class
5175: methods and properties (test results updated for feature #1069)
5176:
5177: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5178: to xdoc.C as under FreeBSD it was inited after and inheritance
5179: failed (related to issue #1051)
5180:
5181: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5182: are printed to check inheritance (related to feature #1051)
5183:
1.103 moko 5184: 2016-04-09 moko
5185:
5186: * tests/results/320.processed: ordered hash now used for class
5187: methods and properties (test results updated for feature #1069)
5188:
5189: * src/types/pa_vstateless_class.h: ordered hash now used for class
5190: methods and properties (implements feature #1069)
5191:
5192: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5193: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5194: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5195: feature #1051)
5196:
5197: 2016-04-07 moko
5198:
5199: * src/main/execute.C: returned Value in .CLASS case for VJunction
5200: (related to feature #1051)
5201:
5202: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5203: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5204: string constants deduplication (related to feature #1051)
5205:
5206: * tests/results/224.processed: test result updated (related to
5207: feature #1051)
5208:
5209: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5210: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5211: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5212: types/pa_vstatus.h: classes hash now contains only
5213: VStateless_class derived objects, .CLASS is also allways
5214: VStateless_class derived object (related to feature #1051).
5215:
5216: 2016-04-06 moko
5217:
5218: * tests/results/323.processed: test result updated after feature
5219: #1051 implementation
5220:
5221: * src/: classes/classes.h, classes/op.C, classes/response.C,
5222: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5223: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5224: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5225: types/pa_vresponse.C, types/pa_vresponse.h,
5226: types/pa_vstateless_class.h: base -> methoded_donor for static
5227: classes, type() moved from VStateless_class to VClass and
5228: Methoded (implements feature #1051)
5229:
5230: 2016-04-04 moko
5231:
5232: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5233: beauty: put_class added (related to feature #1051)
5234:
5235: 2016-04-01 moko
5236:
5237: * tests/results/: 175.processed, 192.processed, 224.processed,
5238: 229.processed, 244.processed, 246.processed, 316.processed: test
5239: results updated as class.type() removed from error messages, only
5240: type() left (related to feature #1051)
5241:
5242: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5243: classes/op.C, classes/reflection.C, main/compile.y,
5244: main/compile_tools.h, main/execute.C, main/pa_request.C,
5245: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5246: types/pa_vmethod_frame.h, types/pa_vobject.h,
5247: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5248: from VStateless_class, type() is used instead (related to feature
5249: #1051)
5250:
5251: * src/classes/mail.C: old logic restored.
5252:
5253: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5254: classes/classes.h, classes/curl.C, classes/date.C,
5255: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5256: classes/hashfile.C, classes/image.C, classes/inet.C,
5257: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5258: classes/memcached.C, classes/memory.C, classes/reflection.C,
5259: classes/regex.C, classes/response.C, classes/string.C,
5260: classes/table.C, classes/xdoc.C, classes/xnode.C,
5261: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5262: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5263: feature #1051)
5264:
5265: 2016-03-30 moko
5266:
5267: * tests/: 327.html, results/224.processed, results/327.processed:
5268: test for TZ specification in ^date::create[], TZ is kept during
5269: ^date::create[$dt] (related to feature #1048)
5270:
5271: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5272: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5273: feature #1048)
5274:
5275: 2016-03-29 moko
5276:
5277: * tests/: 315.html, results/315.processed: test for timezone format
5278: +HHmm added (related to feature #1065)
5279:
5280: * src/classes/date.C: timezone format +HHmm now supported
5281: (implements feature #1065)
5282:
5283: 2016-03-28 moko
5284:
5285: * tests/: 202.html, results/131.processed, results/202.processed,
5286: results/224.processed, results/256.processed,
5287: results/315.processed: test results updated after %.2d now
5288: default for hours offset in iso-string (was %2d), test for
5289: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5290: added (related to feature #1065)
5291:
5292: 2016-03-27 moko
5293:
5294: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5295: feature #1065)
5296:
5297: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5298: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5299: added (implements feature #1065)
5300:
5301: 2016-03-24 moko
5302:
5303: * tests/: 202.html, results/202.processed: test $date.week added
5304: (related to bug #1067)
5305:
5306: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5307: date (fix for bug #1067)
5308:
5309: 2016-03-10 moko
5310:
5311: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5312:
1.102 moko 5313: 2015-12-07 moko
5314:
5315: * tests/: 326.html, results/326.processed: test for .CLASS &
5316: .CLASS_NAME optimization added (related to feature #844)
5317:
5318: 2015-11-17 moko
5319:
5320: * tests/: 323.html, results/323.processed: order added
5321:
5322: * tests/: 325.html, results/325.processed: double range test added
5323: (related to bug #1049)
5324:
5325: 2015-11-16 moko
5326:
5327: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5328: added to disallow NaN and Infinity (fixes bug #1049)
5329:
5330: 2015-11-11 moko
5331:
5332: * tests/324.html: parser 3.4.3 execution support added (related to
5333: feature #1017)
5334:
5335: * tests/: 324.html, results/324.processed: test for
5336: GET_ELEMENT4CALL feature added (feature #1017)
5337:
1.101 moko 5338: 2015-10-29 moko
5339:
1.211 moko 5340: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5341:
5342: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5343:
5344: * src/main/pa_exec.C: get_exit_status implemented for Windows
5345: (related to bug #1043)
5346:
5347: 2015-10-28 moko
5348:
5349: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5350: hangup during ^file::exec (fixes bug #1043)
5351:
1.100 moko 5352: 2015-10-27 moko
5353:
5354: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5355:
1.99 moko 5356: 2015-10-26 moko
5357:
1.100 moko 5358: * tests/322.html, src/classes/reflection.C: arguments reorder
5359: (related to issue #1041)
5360:
5361: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5362: Copyright year updated
5363:
1.99 moko 5364: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5365: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5366: classes/form.C, classes/hash.C, classes/hashfile.C,
5367: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5368: classes/mail.C, classes/math.C, classes/memcached.C,
5369: classes/memory.C, classes/op.C, classes/reflection.C,
5370: classes/regex.C, classes/response.C, classes/string.C,
5371: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5372: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5373: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5374: include/pa_config_fixed.h, include/pa_config_includes.h,
5375: include/pa_dictionary.h, include/pa_dir.h,
5376: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5377: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5378: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5379: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5380: include/pa_request_charsets.h, include/pa_request_info.h,
5381: include/pa_sapi.h, include/pa_socks.h,
5382: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5383: include/pa_stack.h, include/pa_string.h,
5384: include/pa_stylesheet_connection.h,
5385: include/pa_stylesheet_manager.h, include/pa_table.h,
5386: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5387: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5388: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5389: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5390: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5391: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5392: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5393: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5394: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5395: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5396: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5397: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5398: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5399: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5400: main/pa_string.C, main/pa_stylesheet_connection.C,
5401: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5402: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5403: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5404: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5405: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5406: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5407: targets/isapi/parser3isapi.C, types/pa_junction.h,
5408: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5409: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5410: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5411: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5412: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5413: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5414: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5415: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5416: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5417: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5418: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5419: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5420: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5421: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5422: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5423: types/pa_vresponse.C, types/pa_vresponse.h,
5424: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5425: types/pa_vstateless_object.h, types/pa_vstatus.C,
5426: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5427: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5428: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5429: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5430: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5431:
5432: * src/targets/cgi/parser3.C: year updated
5433:
5434: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5435: issue #1041)
5436:
5437: * tests/: 323.html, results/323.processed: test for base classes
5438: added
5439:
5440: * tests/: 261.html, results/261.processed: updated after better
5441: error reporting done for $string.key exception
5442:
5443: * src/types/pa_vstring.h: better error report for $string.key
5444: exception
5445:
5446: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5447: copied as VObject::get_element4call to remove extra virtual call
5448:
5449: * tests/: 322.html, results/322.processed: test for
5450: ^reflection:is[] added (related to feature #1041)
5451:
5452: * src/classes/reflection.C: ^reflection:is empty value is void
5453: (related to feature #1041)
5454:
5455: * src/classes/reflection.C:
5456: ^reflection:is[class_name|code|method;[context;]element_name]
5457: added (implements feature #1041)
5458:
5459: 2015-10-24 moko
5460:
5461: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5462:
1.98 moko 5463: 2015-10-22 moko
5464:
5465: * tests/: 321.html, results/321.processed: test for
5466: ^reflection:method_info[] file detection added
5467:
5468: * tests/: 320.html, results/320.processed: test for
5469: ^reflection:class_by_name[class_name] added (related to feature
5470: #993)
5471:
5472: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5473: added (implements feature #993)
5474:
5475: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5476: (related to feature #1017)
5477:
5478: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5479: added (related to issue #1039)
5480:
5481: * src/main/pa_request.C: ^throw origin fixed (related to feature
5482: #1039)
5483:
5484: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5485: for VDate
5486:
5487: * tests/results/182.processed: updated after feature #1038
5488: implemented
5489:
5490: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5491: compile-time exception origin added (test for feature #1039)
5492:
5493: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5494: main/pa_request.C: exception unification: compile-time exceptions
5495: now have origin, @USE origins also tracked (implements feature
5496: #1039)
5497:
5498: 2015-10-20 moko
5499:
5500: * src/main/pa_request.C: cleanup
5501:
5502: 2015-10-15 moko
5503:
5504: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5505:
5506: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5507: types/pa_vtable.C: new feature: no more $table.method and
5508: $hash.method, aliases for _at, _count, _key (related to feature
5509: #1017)
5510:
1.97 moko 5511: 2015-10-14 moko
5512:
1.98 moko 5513: * tests/: 317.html, results/317.processed: test for
5514: ^string.unescape[] added (related to feature #120)
5515:
1.97 moko 5516: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5517: defined" bug (described in issue #1036)
5518:
5519: * tests/: 247.html, results/247.processed: test for checkBOM added
5520: (test for bug #1037)
5521:
5522: * src/: include/pa_charsets.h, main/pa_charsets.C,
5523: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5524: it's not enforced, skips BOM signature if it complies charset
5525: (fixes bug #1037)
5526:
5527: 2015-10-13 moko
5528:
5529: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5530: linking
5531:
5532: * src/classes/inet.C: vs2003 compilation fix
5533:
5534: * src/classes/math.C: warning war
5535:
5536: * src/lib/punycode/pa_punycode.c: warning war
5537:
5538: 2015-10-12 moko
5539:
5540: * src/lib/punycode/pa_punycode.c: warning war
5541:
5542: * parser3.sln: moved parser3 first, to make it default startup
5543: project
5544:
5545: * buildall: parser "mirror" now used for external libs sources
5546: (implements feature #1036)
5547:
5548: * buildall: most external libs are updated to their current
5549: versions (related to feature #1036)
5550:
5551: * src/classes/image.C: more tags added
5552:
5553: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5554:
5555: 2015-10-11 moko
5556:
5557: * src/classes/curl.C: minor optimization (related to feature #1035)
5558:
5559: 2015-10-09 moko
5560:
5561: * src/classes/curl.C: pa_strdup added for strings from curl
5562: (related to feature #1035)
5563:
5564: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5565: ULLONG_MAX definition
5566:
5567: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5568: (implements feature #1035)
5569:
5570: * src/main/pa_charset.C: String::Body(String::C) used
5571:
5572: * src/main/pa_charset.C: exceptions unified
5573:
5574: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5575: unified
5576:
5577: * src/: classes/file.C, classes/image.C, classes/mail.C,
5578: classes/op.C, classes/xdoc.C, classes/xnode.C,
5579: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5580: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5581: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5582: String::Body(String::C) constructor added (related to bug #957)
5583:
5584: * src/classes/file.C: minor optimization
5585:
5586: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5587: Cord(char*) autocreation (related to bug #957)
5588:
5589: * src/: classes/string.C, main/untaint.C: minor optimizations
5590:
5591: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5592: String(char*, Lang, length) removed, String(C(), Lang) used
5593: instead (related to bug #957)
5594:
5595: 2015-10-08 moko
5596:
5597: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5598: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5599: main/untaint.C: Now char * is converted to CORD only using
5600: AS_CORD() to check for empty cord bug (fixes bug #957)
5601:
5602: * src/include/pa_hash.h: fixed compilation without
5603: HASH_CODE_CACHING
5604:
5605: * src/classes/string.C:
5606: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5607: feature #120)
5608:
5609: * src/main/pa_common.C: reduce js flags checks count (related to
5610: feature #120)
5611:
1.96 moko 5612: 2015-10-07 moko
5613:
5614: * tests/: 275.html, results/275.processed: test modified after
5615: unsigned long long int support implemented (feature #1034)
5616:
5617: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5618: pa_atoul added for unsigned long long int support
5619:
5620: 2015-10-06 moko
5621:
5622: * src/types/pa_vdate.C: INT_MAX used
5623:
5624: 2015-10-03 moko
5625:
5626: * tests/: 302.html, results/302.processed: test for bug #1023
5627: (\u2028, \u2029 escaping) added
5628:
5629: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5630: json:string[] (fixes bug #1023)
5631:
5632: 2015-09-29 moko
5633:
5634: * tests/305.html: try-catch added for OS without ipv6 support
5635:
5636: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5637: compilation
5638:
5639: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5640: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5641: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5642: implemented to distinguish ^hash.method from $hash.field
5643: (implements feature #1017)
5644:
5645: * src/lib/punycode/pa_punycode.c: warning war
5646:
5647: * src/include/pa_config_includes.h: warning war
5648:
5649: * src/include/pa_config_includes.h: pragma warning actualized a bit
5650:
5651: * src/include/pa_config_includes.h: warning war
5652:
5653: * src/include/pa_hash.h: clang compilation fix
5654:
5655: 2015-09-27 moko
5656:
5657: * src/main/compile.tab.C: Bison 3 is now default
5658:
5659: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5660:
5661: 2015-09-25 moko
5662:
5663: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5664: works with undefined HASH_ORDER (related to feature #196)
5665:
5666: 2015-09-24 moko
5667:
5668: * tests/: 027.html, results/027.processed: test modified to test
5669: ^hash.sort (feature #196)
5670:
5671: * src/: classes/hash.C, include/pa_hash.h:
5672: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5673: added (implements feature #196)
5674:
5675: * tests/: 316.html, results/316.processed: Added test for bug #1025
5676: (exception handling in non-cached ^cache), plus for "it does not
5677: have logical value" and "$exception.handled value must be either
5678: boolean or string 'cache'" exceptions.
5679:
5680: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5681: code (fixes bug #1025)
5682:
1.95 moko 5683: 2015-09-23 moko
5684:
5685: * src/classes/table.C: warning war
5686:
5687: * src/: classes/math.C, types/pa_vcookie.C: warning war
5688:
5689: * src/classes/file.C: warning war
5690:
5691: * src/: include/pa_table.h, main/pa_table.C: warning war
5692:
5693: * src/: main/pa_request.C, classes/date.C: warning war
5694:
5695: * src/: types/pa_vdate.C, classes/op.C: warning war
5696:
5697: * tests/: 122.html, results/122.processed: win sync: to remove
5698: differences with OS that doesn't keep timezone change history
5699:
5700: * src/types/pa_vdate.C: tzset() should be called in Windows after
5701: TZ change (related to feature #36)
5702:
5703: * tests/: 075.html, results/075.processed: win sync: to remove
5704: differences with OS that doesn't keep timezone change history
5705:
5706: * tests/: 315.html, results/315.processed: win sync: to remove
5707: differences with OS that doesn't keep timezone change history
5708:
5709: * tests/: 256.html, results/256.processed: win sync: to remove
5710: differences with OS that doesn't keep timezone change history
5711:
5712: * tests/: 124.html, results/124.processed: win results sync: to
5713: avoid hitting time change hole.
5714:
5715: * src/types/pa_vdate.C: static returned. :)
5716:
5717: 2015-09-22 moko
5718:
5719: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5720:
5721: * tests/results/131.processed: more tests for feature #1032
5722:
5723: * src/classes/date.C: minor fix related to feature #1032
5724:
1.211 moko 5725: * operators.ru.txt, operators.txt: ISO date creation documented
5726: (related to feature #1032)
1.95 moko 5727:
1.211 moko 5728: * operators.ru.txt, operators.txt: iso-string documented (related
5729: to feature #1032)
1.95 moko 5730:
5731: * tests/: 315.html, results/315.processed: more tests added
5732: (related to feature #1032)
5733:
5734: * tests/: 131.html, results/131.processed: date range checks
5735: updated (related to feature #36)
5736:
5737: * tests/: 315.html, results/057.processed, results/315.processed:
5738: test added for ISO date support (related to issue #315)
5739:
5740: * src/classes/date.C: more readable exceptions in date creation
5741: (related to ticket #1032)
5742:
5743: 2015-09-18 moko
5744:
5745: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5746: added (related to issue #1032)
5747:
5748: * tests/results/256.processed, src/classes/json.C: iso-string
5749: documented (related to issue #1032)
5750:
5751: * tests/: 256.html, results/256.processed: ISO date check added
5752: (related to issue #1032)
5753:
5754: * tests/: 057.html, results/057.processed, results/224.processed:
5755: tests results updated after ISO date support implemented (related
5756: to feature #1032)
5757:
5758: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5759: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5760: ^date::create[string] constructor formalized, ^date.iso-string[]
5761: added (implements feature #1032)
5762:
5763: 2015-09-05 moko
5764:
1.211 moko 5765: * operators.ru.txt, operators.txt: actualized
1.95 moko 5766:
1.211 moko 5767: * operators.ru.txt, operators.txt: date changes documented (related
5768: to ticket #36)
1.95 moko 5769:
5770: 2015-09-04 moko
5771:
5772: * src/types/pa_vdate.C: warning war
5773:
5774: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5775:
5776: 2015-09-03 moko
5777:
5778: * tests/results/096.processed: test result updated for 0..9999 year
5779: date range support (related to feature #36)
5780:
5781: * tests/: 314.html, results/314.processed: test for
5782: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5783: bug #1031)
5784:
5785: * src/classes/string.C: Static calls fixed for ^string:base64[],
5786: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5787:
1.116 moko 5788: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5789: configure.in -> configure.ac
1.95 moko 5790:
1.116 moko 5791: * configure, configure.in, src/include/pa_config_auto.h.in: more
5792: correct timezone check for FreeBSD Warning war: configure.in ->
5793: configure.ac
1.95 moko 5794:
5795: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5796: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5797: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5798: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5799: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5800: src/main/Makefile.am, src/targets/apache/Makefile.am,
5801: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5802: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5803: check added
5804:
5805: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5806:
5807: * tests/results/: 124.processed, 224.processed: test resuls updated
5808: for new date implementation (related to feature #36)
5809:
5810: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5811: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5812: types/pa_vdate.h: new double date implementation with internal
5813: support for extended 0..9999 year range, default timezone support
5814: (related to feature #36)
5815:
5816: 2015-08-28 moko
5817:
5818: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5819: (fixes bug #1030)
5820:
5821: 2015-08-21 moko
5822:
5823: * src/classes/inet.C: snprintf size "bug" commented
5824:
5825: * src/main/pa_common.C: snprintf comments updated
5826:
5827: 2015-08-16 moko
5828:
5829: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5830:
5831: 2015-08-11 moko
5832:
5833: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5834: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5835: can be null (fixes bug #1029)
5836:
5837: 2015-08-06 moko
5838:
1.116 moko 5839: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5840: pa_vdate.C added
1.95 moko 5841:
5842: 2015-08-05 moko
5843:
5844: * tests/: 313.html, results/313.processed: test for
5845: ^table.count[columns] and ^table.flip[] with nameless tables
5846: (feature #1003)
5847:
5848: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5849: max_cell added, now ^table.count[columns] and ^table.flip[] works
5850: correctly for nameless tables (implements feature #1003)
5851:
5852: 2015-08-03 moko
5853:
5854: * tests/312.html: test for ^table.append[$hash] and
5855: ^table.insert[$hash] added (related to feature #1028)
5856:
5857: * src/classes/table.C: ^table.append[$hash] and
5858: ^table.insert[$hash] now supported (implements feature #1028)
5859:
5860: * tests/: 312.html, results/312.processed: test row copy in
5861: ^table.hash[; $.type[table] ] added (related to feature #1016)
5862:
5863: * src/classes/table.C: row copy now created in ^table.hash[;
5864: $.type[table] ] (related to feature #1016)
5865:
5866: 2015-07-29 moko
5867:
5868: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5869: added (related to feature #1016)
5870:
5871: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5872: ^table.delete[] added to delete current row (related to feature
5873: 1016)
5874:
5875: 2015-07-28 moko
5876:
5877: * tests/: 312.html, results/312.processed: test for
5878: $table.column[value] and ^table.insert{row} (related to feature
5879: #1016)
5880:
5881: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5882: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5883: ^table.insert{row} are now implemented (feature #1016)
5884:
5885: * src/include/pa_array.h: Optimization: bool reverse removed from
5886: append(), insert() added, memmove arguments order in remove()
5887: fixed (related to feature #1016)
5888:
5889: 2015-07-23 moko
5890:
5891: * src/classes/json.C: tainted json and empty json exception added
5892: (implements feature #1015)
5893:
5894: * tests/: 311.html, results/311.processed: empty json and tainted
5895: json exception test added (related to issue #1015)
5896:
5897: 2015-07-22 moko
5898:
5899: * tests/: 311.html, results/311.processed: test for UTF-8
5900: processing added
5901:
5902: * tests/: 311.html, results/311.processed: test for
5903: json_exception_with_source added (related to issue #394)
5904:
5905: * src/classes/json.C: json_exception_with_source added (implements
5906: feature #394)
5907:
5908: 2015-06-29 moko
5909:
5910: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5911: directories are now correctly determined if _d_type == DT_UNKNOWN
5912: (closes bug #1027)
5913:
5914: 2015-06-10 moko
5915:
5916: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5917: error if libxml has LIBXML_ICU_ENABLED.
5918:
5919: 2015-06-04 moko
5920:
5921: * tests/099.html: ups, reverting
5922:
5923: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5924: results/310.processed: tests for $response:body[ $.file[] ] and
5925: $response:last-modified added
5926:
5927: * src/main/pa_request.C: last-modified check fixed
5928:
5929: 2015-06-03 moko
5930:
5931: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5932: results/205.processed, results/293.processed: $response:headers
5933: logging added (tests for feature #1007)
5934:
5935: * src/: include/pa_common.h, include/pa_request.h,
5936: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5937: $response:headers are now in uppercase (closes feature #1007)
5938:
5939: 2015-06-02 moko
5940:
5941: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5942: build errors reverted for clang compatibility
5943:
5944: 2015-06-01 moko
5945:
5946: * src/include/pa_memory.h: -pedantic build errors fixed
5947:
5948: * src/classes/math.C: -pedantic build error fixed
5949:
5950: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5951:
5952: 2015-05-31 moko
5953:
5954: * src/classes/table.C: USE_STRINGSTREAM optimized
5955:
5956: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5957: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5958: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5959: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5960: types/pa_vxnode.h: warning war (-pedantic flag)
5961:
5962: 2015-05-28 moko
5963:
5964: * tests/: 308.html, results/308.processed: test for
5965: ^table::create[$t;], etc work added (related to bug #975)
5966:
5967: * src/classes/table.C: check_option_param removed,
5968: ^table::create[$t;], etc now works (fixes bug #975)
5969:
5970: 2015-05-27 moko
5971:
5972: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5973: (Debian jessie) fixed (closes issue #1024)
5974:
5975: * tests/Makefile: sort added as in Debian jessie list become
5976: unsorted
5977:
5978: 2015-05-18 moko
5979:
5980: * tests/: 201.html, results/201.processed: test for
5981: ^string.trim[what] feature #1022
5982:
5983: * src/classes/string.C: ^string.trim[what] now supported,
5984: implements feature #1022
5985:
5986: 2015-05-17 moko
5987:
5988: * tests/results/185.processed: test result updated as feature #1021
5989: implemented (left/right accept negative parameter)
5990:
5991: * src/classes/string.C: left/right now accept negative parameter
5992: (implements feature #1021)
5993:
5994: 2015-05-08 moko
5995:
5996: * src/classes/math.C: isalnum -> pa_isalnum
5997:
5998: * src/main/execute.C: optimization in getter-junction processing
5999: (related to issue #997)
6000:
6001: 2015-05-07 moko
6002:
6003: * tests/: 307.html, results/307.processed: test for issue #997
6004: added
6005:
6006: * src/main/execute.C: process_getter result now checked if junction
6007: returned (closes issue #997)
6008:
6009: * tests/: 305.html, results/305.processed: sort added to ignore
6010: different order
6011:
6012: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6013: assignment (closes issue #994)
6014:
6015: * tests/: 306.html, results/306.processed: test for issue #994
6016: added
6017:
6018: * tests/: 303.html, results/303.processed: two more errors tested
6019:
6020: 2015-05-06 moko
6021:
6022: * tests/: 305.html, results/305.processed: test for name2ip &
6023: ip2name added (related to feature #992)
6024:
6025: * tests/: 303.html, 304.html, results/303.processed,
6026: results/304.processed: tests for idna conversion added (related
6027: to issue #849)
6028:
6029: 2015-05-02 moko
6030:
6031: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6032: implemented
6033:
6034: 2015-04-30 moko
6035:
6036: * src/main/pa_http.C: idna_host added, related to issue #849
6037:
6038: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6039: (related to issue #849)
6040:
6041: 2015-04-24 moko
6042:
6043: * src/types/pa_vjunction.C: warning war
6044:
6045: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6046: unification
6047:
6048: * src/lib/punycode/pa_idna.c: warning war
6049:
6050: 2015-04-22 moko
6051:
6052: * src/main/main.vcproj: punycode include path added
6053:
6054: * src/lib/punycode/pa_idna.c: windows compile error fixed
6055:
6056: * src/lib/punycode/pa_idna.c: warning war
6057:
6058: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6059: project file added
6060:
6061: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6062:
6063: * src/include/pa_memory.h: warning war
6064:
6065: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6066: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6067: implemented (related to feature #849)
6068:
6069: * configure.in, src/main/Makefile.am,
6070: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6071: libpunycode added in Unix
6072:
6073: 2015-04-21 moko
6074:
6075: * configure.in: large files support
6076:
6077: 2015-04-15 moko
6078:
6079: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6080: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6081: pa_punycode.h: initial version for punycode/idna support library
6082: (ticket #849)
6083:
6084: 2015-04-08 moko
6085:
6086: * src/: classes/curl.C, classes/date.C, classes/file.C,
6087: classes/image.C, classes/mail.C, classes/reflection.C,
6088: classes/string.C, classes/xnode.C, include/pa_request.h,
6089: include/pa_string.h, include/pa_stylesheet_connection.h,
6090: main/compile.y, main/compile_tools.h, main/execute.C,
6091: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6092: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6093: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6094: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6095: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6096: clang compiler warnings (closes issue #1018)
6097:
6098: * src/include/pa_string.h: String::Body comparation operators with
6099: char * added (related to issue #958)
6100:
6101: 2015-04-07 moko
6102:
6103: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6104: pa_malloc/pa_free to remove system malloc/free usage (related to
6105: issue #1018)
6106:
6107: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6108: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6109: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6110: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6111: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6112: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6113: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6114: malloc/strdup/free replaced with pa_ version and checks for
6115: accidental use of non-pa_ version added (related to issue #1018)
6116:
6117: 2015-04-03 moko
6118:
6119: * buildall: pcre-8.33 -> pcre-8.36
6120:
6121: * src/: main/compile.y, classes/form.C, classes/mail.C,
6122: classes/op.C, classes/string.C, main/compile.tab.C,
6123: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6124: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6125: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6126: ticket #958)
6127:
6128: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6129: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6130: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6131: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6132: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6133: $request:headers, $request:method added (implements feature
6134: #1007)
6135:
6136: 2015-03-17 misha
6137:
6138: * tests/302.html: - test for
6139: ^json:string[...;$._default[method-name]]
6140:
6141: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6142: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6143: option $._default[method-name] is specified in ^json:string[], a
6144: method with specified name will be called for classes/objects
6145: serialization ( new feature: #982 )
6146:
6147: 2015-03-16 misha
6148:
6149: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6150: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6151: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6152: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6153: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6154: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6155: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6156: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6157: types/pa_vrequest.h, types/pa_vstateless_class.C,
6158: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6159: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6160: $var.CLASS_NAME now have special opcodes. This can be switched
6161: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6162: on pa_opcode.h ( new feature: #844 )
6163:
6164: 2015-03-15 misha
6165:
6166: * tests/075.html: - test for $response:header[]
6167:
6168: * src/types/pa_vresponse.C: - $response:header[] deletes header
6169: that was set earlie ( new feature: #1001 )
6170:
6171: 2015-03-12 misha
6172:
6173: * tests/246.html: - more tests for ^hash._at[]
6174:
6175: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6176: accepts second param [key|value|hash] ( new feature: #1012 )
6177:
6178: 2015-03-09 moko
6179:
6180: * src/types/pa_vmail.C: exception for everything but
6181: $mail:received, closes issue #1011
6182:
6183: 2015-02-20 moko
6184:
6185: * tests/: 275.html, results/275.processed: hex detection in
6186: pa_atoui fix test (closes issue #1010)
6187:
6188: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6189: issue #1010)
6190:
6191: 2015-02-17 moko
6192:
6193: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6194: tainted.
6195:
6196: 2015-02-03 misha
6197:
6198: * tests/301.html: - test for ^json:string($double) causes
6199: exception. bugfix: #1008
6200:
6201: * src/classes/json.C: - ^json:string($double) causes exception.
6202: bugfix: #1008
6203:
6204: * tests/014.html: - updated for work with ^hash.delete[]
6205:
6206: 2015-01-12 misha
6207:
6208: * src/: classes/form.C, include/pa_common.h,
6209: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6210: types/pa_vform.h: - supports body with PUT method as well ( new
6211: feature: #1006 )
6212:
6213: * src/classes/file.C: - warnings war
6214:
6215: 2015-01-11 misha
6216:
6217: * tests/300.html: - test for ^hash.delete[] is added
6218:
6219: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6220: feature: #989 ) - tiny optimization in intersects
6221:
6222: 2015-01-06 moko
6223:
6224: * src/types/pa_vmail.C: file names transcode added, to and cc added
6225: with transcode, attachments detection fixed
6226:
6227: * src/main/pa_request.C: filling mail received after cgi/auto.p
6228: load to allow charset switch (related to issue #996)
6229:
6230: 2014-12-31 moko
6231:
6232: * src/types/pa_vmail.C: from and subject now transcoded if not
6233: UTF-8 source charset (fixes issue 996)
6234:
6235: * src/main/pa_exception.C: fixed string from stack bug (closes
6236: issue #1000)
6237:
6238: 2014-12-11 misha
6239:
6240: * src/types/pa_vhashfile.C: - check if key is not empty before
6241: access ( bug fix: #1005 )
6242:
6243: 2014-11-13 misha
6244:
6245: * src/main/compile.y: - PC.append does not reset to false while
6246: creating a new class. bugfix: #990
6247:
6248: * tests/299.html: - test for creation class after working with
6249: partial class (create+append)
6250:
6251: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6252: #995
6253:
6254: * tests/232.html: - test for @get[def] added
6255:
6256: 2014-10-12 moko
6257:
6258: * src/lib/pcre/pcre_internal.vcproj: correct path
6259:
6260: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6261: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6262: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6263: targets/apache/ApacheModuleParser3.vcproj,
6264: targets/apache/ApacheModuleParser3Core.vcproj,
6265: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6266: types/types.vcproj: project GUID inserted in *.vcproj for correct
6267: conversion in newer VS versions
6268:
6269: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6270: pcre_internal.vcproj added
6271:
6272: 2014-08-28 moko
6273:
6274: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6275: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6276: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6277:
6278: 2014-06-30 misha
6279:
6280: * tests/298.html: - tests for ^reflection:def[class;className]
6281: added
6282:
6283: * src/classes/reflection.C: - ^reflection:def[class;className]
6284: added ( new feature: #918 )
6285:
6286: 2014-06-29 misha
6287:
6288: * src/classes/table.C: - ^table::create[unsupported data] -
6289: exception comment changed to "body must be table or code" ( bug
6290: fix: #951 )
6291:
6292: * tests/: 261.html, results/261.processed: - tests for
6293: ^json:string[...;$.void[null|string]] added
6294:
6295: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6296: option $.void[string|null] added to ^json:string[...] ( new
6297: feature: #952 )
6298:
6299: 2014-06-28 moko
6300:
6301: * src/classes/curl.C: $.charset now processed before other curl
6302: options (closes issue #980)
6303:
6304: 2014-05-23 misha
6305:
6306: * src/classes/json.C: - bug fix: #987
6307:
6308: 2014-05-04 misha
6309:
6310: * tests/: 253.html, 253_json.txt: - test for
6311: ^json:parse[$.int(false)] is added
6312:
6313: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6314: default true). The option is similar to $.double(bool) but for
6315: integers.
6316:
6317: 2014-05-01 moko
6318:
6319: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6320: #12 )
6321:
6322: 2014-04-16 moko
6323:
6324: * src/main/pa_http.C: response-charset option should finally work
6325: now (fix for issue #867)
6326:
6327: * src/main/pa_http.C: response-charset option should work now (fix
6328: for issue #867)
6329:
6330: 2014-03-07 moko
6331:
6332: * buildall: libgc moved
6333:
6334: * buildall: libgc moved
6335:
6336: 2013-12-29 moko
6337:
6338: * src/classes/string.C: ^string:js-unescape result now tainted,
6339: closes issue #966
6340:
6341: * tests/: 186.html, results/186.processed: ^string:js-unescape
6342: result now tainted, issue #966
6343:
6344: 2013-12-03 moko
6345:
6346: * src/: classes/memcached.C, types/pa_vmemcached.C,
6347: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6348: option was added for http://www.parser.ru/forum/?id=79343
6349:
6350: * src/classes/file.C: bugfix for
6351: http://www.parser.ru/forum/?id=79337
6352:
6353: 2013-11-05 moko
6354:
6355: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6356:
6357: * src/main/pa_globals.C: spelling fixed
6358:
6359: 2013-10-29 moko
6360:
6361: * src/lib/json/json.vcproj: json.c -> pa_json.C
6362:
6363: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6364: #892
6365:
6366: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6367: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6368: exceptions to be thrown thougth json library), related to issue
6369: #892
6370:
6371: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6372: related to issue #896
6373:
6374: 2013-10-24 moko
6375:
6376: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6377:
6378: 2013-10-23 moko
6379:
6380: * README: actualization
6381:
6382: 2013-10-22 moko
6383:
6384: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6385: compatibility patch from Sergey Kirpichev
6386:
6387: * tests/: 297.html, results/297.processed: non-working getter fix
6388: test for issue #948
6389:
6390: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6391: called when saving value of $match variable in ^string.match[] to
6392: increase compatibility (related to issue #948).
6393:
6394: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6395: usage optimization
6396:
6397: 2013-10-21 moko
6398:
6399: * tests/: 182.html, results/182.processed: local path removed for
6400: compatibility
6401:
6402: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6403: results/244.processed, results/253.processed,
6404: results/254.processed, results/275.processed,
6405: results/281.processed: try_catch -> try-catch
6406:
6407: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6408: results/294.processed, results/296.processed: try_catch ->
6409: try-catch
6410:
6411: 2013-10-20 moko
6412:
6413: * tests/: 296.html, results/296.processed: test for xsl exception
6414: for issue #938 added.
6415:
6416: * src/: include/pa_xml_exception.h,
6417: main/pa_stylesheet_connection.C: forgotten to be replaced
6418: XmlException is now replaced (once again closes issue #938)
6419:
6420: 2013-10-18 moko
6421:
6422: * buildall: disable clock_gettime detection to avoid librt linking
6423: (which in turn depends on libpthread), related to issue #943
6424:
6425: 2013-10-18 misha
6426:
6427: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6428: lib/smtp/smtp.vcproj, main/main.vcproj,
6429: targets/apache/ApacheModuleParser3Core.vcproj,
6430: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6431: types/types.vcproj: - new locations for libxml2 includes where
6432: added to vcproj files
6433:
6434: 2013-10-18 moko
6435:
6436: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6437: fix
6438:
6439: * tests/: 295.html, results/295.processed: test for issue #948
6440: updated
6441:
6442: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6443: :)
6444:
6445: * tests/: 295.html, results/295.processed: test for issue #948
6446: added
6447:
6448: * src/: classes/hash.C, classes/string.C, classes/table.C,
6449: include/pa_request.h, types/pa_method.h: for getters and setters
6450: to be executed request.put_element should be called, not
6451: context.put_element (fixes issue #948)
6452:
6453: 2013-10-17 moko
6454:
6455: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6456: LIBXML2_NEW_BUFFER check (closes issue #943)
6457:
6458: * buildall: libxml 2.9.1 build is broken --without-reader.
6459:
6460: 2013-10-16 moko
6461:
6462: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6463:
6464: * tests/: 294.html, results/294.processed: test for issue #938
6465:
6466: * src/: classes/xdoc.C, classes/xnode.C,
6467: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6468: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6469:
6470: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6471: libxslt-1.1.26 -> libxslt-1.1.28
6472:
6473: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6474: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6475: to '?', related to issue #938
6476:
6477: 2013-10-15 moko
6478:
6479: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6480: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6481: minor optimizations (closes issue #896)
6482:
6483: * tests/results/: 292.processed, 293.processed: results updated to
6484: comply with issue #896
6485:
6486: * tests/: 292.html, 293.html, results/292.processed,
6487: results/293.processed: tests for json escaping
6488:
6489: 2013-10-14 moko
6490:
6491: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6492: and cleanup, code moved from .h to .C, no changes in code
6493:
6494: 2013-10-12 moko
6495:
6496: * tests/results/119.processed: updated test result commited
6497:
6498: * tests/: 291.html, results/291.processed: test for issue #894
6499: added
6500:
6501: * src/types/pa_wcontext.h: base methods call support function
6502: get_somebody_entered_some_class should not be true forever, as
6503: wcontext can have many get_elements calls (fixes issue #894)
6504:
6505: 2013-10-11 moko
6506:
6507: * tests/: 290.html, results/290.processed: test for junction GPF
6508: issue #942 added
6509:
6510: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6511: to native method fixed (closes issue #942)
6512:
6513: * tests/: 158.html, results/158.processed: test for csv-string[]
6514: added
6515:
6516: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6517: feature #907)
6518:
6519: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6520: feature #907)
6521:
6522: 2013-10-09 moko
6523:
6524: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6525: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6526: types/pa_vstateless_class.C: GET_default, SET_default now works
6527: properly not only in objects, but in classes as well (closes
6528: issue #903)
6529:
6530: * tests/: 289.html, results/289.processed: GET/SET_default now
6531: works in classes, not only objects, test case added, related to
6532: issue #903
6533:
6534: * tests/: 288.html, results/288.processed: test for endless
6535: recursion bug added (related to issue #903)
6536:
6537: 2013-10-05 moko
6538:
6539: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6540: classes/table.C, main/execute.C, types/pa_method.h,
6541: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6542: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6543: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6544: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6545: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6546: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6547: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6548: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6549: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6550: optimization: put_element no longer has "bool areplace" argument,
6551: related to issue #903
6552:
6553: 2013-10-03 moko
6554:
6555: * tests/results/182.processed: result for $.replace(false) test
6556: commited
6557:
6558: * src/classes/date.C: ^date::create(number) processed correctly
6559: (fixes issue #901)
6560:
6561: * src/classes/image.C: as_no_junction removed, as param can be
6562: expression (closes issue #931)
6563:
6564: * tests/233.html: test for issue #931 added
6565:
6566: 2013-10-02 moko
6567:
6568: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6569: modified, test for $.replace(false) added
6570:
6571: * src/main/compile_tools.h: forgotten class replace returned. :)
6572:
6573: 2013-09-30 moko
6574:
6575: * tests/: 141.html, results/141.processed: md5 tainting test added
6576:
6577: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6578: main/compile_tools.h, main/pa_request.C: allow_class_replace
6579: implemented; $.replace option added to ^process and ^use
6580:
6581: 2013-08-27 moko
6582:
6583: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6584: cstr_to_string_body_untaint should be called with charsets for
6585: possible uri language and connection for possible sql language.
6586: related to issue #857
6587:
6588: * buildall: and -> or fixed
6589:
6590: 2013-08-26 moko
6591:
6592: * buildall: prepare_ functions logic changed to support
6593: gc-7.2d.tar.gz extracting to gc-7.2 directory
6594:
6595: 2013-08-23 moko
6596:
6597: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6598: statically
6599:
6600: 2013-08-22 moko
6601:
6602: * src/classes/string.C: String::Empty used (related to issue #912)
6603: append_know_length removed (related to old GPF bug)
6604:
6605: 2013-08-21 moko
6606:
6607: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6608:
6609: * src/classes/math.C: ^math:digest[...;$file] support added
6610: (related to ticket #857
6611:
6612: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6613: implemented
6614:
6615: * src/types/pa_vhashfile.h: warning war
6616:
6617: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6618: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6619: anti_endless_json_string_recoursion removed from request;
6620: json_string_recoursion added to json_options; $.indent[indent
6621: value] now supported and passed within recoursion closes feature
6622: #937
6623:
6624: * tests/: 287.html, results/287.processed: test for feature #937
6625:
6626: 2013-07-31 moko
6627:
6628: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6629: compilation having #define _S
6630:
6631: * src/main/pa_globals.C: cleanup
6632:
6633: 2013-07-30 moko
6634:
6635: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6636: main/pa_common.C: vs2003 warning war
6637:
6638: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6639:
6640: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6641:
6642: * src/lib/md5/pa_sha2.c: warning war
6643:
6644: 2013-07-29 moko
6645:
6646: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6647: patches from github
6648:
6649: * src/: classes/bool.C, classes/double.C, classes/int.C,
6650: classes/memcached.C, include/pa_config_includes.h,
6651: types/pa_vfile.C, types/pa_vfile.h: warning war
6652:
6653: * src/lib/json/json.vcproj: C++ -> C
6654:
6655: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6656:
6657: * src/lib/json/: json.c, pa_json.C: windows compatibility
6658:
6659: * src/lib/json/: json.c, pa_json.C: windows compatibility
6660:
6661: * src/lib/json/: json.c, pa_json.C: warning war
6662:
6663: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6664:
6665: * src/include/pa_config_fixed.h: uint16_t added
6666:
6667: * configure.in: uint16_t check added
6668:
6669: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6670: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6671: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6672: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6673: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6674:
6675: 2013-07-25 moko
6676:
6677: * parser3.sln: dependencies added
6678:
6679: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6680: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6681: module support
6682:
6683: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6684:
6685: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6686:
6687: 2013-07-23 moko
6688:
6689: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6690: PA_DEBUG_GC_MEMORY removed
6691:
6692: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6693: PA_DEBUG_DISABLE_GC compilation fix
6694:
6695: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6696: main/pa_request.C: outdated RESOURCES_DEBUG removed
6697:
6698: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6699: garbage cleanup
6700:
6701: * src/main/pa_common.C: warning war
6702:
6703: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6704:
6705: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6706: minor cleanup
6707:
6708: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6709: uses cygwin, not WIN32 implementation
6710:
6711: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6712: able to exec shell scripts
6713:
6714: * src/classes/math.C: ifdef WIN32 cleanup
6715:
6716: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6717:
6718: * src/classes/curl.C: LT_MODULE_EXT used
6719:
6720: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6721:
6722: 2013-07-22 moko
6723:
6724: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6725: includes fix
6726:
6727: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6728:
6729: * configure.in, src/include/pa_config_includes.h,
6730: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6731: src/main/pa_exec.C: includes cleanup
6732:
6733: * src/targets/cgi/parser3.C: 2012->2013
6734:
6735: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6736:
6737: * configure.in, src/include/pa_config_includes.h,
6738: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6739: src/main/pa_random.C, src/main/pa_socks.C,
6740: src/types/pa_vstatus.C: cygwin support cleanup
6741:
6742: * configure.in: dirent.h check added
6743:
6744: * src/: include/pa_config_includes.h, include/pa_dir.h,
6745: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6746: not copied
6747:
6748: 2013-07-21 moko
6749:
6750: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6751:
6752: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6753: parser3.vcproj: unused getopt.h / getopt.c removed
6754:
1.211 moko 6755: * operators.ru.txt, operators.txt, src/classes/file.C,
6756: tests/022.html, tests/results/022.processed:
6757: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6758:
6759: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6760: src/main/pa_dir.C: ^file:list[] now has dir column and when
6761: $.stat(true) it has size/*date columns modified patch from misha@
6762: that closes issue #914.
6763:
6764: * src/: include/pa_config_includes.h, main/pa_globals.C:
6765: PA_RELEASE_ASSERTS removed
6766:
6767: * src/lib/md5/pa_md5c.c: minor cleanup
6768:
6769: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6770: localeconv()->decimal_point usage remoed (related to issue #934)
6771:
6772: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6773: cordprnt.c removed
6774:
6775: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6776: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6777: pa-include/pa_strings.h: includes cleanup
6778:
6779: * src/lib/md5/pa_md5c.c: headers cleanup
6780:
6781: 2013-07-20 moko
6782:
6783: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6784: cleanup
6785:
6786: 2013-07-19 moko
6787:
6788: * src/classes/math.C: extern "C" added for crypt
6789:
6790: 2013-07-18 moko
6791:
6792: * src/classes/math.C: fix redhat7.2 build
6793:
6794: 2013-07-17 moko
6795:
6796: * configure.in, src/include/pa_config_includes.h,
6797: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6798: added for uint8/32/64_t)
6799:
6800: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6801: pa_config_includes.h used for uint32/64_t
6802:
6803: 2013-07-16 moko
6804:
6805: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6806: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6807: war
6808:
6809: * src/main/compile.tab.C: compile.y was updated
6810:
6811: * src/main/compile.y: warning war
6812:
6813: * src/: include/pa_exception.h, main/pa_exception.C,
6814: main/pa_xml_exception.C: warning war
6815:
6816: * src/: include/pa_common.h, main/pa_common.C: warning war
6817:
6818: * configure.in: beauty :)
6819:
6820: * tests/: 141.html, results/141.processed: sha256/512 added
6821:
6822: 2013-07-13 moko
6823:
6824: * src/lib/md5/md5.vcproj: sha2 added
6825:
6826: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6827: classes/math.C: sha2 support (sha256/sha512 digest)
6828:
6829: 2013-07-08 moko
6830:
6831: * src/classes/image.C: directory read or other read problem message
6832: fixed (related to issue #933)
6833:
6834: 2013-07-07 moko
6835:
6836: * AUTHORS: + misha + moko. :)
6837:
6838: 2013-07-06 moko
6839:
6840: * src/: classes/curl.C, include/pa_globals.h,
6841: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6842: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6843: for lt_dlinit to be called once and lt_dlexit called at right
6844: place (related to issue #925)
6845:
6846: 2013-07-04 moko
6847:
6848: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6849: VString::as_vfile now uses vfile.set_binary_string to avoid
6850: content-type to be set, as it brokes badly designed logic in
6851: response output. This hopefully finishes issue #928.
6852:
6853: * tests/results/: 256.processed, 286.processed: file now displayed
6854: as name, size, mode, content-type
6855:
6856: * src/main/pa_common.C: read error now reported cottectly (fixes
6857: issue #933
6858:
6859: 2013-06-28 moko
6860:
6861: * tests/: 286.html, results/286.processed: test extended
6862:
6863: * tests/: 286.html, results/286.processed: Test for issue #928
6864: added. it tests default content-type change.
6865:
6866: * src/types/pa_vfile.C: closes issue #928 - default content-type
6867: now updated
6868:
6869: 2013-06-25 moko
6870:
6871: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6872: content-type for text/binary files without name added;
6873: ^file::create[$f;...] options now works properly and $f
6874: properties are default (fixes issue #928)
6875:
6876: 2013-05-16 misha
6877:
6878: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6879: added
6880:
6881: * src/main/pa_table.C: - a tiny memory optimisation while creating
6882: table if specified limit is bigger than source rows count
6883:
6884: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6885: added ( new feature: #858 )
6886:
6887: 2013-04-29 moko
6888:
6889: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6890: $.ipresolve(0|1|2) added (closes issue #891)
6891:
6892: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6893:
6894: 2013-04-24 moko
6895:
6896: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6897: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6898: types/pa_vmemcached.h: ^memcache.release[] added, calls
6899: memcached_quit (refs #893)
6900:
6901: 2013-04-22 moko
6902:
6903: * src/: include/pa_string.h, main/pa_common.C: no more double
6904: slashes in file path (fixes bug #872)
6905:
6906: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6907: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6908: #739)
6909:
6910: * tests/results/266.processed: $.max_params added (feature #915)
6911:
6912: * src/: include/pa_common.h, main/pa_http.C: response-charset
6913: option added to file::load (closes issue #867)
6914:
6915: 2013-04-20 misha
6916:
6917: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6918: commited
6919:
6920: 2013-03-15 misha
6921:
6922: * src/classes/: hash.C, table.C: - Optimisation: do not create
6923: multiple empty strings while ::sql. uae String::Empty instead
6924:
6925: 2013-03-14 misha
6926:
6927: * src/classes/reflection.C: - for user classes
6928: ^reflection:method_info[] returns $.max_params and $.extra_param
6929: with $.call_type if they available ( new feature: #915 )
6930:
6931: * src/classes/file.C: - ^file:delete[] now supports an option
6932: $.exception(false) that suppress any exception while deleting
6933: file ( new feature: #916 )
6934:
6935: * src/classes/curl.C: - parsing cookies after curl:load now should
6936: work :)
6937:
6938: 2013-03-12 misha
6939:
6940: * src/types/pa_vfile.C: - if specified file_name is empty string
6941: set default name for the file
6942:
6943: 2013-03-11 misha
6944:
6945: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6946: also available in $f.cookies
6947:
6948: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6949: moved to a separate method
6950:
6951: 2013-03-10 moko
6952:
6953: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6954: added
6955:
6956: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6957: removed (declared by autoconf)
6958:
6959: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6960: uint32_t define
6961:
6962: 2013-03-10 misha
6963:
6964: * src/classes/file.C: ^file:delete and ^file:move now support
6965: option $.keep-empty-dirs(true) ( new feature: #884 )
6966:
6967: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6968: empty dirs is added
6969:
6970: 2013-03-10 moko
6971:
6972: * src/classes/: bool.C, double.C, int.C: default can be present,
6973: but default check removed from ^int/double/bool.int/double/bool
6974: for string.int/double/bool compatibility (related to issue #913)
6975:
6976: * src/classes/string.C: ^string.int/dobule/bool no longer
6977: internally throws exception if default is present (closes issue
6978: #913)
6979:
6980: 2013-03-09 misha
6981:
6982: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6983: optimisations ( #845 )
6984:
6985: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6986:
6987: 2013-03-08 moko
6988:
6989: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6990: creates correct table (fixes issue #910)
6991:
6992: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6993: use outside of 'connect' operator (fixes issue #911)
6994:
6995: * tests/results/: 096.processed, 122.processed: test results
6996: updated as doubles now printed with 15 significant digits, not 5
6997: (fixes issue #882)
6998:
6999: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7000: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7001:
7002: 2013-02-21 moko
7003:
7004: * src/classes/table.C: _locate_name_value does not check arguments
7005: count, so we check it in advance (fixes issue #905)
7006:
7007: 2012-10-23 moko
7008:
7009: * buildall: old shell for and echo compatibility (for six)
7010:
7011: 2012-10-19 moko
7012:
7013: * buildall: --strip added --disable-safe-mode listed in usage
7014:
7015: 2012-10-17 misha
7016:
7017: * src/classes/op.C: - apply-taint should not throw "outside
7018: connect" exception with sql lang now
7019:
7020: 2012-10-17 moko
7021:
7022: * src/main/pa_request.C: bugfix: safe mode should be inited for
7023: each request (for apache module)
7024:
7025: 2012-09-26 moko
7026:
7027: * src/doc/doxygen.cfg: png -> svg
7028:
7029: 2012-09-25 moko
7030:
7031: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7032: test added
7033:
7034: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7035: double use when key is long
7036:
7037: 2012-09-16 moko
7038:
7039: * src/classes/math.C: Format -> Method Encode -> Format
7040:
7041: * tests/: 141.html, results/141.processed: math:digest hmac test
7042: added
7043:
7044: 2012-09-14 moko
7045:
7046: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7047: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7048: implementation added
7049:
7050: 2012-09-12 moko
7051:
7052: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7053: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7054: targets.dox and string.dox slightly actualized
7055:
7056: 2012-08-31 moko
7057:
7058: * ChangeLog: now generated with patched cvs2cl.pl
7059:
7060: 2012-07-29 moko
7061:
7062: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7063: result should be pushed after VMethodFrame destructor is called,
7064: as it deletes junctions from stack params (fixes issue #868)
7065:
7066: 2012-07-23 moko
7067:
7068: * INSTALL, README: buildall script usage documented, other outdated
7069: info updated.
7070:
7071: * buildall-with-xml, buildall-without-xml: replaced by buildall
7072:
7073: 2012-07-21 moko
7074:
7075: * buildall: glib does not compile when threads are disabled...
7076:
7077: * src/types/pa_vmail.C: g_assertion fixes for empty input
7078:
7079: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7080: unref, can't unref nested objects)
7081:
7082: * src/types/pa_vmail.C: another check added
7083:
7084: 2012-07-19 moko
7085:
7086: * buildall: usage added
7087:
7088: * buildall: new buildall script that unites buildall-with-xml,
7089: buildall-without-xml, --with-apache and --with-mailreceive
7090:
7091: * configure.in: support for static gmime and dynamic glib linking.
7092: fixes for FreeBSD
7093:
7094: 2012-07-17 moko
7095:
7096: * configure.in: --with-mailreceive replaced
7097: --with-static-mailreceive and --with-shared-mailreceive pathlink
7098: removed
7099:
7100: 2012-07-16 moko
7101:
7102: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7103: capitalized, content now decoded and text content converted to
7104: $request:charset. all properties are accessed by functions, this
7105: ready for dynamic load.
7106:
7107: 2012-06-28 moko
7108:
1.116 moko 7109: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7110: 32 bit
1.95 moko 7111:
7112: 2012-06-27 moko
7113:
7114: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7115: passive ftp
7116:
7117: * src/lib/ltdl/ltdl.vcproj: release build fixed
7118:
7119: * configure.in: 3.4.2 RC -> 3.4.2
7120:
7121: 2012-06-22 moko
7122:
7123: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7124: #815)
7125:
7126: * tests/: 284.html, results/284.processed: output options test
7127: (feature #265)
7128:
7129: 2012-06-22 misha
7130:
7131: * tests/215.html: - little changes
7132:
7133: 2012-06-21 moko
7134:
7135: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7136: types/pa_vxdoc.h: output_options returned and used (bugfix for
7137: feature #265)
7138:
7139: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7140: breaks long .*, default 10M restored. (issue #216)
7141:
7142: * tests/: 283.html, results/283.processed: test for issue #815
7143: added
7144:
7145: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7146: again, cstrm not required.
7147:
7148: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7149: Win32 and broken FreeBSD (issue #45)
7150:
7151: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7152:
7153: * src/main/pa_string.C: warnings war
7154:
7155: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7156: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7157: main/pa_socks.C, targets/apache/pa_threads.C,
7158: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7159: types/pa_vstatus.C: compilation under cygwin fixed
7160:
7161: 2012-06-19 moko
7162:
7163: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7164: Windows fixed
7165:
7166: * parser3.sln: removed antique pcre_ctype
7167:
7168: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7169:
7170: * src/include/pa_config_fixed.h: undefined reference to
7171: __imp__pcre_* fix for Windows
7172:
7173: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7174: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7175: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7176: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7177: define fixed
1.95 moko 7178:
7179: 2012-06-18 moko
7180:
7181: * src/classes/memcached.C: flush -> clear
7182:
7183: * src/classes/memcached.C: memcached does not support quotes even
7184: in server name
7185:
7186: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7187: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7188: called on open to check servers existance. $.key(true) syntax
7189: now supported
7190:
7191: 2012-06-17 moko
7192:
7193: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7194: cleanup
7195:
7196: * src/classes/table.C, tests/282.cfg, tests/282.html,
7197: tests/results/282.processed: encloser at the EOF bug fixed,
7198: incorrectly enclosed data now processed more logicaly (fixes
7199: #339)
7200:
7201: 2012-06-15 moko
7202:
7203: * buildall-without-xml: sync with buildall-with-xml
7204:
7205: * buildall-with-xml: download auto-detected between fetch and curl
7206:
7207: * configure.in: --with-gc and --with-pcre now also processed
7208: correctly
7209:
1.116 moko 7210: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7211: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7212: should be run on rol1 using automake / aclocal (GNU automake)
7213: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7214:
7215: * configure.in: new PARSER_VERSION logic
7216:
7217: * src/include/pa_version.h: new pa_version.h logic
7218:
7219: * src/: classes/curl.C, classes/file.C, classes/image.C,
7220: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7221: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7222: feols_normalized -> fis_text_content set_binary added
7223:
7224: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7225:
7226: 2012-06-15 misha
7227:
7228: * src/: classes/curl.C, classes/file.C, classes/image.C,
7229: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7230: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7231: ^file::create[text;content] EOLs in content now is normalized. (
7232: new feature: #815 )
7233:
7234: 2012-06-15 moko
7235:
7236: * configure.in: --disable-version-update added to disable version
7237: update with host information (for debian package) whitespace
7238: optimized
7239:
7240: * configure.in: version changed to 3.4.2 RC no-pic added for
7241: libtool
7242:
7243: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7244: it.
7245:
7246: 2012-06-14 moko
7247:
7248: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7249: tests/results/281.processed: "hash flocked" error removed for
7250: safe operations like ^h._count[] ( new feature: #335 )
7251:
1.116 moko 7252: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7253:
7254: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7255:
7256: * configure.in: --with-static/shared xml replaced with --with-xml,
7257: xml compilation check added
7258:
7259: * configure.in: --with-static/shared-gc, --with-static-pcre are
7260: replaced with --with-gc and --with-pcre test for pcre linking
7261: added
7262:
7263: 2012-06-13 moko
7264:
7265: * configure.in: apxs2 check optimized
7266:
7267: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7268: .la, includes optimized
7269:
7270: * buildall-with-xml: --with-pic looks better for -fPIC
7271:
7272: * configure.in: switched to convenience library in static linking
7273:
7274: * src/targets/apache/Makefile.am: switched to convenience library
7275: usage to avoid libtool warnings
7276:
7277: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7278: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7279: smtp/Makefile.am: switched to convenience library usage
7280:
7281: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7282:
7283: * src/targets/apache/Makefile.am: updated for libtool usage
7284:
7285: * buildall-without-xml: --with-included-ltdl added
7286:
7287: * buildall-without-xml: sync with buildall-with-xml
7288:
7289: * buildall-with-xml: --with-included-ltdl added $cflags added for
7290: -fPIC for x64 $download added for wget success check added
7291:
7292: * buildall-without-xml: --with-dynamic-stdcpp removed
7293:
7294: * configure.in: disable-static returned
7295:
7296: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7297: LIBTOOLFLAGS
7298:
7299: 2012-06-12 moko
7300:
7301: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7302: compatible with LIBTOOLFLAGS for unknown reasons
7303:
7304: * buildall-with-xml: --with-dynamic-stdcpp removed
7305:
7306: * configure.in: static/dynamic -lstdc++ linking option removed
7307: apxs2 check added
7308:
7309: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7310: option removed
7311:
7312: 2012-06-10 moko
7313:
7314: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7315: added
7316:
7317: * src/targets/cgi/pp3.cmd: old PAF stuff
7318:
1.116 moko 7319: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7320: beauty
1.95 moko 7321:
7322: * depcomp: from libtool 2.4.2
7323:
7324: * configure.in: ltdl directory removed, it has correct Makefile.in
7325:
7326: 2012-06-09 moko
7327:
1.116 moko 7328: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7329: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7330: autogenerated files updated after libtool update
7331:
1.116 moko 7332: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7333: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7334: config_auto.h.in, config_fixed.h, configure, configure.ac,
7335: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7336: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7337: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7338: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7339: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7340: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7341: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7342: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7343: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7344: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7345:
7346: * configure.in: preparation for new libtool
7347:
7348: * configure.in: Some beauty added :)
7349:
7350: * src/targets/apache/Makefile.am: := -> =
7351:
7352: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7353: again. :)
7354:
7355: * src/include/pa_config_includes.h, configure.in: limits.h added,
7356: previously was taken from pcre_internal.h. :)
7357:
7358: * src/lib/pcre/Makefile.am: config.h returned
7359:
7360: * src/lib/pcre/config.h: still need this. :)
7361:
7362: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7363:
7364: * configure.in: --with-charsets removed; --with-mysql-client & co
7365: removed
7366:
7367: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7368: now in parser tree, no need to copy
7369:
7370: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7371: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7372: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7373: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7374: extracts now used old trash removed
7375:
7376: * etc/parser3.charsets/Makefile.am: charsets now in share
7377: (debian/patches/104_automake.patch) + all charsets are copied
7378:
7379: * buildall-with-xml, buildall-without-xml: curl option removed +
7380: extra arguments now supported
7381:
7382: 2012-06-08 misha
7383:
7384: * src/classes/table.C: - one params.as_hash usage was rolled back:
7385: the 2nd option in ^table.hash[] could be hash or table so
7386: .as_hash will throw an exception when table option is specified
7387:
7388: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7389: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7390: classes/table.C, classes/void.C, classes/xdoc.C,
7391: include/pa_exception.h, types/pa_vmethod_frame.C,
7392: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7393: and improved (whitespaces are allowed as empty options) -
7394: MethodParams::as_table is added - above methods are used for
7395: parsing methods' options ( new feature: #9 )
7396:
7397: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7398: to vclass. now class fields can be accessible as a hash:
7399: $h[^hash::create[$asd:CLASS]]
7400:
7401: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7402: have get_fields method so their fields can be accessed with
7403: ^reflection:fields[...] & ^reflection:field[...]
7404:
7405: 2012-06-06 misha
7406:
7407: * tests/280.html: - tests for
7408: ^reflection:method[obj-or-class;method],
7409: ^reflection:field[obj-or-class;field] and
7410: ^reflection:fields[obj-or-class] are added
7411:
7412: 2012-06-05 misha
7413:
7414: * src/classes/reflection.C: - ^reflection:method[class or
7415: object;method name] and ^reflection:field[class or object;field
7416: name] are added
7417:
7418: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7419: is used
7420:
7421: * src/types/pa_method.h: - Method::as_vjunction method is added
7422:
7423: 2012-06-05 moko
7424:
1.116 moko 7425: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7426:
7427: * src/classes/memcached.C: flish ttl fixed
7428:
7429: 2012-06-04 moko
7430:
7431: * src/classes/json.C, src/classes/op.C, tests/279.html,
7432: tests/results/279.processed: ^json:parse[] now supports $.taint
7433: option (new feature #833)
7434:
7435: 2012-06-04 misha
7436:
7437: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7438: - search_stop method was moved from pa_vcookie.C to pa_common.C
7439:
7440: 2012-06-03 misha
7441:
7442: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7443: cookies are parced and stored into $.cookies ( new feature: #31 )
7444:
7445: 2012-05-30 misha
7446:
7447: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7448: incomplete class into a scope while @USE is found
7449:
7450: * src/main/compile.y: - add incomplete class into a scope while
7451: @USE and @CLASS instructions are found ( bugfix: #838 )
7452:
7453: 2012-05-30 moko
7454:
7455: * src/types/pa_vclass.C, tests/278.html,
7456: tests/results/278.processed: removed "property has no getter
7457: method" exception when GET_DEFAULT present (fixes #269)
7458:
7459: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7460: $._default
7461:
7462: 2012-05-29 moko
7463:
7464: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7465: uninitialized values usage (new feature: #154)
7466:
7467: 2012-05-28 moko
7468:
7469: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7470: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7471: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7472: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7473: src/types/pa_vobject.C, src/types/pa_vobject.h,
7474: src/types/pa_vstring.h, src/types/pa_vtable.C,
7475: tests/results/277.processed, src/types/pa_vtable.h,
7476: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7477: ^json:string[$o; $.default[$method]] implemented for VObject (new
7478: feature #803)
7479:
7480: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7481: tests/results/277.processed: json numbers are now treated as
7482: double ( new feature: #834 )
7483:
7484: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7485: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7486: added for out of range checks, zero division in vint/vdouble
7487: check added ( fixes #832 )
7488:
7489: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7490: ( fixes #832 )
7491:
7492: 2012-05-28 misha
7493:
7494: * buildall-with-xml: - --without-lzma option is added to libxml2
7495: configure
7496:
7497: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7498: added - tests for unsupported values for options $.file, $.table
7499: and $.date are added
7500:
7501: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7502: accepts "stat" $.file[] option's value in addition to existed
7503: "text" and "base64" ( new feature: #835 )
7504:
7505: * tests/276.html: - test for
7506: ^reflection:delete[$object-or-class;field-name]
7507:
7508: * src/classes/reflection.C: -
7509: ^reflection:delete[$object-or-class;field-name] is added ( new
7510: feature: #268 )
7511:
7512: 2012-05-27 misha
7513:
7514: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7515:
7516: 2012-05-24 misha
7517:
7518: * src/include/pa_common.h: - method lastposafter was removed
7519:
7520: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7521: lastposafter - ^file:dirname[] & Co proper handle windows file
7522: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7523: work as *nix commands
7524:
7525: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7526:
7527: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7528: rskipchars were added
7529:
7530: * tests/270.html: - more tests for ^file:find[]
7531:
7532: * tests/065.html: - more tests for ^file:dirname[] & Co
7533:
7534: * src/include/pa_version.h: - must be "win32" here. it is
7535: auto-generated on *nix
7536:
7537: 2012-05-24 moko
7538:
7539: * src/classes/math.C: ^math:convert[] now supports uint32 and
7540: throws overflow exception ( new feature: #830 )
7541:
7542: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7543: uint32 support and overflow added ( new feature: #830 )
7544:
7545: 2012-05-23 moko
7546:
7547: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7548: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7549: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7550: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7551: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7552: types/pa_vregex.h, types/pa_vstateless_class.C,
7553: types/pa_vstateless_class.h, types/pa_vstring.h,
7554: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7555: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7556: "return string as-is" removed from as_expr_result. ( new feature:
7557: #831 )
7558:
7559: * tests/results/244.processed: test changed after bug #782 fix
7560: commited
7561:
7562: * tests/results/229.processed: test results for bug #782 commited
7563:
7564: * tests/: 254.html, results/254.processed: uid now just compared,
7565: not printed. :)
7566:
7567: 2012-05-20 moko
7568:
7569: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7570: feature: #341 )
7571:
7572: * tests/: 254.html, results/254.processed: test for
7573: ^reflection:uid[] added
7574:
7575: * tests/: 254.html, results/254.processed: test for
7576: ^reflection:uid[$obj] added
7577:
7578: 2012-05-17 misha
7579:
7580: * src/main/untaint.C: - do not replace ' char by _26 while
7581: exploding filespec-tainting ( new feature: #829 )
7582:
7583: 2012-05-12 moko
7584:
7585: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7586: not.
7587:
7588: 2012-05-08 moko
7589:
7590: * src/types/pa_vmethod_frame.h: bug #782 fixed
7591:
7592: * tests/229.html: test for bug #782
7593:
7594: * tests/results/259.processed, src/main/pa_request.C,
7595: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7596: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7597: src/types/pa_vvoid.h: feature #154 - first empty param now
7598: string; defined locals are empty strings; $STRICT-VARS(true)
7599: added
7600:
7601: 2012-04-27 moko
7602:
1.116 moko 7603: * src/targets/apache/Makefile.am:
1.95 moko 7604: ../../lib/memcached/libmemcached.a added
7605:
7606: 2012-04-27 misha
7607:
7608: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7609: ( #827 )
7610:
7611: 2012-04-25 moko
7612:
7613: * src/: classes/json.C, classes/memcached.C,
7614: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7615: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7616: implemented.
7617:
7618: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7619:
7620: 2012-04-23 moko
7621:
7622: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7623: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7624: types/pa_vmemcached.h: open allows options hash for new
7625: memcached(options) function
7626:
7627: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7628: not appended
7629:
7630: 2012-04-21 moko
7631:
7632: * src/classes/curl.C: '' added. :)
7633:
7634: * src/classes/classes.vcproj: new curl.h location
7635:
7636: * src/classes/curl.C: verbose output redirection from stderr to
7637: file curl option added
7638:
7639: 2012-04-20 moko
7640:
7641: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7642: contains what we need from curl, #ifdef HAVE_CURL removed
7643:
1.116 moko 7644: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7645: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7646: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7647: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7648: configure option
7649:
7650: 2012-04-19 moko
7651:
7652: * src/: classes/double.C, classes/inet.C, classes/int.C,
7653: classes/string.C, lib/gc/include/gc_allocator.h,
7654: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7655: options from sql_result_string removed. (closes issue #468)
7656:
7657: * src/types/pa_vmemcached.C: empty string fix
7658:
7659: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7660: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7661: pa_vmemcached.C
7662:
7663: 2012-04-18 moko
7664:
7665: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7666: apache2-mpm-prefork" error displayed in threaded mpm.
7667:
7668: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7669: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7670: installed (issue #354)
7671:
7672: 2012-04-16 moko
7673:
7674: * src/types/pa_vmemcached.C: call to memcached_result_create and
7675: memcached_result_free removed
7676:
7677: 2012-04-14 moko
7678:
7679: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7680:
7681: * src/types/pa_vmemcached.C: check_key added and used
7682:
7683: 2012-04-13 moko
7684:
7685: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7686: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7687: Serialization_data now added and used, VString now serialized
7688: with languages into memcached.
7689:
7690: 2012-03-28 moko
7691:
7692: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7693: lib/memcached/pa_memcached.h: result lengths added
7694:
7695: 2012-03-27 moko
7696:
7697: * src/types/pa_vmemcached.C: strdup added
7698:
7699: 2012-03-24 moko
7700:
7701: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7702: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7703: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7704:
7705: 2012-03-20 moko
7706:
1.116 moko 7707: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7708:
7709: * src/targets/cgi/Makefile.am: cleanup
7710:
7711: * src/: types/Makefile.am, types/pa_vmemcached.C,
7712: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7713:
7714: * src/: classes/Makefile.am, classes/memcached.C,
7715: lib/memcached/Makefile.am, lib/memcached/constants.h,
7716: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7717: lib/memcached/types.h, lib/Makefile.am: memcached initial
7718:
7719: 2012-03-16 moko
7720:
7721: * src/main/execute.C: ident now works under Linux + ident displays
7722: filenames (closes issue #818)
7723:
1.116 moko 7724: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7725: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7726: pa_vmethod_frame_local.h removed
7727:
7728: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7729: classes/classes.h, classes/curl.C, classes/date.C,
7730: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7731: classes/hashfile.C, classes/image.C, classes/inet.C,
7732: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7733: classes/memory.C, classes/op.C, classes/reflection.C,
7734: classes/regex.C, classes/response.C, classes/string.C,
7735: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7736: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7737: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7738: include/pa_config_fixed.h, include/pa_config_includes.h,
7739: include/pa_dictionary.h, include/pa_dir.h,
7740: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7741: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7742: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7743: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7744: include/pa_request_charsets.h, include/pa_request_info.h,
7745: include/pa_sapi.h, include/pa_socks.h,
7746: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7747: include/pa_stack.h, include/pa_string.h,
7748: include/pa_stylesheet_connection.h,
7749: include/pa_stylesheet_manager.h, include/pa_table.h,
7750: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7751: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7752: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7753: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7754: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7755: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7756: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7757: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7758: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7759: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7760: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7761: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7762: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7763: main/pa_string.C, main/pa_stylesheet_connection.C,
7764: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7765: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7766: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7767: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7768: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7769: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7770: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7771: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7772: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7773: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7774: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7775: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7776: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7777: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7778: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7779: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7780: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7781: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7782: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7783: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7784: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7785: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7786: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7787: types/pa_vresponse.h, types/pa_vstateless_class.C,
7788: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7789: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7790: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7791: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7792: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7793: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7794: ident now works under Linux + ident displays filenames (closes
7795: issue #818) Copyright updated
7796:
7797: 2012-03-13 moko
7798:
7799: * src/main/pa_string.C: compilation fix for feature #741
7800:
7801: 2012-03-09 misha
7802:
7803: * tests/193.html: - tests for ^string:base64[encoded] are updated
7804:
7805: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7806: now detects invalid base64 chars in the middle of encoded stricg
7807: ( new feature: #55 )
7808:
7809: * src/include/pa_exception.h: - new exception type for base64
7810: decoding is added
7811:
7812: 2012-03-06 misha
7813:
7814: * tests/274.html: - tests for ^date::today[] and
7815: ^date.sql-string[datetime|date|time] are added
7816:
7817: * src/classes/date.C: - constructor ^date::today[] is added ( new
7818: feature: #811 ) - ^date.sql-string[] now can accept one param --
7819: strings "datetime", "date" or "time" - comments tidying up
7820:
7821: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7822: date and time
7823:
7824: 2012-03-03 misha
7825:
7826: * tests/193.html: - tests for
7827: ^string:base64[encoded;$.strict(true)] are added
7828:
7829: * tests/results/auto.p: - try-catch operator is added
7830:
7831: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7832: main/pa_common.C: - $.strict(true|false) option is added to
7833: base64 decode methods ( new feature: #55 )
7834:
7835: * src/main/pa_common.C: - base64 decode memory usage was decreased
7836: ( new feature: #819 )
7837:
7838: 2012-02-28 moko
7839:
7840: * src/classes/hash.C: ident test
7841:
7842: 2012-02-27 misha
7843:
7844: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7845:
7846: 2012-01-08 misha
7847:
7848: * tests/273.html: - tests for ^string.replace[from;to] are added
7849:
7850: * src/: classes/string.C, include/pa_dictionary.h,
7851: main/pa_dictionary.C, main/pa_string.C: -
7852: ^string.replace[from;to] is added ( new feature: #741 ) -
7853: ^string.replace[one subst here] is slightly optimized
7854:
7855: 2011-12-07 misha
7856:
7857: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7858: named table with one empty column ( bugfix: #63 )
7859:
7860: 2011-11-30 misha
7861:
7862: * src/classes/json.C: - it's possible to set user's method for
7863: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7864: #763 )
7865:
7866: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7867:
7868: 2011-11-23 misha
7869:
7870: * src/: classes/curl.C, classes/file.C, classes/image.C,
7871: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7872: types/pa_vfile.h, types/pa_vform.C: - constructor
7873: ^file::create[mode;filename;content[;options]] now accepts binary
7874: mode and file-content - new constructor's format:
7875: ^file::create[string-or-file-content[;$.name[filename]
7876: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7877: feature: #65 )
7878:
7879: * src/: include/pa_request.h, main/pa_request.C: - new method
7880: mime_type_of(const String*) is added
7881:
7882: * src/include/pa_exception.h: - new exception constant
7883: FILE_NAME_MUST_BE_SPECIFIED is added
7884:
7885: * src/classes/table.C: - bug with negative offset transformed into
7886: a feature. it means pointing to a row from the end of the table (
7887: new feature: #810 )
7888:
7889: 2011-11-19 misha
7890:
7891: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7892: â ìåòîäå _select ( new feature: #810 )
7893:
7894: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7895: options were specified together is simplified
7896:
7897: 2011-11-12 misha
7898:
7899: * src/main/pa_request.C: - forgotten fix for escaping filename in
7900: HTTP content-disposition header (a part of bug #361 )
7901:
7902: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7903: checks for ancestors' classes as well ( new feature: #456 )
7904:
7905: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7906: "without cycle" now have types "parser.break" and
7907: "parser.continue" instead of "parser.runtime" ( new feature: #799
7908: )
7909:
7910: 2011-11-11 misha
7911:
7912: * tests/results/: 099.processed, 100.processed, 205.processed,
7913: 237.processed: - since bug #361 was fixed the content of filename
7914: in HTTP headers is quoted
7915:
7916: * tests/results/270.processed: - result for test 270
7917:
7918: * tests/: 065.html, results/065.processed: - more tests for
7919: ^file:basename[] & Co were added
7920:
7921: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7922:
7923: * tests/270.html: - tests for ^file:find[] are added
7924:
7925: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7926: using option $.charset. option $.engoding is still supported but
7927: these options can not be specified together
7928:
7929: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7930: comparation charset name with string "UTF-8" ( bugfix: #759 )
7931:
7932: 2011-10-11 misha
7933:
7934: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7935: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7936: #622)
7937:
7938: 2011-09-30 misha
7939:
7940: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7941: exception "saving stat-ed file" ( bugfix: #395 )
7942:
7943: 2011-05-30 misha
7944:
7945: * src/classes/string.C: - fixed bug which was added with
7946: params.as_hash into string:sql
7947:
7948: 2011-05-29 misha
7949:
7950: * src/types/pa_value.C: - filename in content-disposition header
7951: must be quoted ( bugfix: #361 )
7952:
7953: 2011-05-27 misha
7954:
7955: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7956: created file
7957:
7958: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7959: usage
7960:
7961: * src/include/pa_exception.h: - one more string for exception was
7962: added
7963:
7964: 2011-05-25 misha
7965:
7966: * tests/269.html: - tests for checking input params in some dom
7967: methods
7968:
7969: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7970: was added. it isn't possible not wo create xdoc with invalid
7971: tagName. ( bugfix: #160 )
7972:
7973: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7974: string "data must be string" was mover from pa_exception.h to
7975: pa_xml_exception.h
7976:
7977: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7978: as_xmlncname, as_xmlname and as_xmlnsuri were added
7979:
7980: * src/main/pa_xml_exception.C: - XmlException accepts more options
7981:
7982: * src/include/pa_xml_exception.h: - XmlException accepts more
7983: options - XML-related exception's strings were added
7984:
7985: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7986: output_options were removed)
7987:
7988: 2011-05-19 misha
7989:
7990: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7991: params.as_hash is used more while parsing methods hash-options
7992:
7993: 2011-05-18 misha
7994:
1.211 moko 7995: * operators.ru.txt, operators.txt: - info about json-serialization
7996: of xdoc was added
1.95 moko 7997:
7998: * tests/256.html: - tests for json-serialization xdoc were added
7999:
8000: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8001:
8002: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8003: classes/json.C, classes/xdoc.C: - now json:string can serialize
8004: xdoc-objects. options (the same as ^xdoc.string[]) could be
8005: specified in $.xdoc[] ( new feature: #265 )
8006:
8007: 2011-05-15 misha
8008:
8009: * tests/268.html: - tests for ^table.count[with options] were added
8010:
8011: * src/classes/table.C: - method ^table.count[] now can accept
8012: options ( new feature: #93 ): ^table.count[column] returns number
8013: of columns for named table; ^table.count[cells] returns number of
8014: cells in the current row; ^table.count[] & ^table.count[rows]
8015: return number of rows in a table.
8016:
8017: * tests/267.html: - test for checking switch/case in boolean mode
8018: was added
8019:
8020: * src/classes/op.C: - if switch's or case's value is bool, they are
8021: compared as bool values, not as double values: new feature: #351
8022:
8023: 2011-05-06 misha
8024:
8025: * tests/242.html: - EOL before EOF was added
8026:
8027: * tests/169.html: - tests for splitting empty string and void were
8028: added
8029:
8030: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8031: returned table with one empty cell)
8032:
8033: 2011-04-03 misha
8034:
8035: * src/include/pa_version.h, configure.in: - version in head was
8036: changed to 3.4.2b
8037:
8038: 2011-03-30 misha
8039:
8040: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8041: as well ( new feature #294 )
8042:
8043: 2011-03-29 misha
8044:
8045: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8046: limited to approx. 6 MB. previous limits were too big for real
8047: life. bugfix: #216
8048:
8049: 2011-03-04 moko
8050:
8051: * etc/parser3.charsets/cp866.cfg: Conforms to
8052: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8053:
8054: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8055: vlalek@
8056:
8057: 2011-02-22 misha
8058:
1.211 moko 8059: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8060: methods mustn't be under #ifdef XML or parser can't be compiled
8061: without xml support
1.95 moko 8062:
8063: 2011-02-21 misha
8064:
1.116 moko 8065: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8066: ApacheModuleParser3.vcproj was removed
8067:
8068: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8069: removed)
8070:
8071: 2011-02-20 misha
8072:
8073: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8074: $.overridden in ^reflection:method_info[...] were added
8075:
8076: * src/classes/reflection.C: - beautifying result of
8077: ^reflection:method_info[] ($.overridden/inherited)
8078:
8079: 2011-02-18 misha
8080:
8081: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8082: and pa_isalnum instead of isalpha and isalnum - bug with
8083: redundand quoting lowercased latin chars while building email
8084: body was fixed
8085:
8086: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8087: added (they check for latin chars only)
8088:
8089: 2011-02-16 misha
8090:
8091: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8092: string size for transcoding gave too small value (should ever
8093: look for availability char in dest charset inspite of the char
8094: size)
8095:
8096: 2011-02-04 moko
8097:
8098: * tests/223.html: header values now not url-encoded (issue #195)
8099:
8100: 2011-02-01 misha
8101:
8102: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8103:
8104: 2011-01-31 misha
8105:
8106: * src/main/pa_request.C: - throw exception if param file_name in
8107: use_file is empty
8108:
8109: 2011-01-08 moko
8110:
8111: * src/classes/curl.C: compilations errors fixed
8112:
8113: 2010-12-29 moko
8114:
8115: * tests/: 265.html, results/265.processed: test for issue #200
8116: added
8117:
8118: * src/main/pa_string.C: empty regex result check added (fixes issue
8119: #200)
8120:
8121: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8122:
8123: * tests/results/223.processed: header values now not url-encoded
8124: (issue #195)
8125:
8126: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8127: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8128: pa_http_safe_header_name added for headers names (fixes bug #195)
8129:
8130: 2010-12-18 misha
8131:
8132: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8133: => pa-include
8134:
8135: 2010-11-28 moko
8136:
8137: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8138:
8139: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8140: -> pa
8141:
8142: * configure.in: apr -> pa
8143:
8144: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8145:
8146: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8147: classes/Makefile.am, types/Makefile.am: apr -> pa
8148:
8149: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8150: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8151: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8152: pa-include/pa_apr.h, pa-include/pa_errno.h,
8153: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8154: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8155: module apr name conflict resolved)
8156:
8157: 2010-11-27 misha
8158:
8159: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8160: libbz2
8161:
8162: 2010-11-26 misha
8163:
8164: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8165: warnings removed
8166:
8167: 2010-11-25 moko
8168:
1.211 moko 8169: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8170:
1.211 moko 8171: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8172:
1.211 moko 8173: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8174:
8175: * buildall-with-xml: libxml2-2.7.8 + with-apache
8176:
8177: 2010-11-24 moko
8178:
1.116 moko 8179: * configure: apxs support
1.95 moko 8180:
8181: * configure.in: apxs support -Bstatic gc removed for OS X
8182:
8183: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8184:
8185: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8186: THREAD_LOCAL usage
8187:
8188: * src/: classes/curl.C, include/pa_config_includes.h,
8189: main/pa_globals.C: THREAD_LOCAL defined and used
8190:
8191: 2010-11-23 moko
8192:
8193: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8194: should be passed to pa_sleep, and only fractional part (bugfix:
8195: #188)
8196:
8197: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8198:
8199: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8200: GC_dont_gc=1, as in cgi version
8201:
8202: * src/targets/apache/mod_parser3.c: warning war
8203:
8204: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8205: pa_httpd.h: version removed, some trash removed
8206:
8207: * src/targets/apache/mod_parser3.c: version removed (we don't want
8208: to show it), warning war
8209:
8210: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8211: pa_httpd.h: parser_status_allowed removed + merge config
8212: functions removed (override is the default) + beauty
8213:
8214: * src/: include/pa_request.h, main/pa_request.C,
8215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8216: hide $status used in apache module removed
8217:
8218: 2010-11-18 moko
8219:
1.211 moko 8220: * operators.ru.txt, operators.txt: $.table[compact] added for
8221: ^json:string[]
1.95 moko 8222:
8223: 2010-11-16 moko
8224:
8225: * src/targets/apache/mod_parser3.c: some cleanup done
8226:
8227: * src/main/untaint.C: bugfix: first, second String::Body argument
8228: is hashcode; second, info.fragment_begin is original, not
8229: resulting length
8230:
8231: * src/classes/file.C: new feature: $.stdin now untainted
8232:
8233: * tests/results/264.processed: new feature: $.stdin[] now untainted
8234:
8235: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8236:
8237: * src/classes/op.C: ^apply-taint[] method added
8238:
8239: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8240: added; $.stdin untaint test added
8241:
8242: 2010-11-15 moko
8243:
8244: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8245: removed
8246:
8247: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8248: pa_httpd.h: 2x2 calculated under apache2. :)
8249:
8250: 2010-11-13 moko
8251:
8252: * src/targets/apache/mod_parser3.c: initial changes to build module
8253: with apache 2.x includes
8254:
8255: * src/targets/apache/: Makefile.am, mod_parser3.c,
8256: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8257: united apache 1.3 / apache 2.x DSO module
8258:
8259: 2010-11-09 moko
8260:
8261: * src/types/pa_method.h: check added to dissallow @method[name;*]
8262: syntax
8263:
8264: * tests/: 263.html, results/263.processed: test from method[*args]
8265: added
8266:
8267: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8268: number of params can now be passed to a method declared with *arg
8269:
8270: 2010-11-06 moko
8271:
8272: * src/classes/table.C: formating fixed. :)
8273:
8274: * src/classes/table.C: closes #4: ^table.select now supports
8275: $.limit(), $.offset, $.reverse() options
8276:
8277: * tests/: 262.html, results/262.processed: test for ^table:select
8278: with options added (feature #4)
8279:
8280: * src/include/pa_array.h: remove function added
8281:
8282: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8283: object in get_element/put_element, using static one.
8284:
8285: 2010-11-04 moko
8286:
8287: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8288: options is passed
8289:
8290: * tests/: 256.html, results/256.processed: $.table[compact] feature
8291: now tested; k and p in handler now tested.
8292:
8293: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8294: $.table[compact] feature added
8295:
8296: * src/classes/json.C: key is now passed to handler in
8297: value_json_string; ^json:string result now process tainting
8298: inside and returns clean string, related to issue #153
8299:
8300: * src/main/untaint.C: bugfix: charset can be null (in
8301: ^string:save[] as example), thus check is added
8302:
8303: 2010-10-31 moko
8304:
8305: * src/classes/string.C: error message changed (fixes issue #149)
8306:
8307: 2010-10-29 moko
8308:
8309: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8310: port is not default (fixes issue #155); exception on invalid port
8311: added.
8312:
8313: * src/main/untaint.C: '*' is now not urlencoded to allow header
8314: "Accept: */*" to be passed
8315:
8316: 2010-10-28 moko
8317:
8318: * src/classes/curl.C: bugfix: detect_charset() was throwing
8319: exception on unknown charset even if response_charset was
8320: specified
8321:
8322: 2010-10-27 moko
8323:
8324: * src/classes/string.C: ^string.append removed for void
8325: compatibility
8326:
8327: 2010-10-26 moko
8328:
8329: * src/classes/json.C: libjson supports array at top level, we too
8330: (GPF fixed)
8331:
8332: 2010-10-25 moko
8333:
8334: * tests/: 253.html, results/253.processed: libjson supports array
8335: at top level, parser now supports it as well.
8336:
8337: * tests/261.html, tests/results/261.processed,
8338: src/types/pa_vstring.h: empty string is now void compatible
8339: (allows $empty.key)
8340:
8341: 2010-10-22 misha
8342:
8343: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8344: while adding additional expires checkout)
8345:
8346: * tests/030.html: - test for session cookie was added
8347:
8348: 2010-10-21 moko
8349:
8350: * src/: classes/string.C, classes/void.C, main/execute.C,
8351: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8352: string (feature #111)
8353:
8354: * tests/: 261.html, results/261.processed: checks void from string
8355: inheritance (feature #111)
8356:
8357: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8358: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8359: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8360: now true by default
8361:
8362: 2010-10-17 moko
8363:
8364: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8365: upload now uses binary blocks instead of L_FILE_POST tainting.
8366: (bugfix: #128)
8367:
8368: * tests/: 223.html, results/223.processed: binary file upload test
8369: added, GPF (issue #128) also checked in this test
8370:
8371: 2010-10-13 misha
8372:
8373: * tests/260.html: - test for math:convert
8374:
8375: * src/classes/math.C: - error in math:convert was fixed
8376:
1.211 moko 8377: * operators.ru.txt, operators.txt: - info about
1.95 moko 8378: ^math:convert[number](from-base;to-base) was added
8379:
8380: * src/classes/math.C: - method
8381: ^math:convert[number](from-base;to-base) for converting number
8382: represention from one base to another was added ( new feature:
8383: #23 )
8384:
8385: 2010-10-13 moko
8386:
8387: * src/main/compile.tab.C: [] now is empty string, not void
8388:
8389: * src/main/compile.y: [] now is empty string, not void
8390:
8391: * src/types/pa_vvoid.h: void now passed as parameter
8392:
8393: * tests/: 259.html, results/259.processed: to test difference
8394: between void and empty string (see ticket #111)
8395:
8396: * tests/results/152.processed: $sEmpty[] is now empty string, not
8397: void
8398:
8399: * tests/256.html: $s[$void] is no longer empty string
8400:
8401: * tests/254.html: empty string is no longer void
8402:
8403: 2010-10-12 misha
8404:
8405: * src/types/pa_vcookie.C: - check if $.expires value can be
8406: converted to date during cookies set up ( bugfix: #104 )
8407:
8408: * tests/041.html: - more tests for ^table.locate were added
8409:
8410: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8411: work ( bugfix: #129 ) - exception comment for incorrect options
8412: ^table.locate[field;value;options] was fixed
8413:
8414: 2010-10-10 moko
8415:
8416: * src/: classes/reflection.C, main/execute.C: constructor returning
8417: another object feature returned
8418:
8419: * tests/results/258.processed: test result updated as constructor
8420: returning another object feature returned
8421:
8422: * tests/: 258.html, results/258.processed: test for constructor
8423: returning another object
8424:
8425: 2010-10-08 misha
8426:
8427: * tests/257.html: - whitespaces after @METACOMMANDS and their
8428: options shouldn't cause exceptions any longer
8429:
8430: 2010-10-06 moko
8431:
8432: * src/classes/: hash.C, table.C: length from sql server is now
8433: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8434:
8435: 2010-10-02 misha
8436:
1.211 moko 8437: * operators.ru.txt, operators.txt: - the X mark was removed from
8438: ^cache[file]. it is usable to delete cache file.
1.95 moko 8439:
8440: 2010-10-02 moko
8441:
8442: * tests/: 253.html, results/253.processed: hook_key added for key
8443: checking
8444:
8445: * src/classes/json.C: null key bug fixed
8446:
8447: 2010-09-29 misha
8448:
8449: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8450:
8451: 2010-09-25 moko
8452:
8453: * src/classes/json.C: small fixed
8454:
8455: * tests/results/: 253.processed, 255.processed: just updated
8456:
8457: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8458: results/255.processed: charset transcode test added for
8459: json:parse
8460:
8461: 2010-09-24 moko
8462:
8463: * src/types/pa_value.h: warning war :)
8464:
8465: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8466: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8467: ^json:string
8468:
8469: 2010-09-22 moko
8470:
8471: * src/main/pa_charset.C: parser charset tables declare only
8472: white-space before 0x20, thus adding the missing chars
8473:
8474: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8475: to http://unicode.org/Public/MAPPINGS/VENDORS/
8476:
8477: 2010-09-21 misha
8478:
8479: * src/main/compile.y: - some semicolons were added (VS2010 don't
8480: want to compile grammar if they are absent)
8481:
8482: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8483:
8484: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8485:
8486: * src/main/main.vcproj: - path to bison is changed
8487:
8488: 2010-09-21 moko
8489:
1.116 moko 8490: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8491: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8492: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8493:
8494: 2010-09-20 misha
8495:
8496: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8497:
8498: * src/classes/json.C: - add EOL while json-serializing hash
8499:
8500: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8501: compilers don't like 'ES'.
8502:
8503: 2010-09-17 misha
8504:
1.211 moko 8505: * operators.ru.txt, operators.txt: - info about json class was
8506: added
1.95 moko 8507:
8508: * src/classes/json.C: - ^json:string[object]
8509:
8510: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8511: preventing infinite recursion while executing json:string was
8512: added
8513:
8514: * src/include/pa_string.h: - method append_quoted was added
8515:
8516: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8517: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8518: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8519: was added to Value & Co
8520:
8521: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8522: were used
8523:
8524: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8525: were added
8526:
8527: 2010-09-10 moko
8528:
8529: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8530: die_or_abort (backport from 3.4.1)
8531:
8532: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8533: die_or_abort (bugfix: #106)
8534:
8535: 2010-09-09 moko
8536:
8537: * src/classes/json.C: warning war. :)
8538:
8539: 2010-09-08 misha
8540:
8541: * src/lib/json/Makefile.am: - additional include directories were
8542: added (for pa_memory.h and gc.h)
8543:
8544: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8545: compile as C++ instead default - additional include directory was
8546: added (for gc.h)
8547:
8548: * src/types/pa_vform.C: - little code reformating
8549:
8550: * src/classes/file.C: - $.content-type option now can be specified
8551: in ^file::create ( new feature: #102 )
8552:
8553: 2010-09-08 moko
8554:
8555: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8556: pa_malloc/pa_free
8557:
8558: 2010-09-07 moko
8559:
8560: * tests/results/254.processed: VStateless_class:put_element
8561: exception was fixed
8562:
8563: * src/types/: pa_value.h, pa_vstateless_class.h: now
8564: VStateless_class:put_element barks self.type, not this.type
8565: (bugfix: #105)
8566:
8567: 2010-09-06 moko
8568:
8569: * src/classes/reflection.C: bugfix: new String() is required for
8570: exception handling
8571:
8572: * tests/: 254.html, results/254.processed: test modified
8573:
8574: 2010-09-05 moko
8575:
8576: * tests/: 254.html, results/254.processed: ^reflection:copy test
8577: added
8578:
8579: * src/: classes/reflection.C, include/pa_request.h:
8580: ^reflection:copy implemented (new feature: #100)
8581:
8582: 2010-09-03 moko
8583:
8584: * src/lib/json/JSON_parser.C: c++ compatiblity
8585:
8586: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8587: option testing added
8588:
8589: 2010-09-02 moko
8590:
8591: * src/classes/json.C: $.distinct[first|last|all] added
8592:
8593: 2010-09-01 moko
8594:
8595: * tests/results/253.processed: json test result
8596:
8597: * tests/: 253.html, 253_json.txt: json test added
8598:
8599: * src/classes/json.C: json.C update to actual version + hash key
8600: creation bugfix
8601:
8602: 2010-08-31 misha
8603:
8604: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8605: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8606: src/lib/Makefile.am, src/classes/Makefile.am,
8607: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8608: json library was added
8609:
8610: 2010-08-30 moko
8611:
8612: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8613: types/pa_vobject.C: cosmetic optimization in
8614: request:execute_method usage
8615:
8616: * src/: include/pa_charset.h, main/pa_charset.C: small
8617: optimization, just to decrease number of lines. :)
8618:
8619: 2010-08-27 misha
8620:
8621: * src/classes/op.C: - taint[json] was added
8622:
8623: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8624: were added
8625:
8626: * src/main/pa_exec.C: - warning fix was rolled back.
8627:
8628: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8629: include/pa_string.h: - taint[json] was added - escaping was
8630: slightly modified
8631:
8632: 2010-08-25 misha
8633:
8634: * src/classes/file.C: - typo in file:sql exception was fixed
8635:
8636: * src/main/pa_exec.C: - warning about declared and not used
8637: variable forced_allow was removed
8638:
8639: 2010-08-14 misha
8640:
8641: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8642: were removed
8643:
8644: 2010-08-11 moko
8645:
8646: * tests/: 249.html, results/249.processed: default setter and
8647: anti-recursive default getter test added
8648:
8649: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8650: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8651: types/pa_vobject.h, types/pa_vstateless_class.C,
8652: types/pa_vstateless_class.h: default setter support +
8653: anti-recursive default getter support ( new feature: #13 )
8654:
8655: * src/include/pa_hash.h: optimization: threshold member removed
8656: from hash, reducing sizeof(hash)
8657:
8658: 2010-08-10 misha
8659:
8660: * tests/196.html: - junction-method was added to the test
8661:
8662: * tests/248.html: - ups. typo :)
8663:
8664: * tests/248.html: - test for checking .match with 4 params
8665:
8666: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8667: 247_windows1251.txt: - test for "transcode file from utf-8 to
8668: $request:charset during loading if the BOM code is detected"
8669:
8670: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8671: $request:charset during loading if the BOM code is detected ( new
8672: feature: #98 )
8673:
8674: 2010-08-05 misha
8675:
8676: * src/classes/image.C: - ^image.replace now can accept only 2
8677: params. in this case the whole image is affected ( new feature:
8678: #95 )
8679:
8680: 2010-08-04 misha
8681:
8682: * tests/246.html: - test tor ^hash._at[] was added
8683:
8684: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8685: #53 )
8686:
8687: * src/include/pa_hash.h: - methods for accessing the first and the
8688: last values of ordered hash were added (first_value and
8689: last_value)
8690:
8691: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8692: (similar to others file's methods):
8693: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8694: #68 )
8695:
8696: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8697:
8698: 2010-08-01 moko
8699:
8700: * src/classes/op.C: to correctly process $result[] in code, called
8701: from ^process
8702:
8703: * tests/245.html: $result in ^process[] test added
8704:
8705: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8706: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8707: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8708: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8709: caller, self) op_call(VMethodFrame &frame, bool constructing)
8710: removed, construct(class,method) added
8711:
8712: * tests/results/: 192.processed, 244.processed: request::construct
8713: added
8714:
8715: * tests/: 244.html, 245.html, results/244.processed,
8716: results/245.processed: object creation exceptions and ^process
8717: tests added
8718:
8719: 2010-07-28 misha
8720:
8721: * tests/make_tests.cmd: - win32 EOLs
8722:
8723: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8724: tests on Win32 were added (The system timezone should be GMT+3)
8725:
8726: 2010-07-26 misha
8727:
8728: * tests/: 212.html, results/212.processed: - sizes were removed
8729: mecause they could be different on different OSs
8730:
8731: * tests/065.html: - make it "win32 friendly"
8732:
8733: 2010-07-25 misha
8734:
8735: * src/main/compile.y: - all EOLs between methods are removed during
8736: compilation ( new feature: #47 )
8737:
8738: * tests/results/149.processed: - prepare tests to trim trailing
8739: methods' EOLs
8740:
8741: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8742:
8743: * tests/: results/006.processed, results/014.processed, 006.html,
8744: 014.html, 022.html: - prepare tests to trim trailing methods'
8745: EOLs
8746:
8747: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8748: results/071.processed, results/022.processed: - prepare tests to
8749: trim trailing methods' EOLs
8750:
8751: * tests/: results/073.processed, results/109.processed,
8752: results/142.processed, results/144.processed,
8753: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8754: 144.html: - prepare tests to trim trailing methods' EOLs
8755:
8756: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8757: 149.html, 152.html, results/096.processed, results/107.processed,
8758: results/109.processed, results/142.processed,
8759: results/144.processed: - prepare tests to trim trailing methods'
8760: EOLs
8761:
8762: 2010-07-24 moko
8763:
8764: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8765: the hash order in this test
8766:
8767: * tests/014.html: to check hash order, hash no is longer sorted
8768: before print
8769:
8770: * src/include/pa_hash.h: hash copy constructor now keeps order
8771: (bugfix: #54)
8772:
8773: 2010-07-23 moko
8774:
8775: * tests/results/224.processed: @auto[] is no longer inherited
8776:
8777: * src/types/pa_vstateless_class.C, tests/227.html,
8778: tests/results/227.processed: @auto[] is no longer inherited
8779: (bugfix: #57)
8780:
8781: 2010-07-22 misha
8782:
8783: * src/classes/table.C: - don't skip comment lines during
8784: table::load if encloser or separator is set as '#' ( new feature:
8785: #30 )
8786:
8787: * src/targets/cgi/parser3.C: - don't run as cgi if
8788: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8789: #12 )
8790:
8791: * src/classes/file.C: - set PARSER_VARSION env before external
8792: script executing
8793:
8794: 2010-07-13 misha
8795:
8796: * tests/058.html: - test for suppressing @border was added - test
8797: for user attribute was added
8798:
8799: * tests/results/186.processed: unescaping from \uXXXX
8800:
8801: * tests/186.html: unescaping from \uXXXX
8802:
8803: * tests/: 239.html, results/239.processed: method call type
8804:
8805: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8806: $junction_method.CLASS_NAME (+CLASS)
8807:
8808: 2010-07-07 misha
8809:
8810: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8811: *nix
8812:
8813: 2010-07-05 misha
8814:
8815: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8816: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8817: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8818: comment strings "options must be hash", "options must be hash,
8819: not code" and "called with invalid option" were replaced by
8820: constatns - exception comment string "invalid option passed" was
8821: replaced by "called with invalid option" (now in different
8822: methods are the same exception comment string)
8823:
8824: * src/include/pa_exception.h: - more exception strings were defined
8825:
8826: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8827: types/pa_vstateless_class.h: - now we can define possible
8828: method's call type ( new feature: #5 ) 1.
8829: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8830: methods 2. @static:method[params] (only static keyword could be
8831: used here) -- for specified methods
8832:
8833: * src/main/pa_common.C: - junction points should not be deleted on
8834: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8835: cleanup
8836:
8837: 2010-07-03 misha
8838:
8839: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8840: results/158.processed, results/160.processed,
8841: results/161.processed, results/162.processed,
8842: results/163.processed: - prepare tests to trim trailing methods'
8843: EOLs
8844:
8845: * tests/results/169.processed: - prepare tests to trim trailing
8846: methods' EOLs
8847:
8848: * tests/results/: 168.processed, 169.processed: - prepare tests to
8849: trim trailing methods' EOLs
8850:
8851: * tests/: results/170.processed, results/167.processed,
8852: results/168.processed, results/169.processed, 167.html, 168.html,
8853: 169.html: - prepare tests to trim trailing methods' EOLs
8854:
8855: * tests/: results/170.processed, results/171.processed,
8856: results/172.processed, results/173.processed,
8857: results/174.processed, results/175.processed, 170.html, 171.html,
8858: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8859: trailing methods' EOLs
8860:
8861: * tests/: results/176.processed, results/180.processed,
8862: results/184.processed, results/185.processed,
8863: results/191.processed, results/192.processed,
8864: results/196.processed, results/197.processed,
8865: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8866: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8867: to trim trailing methods' EOLs
8868:
8869: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8870: results/199.processed, results/208.processed,
8871: results/209.processed, results/213.processed,
8872: results/214.processed: - prepare tests to trim trailing methods'
8873: EOLs
8874:
8875: 2010-06-29 misha
8876:
8877: * tests/: 220.html, 218.html, results/218.processed,
8878: results/215.processed, results/217.processed, 215.html, 217.html:
8879: - prepare tests to trim trailing methods' EOLs
8880:
8881: * tests/: results/224.processed, 224.html, 223.html,
8882: results/223.processed, results/220.processed: - prepare tests to
8883: trim trailing methods' EOLs
8884:
8885: * tests/results/: 226.processed, 230.processed: - prepare tests to
8886: trim trailing methods' EOLs
8887:
8888: * tests/: 229.html, results/229.processed: - prepare tests to trim
8889: trailing methods' EOLs
8890:
8891: * tests/: 232.html, 235.html, results/232.processed,
8892: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8893: results/226.processed, results/227.processed,
8894: results/228.processed, results/230.processed: - prepare tests to
8895: trim trailing methods' EOLs
8896:
8897: 2010-06-16 moko
8898:
8899: * tests/: 229.html, results/229.processed: elseif now supported in
8900: ^if
8901:
8902: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8903:
8904: 2010-06-03 misha
8905:
8906: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8907: instead of memcopy for overlaped regions
8908:
8909: 2010-05-25 misha
8910:
8911: * src/main/pa_common.C: - wanring about unused vars was removed
8912:
8913: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8914: get_method_filename was moved to execute.C
8915:
8916: 2010-05-23 misha
8917:
8918: * src/main/pa_request.C: - more accurate detection of method's file
8919:
8920: 2010-05-22 misha
8921:
8922: * src/classes/reflection.C: - bugfix: core during detection of
8923: .file if filespec isn't detected successfully
8924:
8925: 2010-05-20 misha
8926:
8927: * src/main/pa_request.C: - fix in get_method_filename
8928:
8929: * src/include/pa_request.h: - new feature: #24 -- searching
8930: included file in @USE/^use is changed. if its filespec doesn't
8931: start from '/' it will be searched in caller file directory
8932:
8933: * src/classes/reflection.C: - ^reflection:method_info returns file
8934: where the method is defined
8935:
8936: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8937: classes/op.C: - new feature: #24 -- searching included file in
8938: @USE/^use is changed. if its filespec doesn't start from '/' it
8939: will be searched in caller file directory
8940:
8941: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8942: is moved to pa_common.h
8943:
8944: 2010-05-18 misha
8945:
8946: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8947: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8948: cookie parser decode \uXXXX as well as %uXXXX
8949:
8950: 2010-05-17 misha
8951:
8952: * src/classes/curl.C: beauty: - unused param is removed in method
8953: _curl_version_action - some spaces were removed or replaced by
8954: tabs
8955:
8956: * src/classes/table.C: - bugfix: #72 core with empty value during
8957: ^table.hash[...;name_of_the_last_column][$.type[string]]
8958:
8959: 2010-05-16 misha
8960:
8961: * src/classes/curl.C: new: #61 more curl options were added
8962: (contributed by Sumo)
8963:
8964: 2010-04-29 pretender
8965:
8966: * src/main/pa_string.C: fixes #63 Split result from empty string
8967: now empty string.
8968:
8969: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8970: string type.
8971:
8972: 2010-04-28 pretender
8973:
8974: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8975: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8976: macrodefinition removed
8977:
8978: 2010-04-19 pretender
8979:
8980: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8981: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8982:
8983: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8984: fixes #64 Now file.missing exception generates in unsafe mode to.
8985:
8986: * src/classes/file.C: fixes #48 Now not throw "not save environment
8987: variable" exception in grpunlim version.
8988:
8989: 2010-04-05 misha
8990:
8991: * src/classes/string.C: - new feature: 4th param was added to
8992: match. if specified its value is returned in case of nothing was
8993: found
8994:
8995: 2010-04-01 misha
8996:
8997: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8998: multiple execution of /a/b/auto.p
8999:
9000: 2010-03-19 misha
9001:
9002: * src/main/execute.C: - core in $table1.$table2 was fixed
9003:
9004: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9005:
9006: 2010-01-27 misha
9007:
9008: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9009: trying to open file by path /existing-file/non-exixting-file
9010:
9011: 2010-01-26 misha
9012:
9013: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9014: was added (returns file)
9015:
9016: 2009-12-22 misha
9017:
9018: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9019: now parser doesn't have class curl if it was built without it
9020:
9021: 2009-12-15 misha
9022:
9023: * configure.in: - little cheat with curl include dir was added
9024:
9025: 2009-12-05 misha
9026:
9027: * src/classes/curl.C: - some fixes
9028:
9029: 2009-12-04 misha
9030:
9031: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9032: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9033: buildall-with-xml, buildall-without-xml, configure.in: - curl
9034: class was added
9035:
9036: * src/include/pa_hash.h: - hash-iterator was added
9037:
9038: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9039: was added to pcre
9040:
9041: 2009-11-27 misha
9042:
9043: * src/classes/image.C: - don't add @border attribute to output of
9044: ^image.html[] if it was specified by user with empty value
9045:
9046: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9047: root element and we are trying to access .documentElement
9048:
9049: 2009-11-11 misha
9050:
9051: * src/classes/table.C: - in ^table.flip[] look at number of columns
9052: instead of number of items in first row for named tables
9053:
9054: 2009-11-10 misha
9055:
1.211 moko 9056: * operators.ru.txt, operators.txt: - info about hash-options in
9057: ^file::create was added
1.95 moko 9058:
9059: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9060: added
9061:
9062: 2009-11-09 misha
9063:
9064: * buildall-with-xml: - moving to libxml 2.7.6
9065:
9066: * tests/236.html: - tests for comparations cords with functions
9067: were added
9068:
9069: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9070: added
9071:
9072: * src/main/pa_http.C: - little optimisation
9073:
9074: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9075: GPF mallocs + stringstream (table.save)
9076:
9077: * src/classes/file.C: - file::create now accepts 4th param: options
9078: with $.charset
9079:
9080: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9081: bug in cord (comparation cords with functions was buggy)
9082:
9083: 2009-11-06 misha
9084:
9085: * src/main/pa_string.C: - bugfix: calculation string.length
9086: sometimes was buggy
9087:
9088: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9089: destroyed if exception occured during match/replace
9090:
9091: * src/: main/pa_charset.C, include/pa_charset.h: - method
9092: lengthUTF8Char was added
9093:
9094: * src/classes/op.C: - clean tainting lang was added for user's
9095: usage
9096:
9097: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9098: fixed: checkouts are required after GC_MALLOC
9099:
9100: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9101:
1.211 moko 9102: * operators.ru.txt, operators.txt: - actually, there is no
9103: ^untaint[xml] in file::create
1.95 moko 9104:
9105: 2009-10-15 misha
9106:
9107: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9108: were added
9109:
9110: * tests/234.html: - more tests for checking ^taint[uri] escaping
9111: were added
9112:
9113: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9114: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9115: hacking: for dealing with transcoding+^taint[uri]
9116: transcode_and_untaint was replaced by untaint_and_transcode
9117:
9118: 2009-10-13 misha
9119:
9120: * tests/: 121.html, results/121.processed: - test transcoding +
9121: url-escaping now
9122:
9123: * tests/results/auto.p: - more helpers' methods were added
9124:
9125: * src/main/pa_globals.C: - die instead of abort
9126:
9127: 2009-10-06 misha
9128:
9129: * src/main/pa_common.C: - don't allocate memory during
9130: capitalization if input string is already capitalized
9131:
9132: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9133:
9134: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9135: use format function because it calls malloc
9136:
9137: * src/include/pa_common.h: - more capitalized headers were added
9138:
9139: * src/main/pa_common.C: - in safe mode clear executable bits during
9140: file writing
9141:
9142: 2009-10-05 misha
9143:
9144: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9145:
9146: 2009-10-03 misha
9147:
9148: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9149: ^img.text[] & ^img.length[] can work in utf-8 now
9150:
9151: * src/: include/pa_charset.h, main/pa_charset.C: - class
9152: UTF8_string_iterator was added
9153:
9154: * src/classes/image.C: - respect utf-8 when calculate alphabet
9155: length
9156:
9157: * src/classes/mail.C: - check from before get message.cstr
9158:
9159: 2009-10-02 misha
9160:
9161: * tests/233.html: - test for image.font, image.length, image.text
9162: with text in utf-8 were added
9163:
9164: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9165:
9166: * buildall-with-xml, buildall-without-xml: - comment about gc
9167: version for freebsd 4 was added
9168:
9169: 2009-10-01 misha
9170:
9171: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9172: terminator) - read_pipe were slightly optimized
9173:
9174: 2009-09-28 misha
9175:
9176: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9177: removed
9178:
9179: * src/types/pa_vmail.C: - forgot about space after ':'
9180:
9181: * src/types/pa_vmail.C: - escape filenames while preparing mail
9182: body - small simplifications
9183:
9184: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9185: inout params like pa_base64
9186:
9187: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9188: option $.debug-print(1) was added to mail:send - changes for
9189: using uue_encode which uses less memory
9190:
9191: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9192:
9193: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9194: memory now
9195:
9196: 2009-09-26 misha
9197:
9198: * src/types/pa_vmail.C: - default encoding now is base64
9199:
9200: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9201:
9202: 2009-09-25 misha
9203:
9204: * src/types/pa_vmail.C: - capitalization of headers was added to
9205: sending mail as well
9206:
9207: * buildall-with-xml: - catalog package was removed from libxml
9208:
9209: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9210: win32 absolute path
9211:
9212: * src/include/pa_common.h: - one more capitalized header was added
9213:
9214: 2009-09-22 misha
9215:
9216: * INSTALL: - comment about building just httpd binary while
9217: building apache module was added
9218:
9219: 2009-09-21 misha
9220:
9221: * buildall-with-xml: - moving to the latest versions of xml libs:
9222: libxml 2.7.4 and libxslt 1.1.25
9223:
9224: 2009-09-19 misha
9225:
9226: * tests/231.html: - test for encoding cookie in win-1251
9227:
9228: 2009-09-18 misha
9229:
9230: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9231: object] were added
9232:
1.211 moko 9233: * operators.ru.txt, operators.txt: - info about method
9234: ^reflection:fields[class or object] was added
1.95 moko 9235:
9236: * src/classes/reflection.C: - method ^reflection:fields[class or
9237: object] was added
9238:
9239: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9240: methods get_fields were added
9241:
9242: * tests/232.html: - tests for @GET[name]
9243:
9244: * src/classes/table.C: - some changes in handling hash-options for
9245: creare, join and locate
9246:
9247: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9248: defined with option: the type of requested value
9249:
9250: 2009-09-17 misha
9251:
9252: * tests/212.html: - tests for .pattern and .options were added
9253:
9254: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9255: $regex.options were added
9256:
9257: 2009-09-11 misha
9258:
9259: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9260: rewrited. it checks not just one case of sending cookies during
9261: file::load[http], but also sending headers and fields (including
9262: files)
9263:
9264: 2009-09-10 misha
9265:
9266: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9267: was removed => now parser can open files with Russian 'r' in
9268: filename
9269:
9270: * src/main/untaint.C: - bugfix: client charset whould be analized
9271: while escaping cookies but now source charset
9272:
9273: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9274: ^tainted[uri] so it was possible to make request with incorrect
9275: http header
9276:
9277: * src/main/pa_http.C: - capitalization of http headers during
9278: file::load[http was slightly changes - bugfix: all headers which
9279: parser sends during file::load[http should be transcoded and only
9280: then escaped
9281:
9282: * src/main/untaint.C: - a bit more comments were added
9283:
9284: * src/classes/: file.C, string.C: - types where changes (minus 2
9285: warnings)
9286:
9287: * src/include/pa_common.h: - 2 capitalized strings for making http
9288: headers during file::load[http were added
9289:
9290: 2009-09-08 misha
9291:
1.211 moko 9292: * operators.ru.txt, operators.txt: - changes in file.save and
9293: string.save were added
1.95 moko 9294:
9295: * tests/: 230.html, 230.txt: - tests for checking options in
9296: file.save and string.save were added
9297:
9298: * src/main/pa_request.C: - http headers names, which are passed to
9299: SAPI::add_header_attribute are lowercased now (it'll be
9300: capitalized in that method)
9301:
9302: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9303: classes/string.C: - file_write accepts Request_charsets and asked
9304: charset and cound transcode content before writing - string.save
9305: and file.save have option $.charset now
9306:
9307: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9308: classes/xdoc.C: - file_write accepts Request_charsets and asked
9309: charset and cound transcode content before writing
9310:
9311: * src/include/pa_exception.h: - new exception comment string was
9312: defined
9313:
9314: 2009-09-07 misha
9315:
9316: * src/main/compile.y: - grammar $name\ name stops now for regex
9317: sub-pattern\s
9318:
9319: 2009-09-04 misha
9320:
9321: * src/main/pa_http.C: - capitalization of http headers during
9322: file::load[http was implemented
9323:
9324: 2009-09-03 misha
9325:
9326: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9327: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9328: types/pa_vmail.C, targets/cgi/parser3.C,
9329: targets/isapi/parser3isapi.C: - back to storing response http
9330: headers in lowercase - capitalize them during output
9331:
9332: 2009-08-31 misha
9333:
9334: * src/classes/table.C: - allow call with any brackets (it could be
9335: useful in methods with explict result declaration)
9336:
9337: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9338: correctly if $request:charset==koi8-r
9339:
9340: 2009-08-30 misha
9341:
9342: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9343: changed: content-type => Content-type and so on
9344:
9345: * src/classes/file.C, src/include/pa_common.h,
9346: src/include/pa_request.h, src/main/pa_http.C,
9347: src/main/pa_request.C, src/types/pa_vcookie.C,
9348: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9349: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9350: tests/results/002.processed, tests/results/003.processed,
9351: tests/results/004.processed, tests/results/005.processed,
9352: tests/results/006.processed, tests/results/007.processed,
9353: tests/results/008.processed, tests/results/009.processed,
9354: tests/results/010.processed, tests/results/011.processed,
9355: tests/results/012.processed, tests/results/013.processed,
9356: tests/results/014.processed, tests/results/015.processed,
9357: tests/results/016.processed, tests/results/017.processed,
9358: tests/results/018.processed, tests/results/019.processed,
9359: tests/results/020.processed, tests/results/021.processed,
9360: tests/results/022.processed, tests/results/023.processed,
9361: tests/results/024.processed, tests/results/025.processed,
9362: tests/results/026.processed, tests/results/027.processed,
9363: tests/results/028.processed, tests/results/029.processed,
9364: tests/results/030.processed, tests/results/031.processed,
9365: tests/results/032.processed, tests/results/033.processed,
9366: tests/results/034.processed, tests/results/035.processed,
9367: tests/results/036.processed, tests/results/037.processed,
9368: tests/results/038.processed, tests/results/039.processed,
9369: tests/results/040.processed, tests/results/041.processed,
9370: tests/results/042.processed, tests/results/043.processed,
9371: tests/results/044.processed, tests/results/045.processed,
9372: tests/results/046.processed, tests/results/047.processed,
9373: tests/results/048.processed, tests/results/049.processed,
9374: tests/results/050.processed, tests/results/051.processed,
9375: tests/results/052.processed, tests/results/053.processed,
9376: tests/results/054.processed, tests/results/055.processed,
9377: tests/results/056.processed, tests/results/057.processed,
9378: tests/results/058.processed, tests/results/059.processed,
9379: tests/results/060.processed, tests/results/061.processed,
9380: tests/results/062.processed, tests/results/063.processed,
9381: tests/results/064.processed, tests/results/065.processed,
9382: tests/results/066.processed, tests/results/067.processed,
9383: tests/results/068.processed, tests/results/069.processed,
9384: tests/results/070.processed, tests/results/071.processed,
9385: tests/results/072.processed, tests/results/073.processed,
9386: tests/results/074.processed, tests/results/075.processed,
9387: tests/results/076.processed, tests/results/077.processed,
9388: tests/results/078.processed, tests/results/079.processed,
9389: tests/results/080.processed, tests/results/081.processed,
9390: tests/results/082.processed, tests/results/083.processed,
9391: tests/results/084.processed, tests/results/085.processed,
9392: tests/results/086.processed, tests/results/087.processed,
9393: tests/results/088.processed, tests/results/089.processed,
9394: tests/results/090.processed, tests/results/091.processed,
9395: tests/results/092.processed, tests/results/093.processed,
9396: tests/results/094.processed, tests/results/095.processed,
9397: tests/results/096.processed, tests/results/097.processed,
9398: tests/results/098.processed, tests/results/099.processed,
9399: tests/results/100.processed, tests/results/101.processed,
9400: tests/results/102.processed, tests/results/103.processed,
9401: tests/results/104.processed, tests/results/105.processed,
9402: tests/results/106.processed, tests/results/107.processed,
9403: tests/results/108.processed, tests/results/109.processed,
9404: tests/results/110.processed, tests/results/111.processed,
9405: tests/results/112.processed, tests/results/113.processed,
9406: tests/results/114.processed, tests/results/115.processed,
9407: tests/results/116.processed, tests/results/117.processed,
9408: tests/results/118.processed, tests/results/119.processed,
9409: tests/results/120.processed, tests/results/121.processed,
9410: tests/results/122.processed, tests/results/123.processed,
9411: tests/results/124.processed, tests/results/125.processed,
9412: tests/results/126.processed, tests/results/127.processed,
9413: tests/results/128.processed, tests/results/129.processed,
9414: tests/results/130.processed, tests/results/131.processed,
9415: tests/results/132.processed, tests/results/133.processed,
9416: tests/results/134.processed, tests/results/135.processed,
9417: tests/results/136.processed, tests/results/138.processed,
9418: tests/results/139.processed, tests/results/140.processed,
9419: tests/results/141.processed, tests/results/142.processed,
9420: tests/results/143.processed, tests/results/144.processed,
9421: tests/results/145.processed, tests/results/146.processed,
9422: tests/results/147.processed, tests/results/148.processed,
9423: tests/results/149.processed, tests/results/150.processed,
9424: tests/results/151.processed, tests/results/152.processed,
9425: tests/results/153.processed, tests/results/154.processed,
9426: tests/results/155.processed, tests/results/156.processed,
9427: tests/results/157.processed, tests/results/158.processed,
9428: tests/results/159.processed, tests/results/160.processed,
9429: tests/results/161.processed, tests/results/162.processed,
9430: tests/results/163.processed, tests/results/164.processed,
9431: tests/results/165.processed, tests/results/166.processed,
9432: tests/results/167.processed, tests/results/168.processed,
9433: tests/results/169.processed, tests/results/170.processed,
9434: tests/results/171.processed, tests/results/172.processed,
9435: tests/results/173.processed, tests/results/174.processed,
9436: tests/results/175.processed, tests/results/176.processed,
9437: tests/results/177.processed, tests/results/178.processed,
9438: tests/results/179.processed, tests/results/180.processed,
9439: tests/results/181.processed, tests/results/182.processed,
9440: tests/results/183.processed, tests/results/184.processed,
9441: tests/results/185.processed, tests/results/186.processed,
9442: tests/results/187.processed, tests/results/188.processed,
9443: tests/results/189.processed, tests/results/190.processed,
9444: tests/results/191.processed, tests/results/192.processed,
9445: tests/results/193.processed, tests/results/194.processed,
9446: tests/results/195.processed, tests/results/196.processed,
9447: tests/results/197.processed, tests/results/198.processed,
9448: tests/results/199.processed, tests/results/200.processed,
9449: tests/results/201.processed, tests/results/202.processed,
9450: tests/results/203.processed, tests/results/204.processed,
9451: tests/results/205.processed, tests/results/206.processed,
9452: tests/results/207.processed, tests/results/208.processed,
9453: tests/results/209.processed, tests/results/210.processed,
9454: tests/results/211.processed, tests/results/212.processed,
9455: tests/results/213.processed, tests/results/214.processed,
9456: tests/results/215.processed, tests/results/216.processed,
9457: tests/results/217.processed, tests/results/218.processed,
9458: tests/results/219.processed, tests/results/220.processed,
9459: tests/results/221.processed, tests/results/222.processed,
9460: tests/results/223.processed, tests/results/224.processed,
9461: tests/results/225.processed, tests/results/226.processed,
9462: tests/results/227.processed, tests/results/228.processed,
9463: tests/results/229.processed: - http headers were changed:
9464: content-type => Content-type and so on
9465:
9466: 2009-08-27 misha
9467:
9468: * src/: main/pa_random.C, include/pa_random.h,
9469: targets/cgi/parser3.C: - year was updated :)
9470:
9471: 2009-08-26 misha
9472:
9473: * tests/: 224.html, 224.p: - test for creating of parser object
9474: using constructor without params - little bugfix in test
9475:
9476: * src/main/compile_tools.h: - bugfix: should't call autouse while
9477: checking existed class while processing partial option
9478:
9479: * src/classes/reflection.C: - bugfix: core when creating object
9480: with reflection and constructor doesn't have params
9481:
9482: 2009-08-24 misha
9483:
9484: * tests/229.html: - tests for checking the number of parameters
9485: were added
9486:
9487: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9488: number of method's parameters wasn't checked correctly (the bug
9489: was introduced in 3.4.0)
9490:
9491: 2009-08-22 misha
9492:
9493: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9494: transcoded, but tainted pieces are escaped only when
9495: content-type==url-encoding
9496:
9497: * tests/228.html: - test for checking
9498: ^file::load[http://...;$.body[]]
9499:
9500: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9501: post charset was too early (charsets is empty at this moment)
9502:
9503: 2009-08-21 misha
9504:
9505: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9506: main/untaint.C: - some fixes with transcode+untaint
9507:
9508: 2009-08-15 misha
9509:
9510: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9511: was increaced to 100 (was 50)
9512:
9513: * tests/227.html: - test for checking overriding properties in
9514: static classes was added
9515:
9516: * tests/: 226.html, 226.p: - test for @autoload[] was added
9517:
9518: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9519: main/execute.C, main/pa_request.C, classes/reflection.C: -
9520: autouse was implemented
9521:
9522: 2009-08-14 misha
9523:
9524: * src/classes/reflection.C: - outdated checkout was removed
9525:
9526: * src/classes/reflection.C: - optimization - method ^dynamical was
9527: added.
9528:
9529: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9530: types/pa_vstateless_class.h, main/execute.C: - optimization
9531:
9532: * src/types/pa_vclass.C: - exception if base on sytem class
9533:
9534: 2009-08-12 misha
9535:
9536: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9537: pa_vstateless_class.h: - little optimisation
9538:
9539: 2009-08-11 misha
9540:
9541: * tests/224.html: - method_params => method_info - checking for
9542: $.inherited
9543:
1.211 moko 9544: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9545: method method_params was renamed to method_info and now it
9546: returns class name, if method was defined in ancestor
1.95 moko 9547:
9548: * tests/225.html: - tests for cheching properties in hierarhical
9549: classes were added
9550:
9551: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9552: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9553: main/compile.y, main/execute.C, classes/classes.C: - problems
9554: with properties in new classes implementation were fixed
9555:
9556: 2009-08-10 misha
9557:
9558: * src/main/execute.C: - now constructor shouldn't be defined in
9559: class. it could be defined in parent.
9560:
9561: 2009-08-09 misha
9562:
9563: * src/classes/reflection.C: - ^reflection:methods doesn't return
9564: base's methods
9565:
9566: 2009-08-08 misha
9567:
9568: * src/: classes/classes.h, classes/date.C, classes/file.C,
9569: classes/form.C, classes/hash.C, classes/hashfile.C,
9570: classes/image.C, classes/mail.C, classes/op.C,
9571: classes/reflection.C, classes/regex.C, classes/string.C,
9572: classes/table.C, classes/xdoc.C, classes/xnode.C,
9573: classes/xnode.h, include/pa_hash.h, main/execute.C,
9574: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9575: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9576: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9577: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9578: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9579: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9580: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9581: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9582: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9583: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9584: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9585: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9586: types/pa_vresponse.C, types/pa_vresponse.h,
9587: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9588: types/pa_vstateless_object.h, types/pa_vstatus.C,
9589: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9590: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9591: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9592: types/pa_wwrapper.h, types/types.vcproj: - new classes
9593: implementation
9594:
9595: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9596: USE_MUNMAP is used. so it is disabled as a workaround.
9597:
9598: 2009-08-05 misha
9599:
9600: * src/: main/pa_common.C, include/pa_common.h: - not needed
9601: parameter was removed
9602:
9603: * src/main/pa_http.C: - bugfix: error was during detecting
9604: content-type of file which was loaded by http
9605:
9606: 2009-08-01 misha
9607:
9608: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9609: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9610: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9611: can't be disabled with defines any longer
9612:
9613: 2009-07-29 misha
9614:
9615: * src/classes/reflection.C, tests/results/224.processed: - for
9616: native methods with any call type now returned empty call_type
9617: value
9618:
9619: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9620: classes/table.C, include/pa_hash.h, include/pa_request.h,
9621: main/pa_request.C: - break in cycles was optimized
9622:
9623: * INSTALL: - more defines were described
9624:
9625: 2009-07-28 misha
9626:
1.211 moko 9627: * operators.ru.txt, operators.txt: - some changes in information
9628: about reflection class
1.95 moko 9629:
9630: * tests/: 224.html, 224.p: - tests for reflection class
9631:
9632: * src/classes/reflection.C: - some bugs were fixed, method classes
9633: was added, refactoring
9634:
9635: 2009-07-26 misha
9636:
9637: * src/classes/classes.vcproj: - reflection class wass added to
9638: project
9639:
1.211 moko 9640: * operators.ru.txt, operators.txt: - information about reflection
9641: class was added
1.95 moko 9642:
9643: * src/classes/reflection.C: - class was redesigned
9644:
9645: 2009-07-24 misha
9646:
9647: * src/classes/: Makefile.am, reflection.C: - class reflection was
9648: added
9649:
9650: * src/types/pa_vstateless_class.h: - method for reflection method's
9651: in classes was added
9652:
9653: 2009-07-22 misha
9654:
9655: * src/main/compile_tools.h: - bugfix: $object.$var was
9656: over-optimized. it failed if $object1.$object2.field
9657:
9658: 2009-07-16 misha
9659:
9660: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9661: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9662: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9663: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9664: one more arg: length of cord
9665:
9666: 2009-07-15 misha
9667:
9668: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9669: tainted in ^file::load[http://...;$.cookies[]]
9670:
9671: * src/classes/: op.C, regex.C, string.C: - new string with
9672: exception was used
9673:
9674: * src/include/pa_exception.h: - new string with exception was added
9675:
9676: * tests/223.html: - test for checking cookie-encoding during
9677: ^file::load[http was added
9678:
9679: * tests/: 221.html, 222.html: - tests for checking type of
9680: $table.fields.field were added
9681:
9682: * src/types/pa_vtable.C: - not used var decl was removed
9683:
9684: * src/include/pa_string.h: - use cached string length in Body::mid.
9685: it improves speed of match with brackets in pattern
9686:
9687: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9688: outside
9689:
9690: 2009-07-14 misha
9691:
9692: * src/types/pa_vtable.C: - $table.fields.a return string even if
9693: column is empty (sometime returned void) - $table.fields was
9694: added for nameless tables
9695:
9696: * src/targets/cgi/getopt.c: - one warning resolved
9697:
9698: * src/main/pa_string.C: - potentian bug fixed
9699:
9700: * src/classes/op.C: - small optimization in taint/untaint
9701:
9702: 2009-07-13 misha
9703:
9704: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9705: added
9706:
9707: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9708: souldn't add the attribut to output
9709:
9710: 2009-07-11 misha
9711:
9712: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9713: stack size was increaced to 2MB (default=1MB)
9714:
9715: 2009-07-08 misha
9716:
9717: * src/main/pa_string.C: - link to UTF-8 description was added
9718:
9719: * src/include/pa_hash.h: - hash keeps element's order in more
9720: places (ex: ._keys[])
9721:
9722: * tests/220.html: - test for checking order of elements in hash in
9723: foreach was added
9724:
9725: * tests/172.html: - small changes in printing hash
9726:
9727: * tests/129.html: - small changes in printing hash
9728:
9729: * src/: include/pa_common.h, include/pa_hash.h,
9730: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9731: types/pa_vmethod_frame.h: - hash now keeps order of elements
9732:
9733: * tests/014.html: - small changes in printing hash
9734:
9735: 2009-07-07 misha
9736:
9737: * src/classes/op.C: - new taint language "parser-code" was added
9738:
9739: * tests/219.html: - test for auto untaint parser code in process
9740: was added
9741:
9742: * src/classes/op.C: - tainted pieces in body of process are
9743: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9744:
9745: * src/: include/pa_string.h, main/untaint.C: - new language
9746: L_PARSER_CODE for auto-untaint in process was added
9747:
9748: * src/: classes/file.C, classes/hash.C, classes/image.C,
9749: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9750: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9751: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9752: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9753: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9754: code cleanup
9755:
9756: 2009-07-06 misha
9757:
9758: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9759: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9760: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9761:
9762: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9763: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9764: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9765: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9766: should be used
9767:
9768: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9769: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9770: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9771: untaint_cstr[m] should be used
9772:
9773: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9774: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9775:
9776: * tests/218.html: - test for checking automatic file-spec-taint was
9777: added
9778:
9779: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9780: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9781: classes/file.C, classes/hash.C, classes/image.C,
9782: classes/string.C, classes/table.C, classes/void.C,
9783: classes/xdoc.C: - optimizations and simplification of
9784: string.cstr(...)
9785:
9786: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9787: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9788: - optimizations and simplification of string.cstr(...)
9789:
9790: 2009-07-04 misha
9791:
9792: * tests/217.html: - test for recursion detection was added
9793:
9794: * src/: types/types.vcproj, main/main.vcproj,
9795: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9796: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9797: from .vcproj
9798:
9799: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9800:
9801: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9802: uploading files and case-insensitive http-method were added
9803:
9804: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9805: tainted pattern in ^file:list[] was added
9806:
9807: 2009-07-03 misha
9808:
9809: * src/: classes/classes.vcproj, main/main.vcproj,
9810: types/types.vcproj, targets/cgi/parser3.vcproj,
9811: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9812: for dynamic_cast) - little options changes
9813:
9814: * src/main/pa_http.C: - file::load[http works now with uploading
9815: files _and_ changing $.charset
9816:
9817: 2009-06-29 misha
9818:
9819: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9820: while creating pattern
9821:
9822: 2009-06-25 misha
9823:
1.211 moko 9824: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9825: names for ^image.font were changed to $.space, $.width and
9826: $spacing - default space width now == gif's width
1.95 moko 9827:
9828: 2009-06-24 misha
9829:
9830: * tests/215.html: - tests for $file.mode were added
9831:
1.211 moko 9832: * operators.ru.txt, operators.txt: - added info about $file.mode
9833: and changes in ^image.font[
1.95 moko 9834:
9835: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9836: param now could be omited - third param now could be hash (with
9837: all widths options: $.space-width, $.letter-width) - it's
9838: possible to specify tracking ($.letter-space)
9839:
9840: * src/classes/file.C: - file objects now could have mode field
9841: (text|binary)
9842:
9843: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9844:
9845: 2009-06-23 misha
9846:
9847: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9848: trim can work with utf-8 chars now
9849:
9850: 2009-06-20 misha
9851:
9852: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9853: was implemented
9854:
9855: * src/classes/table.C: - string length cacheing was implemented
9856:
9857: * src/include/pa_string.h: - string length cacheing was implemented
9858:
9859: 2009-06-17 misha
9860:
9861: * src/main/execute.C: - value param was removed from
9862: WContext::WContext
9863:
9864: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9865: pa_wwrapper.h: - value param was removed from WContext::WContext
9866: - field wcontext was removed from VCodeFrame (using fparent
9867: instead)
9868:
9869: * tests/214.html: - test with hash copying
9870:
9871: 2009-06-16 misha
9872:
9873: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9874: strings doesn't work in expression anymore
9875:
9876: * src/main/execute.C: - less calls for get_constructing() - little
9877: refactoring
9878:
9879: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9880: include/pa_request.h: - less calls for get_constructing()
9881:
9882: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9883: introduced with OPTIMIZE_SINGLE_STRING optimization
9884:
9885: 2009-06-14 misha
9886:
9887: * src/: classes/date.C, classes/file.C, classes/hash.C,
9888: classes/hashfile.C, classes/image.C, classes/regex.C,
9889: classes/table.C, classes/xdoc.C, classes/xnode.h,
9890: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9891: types/pa_vstateless_class.h, main/execute.C: - create object for
9892: storing object's fields only for parser objects
9893:
9894: 2009-06-13 misha
9895:
9896: * buildall-with-xml, buildall-without-xml: - new option was added
9897: for building GC (it slightly reduces memory usage)
9898:
9899: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9900: single string write
9901:
9902: * src/main/execute.C: - bytecode optimization of ^class:constructor
9903: - optimization of single string write
9904:
9905: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9906: - bytecode optimization of ^class:constructor
9907:
9908: 2009-06-09 misha
9909:
9910: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9911: main (better compatibility)
9912:
9913: 2009-06-08 misha
9914:
9915: * src/main/compile.y: - I've forgot to commit it :(
9916:
9917: 2009-06-07 misha
9918:
9919: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9920: WITH_READ and WITH_ROOT
9921:
9922: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9923: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9924: WITH_ROOT - little refactoring
9925:
9926: 2009-06-06 misha
9927:
9928: * tests/213.html: - tests for 3rd match string-param were added
9929:
9930: * src/classes/string.C: - 3rd match param could be string now
9931:
9932: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9933: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9934: GET_OBJECT_ELEMENT
9935:
9936: 2009-06-05 misha
9937:
9938: * src/main/pa_http.C: - bugfix: content-length was not calculated
9939: if $.body was specified
9940:
9941: 2009-06-04 misha
9942:
9943: * src/classes/op.C: - optimizing write_assign_lang in connect
9944:
9945: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9946:
9947: * src/main/execute.C: - little refactoring - optimizing
9948: write_assign_lang in taint/untaint
9949:
9950: * src/include/pa_opcode.h: - little refactoring
9951:
9952: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9953: main/compile_tools.h, main/execute.C: - optimizations for
9954: $self.field, ^self.method, $self.field[...] and $self.field(...)
9955: were added
9956:
9957: 2009-06-03 misha
9958:
9959: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9960:
9961: 2009-06-02 misha
9962:
9963: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9964: include/pa_opcode.h: - refactoring in last optimizations
9965: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9966: now but code is much easy and it is ready for further
9967: improvements.
9968:
9969: 2009-05-27 misha
9970:
9971: * src/: types/pa_junction.h, types/pa_vjunction.C,
9972: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9973: changed in destructing junctions
9974:
9975: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9976: String:Body
9977:
9978: 2009-05-26 misha
9979:
9980: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9981: one method detect_charset was deleted - bug was fixed in this
9982: method (error while detecting charset in content_type withot last
9983: ';')
9984:
9985: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9986: once
9987:
9988: 2009-05-25 misha
9989:
9990: * src/classes/file.C: - bugfix: file::exec didn't work after
9991: optimizing of helper_length
9992:
9993: 2009-05-24 misha
9994:
9995: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9996: were added - little refactoring
9997:
9998: * src/main/execute.C: - core while printing in debug log
9999: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10000: optimisations were added
10001:
10002: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10003: were added
10004:
10005: 2009-05-23 misha
10006:
10007: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10008: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10009: CORD_cat optimization
10010:
10011: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10012: - call constr optimisation under separate define now
10013:
10014: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10015: in $b should be string, not void
10016:
10017: * src/main/compile.y: - little fix for rem-cut optimisation
10018:
10019: * src/: include/pa_opcode.h, main/compile_tools.C,
10020: main/compile_tools.h, main/execute.C: - optimisations for
10021: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10022:
10023: * INSTALL: - description of some #defined were added
10024:
10025: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10026: before 1st access (memory usage is reduced if don't access to
10027: .text field)
10028:
10029: * src/include/pa_array.h: - array grows step now not static (it
10030: reduces numbers of reallocs)
10031:
10032: 2009-05-20 misha
10033:
10034: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10035: $.b(2), $c[d] and $.e[f] was added
10036:
10037: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10038: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10039: $.e[f] was added
10040:
10041: * src/main/execute.C: - debug printing moved in defines
10042:
10043: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10044: and little refactoring for OP_GET_OBJECT_ELEMENT +
10045: OP_GET_OBJECT_VAR_ELEMENT optimisation
10046:
10047: 2009-05-19 misha
10048:
10049: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10050: execute.C: - $a.$b & ^a.$b bytecode optimisation
10051:
10052: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10053: ^a.$b optimisation)
10054:
10055: * src/main/compile.y: - compiler now generate new opcodes:
10056: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10057: ^a.b - compiler now cut off ^rem{ with all content ; any number
10058: of params }
10059:
10060: * src/main/execute.C: - code for handle new opcodes
10061: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10062:
10063: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10064: added for LA2V and LA2S
10065:
10066: * src/include/pa_opcode.h: - new defines which can be used for
10067: disable some bytecode optimisation and new opcodes were added
10068:
10069: 2009-05-17 misha
10070:
10071: * src/lib/cord/cordxtra.c: - bugfix.
10072:
10073: * tests/212.html: - .size[] and .study_size[] were added to tests
10074:
1.211 moko 10075: * operators.ru.txt, operators.txt: - info about regex class was
10076: added
1.95 moko 10077:
10078: * tests/212.html: - tests for regex class were added
10079:
10080: 2009-05-16 misha
10081:
10082: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10083: gc7.1
10084:
10085: * tests/022.html: - test for ^file:list[path;] (empty second param)
10086: was added
10087:
10088: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10089: param) should work
10090:
10091: 2009-05-15 misha
10092:
10093: * src/classes/table.C: - automatically disable stringstream usage
10094: on freebsd4
10095:
10096: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10097: scope
10098:
10099: * tests/211.html: - test with different types of access to hash was
10100: added
10101:
10102: * tests/210.html: - test which checks for loosing tainting in
10103: hash's keys was added
10104:
10105: * tests/208.html: - some parser work added. or stime == 0 %-)
10106:
10107: * src/lib/cord/cordbscs.c: - little hack was added to cord
10108:
10109: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10110:
10111: * src/include/pa_version.h, configure.in: - moko have made a lot of
10112: optimisations for increacing version number more dramatically :)
10113:
10114: * src/classes/date.C: - little refactoring: use constructor which
10115: accepts formated string
10116:
10117: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10118: which can print formatted string was added
10119:
10120: 2009-05-14 misha
10121:
10122: * src/include/pa_string.h: - type was fixed
10123:
10124: * src/: classes/hashfile.C, classes/op.C,
10125: include/pa_cache_managers.h, include/pa_charset.h,
10126: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10127: include/pa_request.h, include/pa_sql_driver_manager.h,
10128: include/pa_string.h, include/pa_stylesheet_manager.h,
10129: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10130: main/pa_charsets.C, main/pa_string.C,
10131: main/pa_stylesheet_connection.C, types/pa_value.h,
10132: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10133: types/pa_vobject.C, types/pa_vstateless_class.C,
10134: types/pa_vstateless_class.h: - hash_code caching was implemented
10135: (seaches should be faster now)
10136:
10137: * src/: classes/file.C, classes/hash.C, classes/image.C,
10138: classes/string.C, classes/table.C, include/pa_string.h,
10139: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10140: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10141: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10142: types/pa_vrequest.C: - String constructors don't have that stupid
10143: true/false param which means 'tainted'. they accept lang instead.
10144:
10145: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10146: with OPTIMIZE_RESULT
10147:
10148: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10149: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10150:
10151: 2009-05-13 misha
10152:
10153: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10154: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10155: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10156: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10157: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10158: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10159: include/pa_string.h, classes/date.C, classes/file.C,
10160: classes/hash.C, classes/image.C, classes/string.C,
10161: classes/table.C, classes/xdoc.C: - result optimisation -
10162: helper_length parameter removed from string constructors
10163:
10164: 2009-05-11 misha
10165:
10166: * tests/209.html: - tests for ^hash::create[hash] were added
10167:
10168: * tests/208.html: - tests for $status:rusage, $status:memory,
10169: ^memory:compact[] were added
10170:
10171: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10172: log10 were added
10173:
10174: * tests/206.html: - test for try with finally was added
10175:
10176: 2009-05-10 misha
10177:
10178: * tests/205.html: - test for ^file::create[...] was added
10179:
10180: * tests/204.html: - test for ^response:clear[] was added
10181:
10182: * tests/038.html: - tests for trigonometric functions were added
10183:
10184: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10185: added - more tests for .add, .sub, .union, .intersects and
10186: .intersections
10187:
10188: * tests/065.html: - test for ^file:dirname was added
10189:
10190: * tests/030.html: - test for $cookie:fields was added
10191:
10192: * tests/203.html: - test for ^h._keys[column name] was added
10193:
10194: * tests/201.html: - tests for .trim were added
10195:
10196: * tests/202.html: - tests for last-day,
10197: date:calendar[type](YYYY;MM;DD) were added
10198:
10199: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10200: .offset[type](N) were added
10201:
10202: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10203: and .pos[c](N) were added
10204:
10205: * tests/141.html: - test for math:sha1 was added
10206:
10207: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10208:
10209: 2009-05-09 misha
10210:
10211: * src/main/compile.y: - rollback
10212:
10213: 2009-05-05 misha
10214:
10215: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10216: replaced by is_empty()
10217:
10218: * src/: include/pa_string.h, main/pa_charset.C: - little
10219: optimisation: somewhere length() was replaced by is_empty()
10220:
10221: * src/classes/table.C: - little optimisation: somewhere length()
10222: was replaced by is_empty()
10223:
10224: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10225: classes/op.C, classes/table.C, main/pa_exception.C: - little
10226: optimisation: somewhere length() was replaced by is_empty()
10227:
10228: 2009-05-04 misha
10229:
10230: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10231: types/pa_vstateless_class.h, main/execute.C,
10232: include/pa_request.h, classes/hash.C, classes/op.C,
10233: classes/table.C: - more optimisations were added: some operators
10234: don't switch write context anylonger
10235:
10236: 2009-05-01 misha
10237:
10238: * src/main/compile.y: - slightly more opcode optimisations for
10239: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10240:
10241: * src/main/execute.C: - simplifying process for getters
10242:
10243: 2009-04-30 misha
10244:
10245: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10246:
10247: * tests/results/199.processed: - test for checking $result into
10248: ^rem was added
10249:
10250: * tests/199.html: - test for checking $result into ^rem was added
10251:
10252: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10253: some OS it returns list in different order)
10254:
10255: * src/: include/pa_array.h, include/pa_request.h,
10256: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10257: changes in stack impl - get_element() optimisation: 3rd param
10258: removed - bugfix: problems with reading empty input param -
10259: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10260:
10261: * tests/results/198.processed: - test for reading empty local var
10262: was added
10263:
10264: * tests/198.html: - test for reading empty local var was added
10265:
10266: 2009-04-29 misha
10267:
10268: * src/main/compile.y: - bugfix: couldn't compile because
10269: OP_VALUE__GET_ELEMENT should be unde #ifdef
10270:
10271: * src/: include/pa_array.h, include/pa_opcode.h,
10272: include/pa_request.h, main/compile.y, main/execute.C,
10273: main/pa_request.C, types/pa_vmethod_frame.C,
10274: types/pa_vmethod_frame.h: - we can work without opcode
10275: OP_STORE_PARAM, so it was removed
10276:
10277: 2009-04-28 misha
10278:
10279: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10280: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10281: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10282: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10283: 4.
10284: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10285:
10286: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10287:
10288: * src/: main/pa_string.C, classes/string.C: - !length() =>
10289: is_empty()
10290:
10291: 2009-04-27 misha
10292:
10293: * src/types/pa_vregex.h: - back explicit vars initialisation
10294:
10295: 2009-04-24 misha
10296:
10297: * src/classes/string.C: - ups. typo fixed
10298:
10299: * src/main/execute.C: - more replacements '*new VBool' to
10300: 'VBool::get' - checks for ^break[], ^continue[] and
10301: parser.interrupted were optimised
10302:
10303: * src/classes/string.C: - number of params.count() calls was
10304: slightly reduced
10305:
10306: 2009-04-23 misha
10307:
10308: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10309: make it x64 friendly
10310:
10311: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10312: parser is x64 friendly now
10313:
10314: 2009-04-22 misha
10315:
10316: * src/types/pa_vhashfile.C: - coder friendly exception about
10317: exceeding record size was added
10318:
10319: * src/classes/file.C: - use vregex object instead of direct calls
10320: methods from pcre lib
10321:
10322: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10323: classes/string.C: - use vregex object instead of direct calls
10324: methods from pcre lib
10325:
10326: * src/: include/pa_common.h, main/pa_common.C: - method
10327: print_pcre_exec_error_text was moved to class vregex
10328:
10329: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10330: was added
10331:
10332: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10333: - class vregex was added
10334:
10335: 2009-04-21 misha
10336:
10337: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10338:
10339: * src/: types/pa_junction.h, types/pa_value.C,
10340: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10341: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10342: junction-optimisation (destructors)
10343:
10344: * src/include/pa_array.h: - free under if now
10345:
10346: 2009-04-19 misha
10347:
10348: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10349:
10350: 2009-04-18 misha
10351:
10352: * src/include/pa_version.h:
10353: :q :
10354:
10355: CV:
10356: ----------------------------------------------------------------------
10357:
10358: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10359: refactoring
10360:
10361: * src/: include/pa_array.h, include/pa_hash.h,
10362: types/pa_vmethod_frame.h: - destructors under #ifdef now
10363:
10364: * src/include/pa_memory.h: - define for using destructors was added
10365:
10366: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10367: main/execute.C: - some junctions will be cached now
10368:
10369: * src/include/pa_hash.h: - hash destructor frees pairs now
10370:
10371: * src/include/pa_array.h: - inline was added to destructor
10372:
10373: * src/types/pa_method.h: - comment was changed
10374:
10375: 2009-04-17 misha
10376:
10377: * src/: include/pa_array.h, include/pa_hash.h,
10378: types/pa_vmethod_frame.h: - destructors were added
10379:
10380: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10381: renamed to always_use_result
10382:
10383: * src/main/: compile.y, compile_tools.h: - rollback changes in
10384: compiler: full backward compatibility is better
10385:
10386: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10387: result in var's hash
10388:
10389: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10390: optimisation in method_frame
10391:
10392: * src/include/pa_array.h: - optimisation in array (allocate
10393: elements only when needed)
10394:
10395: * src/types/pa_vresponse.C: - check for $response:headers field
10396: before looking at custom fields
10397:
10398: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10399: not needed to check existance var with name 'result' in var's
10400: hash
10401:
10402: * src/main/compile.y: - compiler was changed: now it detects
10403: writings to $result and set flag writo_to_result in method
10404:
10405: * src/classes/string.C: - little optimisation: no needed to write
10406: number with lang
10407:
10408: * src/main/pa_charset.C: - methods readChar and skipChar which is
10409: used for read utf8-strings were renamed - is_escaped was renamed
10410: to isEscaped (to the same name convention)
10411:
10412: * src/: types/pa_method.h, main/compile_tools.h: - flag
10413: write_to_result added. compiler get this info from code.
10414:
10415: 2009-04-16 misha
10416:
10417: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10418: String only before 1st write
10419:
10420: * src/include/pa_string.h: - not needed template removed
10421:
10422: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10423: types/pa_vjunction.C, types/pa_vproperty.C,
10424: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10425: main/pa_request.C, classes/bool.C, classes/double.C,
10426: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10427: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10428: bool objects)
10429:
10430: 2009-04-15 misha
10431:
10432: * src/lib/cord/cordxtra.c: - more optimisation
10433:
10434: * src/: include/pa_string.h, main/untaint.C: - String::append
10435: optimisation
10436:
10437: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10438: then get and can sometime be used)
10439:
10440: * src/main/pa_string.C: - String::length optimisation
10441:
10442: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10443: these methods read different strings
10444:
10445: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10446: fresult_initial_void removed + some optimisation - if $result
10447: defined we don't write to context anymore
10448:
10449: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10450: need just skip char)
10451:
10452: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10453: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10454: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10455:
10456: * src/types/pa_vvoid.h: - added get() method for retreave one
10457: instance
10458:
10459: 2009-04-11 misha
10460:
10461: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10462:
10463: * tests/197.html: - test for parser://test in xml was added
10464:
10465: * src/classes/string.C: - small optimisation
10466:
10467: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10468: optimisation
10469:
10470: 2009-04-10 misha
10471:
10472: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10473: to pcre-7.8
10474:
10475: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10476:
10477: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10478: added
10479:
10480: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10481: $request:CLASS_NAME were added
10482:
10483: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10484: were added
10485:
10486: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10487: $env:CLASS_NAME were added
10488:
10489: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10490: '@todo' now
10491:
10492: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10493: compirer
10494:
10495: * src/main/pa_string.C: - little code cleanup
10496:
10497: * src/main/pa_common.C: - describe one more UTF-8 related error
10498: during PCRE compile/execute
10499:
10500: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10501: normalizing todo-comments: '@todo' now
10502:
10503: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10504:
10505: * src/main/pa_charset.C: - type changed for making compiler happy
10506:
10507: 2009-03-10 misha
10508:
10509: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10510: in main()
10511:
10512: 2009-02-01 misha
10513:
10514: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10515: boundary
10516:
10517: 2009-01-25 misha
10518:
10519: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10520:
10521: * src/classes/file.C: - more changes for parsing different number
10522: of params for file::load
10523:
10524: * tests/193.html: - tests for exception while base64-decode binary
10525: to string was added
10526:
10527: * tests/192.html: - tests for file::load with different number of
10528: options
10529:
10530: * src/classes/math.C: - ups. forgot '+1'
10531:
10532: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10533: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10534: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10535: (new option $.encode[multipart-form/data] should be specified) -
10536: $.method[] option for file::load now is not case-sensitive
10537:
10538: * src/: include/pa_string.h, main/untaint.C: - for file post the
10539: new taint language L_FILE_POST was added
10540:
10541: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10542: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10543: stuff was moved to separate files
10544:
10545: 2009-01-23 misha
10546:
10547: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10548: spaces to tabs were converted
10549:
10550: 2009-01-12 misha
10551:
10552: * src/main/pa_http.C: - value of $.method[] option force uppercased
10553: now
10554:
10555: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10556: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10557: their names
10558:
10559: * src/main/pa_common.C: - changes in formating
10560:
10561: * src/: classes/file.C, main/pa_http.C: - some constants changed
10562: their names
10563:
10564: * src/include/pa_http.h: - some spaces were converted to tabs
10565:
10566: * src/include/pa_common.h: - some constants changed their names
10567:
10568: * src/classes/file.C: - fixed 4-th paramether for file::load -
10569: little code rewriting
10570:
10571: * src/types/pa_vfile.C: - little code rewriting
10572:
10573: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10574: types/pa_value.h: - some formating changes
10575:
10576: * src/include/pa_common.h: - some formating spaces transformed to
10577: tabs
10578:
10579: * src/classes/string.C: - exception while base64-decode binary to a
10580: string
10581:
10582: 2009-01-11 misha
10583:
10584: * configure.in: - version changed to 3.3.1b
10585:
10586: 2008-09-05 misha
10587:
10588: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10589: release_3_3_0 on 2008-09-05 10:59:35 +0000
10590:
10591: 2008-09-04 misha
10592:
10593: * tests/: 130.html, 131.html: - these exceptions not typeless
10594: anymore
10595:
10596: * src/classes/op.C: - exception with 'invalid taint language' not
10597: typeless anylonger
10598:
10599: * src/classes/image.C: - some exceptions while operations with
10600: image not typeless anymore
10601:
10602: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10603: main/pa_exec.C, main/pa_http.C: - some exceptions while
10604: operations with files not typeless anymore
10605:
10606: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10607: types/pa_vdate.h: - exceptions while checking date range not
10608: typeless anymore
10609:
10610: * src/include/pa_exception.h: - exception type string for invalid
10611: date range was added
10612:
10613: 2008-09-03 misha
10614:
10615: * src/: classes/file.C, main/pa_string.C: - exception while pce
10616: operations not typeless anymore
10617:
10618: * src/include/pa_exception.h: - exception type for pce operations
10619: was added
10620:
10621: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10622: and .CLASS_NAME insite classes
10623:
10624: * src/classes/table.C: - don't save table header whiile
10625: ^table.save[append;filename] if file exists
10626:
10627: 2008-09-02 misha
10628:
10629: * src/main/compile.y, src/main/compile_tools.h,
10630: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10631: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10632: renamed to partial and it login changed: we must mark class as
10633: partial for allow their modifications in future.
10634:
10635: 2008-08-29 misha
10636:
10637: * tests/results/022.processed: - testing taint[regex] in mask for
10638: file:list
10639:
10640: * tests/022.html: - testing taint[regex] in mask for file:list
10641:
10642: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10643: for file:list was added
10644:
10645: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10646: file:list
10647:
10648: 2008-08-26 misha
10649:
10650: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10651: last derived object
10652:
10653: * src/classes/image.C: - many strings "image.format" replaced by
10654: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10655: understand some more exif tags
10656:
10657: * src/include/pa_exception.h: - string "image.format" was added
10658:
10659: 2008-08-21 misha
10660:
10661: * src/: main/pa_string.C, classes/file.C: - use method for print
10662: pcre_exec text error
10663:
10664: * src/main/pa_common.C: - method for print pcre_exec text error was
10665: added
10666:
10667: * src/include/pa_common.h: - method declaration for print pcre_exec
10668: text error was added
10669:
10670: 2008-08-19 misha
10671:
10672: * src/main/execute.C: - bugfix: opcodes must be in separate
10673: namespace while debug execution as well
10674:
10675: * tests/: 015.html, results/015.processed: - test for escaping some
10676: parser chars was added
10677:
10678: 2008-08-18 misha
10679:
10680: * tests/: 190.html, 190.p, results/190.processed: - test for
10681: $caller.self.field + default getter in one class was added
10682:
10683: * tests/: 189.html, results/189.processed: - test for
10684: ^date::create[date object]
10685:
10686: * tests/: 188.html, results/188.processed: - tests for match with
10687: UTF-8 strings
10688:
10689: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10690: ^string.match[]
10691:
10692: * ChangeLog: - parser 3.3.0 beta13
10693:
10694: 2008-08-15 misha
10695:
1.116 moko 10696: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10697: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10698: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10699: dftables.c: - old PCRE files removed
1.95 moko 10700:
10701: * src/lib/pcre/config.h: - configuration for PCRE library
10702:
10703: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10704: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10705:
10706: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10707: library and set flag UTF8 if $request:charset is UTF-8
10708:
10709: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10710: include/pa_config_fixed.h: - moved to new PCRE library
10711:
10712: * src/: main/main.vcproj, types/types.vcproj,
10713: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10714: win32\pcre instead of parser3\src\lib\pcre
10715:
10716: * src/: include/pa_opcode.h, include/pa_operation.h,
10717: main/compile.C, main/compile.y, main/compile_tools.C,
10718: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10719: opcodes were moved to separate namespace
10720:
10721: 2008-08-14 misha
10722:
10723: * src/types/pa_vstateless_class.C: - newline at the end missed
10724:
10725: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10726: tainting
10727:
10728: 2008-08-11 misha
10729:
10730: * tests/: 187.html, 187.p, results/187.processed: - tests for
10731: $caller.self, $caller.self.field and $caller.self.field[value]
10732: were added
10733:
10734: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10735: runtime as well (for $caller.self)
10736:
10737: 2008-07-25 misha
10738:
10739: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10740: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10741: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10742: tests with international characters
10743:
10744: 2008-07-23 misha
10745:
10746: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10747: file::load[...;http://
10748:
10749: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10750: now everywhere in separate namespace
10751:
10752: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10753: for vars
10754:
10755: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10756: can be escaped by '^'
10757:
10758: 2008-07-22 misha
10759:
10760: * src/classes/string.C, tests/186.html: - names changes:
10761: escape=>js-escape, unescape=>js-unescape
10762:
10763: 2008-07-21 misha
10764:
10765: * tests/results/186.processed: - test for string escape/unescape
10766:
10767: * tests/186.html: - test for string escape/unescape
10768:
10769: * src/classes/string.C: - string has escape and unescape methods
10770: now
10771:
10772: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10773: added
10774:
10775: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10776: method-layers added (with different params)
10777:
10778: 2008-07-18 misha
10779:
10780: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10781: was added
10782:
10783: * tests/185.html: - test for ^str.pos[sub](offset) added
10784:
1.211 moko 10785: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10786: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10787: accepted now
1.95 moko 10788:
10789: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10790: strings
10791:
10792: 2008-07-17 misha
10793:
10794: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10795: helper length added for mid for small optimisation
10796:
10797: 2008-07-16 misha
10798:
10799: * tests/: 185.html, results/185.processed: - tests for
10800: length/left/right/mid/pos with utf-8 strings
10801:
10802: * src/classes/string.C: - left/right/mid/length/pos works fine for
10803: utf-8 strings
10804:
10805: * src/main/untaint.C: - comments removed
10806:
10807: * src/: include/pa_string.h, main/pa_string.C,
10808: include/pa_charset.h, main/pa_charset.C: - methods for working
10809: with pos/mid for strings in utf-8 were added
10810:
10811: 2008-07-15 misha
10812:
10813: * tests/: 184.html, results/184.processed: - test for case body as
10814: expression: $var(^switch(1){^case(1)(true)..})
10815:
10816: * src/classes/op.C: - case body can be expression now:
10817: $var(^switch(1){^case(1)(true)..})
10818:
10819: * tests/: results/183.processed, 183.html: - added test for testing
10820: new cookie encoding (%uXXXX)
10821:
10822: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10823: decoding for backward compatibility they decoded from %XX in
10824: request:charset too
10825:
10826: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10827: - cookie class now decode cookies before first access after last
10828: request:charset changing (as form class).
10829:
10830: * src/main/pa_charset.C: - added method escape for escaping cookies
10831: as %uXXXX - before transcode calculate required space for dest
10832: string. it reduce mem usage for transcode
10833:
10834: * src/include/pa_charset.h: - added method escape for escaping
10835: cookies as %uXXXX
10836:
10837: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10838: was added. will used for escaping cookies as %uXXXX
10839:
10840: * src/include/pa_common.h: - escape method has new option for skip
10841: converting '+' to a space char
10842:
10843: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10844: transcode - escape method has new option for skip converting '+'
10845: to a space char
10846:
10847: 2008-07-08 misha
10848:
10849: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10850: (no UE if more then 1 case matches anylonger) - optimization:
10851: doing searching.as_string() || searching.as_double() only once
10852:
10853: 2008-07-04 misha
10854:
10855: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10856: now ^date::create[date object] works
10857:
10858: * src/classes/string.C: - left and right added as aliases for start
10859: and end in ^string.trim[]
10860:
10861: 2008-07-03 misha
10862:
10863: * src/classes/file.C: - allow $.limit for file::sql as well
10864:
10865: * src/classes/file.C: - allow $.offset option for file::sql - force
10866: send limit=1 to query for use sql specifics authomatically
10867:
10868: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10869: if $.limit value if empty. autoconvert it as everywere
10870:
10871: 2008-07-02 misha
10872:
10873: * configure.in: - time to change version number to 3.3.0 %-)
10874:
10875: * src/include/pa_version.h: - time to change version number to
10876: 3.3.0 %-)
10877:
10878: 2008-06-26 misha
10879:
10880: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10881: $.limit(0) fixes
10882:
10883: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10884: - $.limit(0) fixes
10885:
10886: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10887: new API)
10888:
10889: * src/: include/pa_sql_driver_manager.h,
10890: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10891: classes/op.C: - document_root added
10892:
10893: * src/main/compile.tab.C: - error message was changed
10894:
10895: 2008-06-25 misha
10896:
10897: * src/main/compile.y: - error message was changed
10898:
10899: 2008-06-24 misha
10900:
10901: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10902:
10903: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10904: tests for @OPTIONS\nappend
10905:
10906: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10907:
10908: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10909:
10910: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10911:
10912: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10913: compile.y
10914:
10915: 2008-06-17 misha
10916:
10917: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10918: compilation: ^if(default){true. it's incorrect. must be
10919: exception}
10920:
10921: 2008-06-16 misha
10922:
10923: * tests/: 181.ent, 181.html, results/181.processed: - test for
10924: checking external reference loading with 'http://localhost'
10925: prefix while creating xdoc
10926:
10927: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10928: ^math:long2ip[] and ^math:ip2long[]
10929:
10930: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10931: added which use scalar stateless class method when user object
10932: used in scalar context - use get_scalar_value when user object
10933: requested in scalar context
10934:
10935: * src/main/pa_common.C: - size must be int but not size_t or we
10936: can't compare with 0 sprintf result
10937:
10938: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10939: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10940: with internal switch between local/global vars
10941:
10942: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10943: specified
10944:
10945: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10946: pa_vstateless_object.h: - stateless class and object now has
10947: private scalar field and getter/setter for working with it
10948:
10949: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10950: moved to inet static class
10951:
10952: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10953: class added (^inet:aton[IP], ^inet:ntoa(number))
10954:
10955: * tests/: 180.html, results/180.processed: - tests for
10956: ^math:long2ip(long) and ^math:ip2long[IP]
10957:
10958: * src/classes/math.C: - ^math:ip2long[IP] added
10959:
10960: 2008-06-11 misha
10961:
10962: * src/main/pa_xml_io.C: - use file_read_text again because of we
10963: need cut BOM code and remove DOS newline chars. but don't
10964: transcode it anyway.
10965:
10966: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10967: main/pa_http.C: - option for disable transcoding while file_read
10968: and file_read_text added
10969:
10970: 2008-06-10 misha
10971:
10972: * tests/: 179.html, 179.p, results/179.processed: - test for many
10973: classes in 1 file
10974:
10975: * src/main/: compile.C, compile_tools.h: - compile return list of
10976: classes now.
10977:
10978: * src/main/: compile.y, compile.tab.C: - compile return list of
10979: classes now. internals.
10980:
10981: * src/main/pa_request.C: - compile return list of classes now. try
10982: call @conf and @auto for each returned class
10983:
10984: * src/include/pa_request.h: - compile return list of classes now
10985:
10986: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10987: return list of classes when compile buf)
10988:
10989: 2008-06-07 misha
10990:
10991: * src/main/pa_request.C: - constructing VRequest object with 3rd
10992: param -- form
10993:
10994: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10995: 3rd param: form. needed for get post_charset
10996:
10997: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10998: added
10999:
11000: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11001: types/pa_vform.C, types/pa_vform.h: - some polish
11002:
11003: 2008-06-06 misha
11004:
11005: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11006: charset and decode chars from it but not from response:charset
11007:
11008: * src/main/pa_http.C: - detect_charset moved out of here
11009:
11010: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11011: methods moved here - unescape_chars accepn one charset now
11012:
11013: * src/main/pa_http.C: - new constants used - don't allow
11014: $.content-type in ^file::load[;http://;$.method[POST]] - add
11015: charset info while ^file::load[;http://;$.method[POST]] - option
11016: $.omit-post-charset(true) added to ^file::load[;http://] for
11017: disabling charset during post
11018:
11019: * src/types/pa_vform.C: - new constants used
11020:
11021: * src/include/pa_common.h: - some constants were added
11022:
11023: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11024: instead of StrEqNc
11025:
11026: * src/main/pa_common.C: - new method for caseless search
11027: c-substring in c-string - use isxdigit instead of is_hex_digit
11028:
11029: * src/include/pa_common.h: - new method for caseless search
11030: c-substring in c-string
11031:
11032: 2008-06-05 misha
11033:
11034: * tests/results/178.processed: - test for testing default getter
11035:
11036: * tests/178.html: - test for testing default getter
11037:
11038: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11039: for test for testing default getter
11040:
11041: * src/main/execute.C: - default getter soul
11042:
11043: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11044: requested objects' field not found
11045:
11046: * src/types/pa_vclass.C: - register default getter if defined - get
11047: default getter if requested field not found
11048:
11049: * src/types/pa_vstateless_object.h: - method get_default_getter was
11050: added
11051:
11052: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11053: pointer to default getter and methods for get/set it were added
11054:
11055: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11056: auto_name field (for default getter)
11057:
11058: 2008-06-04 misha
11059:
11060: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11061: transcoding, no cutting BOM code, no fixing line breaks) and get
11062: it to libxml "as is"
11063:
11064: 2008-06-03 misha
11065:
11066: * src/main/pa_common.C: - use store_Char instead of
11067: transcodeCharFromUTF8
11068:
11069: * src/: include/pa_charset.h, main/pa_charset.C: - method
11070: store_Char added, transcodeCharFromUTF8 -- removed
11071:
11072: 2008-06-02 misha
11073:
11074: * tests/: results/177.processed, 177.html: - test for checking
11075: .[acm]date after local ^file::load[] was added
11076:
11077: * tests/: results/176.processed, 176.html: - test for checking
11078: @OPTION\locals + @method[vars][locals] added
11079:
11080: * tests/results/auto.p: - CLASS_PATH specified for checking use
11081:
11082: 2008-05-30 misha
11083:
11084: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11085: @OPTION\nlocals + @method[vars][;locals;] were added
11086:
11087: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11088: moved to separate method op_code - switch from VMethodFrame to
11089: VMethodFrameGlobal + VMethodFrameLocal
11090:
11091: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11092: was moved to separate method op_code
11093:
11094: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11095: VMethodFrame now
11096:
11097: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11098: all_vars_local as well
11099:
11100: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11101: pa_vmethod_frame_local.h, Makefile.am: - who children for
11102: VMethodFrame were added: one (global) works as VMethodFrame
11103: before and second (local) write all vars in self vars scope
11104:
11105: * src/types/pa_method.h: - method has bool flag all_vars_local now
11106:
11107: 2008-05-29 misha
11108:
11109: * tests/: 129.html, results/129.processed: - more tests for
11110: ^table.hash[]
11111:
11112: * src/classes/hash.C: - ^hash::sql has a new option:
11113: $.type[hash|string|table] as ^table.hash[] one.
11114:
11115: * src/classes/op.C: - ^try has 3rd param now: finally code which
11116: executed anyway after try or catch section
11117:
11118: 2008-05-27 misha
11119:
11120: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11121: must not fail if $.distinct(1) wasn't specified
11122:
11123: 2008-05-26 misha
11124:
11125: * src/classes/op.C: - allow ^throw[my type]
11126:
11127: 2008-05-22 misha
11128:
11129: * configure.in, configure: - version number updated to 3.2.4b
11130:
11131: * src/classes/: op.C, string.C: - trim format string before
11132: eval/format
11133:
11134: * tests/: results/175.processed, 175.html: - more tests for
11135: different format strings in .format[]
11136:
11137: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11138: as well (not only %XX)
11139:
11140: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11141: charset specified - checks for format before print number
11142: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11143: (instead of tabs) removed
11144:
11145: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11146: charset specified
11147:
11148: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11149: char in requested charset from utf code was added
11150:
11151: 2008-05-19 misha
11152:
11153: * tests/: 174.html, results/174.processed: - test for
11154: ^hashfile.cleanup[] added
11155:
11156: * src/classes/hashfile.C: - optimization: don't create any key or
11157: value variable if it's name weren't specified
11158: (^hf.foreach[;v]{...})
11159:
11160: 2008-05-16 misha
11161:
11162: * src/classes/hash.C: - optimization: don't create any key variable
11163: if variable name wasn't specified (^h.foreach[;v]{...})
11164:
11165: 2008-05-15 misha
11166:
11167: * src/classes/op.C: - small changes
11168:
11169: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11170:
11171: * src/classes/hash.C: - calculate var_context once before foreach
11172:
11173: 2008-05-14 misha
11174:
11175: * src/classes/hashfile.C: - incorrect vars context calculation for
11176: ^hashfile.foreach[;]{} fixed
11177:
11178: * src/classes/: hash.C, table.C: - little optimisation
11179:
11180: * src/classes/file.C: - bugfix: double absolute path while loading
11181: file
11182:
11183: * tests/: 174.html, results/174.processed: - tests for hashfile
11184: were added
11185:
11186: * buildall-with-xml: - moving to libxslt 1.1.24
11187:
11188: 2008-04-30 misha
11189:
11190: * src/classes/file.C: - stat file while loading (local only) so
11191: .adate, .mdate and .cdate available without additional ::stat
11192:
11193: 2008-04-28 misha
11194:
11195: * src/classes/file.C: - $.name and $.content-type available for
11196: stated file
11197:
11198: 2008-04-14 misha
11199:
11200: * src/targets/cgi/parser3.C: - new year in copyright %-)
11201:
11202: * src/include/pa_version.h: - new version number in head
11203:
11204: 2008-04-10 misha
11205:
11206: * tests/: 080.html, results/080.processed: - cut '0' from
11207: exponential part because of on diff OS it differ (20 or 020 for
11208: ex)
11209:
11210: * tests/: 119.html, results/119.processed: - check for encoding
11211: while creating xdoc
11212:
11213: 2008-04-09 misha
11214:
11215: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11216:
11217: * src/main/pa_common.C: - comment added
11218:
11219: * src/classes/date.C: - little refactoring
11220:
11221: 2008-04-07 misha
11222:
11223: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11224: style of ^table.save[]: prepare one big string and sabe it at
11225: once. it's safe on freebsd 4.x but use much more memory.
11226:
11227: * buildall-with-xml, buildall-without-xml: - option
11228: --disable-stringstream added (under comment. use it on freebsd
11229: 4.x)
11230:
11231: 2008-02-22 misha
11232:
11233: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11234: specified together in file::load[;http] - get back transcoding
11235: $.body[] in file::load[;http]
11236:
11237: 2008-02-21 misha
11238:
11239: * src/classes/date.C: - ^date.gmt-string[] was added
11240:
11241: * src/types/pa_value.C: - method for output date in RFC 822 format
11242: moved to pa_common.h
11243:
11244: * src/include/pa_common.h: - method for output date in RFC 822
11245: format moved here from pa_value.C
11246:
11247: * src/types/pa_vmail.C: - fixed core in sending mail with
11248: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11249:
11250: 2008-02-20 misha
11251:
11252: * src/main/pa_http.C: - transcode $.headers before escaping into
11253: specified charset while ^file::load[...;http://...] (L_URI
11254: instead of L_HTTP_HEADER) - $.cookies param available in
11255: ^file::load[;http://...] now (but we don't parse set-cookies from
11256: response yet) (cookies not transcoded as common $cookies)
11257:
11258: 2008-02-19 misha
11259:
11260: * src/main/pa_request.C: - rollback: we mustn't force taint
11261: $response:field values because in this case
11262: $response:locateion[http://...] don't works.
11263:
11264: 2008-02-15 misha
11265:
11266: * src/classes/op.C: - little refactoring
11267:
11268: * src/main/pa_http.C: - taint names of $.headers for load[;http
11269:
11270: * src/main/pa_request.C: - force taint values of $response:field
11271:
11272: 2008-02-14 misha
11273:
11274: * src/main/pa_request.C: - $response:field transcoded to
11275: $response:charset before escaping now
11276:
11277: * src/main/pa_http.C: - some outdated comments removed
11278:
11279: * src/classes/date.C: - lastdat -> last-day
11280:
11281: * src/classes/date.C: - ^date:lastday(year;month) and
11282: ^date.lastday[] were added - little code refactoring - comments
11283: changes
11284:
11285: * tests/: 159.html, results/159.processed: - test for number of
11286: days in February
11287:
11288: * src/types/pa_value.C: - fixes in code formatting
11289:
11290: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11291: and comments
11292:
11293: 2008-02-13 misha
11294:
11295: * src/main/pa_common.C: - bugfix for february at leap year
11296:
11297: 2008-01-28 misha
11298:
11299: * tests/: 160.html, results/160.processed: - more test for cache
11300: added
11301:
11302: * src/classes/op.C: - bugfix: cache body executed twice if contains
11303: unhandled exception
11304:
11305: 2008-01-25 misha
11306:
11307: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11308: bug when hashfile became inavailable after memory:compact)
11309:
11310: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11311:
11312: 2008-01-22 misha
11313:
11314: * src/classes/table.C: - little refactiring and exception texts
11315: changes in method ^table.hash[]
11316:
11317: * src/types/pa_vcookie.C: - link to cookie specification changed
11318:
11319: 2008-01-21 misha
11320:
11321: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11322: file::exec/cgi
11323:
11324: * src/classes/file.C: - bugfix: core while processing headers if
11325: executed cgi script don't return content
11326:
11327: 2008-01-18 misha
11328:
11329: * buildall-with-xml: - move to libxml2 version 2.6.31
11330:
11331: * src/include/pa_version.h, configure.in: - version number updated
11332: to '3.2.3b'
11333:
11334: 2007-12-28 misha
11335:
11336: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11337: hash.contains
11338:
11339: 2007-12-27 misha
11340:
11341: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11342: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11343: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11344: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11345: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11346: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11347: src/targets/cgi/parser3.vcproj,
11348: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11349: back to VS2003 because of Apache 1.3 module can't work if it was
11350: built in VS 2005. with cgi all file so VS2003 project files can
11351: be easy converted to the new format.
11352:
11353: 2007-12-04 misha
11354:
11355: * src/types/pa_vcode_frame.h: - changes in comment
11356:
11357: 2007-11-29 misha
11358:
11359: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11360: intercept strings any longer
11361:
11362: * tests/: 173.html, results/173.processed: - tests for
11363: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11364: but not in main code frame
11365:
11366: * tests/: 172.html, results/172.processed: - more tests for pass
11367: objects from code frames
11368:
11369: 2007-11-27 misha
11370:
11371: * tests/: 152.html, results/152.processed: - tests for converting
11372: strings 'true'/'false' to bool were added
11373:
11374: * tests/152.html: - added checks for converting strings
11375: 'true'/'false' to bool
11376:
11377: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11378: not only strings with numbers but with values 'true'/'false' as
11379: well
11380:
11381: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11382: for parser3.log increased
11383:
11384: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11385:
11386: * src/include/pa_common.h: - remove_crlf return cstring size now
11387:
11388: * src/include/pa_types.h: - constant with buffer size for
11389: parser3.log added
11390:
11391: 2007-11-16 misha
11392:
11393: * tests/cat.sh: - script for tests for file::exec/cgi
11394:
11395: * tests/171.html: - tests for file::exec/cgi
11396:
11397: * tests/results/171.processed: - tests results for file::exec/cgi
11398:
11399: 2007-11-15 misha
11400:
11401: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11402:
11403: * src/classes/file.C: - .body must be set before analyzing cgi
11404: headers
11405:
11406: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11407: only if exec/cgi return anything.
11408:
11409: 2007-11-14 misha
11410:
1.211 moko 11411: * operators.ru.txt, operators.txt: - info about new text|binary
11412: option for file::exec/cgi was added
1.95 moko 11413:
11414: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11415: ^file:exec[[text|binary];script;...]
11416:
11417: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11418: classes/string.C, classes/table.C: - more text strings moved to
11419: the one place
11420:
11421: 2007-11-09 misha
11422:
11423: * src/types/pa_vrequest.C: - $request:argv must be taint
11424:
11425: * ChangeLog: - $request:argv [patch from Sumo]
11426:
1.211 moko 11427: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11428:
11429: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11430: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11431:
11432: 2007-10-25 misha
11433:
11434: * buildall-with-xml, buildall-without-xml: - options preparations
11435: for ./configure rewrited
11436:
11437: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11438: error occure in unhandled_exception finally fixed
11439:
11440: 2007-10-23 misha
11441:
11442: * tests/: 170.html, results/170.processed: - test for
11443: @method[][result]
11444:
1.211 moko 11445: * operators.ru.txt, operators.txt: - added info about node.prefix
11446: and node.namespaceURI
1.95 moko 11447:
11448: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11449:
11450: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11451: added for node and attribute
11452:
11453: 2007-10-22 misha
11454:
11455: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11456:
11457: * src/main/pa_request.C: - added const content-transfer-encoding
11458:
11459: * src/include/pa_request.h: - added const content-transfer-encoding
11460: - ups. constants must be in lowercase (for search)
11461:
11462: * src/types/pa_vmail.C: - more constants used -
11463: content-transfer-encoding: 8bit added
11464:
11465: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11466:
11467: * src/include/pa_request.h: - more constants
11468:
11469: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11470: ommit anymore if $.content-disposition was specified - little
11471: refactoring
11472:
11473: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11474:
11475: 2007-10-17 misha
11476:
1.211 moko 11477: * operators.ru.txt, operators.txt: - info about
1.95 moko 11478: table::create[nameless]{data}[>options<] was added
11479:
11480: * src/main/: compile.tab.C, compile.y: - if error occure while
11481: compile method don't put this method in methods table anymore.
11482: in other case the parser coredumped if @unhandled_exception
11483: method can't be compiled because of parser.compile error.
11484:
11485: * src/main/execute.C: - little code reformating
11486:
11487: * src/main/pa_request.C: - little code reformating - comment
11488: changed
11489:
11490: 2007-10-16 misha
11491:
11492: * tests/: 035.html, results/035.processed: - tests
11493: table::create[]{}[options] added
11494:
11495: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11496: options (only $.seperator[] yet)
11497:
11498: 2007-10-10 misha
11499:
11500: * src/classes/table.C: - some contstants moved to pa_common.h -
11501: some code changes
11502:
11503: 2007-10-02 misha
11504:
11505: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11506: then three time as much. but base64 encoding method still use
11507: less memory anyway.
11508:
11509: 2007-09-17 misha
11510:
1.211 moko 11511: * operators.ru.txt, operators.txt: - added info about
11512: $cookie:fields
1.95 moko 11513:
11514: * src/types/pa_vcookie.C: - $cookie:fields available now
11515:
11516: * src/classes/hash.C: - some stuff for use with .for_each moved to
11517: common
11518:
11519: * src/include/pa_common.h: - some stuff for use with .for_each
11520: moved here
11521:
11522: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11523:
11524: 2007-09-14 misha
11525:
11526: * buildall-with-xml: - new xml libs again =)
11527:
11528: 2007-08-28 misha
11529:
1.211 moko 11530: * operators.ru.txt, operators.txt: - texts about
11531: ^table.columns[[column name]] and ^string.split[...][v][column
11532: name] were added
1.95 moko 11533:
11534: * tests/: 168.html, 169.html, results/168.processed,
11535: results/169.processed: - tests for ^table.columns[[column name]]
11536: and ^string.split[...][v][column name] were added
11537:
11538: * src/classes/table.C: - new option ^table.columns[[column name]]
11539: was added
11540:
11541: * src/classes/string.C: - new option ^string.split[...;v;[column
11542: name]]
11543:
11544: * src/include/pa_exception.h: - error text message for
11545: ^hash._keys[], ^table.columns[] and ^string.split[]
11546:
11547: 2007-08-27 misha
11548:
11549: * src/main/untaint.C: - try to fix coredump on unix if print to
11550: body ^taint[sql][something] outside of connect
11551:
11552: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11553: outside of connect
11554:
11555: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11556: added (commented by default)
11557:
11558: 2007-08-20 misha
11559:
1.211 moko 11560: * operators.ru.txt, operators.txt: - comment about new method
11561: ^node.hasAttributes[] was added
1.95 moko 11562:
11563: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11564: duplicated exception text strings were removed
11565:
11566: * src/include/pa_exception.h: - more exception text strings moved
11567: here
11568:
11569: * src/classes/table.C: - some duplicate exceptions' text strings
11570: removed
11571:
11572: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11573: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11574: removed
11575:
11576: * src/include/pa_exception.h: - some exception text strings movet
11577: to pa_exception
11578:
11579: * tests/: 149.html, results/149.processed: - test for
11580: ^xnode.hasAttributes[] was added - some code changes
11581:
11582: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11583: added
11584:
11585: 2007-08-17 misha
11586:
11587: * tests/: results/006.processed, results/059.processed, 006.html,
11588: 059.html: - more tests for match
11589:
11590: * tests/: 129.html, results/129.processed: - tests for
11591: ^table.hash[...][$.type[string|hash|table]] added
11592:
11593: * src/targets/cgi/parser3.C: - little syntax changes
11594:
11595: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11596: syntax changes
11597:
1.211 moko 11598: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11599: annoying 'SIGPIPE' messages in parser3.log switched off by
11600: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11601:
11602: 2007-08-08 misha
11603:
11604: * buildall-with-xml, buildall-without-xml: - remove libs source
11605: files by default since now
11606:
11607: 2007-08-07 misha
11608:
11609: * buildall-without-xml: - some option syntax changes
11610:
11611: * buildall-with-xml: - compile libxml2 without http support - some
11612: option syntax changes
11613:
11614: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11615:
11616: 2007-08-06 misha
11617:
11618: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11619:
11620: * tests/: 160.html, results/160.processed: - cache test was
11621: rewrited
11622:
11623: 2007-07-06 misha
11624:
11625: * tests/: 153.html, results/153.processed: - added test for
11626: ^math:sha1[string]
11627:
11628: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11629: transcoded
11630:
11631: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11632: were added
11633:
11634: 2007-06-28 misha
11635:
11636: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11637: some incorrect chars
11638:
11639: 2007-06-19 misha
11640:
11641: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11642: were moved on top because of gcc 4 had a problems during
11643: building.
11644:
11645: 2007-06-18 misha
11646:
11647: * tests/results/019.processed: - new image commited
11648:
11649: 2007-06-09 misha
11650:
11651: * src/classes/: op.C, table.C: - in while and table.select method
11652: as_expression used now
11653:
11654: * src/types/pa_vmethod_frame.h: - method as_expression was added
11655:
11656: 2007-06-08 misha
11657:
11658: * tests/: 166.html, results/166.processed: - test for
11659: ^match[...][n]
11660:
11661: * tests/: 165.html, results/165.processed: - tests for loops
11662:
11663: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11664: because of no speed/memory optimisation but some proglems with
11665: long cycles occure
11666:
11667: 2007-06-06 misha
11668:
11669: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11670: ^table.select(true) and ^table.select(1) didn't works because of
11671: awaiting junction-param only. fixed.
11672:
11673: 2007-05-24 misha
11674:
11675: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11676: with 0.5 secs interval
11677:
11678: * src/classes/op.C: - cache was rewrited. I hope it works with
11679: locking system now on unix
11680:
11681: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11682: system locks which wait till other threads release it but try get
11683: lock, if fail wait 1 sec and make 10 attempts.
11684:
11685: * src/include/pa_os.h: - consts for blocking locks + some comments
11686: were added
11687:
11688: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11689: opening files
11690:
11691: * src/classes/table.C: - changes in includes. if unclude <sstream>
11692: after our classes on unix it can't be build
11693:
11694: * src/types/pa_vhashfile.C: - not needed code removed
11695:
11696: 2007-05-23 misha
11697:
11698: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11699: include/pa_common.h: - cosmetic changes
11700:
11701: 2007-05-18 misha
11702:
11703: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11704: often. it's give some speed increasing
11705:
11706: * tests/results/160.processed: - returned time corrected
11707:
11708: * tests/160.html: - time increased because on unix 1 mean nothing
11709: :(
11710:
1.211 moko 11711: * operators.ru.txt, operators.txt: - added info about
11712: ^hash.contain[key]
1.95 moko 11713:
11714: * src/classes/hash.C: - added ^hash.contain[key]
11715:
11716: * src/include/pa_hash.h: - added method for checking key exists in
11717: hash
11718:
11719: 2007-05-07 misha
11720:
11721: * src/include/pa_string.h: - was compilation error during build on
11722: freebsd4
11723:
11724: 2007-05-03 misha
11725:
11726: * src/classes/table.C: - option $.type[hash|string|table] was added
11727: for ^table.hash[]
11728:
11729: * src/classes/file.C: - comment removed
11730:
11731: 2007-04-26 misha
11732:
11733: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11734: real files doesn't opened in place anymore
11735:
11736: 2007-04-24 misha
11737:
11738: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11739:
11740: * src/include/pa_exception.h: "static" removed
11741:
11742: 2007-04-23 misha
11743:
11744: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11745:
11746: * src/classes/math.C: added: - ^math:ln(N) (the same as
11747: ^math:log(N)) - ^math:lg(N)
11748:
11749: * tests/: 097.html, results/097.processed: - charsets converstion
11750: during ^file::load[text;http://...] added
11751:
11752: * tests/: 164.html, results/164.processed: - check for set expires
11753: as a date
11754:
11755: * tests/: 164.html, results/164.processed: - test for hashfile
11756:
11757: * src/classes/hashfile.C: - little comment changes
11758:
11759: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11760: access
11761:
11762: * src/: classes/date.C, classes/double.C, classes/file.C,
11763: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11764: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11765: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11766: classes/xnode.h, include/pa_request.h, main/execute.C,
11767: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11768: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11769: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11770: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11771: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11772: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11773: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11774: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11775: "parser.runtime" strings were removed
11776:
11777: * src/classes/hashfile.C: - with .clear[] called files_delete()
11778: now.
11779:
11780: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11781:
11782: * src/include/pa_exception.h: - string constant with
11783: "parser.runtime" text was added
11784:
11785: 2007-04-20 misha
11786:
1.211 moko 11787: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11788:
1.211 moko 11789: * operators.ru.txt, operators.txt: - added info about
11790: .^hashfile.release[], ^hashfile.clenaup[] and new
11791: ^string.match[][>N-option<]
1.95 moko 11792:
11793: * configure: =cheching for unsetenv
11794:
11795: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11796: ^hashfile.release[] were added
11797:
11798: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11799: ^string.match[][] understand new option now: return number of
11800: matches but not table wit results
11801:
11802: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11803: reopen now
11804:
11805: * src/classes/op.C: - bug. must be false
11806:
11807: * configure.in: - checking for unsetenv was added
11808:
11809: * src/types/pa_vform.C: - some comments
11810:
11811: 2007-04-18 misha
11812:
11813: * buildall-with-xml: moving to libxml2-2.6.28
11814:
11815: * buildall-with-xml, buildall-without-xml: added commented lines
11816: with --disable-safe-mode option
11817:
1.211 moko 11818: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11819:
11820: 2007-04-17 misha
11821:
11822: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11823: $form:files was added
11824:
11825: * tests/: 163.html, results/163.processed: removing auto format
11826:
11827: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11828:
11829: 2007-04-16 misha
11830:
11831: * tests/: 163.html, results/163.processed: - test for .int[],
11832: floor, round, ceiling and .format[]
11833:
11834: * src/classes/file.C: - little optimization for getting args in
11835: exec/cgi
11836:
11837: 2007-04-13 misha
11838:
11839: * src/classes/file.C: - arguments for file::exec/cgi can be
11840: specified now as s table with one column
11841:
11842: 2007-03-27 misha
11843:
11844: * tests/: 162.html, results/162.processed: - test for
11845: ^table.select(^condition[$t])
11846:
11847: * tests/results/auto.p: - load windows-1251 charset for some tests
11848:
11849: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11850:
11851: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11852: 161_windows1251.txt: - added test for
11853: ^file::load[text;/local/file.txt;$.charset[...]]
11854:
11855: * tests/: results/013.processed, 013.html: - added test for
11856: checking $._default value while hash modifications
11857:
11858: * tests/: 160.html, results/160.processed: - add test for
11859: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11860:
11861: 2007-03-22 misha
11862:
11863: * src/include/pa_common.h: - "charset" string defined for
11864: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11865:
11866: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11867: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11868: added - not needed transcodes were removed from
11869: ^file::load[...;http://...]
11870:
11871: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11872: added
11873:
11874: * src/classes/date.C: - date.week was fixed
11875:
1.211 moko 11876: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11877:
11878: * tests/: 159.html, results/159.processed: - tests for date.week
11879: and date.weekyear added
11880:
11881: 2007-03-15 misha
11882:
11883: * src/classes/table.C: - enclose column numbers for nameless tables
11884: as well
11885:
11886: 2007-03-14 misha
11887:
11888: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11889:
11890: * src/classes/table.C: - table.save optimization: now required much
11891: less memory
11892:
11893: 2007-03-13 misha
11894:
11895: * tests/results/: 158.processed, 158.processes: - tests for
11896: table.save/table.load
11897:
11898: * tests/: 158.html, results/158.processes: - tests for
11899: table.save/table.load
11900:
11901: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11902:
11903: * buildall-with-xml: - pattern needed now for building
11904:
11905: * tests/results/097.processed: - added test results for xdoc::load
11906: & xdoc::load[http://...]
11907:
11908: * tests/097.html: - added test for xdoc::load
11909:
11910: 2007-03-12 misha
11911:
11912: * tests/: 107.html, results/107.processed: - added test for xpath
11913: '//man'
11914:
11915: 2007-03-01 misha
11916:
11917: * tests/: 097.html, results/097.processed: - added test for
11918: creating xdoc from file
11919:
11920: * tests/: results/157.processed, 157.html: - added test for
11921: file:move
11922:
11923: 2007-02-28 misha
11924:
11925: * src/classes/xdoc.C: - another attempt
11926:
11927: * src/classes/xdoc.C: - roll back last changes for a while
11928:
1.211 moko 11929: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11930: ^xdoc::create[$file] added.
1.95 moko 11931:
11932: * src/classes/file.C: - under lock we create non-exist dir anyway
11933:
11934: * tests/results/099.processed: - ever send content-disposition to
11935: client with file
11936:
11937: * tests/157.html: + test for file:copy
11938:
11939: 2007-02-26 misha
11940:
11941: * src/classes/file.C: - some similar strings moved to #define
11942: instead of to be copy/pasted many times
11943:
11944: * src/types/pa_vfile.h: - class name string ("file") moved to
11945: #define
11946:
11947: 2007-02-20 misha
11948:
11949: * configure.in: - added some strings for sqlite detection
11950:
11951: 2007-02-19 misha
11952:
1.211 moko 11953: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11954:
11955: * buildall-with-xml, buildall-without-xml: - some modifications
11956:
11957: 2007-02-17 misha
11958:
11959: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11960:
11961: * src/main/pa_request.C: - damn, i forgot to commit it while I
11962: change console behaviour
11963:
11964: 2007-02-12 misha
11965:
11966: * src/targets/cgi/parser3.C: - don't print headers if
11967: $console:line[data] was used during cgi execution.
11968:
11969: * src/types/pa_vconsole.h: - console class have bool flag now which
11970: marked as 'true' if class was used.
11971:
11972: * tests/: 152.html, results/152.processed: - more types was added
11973: to test 152
11974:
11975: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11976: adding 'bool' (^if($image){} caused exception)
11977:
11978: 2007-02-09 misha
11979:
11980: * tests/: 152.html, results/152.processed: - test alightly updated
11981:
11982: * tests/: 152.html, results/152.processed: - test rewrited
11983:
11984: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11985: bugfix. I broke xdoc & xnode in expression
11986:
11987: 2007-02-08 misha
11988:
11989: * tests/: 152.html, results/152.processed: - add test for checking
11990: 'def' for void, string, bool, int & double
11991:
11992: 2007-02-07 misha
11993:
1.211 moko 11994: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11995: added
1.95 moko 11996:
11997: * tests/results/153.processed: - result test for
11998: ^file:base64[filespec] was updated
11999:
12000: * tests/153.html: - test for ^file:base64[filespec] was added
12001:
12002: * src/types/pa_vconsole.h: - little optimization
12003:
12004: * src/classes/file.C: - ^file:base64[filespec]
12005:
12006: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12007:
12008: * src/include/pa_common.h: - declarations for
12009: ^file:base64[filespec]
12010:
12011: * src/types/pa_vcookie.C: - little optimization
12012:
12013: 2007-02-06 misha
12014:
12015: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12016: were temporary commented
12017:
12018: * src/types/pa_vbool.h: - bugfix
12019:
12020: * tests/156.html: - added test for bool cookie
12021:
12022: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12023:
12024: * tests/: 155.html, results/155.processed: - added test for check
12025: $.encloser[] option for table save/load
12026:
12027: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12028:
12029: 2007-02-05 misha
12030:
12031: * tests/results/152.processed: - newline at the end was missed
12032:
12033: * tests/results/141.processed: - math:md5 must be lowercased
12034:
12035: * src/targets/cgi/parser3.C: - 2007 in help ;)
12036:
12037: 2007-02-03 misha
12038:
12039: * tests/results/: 150.processed, 151.processed, 152.processed: -
12040: test for bool added and some content length fixes
12041:
12042: * tests/152.html: - test for bool added
12043:
12044: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12045:
1.211 moko 12046: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12047:
1.116 moko 12048: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12049: classes/classes.vcproj, classes/double.C, classes/int.C,
12050: classes/string.C, classes/void.C, classes/xnode.C,
12051: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12052: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12053: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12054: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12055: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12056: types/types.vcproj: - bool class was added
12057:
12058: * src/main/pa_request.C: - fix
12059:
12060: 2007-01-18 misha
12061:
12062: * src/: main/pa_string.C, classes/string.C: - return table during
12063: ^string.match[][] even if no matched found.
12064:
12065: 2006-12-20 misha
12066:
12067: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12068: http://www.parser.ru/forum/?id=55598 ]
12069:
12070: 2006-12-19 misha
12071:
12072: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12073: details: http://www.parser.ru/forum/?id=52359
12074:
12075: * src/main/pa_request.C: - always set content-disposition for
12076: $response:body[hash here]. more details:
12077: http://www.parser.ru/forum/?id=52130
12078:
12079: 2006-12-07 misha
12080:
1.211 moko 12081: * operators.ru.txt, operators.txt: - added info about bool params
12082: in cookie set
1.95 moko 12083:
12084: * src/types/pa_vcookie.C: - bool param in cookies available now
12085: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12086: ]
12087:
12088: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12089: was added
12090:
12091: 2006-12-02 misha
12092:
12093: * src/classes/file.C: - file_block_read used instead of native read
12094:
12095: * src/main/pa_common.C: - added file_block_read with read error
12096: detection - file_block_read used instead of native read
12097:
12098: * src/include/pa_common.h: - added file_block_read declaration
12099:
12100: 2006-12-01 misha
12101:
1.211 moko 12102: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12103: added
1.95 moko 12104:
12105: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12106: $var.CLASS_NAME added
12107:
1.211 moko 12108: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12109:
12110: * src/classes/file.C: - ^file:copy[from;fo] was added
12111:
12112: 2006-11-20 misha
12113:
12114: * src/classes/date.C: - bug fix :)
12115:
12116: 2006-11-17 misha
12117:
12118: * src/include/pa_common.h: - array in crc32 calculation was changed
12119: to static
12120:
12121: * src/main/pa_common.C: - little optimization in getMonthDays -
12122: small changes in crc32 calculation
12123:
12124: * src/classes/date.C: - not needed code was removed
12125:
12126: 2006-11-16 misha
12127:
12128: * src/types/pa_vmail.C: - fix missed brakes
12129:
12130: * src/types/pa_vmail.C: - mail:send now set content-type:
12131: multipart/related instead of multipart/mixed if file have
12132: $.content-id[]
12133:
12134: 2006-11-15 misha
12135:
12136: * src/types/pa_vdouble.h: abs -> fabs
12137:
12138: 2006-11-14 misha
12139:
1.211 moko 12140: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12141: and ^file:md5[file-name]
1.95 moko 12142:
12143: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12144: added
12145:
12146: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12147: FILE_BUFFER_SIZE
12148:
12149: * src/classes/math.C: - hex_string was moved to pa_common.h
12150:
12151: * src/include/pa_common.h: - hex_string was moved from math.C -
12152: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12153:
12154: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12155: values was fixed
12156:
12157: 2006-11-13 misha
12158:
1.211 moko 12159: * operators.ru.txt, operators.txt: - added info about
12160: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12161:
12162: * src/classes/math.C: - added ^math:crc32[string]
12163:
12164: * src/classes/file.C: - some comments were changed - added
12165: ^file:crc32[file-name] and ^file.crc32[]
12166:
12167: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12168: crc32 calculation added
12169:
12170: 2006-11-03 misha
12171:
12172: * src/include/pa_array.h: - not needed variable removed
12173:
12174: * tests/: 150.html, 151.html, results/150.processed,
12175: results/151.processed: - 2 tests were added
12176:
12177: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12178: with $.reverse(1) were fixed
12179:
12180: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12181: query converted to $.charset during ^file::load[http://...]
12182:
12183: 2006-11-02 misha
12184:
12185: * src/include/pa_table.h: ups. forget '=' char
12186:
12187: * src/include/pa_table.h: - one more fix in
12188: .locate[...][$.reverse(1)]
12189:
12190: 2006-11-01 misha
12191:
12192: * src/classes/math.C: - bug fix, details:
12193: http://www.parser.ru/forum/?id=53360
12194:
12195: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12196: false for all records )[$.reverse(1)]
12197:
12198: * src/main/pa_http.C: - second param for this mid method is length
12199: but not end_index so this method has error and can't detect
12200: charsets in next content-types: Content-type: text/html;
12201: charset="windows-1251" Content-type: text/html;
12202: charset="windows-1251"; Content-type: text/html;
12203: charset=windows-1251;
12204:
12205: only Content-type: text/html; charset=windows-1251 was fine
12206:
12207: 2006-10-31 misha
12208:
12209: * src/classes/file.C: - empty args in file::exec removed now
12210:
12211: 2006-09-03 paf
12212:
12213: * src/classes/file.C: proper tainting of
12214: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12215:
12216: 2006-06-09 paf
12217:
12218: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12219:
12220: * src/classes/table.C: formatting
12221:
12222: * src/classes/table.C: incorporated patch from misha: Sent:
12223: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12224: ignoring string options for ^table.save[]
12225:
12226: * src/classes/hash.C: incorporated patch from misha Sent:
12227: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12228: $hash._default disappear while
12229:
1.211 moko 12230: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12231: $.value[file] $.format[!uue|!base64] << new base64 option.
12232: default uue ] ]
1.95 moko 12233:
12234: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12235: PM Subject: patch for base64 in ^mail:send[] %-)
12236:
12237: 2006-04-09 paf
12238:
12239: * src/main/compile.tab.C: ` change compiled
12240:
1.211 moko 12241: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12242: src/classes/classes.vcproj, src/classes/file.C,
12243: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12244: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12245: src/classes/xnode.C, src/include/pa_array.h,
12246: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12247: src/include/pa_memory.h, src/include/pa_request.h,
12248: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12249: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12250: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12251: src/lib/pcre/pcre_dftables.vcproj,
12252: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12253: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12254: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12255: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12256: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12257: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12258: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12259: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12260: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12261: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12262: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12263: src/types/pa_value.h, src/types/pa_vcookie.C,
12264: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12265: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12266: src/types/pa_vstatus.C, src/types/types.vcproj,
12267: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12268: ^menu, ^hash/hashfile.foreach
12269:
12270: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12271: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12272: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12273: src/classes/xnode.C, src/include/pa_array.h,
12274: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12275: src/include/pa_memory.h, src/include/pa_request.h,
12276: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12277: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12278: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12279: src/lib/pcre/pcre_dftables.vcproj,
12280: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12281: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12282: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12283: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12284: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12285: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12286: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12287: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12288: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12289: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12290: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12291: src/types/pa_value.h, src/types/pa_vcookie.C,
12292: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12293: src/types/pa_vstatus.C, src/types/types.vcproj,
12294: tests/descript.ion: ! switched to VS2005 (projects and
12295: object<info explicitly typed>.for_each(, info)) +
12296: $response:field[] setting void means removing + grammar $name`
12297: name stops now, for mysql `$field` + started ^break[]
12298: ^continue[], in ^for. TODO: to other iterators (while, menu,
12299: foreach) + all log messages += [uri=, method=, cl=]
12300:
12301: * buildall-with-xml: merged . ftp paths update
12302:
12303: * buildall-with-xml: . ftp paths update
12304:
12305: 2006-03-04 paf
12306:
12307: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12308: checks++ [thanks to Igor Zinkovsky for detailed report]
12309:
12310: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12311: Igor Zinkovsky for detailed report]
12312:
12313: 2006-03-01 paf
12314:
12315: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12316: \n to ' ' in
12317:
12318: 2006-02-18 paf
12319:
12320: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12321: \n to ' ' in
12322:
12323: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12324:
12325: 2006-02-03 paf
12326:
12327: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12328: base64
12329:
12330: * src/main/pa_common.C: ! bugfix: decoding from base64
12331:
12332: 2006-01-20 paf
12333:
12334: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12335: economy fix
12336:
12337: * src/classes/: table.C: merged from HEAD ! bugfix
12338: ^table.save[$.encloser-s now handled properly
12339:
12340: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12341: handled properly
12342:
12343: 2006-01-19 paf
12344:
12345: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12346: libgc:USE_MUNMAP activates merging of free memory blocks which
12347: helps a lot in our case: after transform we want
12348: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12349:
12350: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12351: economy fix
12352:
12353: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12354: activates merging of free memory blocks which helps a lot in our
12355: case: after transform we want CORD(main.result)->cstr[big
12356: malloc]->transcode[big malloc]
12357:
12358: 2006-01-17 paf
12359:
12360: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12361: before reading them. got rid of reallocs = became quicker and
12362: less fragmentated
12363:
12364: 2005-12-29 paf
12365:
1.116 moko 12366: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12367: configure, configure.in, src/include/pa_version.h,
12368: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12369: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12370: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12371: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12372: src/lib/ltdl/missing: . merged from 3.2.1
12373:
1.116 moko 12374: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12375: packaged when 'make dist', so do configure companion files in
12376: src/lib/ltdl
12377:
12378: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12379: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12380: missing: . now config_auto.h is created with configure [were
12381: constant]
1.95 moko 12382:
12383: * INSTALL: . references to documentation and some clarification
12384:
12385: * buildall-with-xml, buildall-without-xml: . farawell doc
12386: indication
12387:
1.116 moko 12388: * Makefile.am: . dist+=buildall*
1.95 moko 12389:
12390: 2005-12-28 paf
12391:
12392: * configure: . 3.2.1
12393:
12394: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12395: simplify build process, see INSTALL
12396:
12397: 2005-12-26 paf
12398:
12399: * configure: ver
12400:
12401: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12402: version
12403:
12404: 2005-12-21 paf
12405:
12406: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12407: compiled with bison 1.875b, it reports unexpected token names
12408:
12409: 2005-12-19 paf
12410:
12411: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12412: holds a link to xmlNode to prevent premature gc(xmlNode)
12413:
12414: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12415: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12416: src/main/main.vcproj, src/main/pa_globals.C,
12417: src/targets/cgi/parser3.vcproj,
12418: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12419: configure, configure.in, src/include/pa_version.h: . killing
12420: gdome [what a relief]
12421:
12422: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12423: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12424: run_parser.sh, results/001.processed, results/002.processed,
12425: results/003.processed, results/004.processed,
12426: results/005.processed, results/006.processed,
12427: results/008.processed, results/009.processed,
12428: results/010.processed, results/011.processed,
12429: results/012.processed, results/013.processed,
12430: results/014.processed, results/015.processed,
12431: results/016.processed, results/017.processed,
12432: results/018.processed, results/020.processed,
12433: results/021.processed, results/022.processed,
12434: results/023.processed, results/024.processed,
12435: results/025.processed, results/026.processed,
12436: results/027.processed, results/028.processed,
12437: results/029.processed, results/030.processed,
12438: results/031.processed, results/032.processed,
12439: results/033.processed, results/034.processed,
12440: results/035.processed, results/036.processed,
12441: results/037.processed, results/038.processed,
12442: results/039.processed, results/040.processed,
12443: results/041.processed, results/042.processed,
12444: results/043.processed, results/044.processed,
12445: results/045.processed, results/046.processed,
12446: results/047.processed, results/048.processed,
12447: results/049.processed, results/050.processed,
12448: results/051.processed, results/052.processed,
12449: results/053.processed, results/054.processed,
12450: results/055.processed, results/056.processed,
12451: results/057.processed, results/058.processed,
12452: results/059.processed, results/060.processed,
12453: results/061.processed, results/062.processed,
12454: results/063.processed, results/064.processed,
12455: results/065.processed, results/066.processed,
12456: results/067.processed, results/068.processed,
12457: results/069.processed, results/070.processed,
12458: results/071.processed, results/072.processed,
12459: results/073.processed, results/074.processed,
12460: results/075.processed, results/076.processed,
12461: results/077.processed, results/078.processed,
12462: results/079.processed, results/080.processed,
12463: results/081.processed, results/082.processed,
12464: results/083.processed, results/084.processed,
12465: results/085.processed, results/086.processed,
12466: results/087.processed, results/088.processed,
12467: results/089.processed, results/090.processed,
12468: results/091.processed, results/092.processed,
12469: results/093.processed, results/094.processed,
12470: results/095.processed, results/096.processed,
12471: results/097.processed, results/099.processed,
12472: results/100.processed, results/101.processed,
12473: results/102.processed, results/104.processed,
12474: results/105.processed, results/106.processed,
12475: results/107.processed, results/108.processed,
12476: results/109.processed, results/110.processed,
12477: results/111.processed, results/112.processed,
12478: results/113.processed, results/114.processed,
12479: results/115.processed, results/117.processed,
12480: results/119.processed, results/120.processed,
12481: results/121.processed, results/122.processed,
12482: results/123.processed, results/124.processed,
12483: results/125.processed, results/126.processed,
12484: results/127.processed, results/128.processed,
12485: results/129.processed, results/130.processed,
12486: results/131.processed, results/132.processed,
12487: results/133.processed, results/134.processed,
12488: results/135.processed, results/136.processed,
12489: results/138.processed, results/139.processed,
12490: results/140.processed, results/141.processed,
12491: results/142.processed, results/143.processed,
12492: results/144.processed, results/145.processed,
12493: results/146.processed, results/147.processed,
12494: results/148.processed, results/149.processed, results/auto.p: .
12495: now works if we turn off default auto.p
12496:
1.116 moko 12497: * configure: . makes
1.95 moko 12498:
12499: * src/types/pa_vxnode.C: . less warnings
12500:
12501: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12502: tests/145.html, tests/149.html, tests/descript.ion,
12503: tests/outputs/d.cmd, tests/results/142.processed,
12504: tests/results/143.processed, tests/results/144.processed,
12505: tests/results/145.processed, tests/results/146.processed,
12506: tests/results/147.processed, tests/results/148.processed,
12507: tests/results/149.processed: . removed .nodeValue from all node
12508: types other than 5 (grabbed piece from gdome)
12509:
12510: * tests/: 137.html, results/137.processed: . not handled this case
12511: yet. code does not hang from inserting parent into child,
12512: considering thing minor issue -- nodes are removed from source
12513: anyway, don't know why shold that be an error after all
12514:
12515: * src/targets/cgi/parser3.C: . style
12516:
12517: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12518: xdoc too [were barking "not element"]
12519:
12520: 2005-12-16 paf
12521:
12522: * tests/: 146.html, 147.html, 148.html: . more tests
12523:
12524: * src/classes/xnode.C: . also bark on possible errors
12525:
12526: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12527: props
12528:
12529: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12530: main/compile.y: merged from HEAD ! fixed overoptimized
12531: ^call(false) case. (confused it with ^call[] case)
12532:
12533: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12534: ^call(false) case. (confused it with ^call[] case)
12535:
12536: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12537:
12538: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12539: results/001.processed, results/002.processed,
12540: results/003.processed, results/004.processed,
12541: results/005.processed, results/006.processed,
12542: results/008.processed, results/009.processed,
12543: results/010.processed, results/011.processed,
12544: results/012.processed, results/013.processed,
12545: results/014.processed, results/015.processed,
12546: results/016.processed, results/017.processed,
12547: results/018.processed, results/019.processed,
12548: results/020.processed, results/021.processed,
12549: results/022.processed, results/023.processed,
12550: results/024.processed, results/025.processed,
12551: results/026.processed, results/027.processed,
12552: results/028.processed, results/029.processed,
12553: results/030.processed, results/031.processed,
12554: results/032.processed, results/033.processed,
12555: results/034.processed, results/035.processed,
12556: results/036.processed, results/037.processed,
12557: results/038.processed, results/039.processed,
12558: results/040.processed, results/041.processed,
12559: results/042.processed, results/043.processed,
12560: results/044.processed, results/045.processed,
12561: results/046.processed, results/047.processed,
12562: results/048.processed, results/049.processed,
12563: results/050.processed, results/051.processed,
12564: results/052.processed, results/053.processed,
12565: results/054.processed, results/055.processed,
12566: results/056.processed, results/057.processed,
12567: results/058.processed, results/059.processed,
12568: results/060.processed, results/061.processed,
12569: results/062.processed, results/063.processed,
12570: results/064.processed, results/065.processed,
12571: results/066.processed, results/067.processed,
12572: results/068.processed, results/069.processed,
12573: results/070.processed, results/071.processed,
12574: results/072.processed, results/073.processed,
12575: results/074.processed, results/075.processed,
12576: results/076.processed, results/077.processed,
12577: results/078.processed, results/079.processed,
12578: results/080.processed, results/081.processed,
12579: results/082.processed, results/083.processed,
12580: results/084.processed, results/085.processed,
12581: results/086.processed, results/087.processed,
12582: results/088.processed, results/089.processed,
12583: results/090.processed, results/091.processed,
12584: results/092.processed, results/093.processed,
12585: results/094.processed, results/095.processed,
12586: results/096.processed, results/097.processed,
12587: results/099.processed, results/101.processed,
12588: results/102.processed, results/104.processed,
12589: results/105.processed, results/106.processed,
12590: results/107.processed, results/108.processed,
12591: results/109.processed, results/110.processed,
12592: results/111.processed, results/112.processed,
12593: results/113.processed, results/114.processed,
12594: results/115.processed, results/116.processed,
12595: results/117.processed, results/118.processed,
12596: results/119.processed, results/120.processed,
12597: results/121.processed, results/122.processed,
12598: results/123.processed, results/124.processed,
12599: results/125.processed, results/126.processed,
12600: results/127.processed, results/128.processed,
12601: results/129.processed, results/130.processed,
12602: results/131.processed, results/132.processed,
12603: results/133.processed, results/134.processed,
12604: results/135.processed, results/136.processed,
12605: results/137.processed, results/138.processed,
12606: results/139.processed, results/140.processed,
12607: results/141.processed: . refreshed old tests, made them work
12608: without auto.p (in utf8) . things noted: . gif got encoded
12609: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12610: some strange year)
12611:
12612: * INSTALL: . revived linux libgc fix
12613:
12614: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12615: glib/gdome in INSTALL and patches]
12616:
12617: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12618: include/pa_charset.h, include/pa_config_includes.h,
12619: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12620: include/pa_xml_exception.h, lib/cord/Makefile.am,
12621: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12622: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12623: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12624: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12625: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12626: types/pa_vxnode.h: . started killing gdome
12627:
12628: 2005-12-13 paf
12629:
12630: * src/main/: pa_request.C: merged from HEAD ! when code in
12631: @unhandled_exception thrown another exception, print correct
12632: origin (earlier code in catch of exception inside of
12633: @unhandled_exception grabbed parent_frame(original_exception)
12634: origin and printed it, instead of true origin)
12635:
12636: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12637: another exception, print correct origin (earlier code in catch of
12638: exception inside of @unhandled_exception grabbed
12639: parent_frame(original_exception) origin and printed it, instead
12640: of true origin)
12641:
12642: 2005-12-09 paf
12643:
12644: * INSTALL: . updated INSTALL doc to work around linux stack base
12645: detection problem, due to change in gc6.4 code
12646:
12647: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12648: ignored in ^string.matched :(
12649:
12650: * src/main/pa_string.C: ! regex tainting were ignored in
12651: ^string.matched :(
12652:
12653: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12654: src/include/pa_config_fixed.h, src/include/pa_version.h,
12655: src/main/compile.y, src/main/compile_tools.h,
12656: src/main/pa_charset.C, src/main/pa_common.C,
12657: src/main/pa_globals.C, src/main/pa_string.C,
12658: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12659: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12660:
12661: 2005-12-08 paf
12662:
12663: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12664: 500 chars now handled OK [were wrapped on 500th char according to
12665: rfc, but sendmail failed to unwrap it properly]
12666:
12667: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12668: handled OK [were wrapped on 500th char according to rfc, but
12669: sendmail failed to unwrap it properly]
12670:
12671: * src/targets/isapi/parser3isapi.C: . less warnings
12672:
12673: * src/targets/isapi/parser3isapi.C: . undone some strange change
12674: since 3.1.5
12675:
12676: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12677: link fixes
12678:
12679: * src/: classes/date.C, include/pa_config_fixed.h,
12680: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12681: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12682: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12683:
12684: * src/include/pa_config_fixed.h: . removed outdated string origins
12685: [in current storage scheme there's no place for them. someday we
12686: can add third CORD to store origins and special version of parser
12687: which stores origins there [separate binary]]
12688:
12689: 2005-12-07 paf
12690:
12691: * src/targets/isapi/parser3isapi.C: . now links in release mode
12692:
12693: * src/include/pa_version.h: makefiles
12694:
12695: * src/include/pa_version.h: . not beta
12696:
12697: * configure, configure.in, src/include/pa_version.h: not beta
12698:
12699: 2005-12-06 paf
12700:
12701: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12702: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12703: decided to undo the change ^call[$void] passes void. now it will
12704: pass empty string again.
12705:
12706: * src/main/: compile.tab.C, compile.y: . version readded
12707:
12708: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12709: = ^switch[void] problem
12710:
12711: 2005-12-01 paf
12712:
12713: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12714: caused ^case[string] to be coerced to double since searching
12715: value were not string (it was vvoid)
12716:
12717: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12718: ^case[string] to be coerced to double since searching value were
12719: not string (it was vvoid)
12720:
12721: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12722: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12723:
12724: 2005-11-30 paf
12725:
12726: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12727: win32 must putenv("TZ="), on unix works only putenv("TZ")
12728:
12729: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12730: putenv("TZ="), on unix works only putenv("TZ")
12731:
12732: * INSTALL: . xml libs versions updated
12733:
12734: * src/main/pa_globals.C: //20051130 trying to remove this, author
12735: claims that fixed a lot there // 20040920 for now both
12736: workarounds needed. wait for new libxml/xsl versions
12737:
12738: 2005-11-28 paf
12739:
12740: * src/classes/table.C: merged from HEAD: ! nameless table has
12741: columns==0
12742:
12743: * src/classes/table.C: ! nameless table has columns==0
12744:
12745: * src/main/pa_http.C: merged from HEAD: ! status line check made
12746: earlier [was totally wrong]
12747:
12748: * src/main/pa_http.C: ! status line check made earlier [was totally
12749: wrong]
12750:
12751: 2005-11-25 paf
12752:
12753: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12754: undoing for now...
12755:
12756: * src/include/pa_version.h: -this reduces speed(table::load),
12757: strange. undoing
12758:
12759: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12760:
12761: * src/classes/op.C: + ^while(){}[SEPARATOR]
12762:
12763: * src/include/pa_array.h: + optimistics added: all arrays (table
12764: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12765: this speeds things up and saves memory a LOT! (not noticed
12766: negative effect on syntetic tests, future will tell...)
12767:
12768: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12769: changed gc_malloc implementation, which obscured profiling
12770:
12771: * src/classes/table.C: merged from HEAD: + optimized
12772: table::load/sql, now row ArrayString-s allocated with
12773: columns.count() elements and don't always grow from
12774: count=3[realloc,realloc]
12775:
12776: * src/classes/table.C: + optimized table::load/sql, now row
12777: ArrayString-s allocated with columns.count() elements and don't
12778: always grow from count=3[realloc,realloc]
12779:
12780: * src/classes/table.C: merged from HEAD: . ^table.save unused
12781: buffer after save
12782:
12783: * src/classes/table.C: . ^table.save unused buffer after save
12784:
12785: 2005-11-24 paf
12786:
12787: * configure.in: . merged glib2-config patch
12788:
12789: * configure.in: + trying to find glib2-config
12790:
12791: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12792: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12793: file/dir_readable to simple file/dir_exist, this would help in
12794: situations "class not found because .p file has bad rights" << in
12795: that case error would be explicit "access denied to 'this' file"
12796:
1.116 moko 12797: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12798:
12799: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12800: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12801: to simple file/dir_exist, this would help in situations "class
12802: not found because .p file has bad rights" << in that case error
12803: would be explicit "access denied to 'this' file"
12804:
12805: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12806: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12807: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12808: ^file::exec/cgi[script;$.charset[changed]
12809: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12810: encoded in $.charset charset
12811:
12812: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12813: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12814: encoded in $.charset charset
12815:
12816: * src/: include/Makefile.am, include/pa_common.h,
12817: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12818: main/pa_common.C, main/pa_http.C: . extracted http:// into
12819: separate file [preparation for
12820: ^file::cgi[script;$.form[$.field1[]
12821:
12822: 2005-11-22 paf
12823:
12824: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12825:
12826: * acinclude.m4, configure.in: . merged underquting fixes
12827:
1.116 moko 12828: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12829:
12830: * src/classes/op.C: . overmerged a little
12831:
12832: * src/main/compile.tab.C: Makefile
12833:
12834: * src/main/: pa_common.C: . less gcc warnings
12835:
12836: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12837: now reports original exception if we have no old cache
12838:
12839: * src/classes/op.C: + $exception.handled[cache] now reports
12840: original exception if we have no old cache
12841:
12842: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12843: from HEAD: + ^taint/untaint[regex] << escapes these:
12844: \^$.[]|()?*+{}
12845:
12846: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12847: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12848:
12849: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12850: getenv-ed variable, which does not work both on win32&unix.
12851: copied old TZ value now
12852:
12853: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12854: stored pointer to getenv-ed variable, which does not work both on
12855: win32&unix. copied old TZ value now
12856:
12857: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12858: getenv-ed variable, which does not work both on win32&unix.
12859: copied old TZ value now
12860:
12861: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12862: access to internal hash
12863:
12864: * src/types/pa_vresponse.C: + $response:headers access to internal
12865: hash
12866:
12867: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
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/targets/isapi/parser3isapi.C: +
12873: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12874: isapi] this reduces number of "GC Warning: Repeated allocation of
12875: very large block" messages to only important onces
12876:
12877: * src/classes/string.C: merged from HEAD: + removed limitation on
12878: ^string/int/double:sql{}[$.default[({param style})] ]
12879:
12880: * src/classes/string.C: + removed limitation on
12881: ^string/int/double:sql{}[$.default[({param style})] ]
12882:
12883: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12884: with ?params or $.form option" limitation
12885:
12886: * src/main/pa_common.C: + removed "use either uri with ?params or
12887: $.form option" limitation
12888:
12889: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12890: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12891: ^file::base64[encoded] decode
12892:
12893: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12894: main/pa_common.C: + ^file.base64[] encode +
12895: ^file::base64[encoded] decode
12896:
12897: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12898: ^string:base64[encoded] decode
12899:
12900: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12901: ^string:base64[in] encode + ^string.base64[] decode
12902:
12903: 2005-11-21 paf
12904:
12905: * src/classes/file.C: + merged from HEAD:
12906: ^file::create[text;file.xml;^untaint[xml]{data}]
12907:
12908: * src/classes/file.C: +
12909: ^file::create[text;file.xml;^untaint[xml]{data}]
12910:
12911: * src/main/pa_request.C: ! merged: $response:body[file] now
12912: differes from :download, it does not return content-disposition
12913: at all now [previusely it returned valueless content-disposition]
12914:
12915: * src/main/pa_request.C: ! $response:body[file] now differes from
12916: :download, it does not return content-disposition at all now
12917: [previusely it returned valueless content-disposition]
12918:
12919: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12920: literals, reverted to just vvod, recreating empty array with each
12921: void_value token. that's absolutely needed, since that array
12922: grows
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: + merged: expression literals:
12927: true/false. ^format[$.indent(true)]
12928:
12929: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12930: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12931: types/pa_vmethod_frame.h: + expression literals: true/false.
12932: ^format[$.indent(true)]
12933:
12934: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12935: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12936: i386-pc-win32)"
12937:
12938: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12939: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12940: i386-pc-win32)"
12941:
12942: 2005-11-18 paf
12943:
12944: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12945: null}[$.default(123)] will now return default value
12946:
12947: * src/classes/op.C: + merged ^cache[] << returns current cache
12948: expiration time
12949:
12950: * src/classes/op.C: + ^cache[] << returns current cache expiration
12951: time
12952:
12953: * src/classes/table.C: ! merged ^table::create[not'nameless';
12954: failed << Exception.problem_source pointed to local var!
12955:
12956: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12957: Exception.problem_source pointed to local var!
12958:
12959: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12960: now loads VFile.ptr!=0, so such files can be saved now
12961:
12962: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12963: loads VFile.ptr!=0, so such files can be saved now
12964:
12965: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12966: only . and .. now removed from list [were removed all .*]
12967:
12968: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12969: .. now removed from list [were removed all .*]
12970:
12971: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12972: open error now checked, were not :( [stole that piece from apache
12973: 1.3 sources]
12974:
12975: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12976: checked, were not :( [stole that piece from apache 1.3 sources]
12977:
12978: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12979: untainting of @main result if returned by $result or
12980: $response:body
12981:
12982: * src/main/pa_request.C: ! ensured proper untainting of @main
12983: result if returned by $result or $response:body
12984:
12985: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12986: issue: now tries to guess content-length and allocates one big
12987: piece if possible [regretfully gc_realloc works as malloc+free,
12988: leaving lots of holes behind]
12989:
12990: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12991: fixed file load memory issue: now tries to guess content-length
12992: and allocates one big piece if possible [regretfully gc_realloc
12993: works as malloc+free, leaving lots of holes behind]
12994:
12995: 2005-11-16 paf
12996:
12997: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12998: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12999: table::save with enclosers now doubles them: "->"" !
13000: table::save/load do not remove elements from options hash
13001:
13002: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13003: [were overoptimized ^if(double_literal), compiler confused
13004: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13005:
13006: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13007: [were overoptimized ^if(double_literal), compiler confused
13008: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13009:
13010: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13011: main/pa_common.C: ! table::save with enclosers now doubles them:
13012: "->"" ! table::save/load do not remove elements from options hash
13013:
13014: 2005-11-03 paf
13015:
1.116 moko 13016: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13017: compilation, not all makefiles liked that
1.95 moko 13018:
13019: 2005-08-30 paf
13020:
13021: * src/classes/op.C: merge . speedup check of [DEFAULT]
13022:
13023: * src/classes/op.C: . speedup check of [DEFAULT]
13024:
13025: 2005-08-26 paf
13026:
13027: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13028:
13029: * src/: classes/date.C, types/pa_vdate.h: + date.week
13030:
13031: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13032: complains about bad!=nameless
13033:
13034: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13035: about bad!=nameless
13036:
13037: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13038: optional options were allowed to be empty. were checked
13039: if(is_string), changed to !defined||is_string to allow void
13040:
13041: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13042: classes/string.C, classes/table.C, classes/void.C: ! optional
13043: options were allowed to be empty. were checked if(is_string),
13044: changed to !defined||is_string to allow void
13045:
13046: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13047: as_junction where they needed as_int/double, so failed with
13048: recent "(const) now no junction" optimization
13049:
13050: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13051: merged ! many classes/* used as_junction where they needed
13052: as_int/double, so failed with recent "(const) now no junction"
13053: optimization
13054:
13055: * src/: classes/double.C, classes/int.C, classes/math.C,
13056: classes/op.C, classes/string.C, classes/table.C,
13057: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13058: used as_junction where they needed as_int/double, so failed with
13059: recent "(const) now no junction" optimization
13060:
13061: 2005-08-24 paf
13062:
13063: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13064: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13065: stripped it
13066:
13067: 2005-08-09 paf
13068:
13069: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13070: not cleared
13071:
13072: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13073: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13074: classes/hashfile.C, classes/image.C, classes/int.C,
13075: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13076: classes/response.C, classes/string.C, classes/table.C,
13077: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13078: include/pa_array.h, include/pa_cache_managers.h,
13079: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13080: include/pa_config_fixed.h, include/pa_config_includes.h,
13081: include/pa_dictionary.h, include/pa_dir.h,
13082: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13083: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13084: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13085: include/pa_request_charsets.h, include/pa_request_info.h,
13086: include/pa_sapi.h, include/pa_socks.h,
13087: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13088: include/pa_stack.h, include/pa_string.h,
13089: include/pa_stylesheet_connection.h,
13090: include/pa_stylesheet_manager.h, include/pa_table.h,
13091: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13092: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13093: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13094: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13095: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13096: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13097: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13098: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13099: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13100: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13101: main/pa_sql_driver_manager.C, main/pa_string.C,
13102: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13103: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13104: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13105: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13106: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13107: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13108: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13109: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13110: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13111: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13112: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13113: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13114: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13115: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13116: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13117: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13118: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13119: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13120: types/pa_vresponse.C, types/pa_vresponse.h,
13121: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13122: types/pa_vstateless_object.h, types/pa_vstatus.C,
13123: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13124: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13125: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13126: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13127: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13128:
13129: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13130: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13131: speedup consequent checks in vmethod_frame
13132:
13133: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13134: not cleared
13135:
13136: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13137: params: 50 max (were 10)
13138:
13139: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13140: params: 50 max (were 10)
13141:
13142: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13143: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13144: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13145: empty string) ! simplified (double) speedup consequent checks in
13146: vmethod_frame
13147:
13148: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13149: optimized constants in expressions vstring->vdouble + optimized
13150: ^call(vdouble), no junction creation, no calls later
13151:
13152: 2005-08-08 paf
13153:
13154: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13155: compile_tools.h: merged + optimized constants in expressions
13156: vstring->vdouble + optimized ^call(vdouble), no junction
13157: creation, no calls later
13158:
13159: * src/types/pa_vdouble.h: merged . double values without fractional
13160: part now default printed as %.0f instead of %g
13161:
13162: * src/types/pa_vdouble.h: . double values without fractional part
13163: now default printed as %.0f instead of %g
13164:
13165: * src/classes/hashfile.C: . merged ! second hashfile::open would
13166: cause an exception
13167:
13168: * src/classes/hashfile.C: ! second hashfile::open would cause an
13169: exception
13170:
13171: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13172: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13173: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13174: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13175: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13176: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13177: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13178: types/pa_vresponse.h, types/pa_vstateless_class.C,
13179: types/pa_vstateless_object.h, types/pa_vvoid.h,
13180: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13181: merged VJunction(new Junction) optimization from 3.1.4
13182:
13183: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13184: types/pa_vstateless_class.C: + optimized new VJunction(new
13185: Junction(params)) to new VJunction(params), thousands of mallocs
13186: removed
13187:
13188: 2005-08-05 paf
13189:
13190: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13191: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13192: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13193: creation, no calls later
13194:
13195: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13196: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13197: classes/hashfile.C, classes/image.C, classes/int.C,
13198: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13199: classes/response.C, classes/string.C, classes/table.C,
13200: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13201: include/pa_array.h, include/pa_cache_managers.h,
13202: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13203: include/pa_config_fixed.h, include/pa_config_includes.h,
13204: include/pa_dictionary.h, include/pa_dir.h,
13205: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13206: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13207: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13208: include/pa_request_charsets.h, include/pa_request_info.h,
13209: include/pa_sapi.h, include/pa_socks.h,
13210: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13211: include/pa_stack.h, include/pa_string.h,
13212: include/pa_stylesheet_connection.h,
13213: include/pa_stylesheet_manager.h, include/pa_table.h,
13214: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13215: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13216: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13217: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13218: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13219: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13220: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13221: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13222: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13223: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13224: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13225: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13226: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13227: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13228: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13229: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13230: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13231: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13232: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13233: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13234: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13235: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13236: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13237: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13238: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13239: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13240: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13241: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13242: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13243: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13244: types/pa_vstateless_object.h, types/pa_vstatus.C,
13245: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13246: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13247: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13248: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13249: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13250:
13251: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13252: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13253: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13254: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13255: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13256: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13257: optimized constants in expressions vstring->vdouble
13258:
13259: 2005-07-29 paf
13260:
13261: * src/types/pa_vclass.C: . shaped up error messages a bit
13262:
13263: * src/types/pa_vclass.C: + property getter can now be overridden
13264:
13265: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13266: bug fix: static parent fields were not replaced in case
13267: $derived:field[put] + property setter can now be overridden
13268:
13269: 2005-07-28 paf
13270:
13271: * configure, configure.in, src/classes/classes.h,
13272: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13273: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13274: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13275: src/classes/xnode.h, src/include/pa_hash.h,
13276: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13277: src/types/Makefile.am, src/types/pa_method.h,
13278: src/types/pa_value.h, src/types/pa_vclass.C,
13279: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13280: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13281: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13282: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13283: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13284: src/types/pa_vobject.C, src/types/pa_vobject.h,
13285: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13286: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13287: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13288: src/types/pa_vstateless_class.h,
1.95 moko 13289: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13290: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13291: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13292: dynamic_fields_join
13293:
13294: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13295: classes/xnode.C, include/pa_hash.h, main/execute.C,
13296: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13297: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13298: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13299: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13300: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13301: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13302: types/pa_vresponse.h, types/pa_vstateless_object.h,
13303: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13304: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13305: restored its checks in vobject.put_element->static fields |
13306: dynamic properties
13307:
13308: 2005-07-27 paf
13309:
13310: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13311: is some old code containing @set_name $name
13312:
13313: * src/types/pa_vobject.h: . fixed warning
13314:
13315: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13316: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13317:
13318: * src/: classes/xnode.C, include/pa_hash.h,
13319: types/pa_vstateless_class.C: ! new asserts were all false.
13320: regretfully reverted them all to checks
13321:
13322: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13323: classes/op.C, main/execute.C, types/pa_method.h,
13324: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13325: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13326: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13327: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13328: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13329: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13330: types/pa_vstateless_object.h, types/pa_vvoid.h,
13331: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13332: joined_dynamic_fields: removed unused param from put_method
13333: (returned to 3 params)
13334:
13335: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13336: joined_dynamic_fields: dynamic get/set works with overriding
13337: props [alpha2]
13338:
13339: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13340: works [alfa]
13341:
13342: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13343: classes/op.C, include/pa_hash.h, main/execute.C,
13344: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13345: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13346: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13347: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13348: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13349: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13350: types/pa_vresponse.h, types/pa_vstateless_class.C,
13351: types/pa_vstateless_object.h, types/pa_vvoid.h,
13352: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13353: joined_dynamic_fields: just compiled
13354:
13355: * src/: classes/date.C, classes/file.C, classes/hash.C,
13356: classes/hashfile.C, classes/image.C, classes/table.C,
13357: classes/xdoc.C, classes/xnode.h, main/execute.C,
13358: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13359: types/pa_vstateless_class.h: joined_dynamic_fields: started
13360:
13361: * src/types/pa_vobject.C: . object setters [only started, does not
13362: work yet]
13363:
13364: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13365: object setters [only started, does not work yet]
13366:
13367: 2005-07-26 paf
13368:
13369: * src/: include/pa_request.h, main/execute.C: . properties: set
13370: works [alpha2]. for classes. todo: for objects
13371:
13372: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13373: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13374: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13375: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13376: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13377: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13378: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13379: types/pa_vstateless_object.h, types/pa_vvoid.h,
13380: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13381: properties: set works [alpha1]
13382:
13383: 2005-07-25 paf
13384:
13385: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13386: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13387: properties: started, get works [alpha1, other approach]
13388:
13389: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13390: properties: started, get works [alpha2]
13391:
13392: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13393: pa_vstateless_class.h: . properties: started, get works [alpha]
13394:
13395: 2005-07-15 paf
13396:
13397: * src/: classes/classes.h, classes/op.C, main/execute.C,
13398: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13399: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13400: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13401: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13402: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13403: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13404: types/pa_vresponse.C, types/pa_vresponse.h,
13405: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13406: types/pa_vstateless_object.h, types/pa_vvoid.h,
13407: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13408: types/pa_wwrapper.h, types/types.vcproj: + started property
13409: [getters work but think of changing them too to precaching]
13410:
13411: 2005-07-08 paf
13412:
13413: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13414: gpf
13415:
13416: 2005-06-28 paf
13417:
13418: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13419: in passing empty strings to file::exec/cgi environment
13420:
13421: 2005-06-06 paf
13422:
13423: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13424: ^table:sql ^hash:sql now DO process $.bind option
13425:
13426: 2005-05-24 paf
13427:
13428: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13429: $.limit] now work again [support was broken in 3.1.4]
13430:
13431: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13432: ALL_INTERIOR_POINTERS
13433:
13434: 2005-05-12 paf
13435:
13436: * configure: 3.1.5beta
13437:
13438: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13439:
13440: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13441: $.limit] now work again [support was broken in 3.1.4]
13442:
13443: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13444: line-width [was refusing to fill if line-width >1, thanks to
13445: Seras <seras@pinxit.lt> for repro case
13446:
13447: 2005-04-25 paf
13448:
13449: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13450: correctly
13451:
13452: 2005-04-19 paf
13453:
13454: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13455: in VString violating invariant!!
13456:
13457: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13458: getenv("TZ")==null
13459:
13460: 2005-04-08 paf
13461:
13462: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13463: bugfix: when there is no char in charset one byte produces 6
13464: (ÿ <<max). increased buffer size!
13465:
13466: 2005-03-23 paf
13467:
13468: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13469: ^date.sql-string now takes TZ into account
13470:
13471: 2005-03-16 paf
13472:
13473: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13474: gcc 3.4
13475:
13476: * src/types/pa_vhash.C: . warning about eof eol
13477:
13478: 2005-02-17 paf
13479:
1.211 moko 13480: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13481: ^sleep(double seconds)
1.95 moko 13482:
13483: 2005-02-02 paf
13484:
13485: * src/classes/xnode.C: beauty: removed needless includes
13486:
13487: 2005-01-31 paf
13488:
13489: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13490: $.partNoNumber now alias to $.part1
13491:
13492: * src/types/pa_vmail.C: change: incoming letter part contains
13493: "content-disposition" header with any value? now considering that
13494: part to be "file#" [for text/plain text/html were $.text#
13495: $.html#]
13496:
13497: * INSTALL: updatet to latest working versions available
13498:
13499: 2005-01-20 paf
13500:
13501: * configure.in, src/include/pa_version.h: version
13502:
13503: 2005-01-19 paf
13504:
1.116 moko 13505: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13506: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13507: couple warnings in parser3.C
1.95 moko 13508:
13509: 2004-12-23 paf
13510:
13511: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13512:
13513: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13514: dir to directory of script (when shbang used), not to directory
13515: of its interpreter
13516:
13517: * src/include/pa_version.h: compiled on win32...
13518:
13519: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13520: we need more hspace
13521:
13522: * configure, configure.in, src/include/pa_version.h: configured
13523: host to pa_version. will be displayed everywhere
13524:
13525: * src/main/pa_request.C: new: @unhandled_exception can prevent
13526: exception from being logged by setting $exception.handled(1)
13527:
1.211 moko 13528: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13529: ^file::sql{query}[[options]] options: $.name[file name]
13530: $.content-type[application/what]
13531:
13532: * src/: include/pa_common.h, main/pa_common.C,
13533: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13534: new file
13535:
13536: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13537: bugfix: table->hash now regards _default
13538:
13539: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13540: created by accessing $name_of_method it acquired bad self=closest
13541: methodframe; instead of proper self (current class)
13542:
13543: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13544: hashfile produced bad cord
13545:
13546: 2004-12-10 paf
13547:
13548: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13549: subsequent failures though defined in .h
13550:
13551: * src/main/pa_common.C: comment on volatile
13552:
13553: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13554: alarm function were not used since the beginning due to stupid
13555: error [setsigjmp were not checked in configure.in]
13556:
13557: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13558: unix too
13559:
13560: * src/main/pa_common.C: http: exception status of send/recv errors
13561: change to most probable http.timeout
13562:
13563: * src/main/pa_common.C: win32: http connection $.timeout option now
13564: works [setsockopt on send/receive]
13565:
13566: 2004-12-08 paf
13567:
13568: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13569: cstr-ed knowing mail charset, and untainting uri lang now knows
13570: proper charset
13571:
13572: 2004-11-24 paf
13573:
13574: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13575:
13576: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13577: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13578:
13579: 2004-11-12 paf
13580:
13581: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13582: [since 3.0.4]
13583:
13584: 2004-11-09 paf
13585:
13586: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13587: writes basics to c:\parser3.log
13588:
13589: 2004-10-21 paf
13590:
13591: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13592: tainted strings [were returning clean onces]
13593:
13594: 2004-10-15 paf
13595:
13596: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13597: cycles(i=1; i=2), which was wrong, now does ONE
13598:
13599: 2004-10-12 paf
13600:
13601: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13602:
13603: 2004-10-07 paf
13604:
13605: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13606: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13607: release asserts
13608:
13609: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13610: String.dump() to stdout in detailed form [were String.v() in
13611: short form]
13612:
13613: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13614: \t\r\n as @#| and truncates long char sequences less
13615:
13616: 2004-10-06 paf
13617:
13618: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13619: win32 beauty: socket errors properly decoded
13620:
13621: 2004-10-05 paf
13622:
13623: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13624: request::configure_user/admin done always, even if no
13625: file-to-process useful in @unhandled_exception [say, if they
13626: would want to mail by SMTP something]
13627:
13628: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13629: now performed prior to file loading [and @auto executing] thus
13630: making $cookie:value available in @auto and in
13631: @unhandled_exception when IIS is configured to run interpreter
13632: even if no file exist
13633:
13634: 2004-09-20 paf
13635:
13636: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13637: somewhere where it should have called xmlMalloc and it calls
13638: xmlFree when it should have not called it. inserted two
13639: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13640: xmlFree just ignored. put away a testcase, maybe someday libxml
13641: author would fix all that. until that day: we have SLOW garbage
13642: collecting when many xml objects are alive hint: do
13643: ^memory:compact[] before xdoc::create
13644:
13645: 2004-09-17 paf
13646:
13647: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13648: error from 3.0.8 version]
13649:
13650: 2004-09-14 paf
13651:
13652: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13653: part bugfix: hashfile.foreach iterated only part if hashfile were
13654: modified inside
13655:
13656: 2004-09-13 paf
13657:
13658: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13659: [were as octal]
13660:
13661: * src/types/pa_vhashfile.C: beauty: not reproduced
13662: $hashfile.key[$novalue] bug [reported by motorin], inserted
13663: safety-check
13664:
13665: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13666: [not something obscure from sdbm lib]
13667:
13668: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13669: = strerror now returnes something and we can properly report that
13670: to client
13671:
13672: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13673: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13674:
13675: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13676: [tainted as-is] this helps //[space][newline] to remain as-is and
13677: not be unnecessary optimized away [ruining javascript]
13678:
13679: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13680: [tainted as-is]
13681:
13682: * src/classes/mail.C: bugfix: typo error
13683:
13684: 2004-09-09 paf
13685:
13686: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13687: separators bugfix: loads header with endings \r\n\r\n and \n\n
13688: (bloody yandex.server)
13689:
13690: 2004-09-06 paf
13691:
13692: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13693: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13694: encoded
13695:
13696: 2004-09-01 paf
13697:
13698: * src/types/pa_vmail.C: change: multipart/mixed changed to
13699: multipart/related outlook express have no problems showing
13700: unrelated attachments. todo: someday figure out a way of
13701: multipart/mixed multipart/related text/html
13702: image/xxx application/octet-stream << true attachments
13703:
13704: * src/types/pa_vmail.C: new:
13705: ^mail:send[$.file[$.content-disposition can be overriden new:
13706: empty mail header fields removed from letter
13707:
13708: * src/: classes/mail.C, include/pa_config_fixed.h,
13709: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13710: ^mail:send[ $.file[ $.any[header]
13711:
13712: 2004-08-30 paf
13713:
13714: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13715: warnings
13716:
13717: * src/main/pa_common.C: beauty: do not bother with charset
13718: detection when ^file::load[binary
13719:
13720: 2004-08-27 paf
13721:
13722: * src/main/pa_common.C: hack: for yandex.server http server
13723:
13724: 2004-08-18 paf
13725:
13726: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13727: possibly-chunked response
13728:
13729: 2004-08-17 paf
13730:
13731: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13732: $f.content-type now = that of http response
13733:
13734: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13735: $f.content-type now = that of http response
13736:
13737: 2004-07-30 paf
13738:
13739: * src/: include/pa_request.h, main/pa_request.C,
13740: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13741: win32: system&parser exceptions in release mode reported properly
13742: parser exception in exception handler WERE mistakenly reported as
13743: system exception, without details [in apache & isapi] +some
13744: beauty in exception text
13745:
13746: * src/: include/pa_exception.h, main/pa_request.C,
13747: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13748: release mode reported properly parser exception in exception
13749: handler WERE mistakenly reported as system exception, without
13750: details
13751:
13752: * src/main/execute.C: beauty: simplified system exception handling
13753:
13754: 2004-07-29 paf
13755:
13756: * src/classes/table.C: bugfix:
13757: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13758: were ignored, and \t used unconditionally]
13759:
13760: * src/types/Makefile.am: added vhash.c
13761:
13762: 2004-07-28 paf
13763:
13764: * src/: classes/date.C, classes/image.C, classes/math.C,
13765: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13766: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13767: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13768: failed on russian letters
13769:
13770: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13771: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13772: letters
13773:
13774: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13775: as 'currentDirectory' parameter to CreateProcess
13776:
13777: 2004-07-27 paf
13778:
13779: * src/targets/cgi/parser3.vcproj: beauty: win32:
13780: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13781: from release somewhere [to help searching for unhandled system
13782: exceptions]
13783:
13784: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13785: TZ shift
13786:
13787: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13788: but also in ctor
13789:
13790: 2004-07-26 paf
13791:
1.211 moko 13792: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13793: src/main/pa_common.C, src/main/pa_request.C,
13794: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13795: src/types/types.vcproj: new: $response:body/download[
13796: $.file[name on disk] $.name[of file for user]
13797: $.mdate[date of last-modified. default from directory] ]
13798:
13799: * src/classes/file.C: moving file:send somewhere else..
13800:
13801: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13802: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13803: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13804: $response:download[ $.filename[filename] $.option[] ,, ]
13805:
13806: * src/classes/file.C: beauty: invalid mode thoroughly reported
13807:
13808: 2004-07-21 paf
13809:
13810: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13811: to several lines
13812:
13813: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13814:
13815: note: ms outlook[!express] shows only first 255 characters of
13816: subject
13817:
13818: 2004-07-15 paf
13819:
13820: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13821: off]
13822:
13823: 2004-07-14 paf
13824:
13825: * src/classes/table.C: bugfix: $.bind values now got untainted
13826: according to lang [were: as-is]
13827:
13828: 2004-07-07 paf
13829:
13830: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13831: checked that
13832:
13833: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13834: now untainted according to their languages. were: as-is.
13835: EVERYWHERE
13836:
13837: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13838: environment string now untainted according to their languages.
13839: were: as-is. EVERYWHERE
13840:
13841: * src/main/pa_exec.C: bufix: on unix environment string now
13842: untainted according to their languages. were: as-is. on win32:
13843: ok
13844:
13845: * parser3.vssscc: ...would not go unnoticed
13846:
13847: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13848: fails. in case on input appears nonutf, those bytes will be
13849: printed in %HH form. that can be easily decoded/recovered.
13850:
13851: this form is quite noticable, and hopefully would not go noticed
13852:
13853: 2004-07-06 paf
13854:
13855: * src/main/pa_exec.C: bufix: on unix environment string now
13856: untainted according to their languages. were: as-is. on win32:
13857: ok
13858:
13859: 2004-07-01 paf
13860:
13861: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13862: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13863: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13864: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13865: main/main.vcproj, targets/cgi/parser3.vcproj,
13866: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13867: option: global optimization ON
13868:
13869: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13870: to do xdoc::create{invalid chars} standard disables chars less
13871: then \x20, except tab, cr, lf.
13872:
13873: changed tainting so that those become '!'
13874:
13875: 2004-06-25 paf
13876:
13877: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13878: int on odd address [prev bugfix failed due to superwize
13879: optimizer, which turned memcpy into same 'ld' asm command]
13880:
13881: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13882: int on odd address
13883:
13884: 2004-06-22 paf
13885:
13886: * src/sql/pa_sql_driver.h: note: about possible optimization
13887:
1.211 moko 13888: * operators.ru.txt, operators.txt, src/classes/hash.C,
13889: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13890: src/classes/void.C, src/include/pa_config_includes.h: new:
13891: ^void:sql{call paf(:a)}[ $.bind[
13892: $.a[2] ] ] output variables work. todo:
13893: check in out variables
1.95 moko 13894:
13895: 2004-06-18 paf
13896:
13897: * src/: classes/file.C, classes/hash.C, classes/string.C,
13898: classes/table.C, classes/void.C, include/pa_globals.h,
13899: include/pa_sql_connection.h, main/compile.tab.C,
13900: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13901: $.bind[ $.a[2] ]
13902: ] input variables work. todo:output
13903:
13904: * src/targets/cgi/parser3.C: bugfix: iis specific
13905: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13906: /_bug.html?404;http://hpsv/test/
13907: --------------------------------------------------------------------------------
13908: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13909: --------------------------------------------------------------------------------
13910: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13911:
13912: 2004-06-16 paf
13913:
13914: * src/targets/cgi/parser3.C: new: iis specific
13915: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13916: $request:query
13917: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13918: $form:fields IIS-STATUS="404"
13919: IIS-DOCUMENT="http://server/_bug.html" f="v"
13920:
13921: todo: isapi too
13922:
13923: 2004-05-26 paf
13924:
13925: * src/include/pa_version.h: 3.1.3
13926:
1.211 moko 13927: * operators.ru.txt, operators.txt: beauty: removed outdated level
13928: 'table'
1.95 moko 13929:
13930: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13931:
13932: * src/main/pa_string.C: beauty: removed 3 warnings
13933:
13934: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13935: classes/op.C: beauty: removed outdated level 'table'
13936:
13937: 2004-05-25 paf
13938:
13939: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13940: implementation. mistery: how anything worked
13941:
13942: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13943: changed, it is now safe to use url if pointers to it are stored
13944: to gc mem
13945:
13946: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13947: unknown errors reported and not cause SIGSEGV now
13948:
13949: 2004-05-24 paf
13950:
13951: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13952: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13953: less memory: CORD_chars_block originally intended to ... it was
13954: good that CORD_chars_block were not used: it consumes more memory
13955: [and, might be slow too] undoing that. [and removed that func so
13956: that it would not confuse parser developer in future]
13957:
13958: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13959: less memory: CORD_chars_block originally intended to
13960: speedup/reduce mem usage were forgotten, and were used stupid
13961: CORD_chars
13962:
13963: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13964:
13965: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13966: BIGENDIAN processors space-conserving mech failed, causing
13967: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13968: (1|2|3));
13969:
13970: 2004-05-14 paf
13971:
13972: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13973: bugfix: void now has vfile value, and $response:body[] works OK
13974:
13975: 2004-05-12 paf
13976:
13977: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13978: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13979: sources to use is_defined() {return as_bool();} along VBool
13980:
13981: 2004-05-11 paf
13982:
13983: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13984: referencing to local objects
13985:
13986: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13987: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13988: left intact
13989:
13990: 2004-04-15 paf
13991:
13992: * src/classes/date.C: merged: beauty: unused var removed
13993:
13994: * src/classes/date.C: beauty: unused var removed
13995:
13996: * src/include/: pa_exec.h: bugfix: interface without pointer
13997: provoked bug
13998:
13999: 2004-04-09 paf
14000:
14001: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14002:
14003: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14004:
14005: 2004-04-08 paf
14006:
14007: * src/classes/date.C: new: ^date::create[y-m-d
14008: h-M-s>>.milliseconds<<] now allowed, ignored so far
14009:
14010: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14011:
14012: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14013: to consult default catalog [usually, that file belongs to other
14014: user/group]
14015:
14016: 2004-04-06 paf
14017:
14018: * src/main/pa_common.C: beauty: gcc warning removed
14019:
14020: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14021: accept that trick, trying other
14022:
14023: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14024: explicit result problem
14025:
14026: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14027: explicit result problem
14028:
14029: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14030: explicit result problem
14031:
1.211 moko 14032: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14033: ^string.append[string]
1.95 moko 14034:
14035: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14036: main/execute.C: attempt_check_call_in_explicit_result_mode:
14037: failed
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/pa_common.C: bugfix: of 1.175 bugfix:
14045: http://i.p.a.ddress gethostbyaddr added [on some platforms
14046: gethostbyname failed with such 'domains'] now checked properly,
14047: were: needless reverse/forward dns lookup
14048:
14049: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14050: @method[][result] means "no string output here" moved to lexical
14051: level [on grammar level it were too difficult]
14052:
1.211 moko 14053: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14054: src/main/compile.tab.C, src/main/compile.y,
14055: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14056: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14057: string output here", implemented part of that idea: compiler
14058: throws away string literal generation code. and barks
14059: nonwhitespace chars
1.95 moko 14060:
1.211 moko 14061: * operators.ru.txt, operators.txt: truth: removed comment about
14062: $ORIGIN
1.95 moko 14063:
14064: 2004-04-05 paf
14065:
14066: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14067: src/include/pa_version.h, src/main/pa_common.C,
14068: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14069:
14070: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14071: Konstantin Tomashevitch [mailto:konst@design.ru]
14072:
14073: * src/doc/html2chm.cmd: beauty: no need in bg here
14074:
14075: * src/doc/sources2html.cmd: beauty: same window, in bg it
14076: interfered with FAR console
14077:
14078: * configure, configure.in: 3.1.3
14079:
14080: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14081:
14082: * src/main/pa_common.C: removed warning
14083:
14084: * src/include/pa_version.h: 3.1.3
14085:
14086: 2004-04-02 paf
14087:
14088: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14089:
14090: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14091: allows to specify where to put parser log file
14092:
14093: 2004-04-01 paf
14094:
14095: * src/classes/table.C: bugfix: bugfix: table::load last line
14096: without tab and enter were ignored
14097:
14098: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14099: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14100: main/pa_socks.C, targets/cgi/parser3.C,
14101: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14102: bugfix: sql connections now are disconnected
14103:
14104: 2004-03-30 paf
14105:
14106: * src/classes/table.C: bugfix: table::load last line without tab
14107: and enter were ignored
14108:
14109: * src/classes/table.C: bufix: if last table lines were commented,
14110: gpfed
14111:
14112: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14113: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14114: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14115: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14116: doc/methoded.dox, doc/object.dox, doc/string.dox,
14117: doc/targets.dox, doc/value.dox, include/pa_version.h,
14118: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14119: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14120: bugfixes from 3.1.2, changed version to 3.1.3beta
14121:
14122: 2004-03-29 paf
14123:
14124: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14125: causes gpf
14126:
14127: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14128: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14129: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14130: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14131: value.dox: translated to english
14132:
14133: 2004-03-25 paf
14134:
14135: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14136: parser3project dependency removed
14137:
14138: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14139: bugfix: refused to compile without xml
14140:
14141: * src/types/pa_vform.C: beauty: removed warning
14142:
14143: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14144: any folder [removed last ;) folder dependency]
14145:
14146: * src/classes/classes.vcproj: bugfix: now all compiles in any
14147: folder [removed last ;) folder dependency]
14148:
14149: * src/include/pa_version.h: release
14150:
14151: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14152:
14153: * src/classes/table.C: beauty: comment& more meaningful error
14154: message
14155:
14156: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14157: $.hash[$.column_value1(true) ... ] [were producing some strang
14158: thing]
14159:
14160: 2004-03-23 paf
14161:
14162: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14163: and http status line parsing checked number of columns in table
14164: [user reported an assert]
14165:
1.211 moko 14166: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14167:
14168: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14169: bugfix: junction reattach now actually reattaches a junction to
14170: new wcontext [were only assigning it to junction, which caused
14171: junction tracking to loose junction, and it's context were not
14172: killed, and it tried to process in invalid context, gpf]
14173:
14174: * src/targets/cgi/parser3.C: debug helper added
14175:
14176: 2004-03-19 paf
14177:
14178: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14179: "type(type)" in braces
14180:
14181: 2004-03-10 paf
14182:
1.211 moko 14183: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14184: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14185: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14186: src/types/pa_vxnode.h: new: refined solution to
14187: search-in-namespaces problem:
1.95 moko 14188: $xdoc.search-namespaces.x[http://pif.design.ru/]
14189: $nodes[^xdoc.select[//x:second]]
14190:
1.211 moko 14191: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14192: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14193: search for info in namespaces
1.95 moko 14194:
14195: $nodes[^xdoc.select[//x:second][
14196: $.x[http://pif.design.ru/] ]]
14197:
14198: 2004-03-09 paf
14199:
1.211 moko 14200: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14201: ^file::load[...][options] $.form[
14202: !$.field1[string]
14203: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14204: ] !$.body[string]
14205:
14206: GET ?here notGET(POST, HEAD, others) in content-type:
14207: application/x-www-form-urlencoded
14208:
14209: todo: upload files ability
14210:
14211: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14212: properly, done
14213:
14214: 2004-03-05 paf
14215:
1.211 moko 14216: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14217: file::load[;http:// GET/POST $.form[$.fields started, not tested
14218: yet todo:$.field[table] for multiple values
1.95 moko 14219:
1.211 moko 14220: * operators.ru.txt, operators.txt: new: http:// options $.user
14221: $.password basic authorization
1.95 moko 14222:
14223: * src/main/pa_common.C: beauty: link to rtf added
14224:
1.211 moko 14225: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14226: src/main/pa_common.C: new: http:// options $.user $.password
14227: basic authorization
1.95 moko 14228:
14229: * src/main/pa_common.C: beauty: removed needless vars
14230:
1.211 moko 14231: * operators.ru.txt, operators.txt: new: pgsql option [like that
14232: recently added to oracle driver]
14233: ClientCharset=parser-charset << charset in which parser thinks
14234: client works
14235:
14236: * operators.ru.txt, operators.txt: new: odbc option [like that
14237: recently added to oracle driver]
14238: ClientCharset=parser-charset << charset in which parser thinks
14239: client works
1.95 moko 14240:
14241: * src/sql/pa_sql_driver.h: beauty: important warning added
14242:
14243: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14244: char!
14245:
14246: * etc/parser3.charsets/windows-1251.cfg: typo
14247:
14248: 2004-03-04 paf
14249:
14250: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14251: cached, sql transcoding now goes faster
14252:
1.211 moko 14253: * operators.ru.txt, operators.txt: new: mysql option [like that
14254: recently added to oracle driver]
14255: ClientCharset=parser-charset << charset in which parser thinks
14256: client works
1.95 moko 14257:
14258: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14259: typo error
14260:
14261: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14262: chars commented
14263:
14264: 2004-03-03 paf
14265:
14266: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14267: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14268:
14269: 2004-03-02 paf
14270:
1.211 moko 14271: * operators.ru.txt, operators.txt: new[update typo]:
14272: !^void.left(n) nothing !^void.right(n) nothing
14273: !^void.mid(p[;n]) nothing
14274:
14275: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14276: !^void.left(n) nothing !^void.right(n) nothing
14277: !^void.pos(p[;n]) nothing
1.95 moko 14278:
1.211 moko 14279: * operators.ru.txt, operators.txt, src/classes/file.C,
14280: src/include/pa_string.h: new:
1.95 moko 14281: ^file::sql[[name_to_become_$.name]]{} query result must be one
14282: row with columns: first: data second: file name third:
14283: content-type
14284:
1.211 moko 14285: * operators.ru.txt, operators.txt, src/classes/file.C:
14286: ^file.sql-string[] inside ^connect gets properly escaped string,
14287: which can be passed to request now this for mysql only. it's up
14288: to parser sql driver to fix zeros properly
1.95 moko 14289:
14290: * INSTALL: note: added on building apache with this option:
14291: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14292:
14293: 2004-03-01 paf
14294:
14295: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14296: extension memory:compact befor processingrequest
14297:
1.211 moko 14298: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14299: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14300:
1.211 moko 14301: * operators.ru.txt, operators.txt, src/classes/image.C,
14302: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14303: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14304:
14305: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14306: beauty: image -- less checks [were ugly impl]
14307:
14308: * src/classes/string.C: bugfix: ^string.left/right/mid with
14309: negative values now considered bad
14310:
14311: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14312:
14313: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14314: options now have unified defaults [after transform
14315: indent/omit-xml-declaration/standalone 'default' erroreously
14316: meant 'true']
14317:
14318: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14319: added [on some platforms gethostbyname failed with such
14320: 'domains']
14321:
14322: * src/include/pa_config_auto.h.in: no select check, no define
14323:
14324: * src/classes/string.C: feature: ^string.trim both parameters may
14325: be empty-strings, meaning kind=both chars=whitespaces
14326:
14327: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14328: exist
14329:
14330: * src/classes/string.C: check: trim 'chars' must not be empty,
14331: exception if it is
14332:
14333: * src/classes/string.C: changed: ^string.trim [] << both,
14334: whitespaces [start|both|end] << kind, whitespaces
14335: [start|both|end;chars] full
14336:
14337: 2004-02-27 paf
14338:
1.211 moko 14339: * operators.ru.txt, operators.txt, src/classes/string.C,
14340: src/main/pa_string.C: new method:
14341: ^string.trim[start|both|end[;chars]] default 'chars' --
14342: whitespace chars finished
1.95 moko 14343:
1.211 moko 14344: * operators.ru.txt, operators.txt, src/classes/string.C,
14345: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14346: ^string.trim[start|both|end[;chars]] default 'chars' --
14347: whitespace chars started, only start works
14348:
14349: * src/main/compile.C: bugfix: line numbers after
14350: ^process{}[$.line(-10]] can be negative, allowed to print they as
14351: signed
14352:
14353: * src/main/untaint.C: speed: there's no \n chars in output
14354: [normally], so no need to optimize them they could be retrived
14355: from databases, though. but 1. should be replaced 2. if not
14356: optimized, no harm done
14357:
14358: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14359: ^file::exec/cgi could return invalid status & zombie child can
14360: remain for short period until process exists [very bad in
14361: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14362:
14363: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14364: malicious SMTP server to attack as by returning too long status
14365: responses http://i2/tasks/edit/?id=4629448401140924947
14366:
14367: 2004-02-26 paf
14368:
1.211 moko 14369: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14370: has options] which are $.main[to what to rename @main]
1.95 moko 14371: $.file[file, from which (user says) goes that CODE]
14372: $.lineno(line number in that file, where CODE starts. may be
14373: negative)
14374:
1.211 moko 14375: * operators.ru.txt, operators.txt, src/classes/op.C,
14376: src/include/pa_request.h, src/main/compile.C,
14377: src/main/compile_tools.h, src/main/pa_request.C: feature:
14378: ^process...{CODE}[now has options] which are $.main[to
14379: what to rename @main] $.file[file, from which (user says)
14380: goes that CODE] $.lineno(line number in that file, where
14381: CODE starts. may be negative)
14382:
1.95 moko 14383: 2004-02-25 paf
14384:
1.116 moko 14385: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14386: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14387:
14388: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14389: produces hash of column=>1
14390:
14391: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14392: with incomplete errno constants set
14393:
14394: 2004-02-24 paf
14395:
14396: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14397: "man select"
14398:
14399: * src/main/pa_os.C: beauty: <0 better then ==-1
14400:
14401: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14402:
14403: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14404:
1.116 moko 14405: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14406:
14407: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14408: unix: steps to work on unix [extracted 'to']
14409:
14410: * src/classes/mail.C: smtp on unix: steps to work on unix
14411:
14412: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14413:
1.116 moko 14414: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14415: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14416: unix [testing on solaris]
1.95 moko 14417:
14418: 2004-02-20 paf
14419:
14420: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14421: pointing that out
14422:
14423: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14424: fixed again [same solution, mistanenly removed one line]
14425:
14426: 2004-02-19 paf
14427:
14428: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14429: date::create from bad datetime in spring daylightsaving hole now
14430: OK for all platforms [on some platforms it failed]
14431:
14432: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14433: in daylightsaving hole] now throws error
14434:
14435: * src/classes/date.C: comment: mistake fixed
14436:
14437: 2004-02-18 paf
14438:
14439: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14440: now renderes in $request:charset, but in header puts
14441: $response:charset todo: make that default only so that coder
14442: could override that
14443:
14444: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14445: turns off omit-xml-declaration
14446:
14447: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14448: /.xsl for sample
14449:
14450: 2004-02-17 paf
14451:
14452: * src/classes/xdoc.C: beauty: needless helper class removed
14453:
14454: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14455: copied extra time
14456:
14457: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14458: part of libxml
14459:
14460: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14461: libxml to do the work] <xsl:output method="html"
14462: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14463: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14464: />
14465:
14466: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14467:
14468: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14469: caused assertion
14470:
14471: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14472: could hang. now such add does nothing, sub clears $hash
14473:
14474: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14475: not made quoted-printable
14476:
14477: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14478: string invariant
14479:
14480: 2004-02-16 paf
14481:
14482: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14483: cleared [were not cleared properly]
14484:
14485: 2004-02-13 paf
14486:
1.116 moko 14487: * src/include/pa_version.h: prerelease
1.95 moko 14488:
14489: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14490: used, introducing dependencies timestamp check
14491:
14492: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14493: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14494: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14495: .xsl.stamp now not used, introducing dependencies timestamp check
14496:
1.150 moko 14497: * configure.in: auto.p: @conf made relative
1.95 moko 14498:
14499: 2004-02-12 paf
14500:
14501: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14502: ruined empty <input type=file> submits. parser thought there were
14503: nameless empty file and $form:field got value of type 'file'
14504:
14505: * INSTALL: --without-threads
14506:
14507: * src/include/pa_sapi.h: 2004
14508:
14509: 2004-02-11 paf
14510:
14511: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14512: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14513: classes/hashfile.C, classes/image.C, classes/int.C,
14514: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14515: classes/response.C, classes/string.C, classes/table.C,
14516: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14517: include/pa_array.h, include/pa_cache_managers.h,
14518: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14519: include/pa_config_fixed.h, include/pa_config_includes.h,
14520: include/pa_dictionary.h, include/pa_dir.h,
14521: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14522: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14523: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14524: include/pa_request_charsets.h, include/pa_request_info.h,
14525: include/pa_socks.h, include/pa_sql_connection.h,
14526: include/pa_sql_driver_manager.h, include/pa_stack.h,
14527: include/pa_string.h, include/pa_stylesheet_connection.h,
14528: include/pa_stylesheet_manager.h, include/pa_table.h,
14529: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14530: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14531: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14532: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14533: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14534: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14535: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14536: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14537: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14538: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14539: main/pa_sql_driver_manager.C, main/pa_string.C,
14540: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14541: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14542: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14543: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14544: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14545: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14546: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14547: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14548: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14549: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14550: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14551: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14552: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14553: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14554: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14555: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14556: types/pa_vresponse.h, types/pa_vstateless_class.C,
14557: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14558: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14559: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14560: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14561: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14562: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14563:
14564: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14565: debug version of gc.dll
14566:
14567: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14568: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14569: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14570: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14571: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14572: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14573: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14574: processes
14575:
14576: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14577: main/pa_globals.C, targets/cgi/parser3.vcproj,
14578: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14579: changes 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, types/types.vcproj: continued changes
14584: to reflect libxml xsl new folders
14585:
14586: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14587: lib/smtp/smtp.vcproj, main/main.vcproj,
14588: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14589: types/types.vcproj: started changes to reflect libxml xsl new
14590: folders
14591:
14592: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14593: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14594: src/main/compile.tab.C, src/main/main.vcproj,
14595: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14596: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14597: started changes to reflect libxml xsl new folders
14598:
14599: 2004-02-10 paf
14600:
14601: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14602: compile. recommened latest libxml up to date
14603:
14604: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14605: pattern compilation errors", on which spent 4 hours worktime. use
14606: versions higher than that. recommended now latest up to date
14607:
14608: 2004-02-06 paf
14609:
14610: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14611: beauty: unified destructing style
14612:
14613: * src/main/untaint.C: beauty: removed old def/ifdef
14614:
14615: * src/main/untaint.C: beauty: coredump @unknown untaint language
14616: now
14617:
14618: 2004-02-03 paf
14619:
14620: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14621: targets/isapi/parser3isapi.C, types/pa_value.C,
14622: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14623: then %ld/%lu
14624:
14625: * src/main/pa_common.C: typo: %l -> %u
14626:
14627: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14628: in attributes or documents-results of transform now not xx;
14629:
14630: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14631:
14632: * src/main/pa_charset.C: bugfix: forgot to undo some
14633:
14634: * src/main/pa_charset.C: beauty: uncomment
14635: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14636: libraries
14637:
14638: 2004-02-02 paf
14639:
14640: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14641: $cookie:example[ $.value[value] $.path[/there/] ]
14642:
14643: $cookie:example[ $.value[] $.expires[session]
14644: $.path[/there/] $.domain[test.com] ]
14645:
14646: * src/types/pa_vform.C: bugfix: empty values with
14647: enctype=multipart/form-data now produce entries in $form:tables
14648: <form method=post enctype=multipart/form-data> <input type=hidden
14649: name=a> <input type=hidden name=b>
14650:
14651: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14652: <hr> <pre>$request:body
14653:
14654: 2004-01-30 paf
14655:
14656: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14657: or documents-results of transform now not xx;
14658:
14659: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14660: produce exception.
14661:
14662: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14663: bugfix: ^date::create[invalid fields now produce exception.
14664:
14665: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14666: year] now produces exception. todo: check other fields
14667:
14668: 2004-01-29 paf
14669:
14670: * src/include/pa_memory.h: typo error
14671:
14672: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14673: more byte then specified, then zeroed it << useless and
14674: potentially harmful(could gpf)
14675:
14676: 2004-01-22 paf
14677:
14678: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14679:
14680: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14681: optimization
14682:
14683: * src/main/untaint.C: bugfix: whitespace now optimized properly
14684: [were bug: ^taint[1 & 2]="1 &2"
14685:
14686: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14687: errors
14688:
14689: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14690: overflow
14691:
14692: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14693: error-reporting code * in parser-error reporting code [when no
14694: @unhandled_exception defined]
14695:
14696: fixed in one place: my *snprintf override
14697:
14698: 2004-01-13 paf
14699:
1.211 moko 14700: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14701:
14702: 2003-12-25 paf
14703:
14704: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14705: garbled [pieces after zero bytes were removed]
14706:
14707: 2003-12-22 paf
14708:
1.116 moko 14709: * src/include/Makefile.am: bugfix: removed from dist:
14710: src/include/pa_config_auto.h which were configured for
1.95 moko 14711: make-dist-platform and badly updated proper config file in target
14712: [when .tar used for updating existing source tree]
14713:
1.211 moko 14714: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14715: src/include/pa_sql_connection.h,
14716: src/include/pa_sql_driver_manager.h,
14717: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14718: feature: sql introducing ability to transcode charsets
14719:
14720: 2003-12-19 paf
14721:
14722: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14723: error message
14724:
14725: * src/main/pa_charset.C: bugfix: memory for charsethandler
14726: structure for libxml now allocated properly
14727:
14728: 2003-12-17 paf
14729:
14730: * src/types/pa_vfile.C: beauty: removed outdated cast
14731:
14732: * src/main/pa_common.C: bugfix: empty http response caused gpf
14733:
14734: * src/include/pa_string.h: bugfix: removed too strong a assert
14735:
14736: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14737: unreported xmlGenericErrors]
14738:
14739: 2003-12-15 paf
14740:
14741: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14742: works}
14743:
14744: 2003-12-11 paf
14745:
1.211 moko 14746: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14747: !$status:pid process id
1.95 moko 14748: !$status:tid thread id
14749:
14750: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14751: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14752: bugfix(solaris): removed dependency on object initialization
14753: order [one more place]
14754:
14755: * src/: classes/file.C, classes/mail.C, classes/op.C,
14756: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14757: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14758: understand that
14759:
14760: * src/: classes/file.C, classes/mail.C, classes/op.C,
14761: classes/xdoc.C, include/pa_cache_managers.h,
14762: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14763: include/pa_stylesheet_manager.h, main/pa_request.C,
14764: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14765: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14766: ctor call [relying on implicit String::Body(cstr) call]
14767:
14768: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14769: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14770: object initialization order [two places]
14771:
14772: 2003-12-10 paf
14773:
14774: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14775: << time now ok
14776:
1.211 moko 14777: * operators.ru.txt, operators.txt,
14778: src/main/pa_sql_driver_manager.C,
1.95 moko 14779: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14780: operational
14781:
1.211 moko 14782: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14783: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14784: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14785: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14786: back operational
14787:
14788: 2003-12-02 paf
14789:
14790: * src/types/pa_vmail.C: bugfix:
14791: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14792: as-is forced]
14793:
14794: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14795: exceptions out of libxml callbacks: reimplemented error handling
14796: of http://localhost, parser://method and safemode check callbacks
14797:
14798: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14799: [merged from HEAD]
14800:
14801: * src/classes/image.C: nothing: comment removed
14802:
14803: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14804: addresses to int
14805:
14806: 2003-12-01 paf
14807:
14808: * src/main/pa_xml_io.C: bugfix: typo
14809:
14810: * src/main/pa_globals.C: bugfix: win32: compile prob
14811:
14812: * src/classes/xdoc.C: bugfix: typo
14813:
14814: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14815: exception
14816:
14817: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14818:
14819: 2003-11-28 paf
14820:
14821: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14822: all xml documents read
14823:
14824: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14825:
14826: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14827: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14828: replaced original open mech of xdoc::create & co to use libxml
14829: open, so that this would work for root document todo: safe mode
14830: checks to libxml: ideally to some 1 point
14831:
14832: * src/main/pa_xml_io.C: comment
14833:
1.211 moko 14834: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14835: in http://parser[abscent params]
1.95 moko 14836:
1.211 moko 14837: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14838: src/main/pa_xml_io.C: works. todo: maybe replace original open
14839: mech of xdoc::create & co to use libxml open, so that this would
14840: work for root document
1.95 moko 14841:
14842: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14843: "parser://method/params/here"> <test> &test^; </test> }]
14844:
14845: ^taint[^xdoc.string[]]
14846:
14847: @method[param] <!ENTITY test
14848: "test-entity-value+$form:user+$param!">
14849:
14850: 2003-11-27 paf
14851:
14852: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14853:
14854: * src/classes/date.C: bugfix: typo error
14855:
14856: 2003-11-26 paf
14857:
1.211 moko 14858: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14859: src/include/pa_globals.h, src/main/Makefile.am,
14860: src/main/main.vcproj, src/main/pa_globals.C,
14861: src/main/pa_request.C, src/include/pa_xml_io.h,
14862: src/main/pa_xml_io.C: simplification: xml errors to
14863: hash<thread_id,error> reorganization: xml io moved to
14864: pa_xml_io.C/h
1.95 moko 14865:
14866: * src/types/pa_value.h: warnings: --
14867:
14868: 2003-11-25 paf
14869:
14870: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14871: whatever)
14872:
14873: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14874: a, (c?x:y, z)
14875:
14876: * src/main/untaint.C: bugfix: consequences of not reading this
14877: comment: CORD_pos_chars_left /* Number of characters in cache.
14878: <= 0 ==> none */
14879:
14880: * src/include/pa_array.h: removed needless checks
14881:
14882: 2003-11-24 paf
14883:
14884: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14885: removed limit: now $form:xxx can be accessed anytime, even in
14886: @auto/conf [and request/response:charset still can be changed
14887: anytime]
14888:
14889: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14890: now not transcodes response body
14891:
1.211 moko 14892: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14893: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14894: $tn[^xdoc.createTextNode[text node value]]
14895: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14896: $xdoc.firstChild.firstChild.nodeValue[different]
14897: ^taint[^xdoc.string[]]
14898:
14899: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14900: workaround: static Hash::allocates -> static Hash_allocates
14901:
14902: 2003-11-21 paf
14903:
1.116 moko 14904: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14905: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14906: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14907:
14908: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14909:
14910: * src/classes/mail.C: bugfix: typo
14911:
14912: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14913: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14914: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14915: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14916: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14917: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14918:
14919: * src/main/pa_exec.C: bug in safe mode
14920:
14921: * src/include/Makefile.am: pa_xml_exception.h
14922:
14923: * src/targets/isapi/parser3isapi.C: more warnings --
14924:
14925: 2003-11-20 paf
14926:
14927: * src/: classes/math.C, classes/op.C, classes/string.C,
14928: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14929: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14930: --
14931:
14932: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14933: more warnings --
14934:
14935: * src/classes/xdoc.C: more warnings --
14936:
14937: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14938:
14939: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14940: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14941:
14942: * src/: classes/date.C, classes/file.C, classes/hash.C,
14943: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14944: classes/table.C, include/pa_cache_managers.h,
14945: include/pa_stylesheet_connection.h, main/pa_request.C,
14946: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14947: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14948: --
14949:
14950: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14951: can't report problem (undefined @unhandled_exception) problem
14952: source string were not reported
14953:
14954: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14955: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14956: classes/hashfile.C, classes/image.C, classes/int.C,
14957: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14958: classes/response.C, classes/string.C, classes/table.C,
14959: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14960: include/pa_array.h, include/pa_cache_managers.h,
14961: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14962: include/pa_config_fixed.h, include/pa_dictionary.h,
14963: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14964: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14965: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14966: include/pa_request.h, include/pa_request_charsets.h,
14967: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14968: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14969: include/pa_stack.h, include/pa_string.h,
14970: include/pa_stylesheet_connection.h,
14971: include/pa_stylesheet_manager.h, include/pa_table.h,
14972: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14973: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14974: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14975: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14976: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14977: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14978: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14979: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14980: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14981: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14982: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14983: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14984: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14985: targets/isapi/parser3isapi.C, types/pa_junction.h,
14986: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14987: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14988: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14989: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14990: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14991: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14992: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14993: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14994: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14995: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14996: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14997: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14998: types/pa_vresponse.h, types/pa_vstateless_class.C,
14999: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15000: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15001: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15002: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15003: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15004: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15005: const IDENT
15006:
15007: * src/: include/pa_array.h, include/pa_pool.h,
15008: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15009: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15010: types/pa_wcontext.h: more warnings --
15011:
15012: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15013: classes/file.C, classes/hash.C, classes/hashfile.C,
15014: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15015: classes/memory.C, classes/op.C, classes/string.C,
15016: classes/table.C, classes/xdoc.C, classes/xnode.C,
15017: include/pa_config_includes.h, include/pa_operation.h,
15018: include/pa_sql_connection.h, include/pa_table.h,
15019: include/pa_types.h, lib/ltdl/config_fixed.h,
15020: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15021: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15022: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15023: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15024: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15025: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15026: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15027: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15028: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15029: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15030: types/pa_vmail.C, types/pa_vobject.C,
15031: types/pa_vstateless_class.h, types/pa_vtable.C,
15032: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15033: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15034: on all projects (except libltdl=off & libsdbm=level3) found
15035: several unitialized vars
15036:
15037: 2003-11-19 paf
15038:
15039: * src/classes/op.C: more ansi C++ comp
15040:
1.211 moko 15041: * operators.ru.txt, operators.txt, src/classes/op.C,
15042: src/include/pa_request.h, src/main/pa_request.C:
15043: ^cache[...]{body}{catch block with $exception.handled[cache]
15044: meaning "get expired cache, if any. else error"}
1.95 moko 15045:
15046: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15047: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15048: ^cache[...]{body}{catch code with $exception.cache field}
15049:
15050: 2003-11-12 paf
15051:
15052: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15053: [copy/paste bug]
15054:
15055: 2003-11-11 paf
15056:
15057: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15058: failed]
15059:
15060: 2003-11-10 paf
15061:
15062: * src/types/pa_vconsole.h: flush
15063:
1.211 moko 15064: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15065: src/types/Makefile.am, src/types/types.vcproj,
15066: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15067:
1.211 moko 15068: * operators.ru.txt, operators.txt: mysql: transaction support:
15069: ?autocommit=0
1.95 moko 15070:
1.211 moko 15071: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15072:
15073: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15074: serialize version and exipire now removes entries
15075:
1.211 moko 15076: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15077: altogether [and dir, if could]
1.95 moko 15078:
15079: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15080: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15081: removes files altogether [and dir, if could]
15082:
15083: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15084: nonexistent pair. .c coded that that was error. fixed
15085:
15086: * src/types/pa_vhashfile.C: sdbm: exception type change to
15087: file.access [regretfull can't split it to different exceptions
15088: without modifying sdbm source wich would prefer not to]
15089:
15090: 2003-11-07 paf
15091:
15092: * src/: classes/date.C, classes/file.C, classes/hash.C,
15093: classes/hashfile.C, classes/image.C, classes/table.C,
15094: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15095: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15096: main/execute.C, main/main.vcproj, main/pa_pool.C,
15097: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15098: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15099: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15100: destructing objects at request processing end
15101:
15102: 2003-11-06 paf
15103:
15104: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15105: updates
15106:
15107: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15108: to include sdbm
15109:
1.116 moko 15110: * src/include/: pa_config_includes.h, pa_version.h: our
15111: replacements of max& co only for cpp
1.95 moko 15112:
15113: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15114: upper dir, .am updated
15115:
15116: * tests/todo.txt: hashfile: done
15117:
1.211 moko 15118: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15119: hashfile: clear & expiration [time in value. todo: move time to
15120: key]
1.95 moko 15121:
15122: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15123:
15124: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15125: to do that in foreach, no errors, but surely wrong]
15126:
1.211 moko 15127: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15128: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15129:
1.211 moko 15130: * operators.ru.txt, operators.txt, src/classes/hash.C,
15131: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15132: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15133:
15134: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15135: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15136: hashfile: hash
1.95 moko 15137:
1.211 moko 15138: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15139: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15140: tests/todo.txt: hashfile: delete
1.95 moko 15141:
15142: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15143: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15144: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15145: get/put [raw]
15146:
15147: * src/: classes/op.C, main/pa_os.C: just linked
15148:
15149: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15150: XmlException changes
15151:
15152: * src/: include/pa_charset.h, include/pa_globals.h,
15153: include/pa_stylesheet_connection.h, main/pa_exception.C:
15154: XmlException changes
15155:
15156: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15157:
15158: * src/: include/pa_common.h, include/pa_exception.h,
15159: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15160: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15161: main/pa_xml_exception.C: locking move to pa_os [along with
15162: pa_sleep] apr-impl locking done
15163:
1.211 moko 15164: * configure, configure.in, operators.ru.txt, operators.txt,
15165: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15166: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15167: src/include/pa_exception.h, src/include/pa_globals.h,
15168: src/include/pa_memory.h, src/include/pa_version.h,
15169: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15170: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15171: src/main/compile.tab.C, src/main/main.vcproj,
15172: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15173: src/types/Makefile.am, src/types/pa_vhash.C,
15174: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15175: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15176: again with sdbm from apache
15177:
15178: 2003-11-05 paf
15179:
15180: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15181: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15182: \parser3project dir anymore
15183:
15184: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15185: thoughtlessly from xalan]
15186:
15187: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15188: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15189: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15190:
15191: * src/main/helpers/CaseFolding.txt:
15192: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15193:
15194: 2003-11-04 paf
15195:
1.211 moko 15196: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15197:
15198: * src/classes/table.C: compiled on unix
15199:
1.116 moko 15200: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15201:
15202: * src/classes/mail.C: compiled on unix
15203:
1.211 moko 15204: * operators.ru.txt, operators.txt, src/classes/mail.C,
15205: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15206: $.options[unix: string to append to sendmail command
15207: line]
15208:
1.211 moko 15209: * operators.ru.txt, operators.txt, src/classes/table.C,
15210: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15211: $.separator[^#09] $.encloser["] <nothing> by default
15212:
15213: * operators.ru.txt, operators.txt, src/classes/table.C,
15214: tests/todo.txt: ^table::load !$.separator[^#09]
15215: !$.encloser["] <nothing> by default
1.95 moko 15216:
15217: 2003-11-03 paf
15218:
1.211 moko 15219: * operators.ru.txt, operators.txt, src/classes/table.C,
15220: src/main/pa_common.C: ^table::load[; options:
15221: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15222:
1.211 moko 15223: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15224: src/types/pa_vrequest.C: $request:document-root
15225:
15226: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15227: [already included into uri=xxx]
15228:
1.211 moko 15229: * operators.ru.txt, operators.txt, src/classes/image.C,
15230: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15231:
15232: * src/classes/date.C: minor precaution
15233:
1.211 moko 15234: * operators.ru.txt, operators.txt, src/classes/date.C:
15235: !^date::unix-timestamp()
1.95 moko 15236: !^date.unix-timestamp[]
15237:
15238: 2003-10-30 paf
15239:
1.211 moko 15240: * operators.ru.txt, operators.txt, src/classes/date.C,
15241: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15242: $date.hour
1.95 moko 15243:
15244: * src/classes/: date.C, image.C: improvement diagnostics:
15245: $now[^date::create[$undefined]] now is error
15246:
15247: * src/main/pa_common.C: read errors would now be reported 'actually
15248: read -1 bytes'
15249:
15250: 2003-10-24 paf
15251:
15252: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15253: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15254: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15255: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15256:
15257: 2003-10-22 paf
15258:
15259: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15260:
15261: 2003-10-21 paf
15262:
1.211 moko 15263: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15264: src/main/pa_string.C: fixed: string.match[g] without <'> option
15265: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15266:
15267: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15268: recoursion' message with intensive throw-catches fixed: incorrect
15269: name and line (one name upper then needed) in error message about
15270: problems inside try block
15271:
15272: 2003-10-10 paf
15273:
15274: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15275: check offset argument for validity did that in String::Body::pos
15276: myself http://i2/tasks/edit/?id=4577425257580789777
15277:
15278: 2003-10-07 paf
15279:
15280: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15281: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15282:
15283: 2003-10-03 paf
15284:
15285: * parser3.sln, src/include/pa_dictionary.h,
15286: src/main/pa_dictionary.C, src/main/pa_string.C,
15287: src/targets/cgi/parser3.vcproj: dictionary optimized by
15288: precalculating cstr&length
15289:
15290: 2003-10-02 paf
15291:
15292: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15293: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15294: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15295: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15296:
15297: 2003-09-30 paf
15298:
15299: * src/main/pa_string.C: string::replace bug fix [were ignoring
15300: occurrances after lang-mismatched
15301:
15302: 2003-09-29 paf
15303:
15304: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15305: helper
15306:
15307: * src/main/pa_string.C: string::serialize bug fix with
15308: zero-terminator
15309:
15310: * src/classes/table.C: ^nameless_table.save column row now has no
15311: \t at the end
15312:
15313: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15314: @postprocess now takes $response:body/download
15315:
15316: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15317: error message
15318:
15319: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15320:
15321: * src/classes/table.C: bugfix: flip: must produce nameless
15322: http://i2/tasks/edit/?id=4573405524674081244
15323:
15324: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15325: main/helpers/simple_folding.pl: utf-8 upper/lower
15326:
15327: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15328: to typo error http://i2/tasks/edit/?id=4573354650786434584
15329:
15330: 2003-09-26 paf
15331:
15332: * src/main/untaint.C: removed needless field
15333:
15334: * src/main/untaint.C: removed needless const
15335:
15336: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15337: String.for_each bug fixed [omited one-char cases]
15338:
15339: * src/include/pa_stack.h: bugfix: before collecting garbage,
15340: runtime-executor stack were cleared... BADLY
15341:
15342: * src/main/pa_string.C: ^stirng.replace code used old
15343: param-convention on langs.append, fixed that search fo the like,
15344: found none
15345:
15346: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15347: string::serialize/deserialize implemented Language enum assigned
15348: meaningful letters [more convinient for debugging. read warning
15349: before adding/changing anything]
15350:
15351: 2003-09-25 paf
15352:
15353: * src/: include/pa_string.h, include/pa_version.h,
15354: main/pa_string.C, main/untaint.C: templates and anonymous unions
15355: differences on unix
15356:
15357: * parser3.sln, src/classes/file.C, src/classes/image.C,
15358: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15359: src/classes/xdoc.C, src/classes/xnode.C,
15360: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15361: src/include/pa_charsets.h, src/include/pa_common.h,
15362: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15363: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15364: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15365: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15366: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15367: src/main/compile_tools.h, src/main/pa_charset.C,
15368: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15369: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15370: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15371: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15372: src/types/pa_vmail.C, src/types/pa_vmath.C,
15373: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15374: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15375:
15376: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15377: functions aligned to that of eeparser3 look
15378:
15379: * src/lib/cord/cordprnt.c: removed warnings
15380:
15381: 2003-09-24 paf
15382:
15383: * src/: classes/file.C, classes/image.C, classes/mail.C,
15384: classes/op.C, classes/xdoc.C, classes/xnode.C,
15385: include/pa_cache_managers.h, include/pa_charset.h,
15386: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15387: include/pa_sql_driver_manager.h, include/pa_string.h,
15388: include/pa_stylesheet_manager.h, include/pa_table.h,
15389: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15390: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15391: main/pa_sql_driver_manager.C, main/pa_string.C,
15392: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15393: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15394: types/pa_vstateless_class.h, types/pa_vstatus.C,
15395: types/pa_vxnode.C: v() functions of String::Body,
15396: String::Languages and String itself StringBody->String::Body
15397:
15398: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15399: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15400: never optimized anything. todo: somehow speed up harder cases:
15401: concatenationA+concatenationB when last block of A and first of B
15402: contain same letters
15403:
15404: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15405: lib/cord/include/cord.h: langs: speed up by joining adjucent
15406: blocks of same char [CORD_append_block]
15407:
15408: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15409: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15410: save space by extending blocks when appending block with c ==
15411: lastblock.c
15412:
15413: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15414: working yet :( but more working &understood :)
15415:
15416: * src/: classes/table.C, include/pa_string.h,
15417: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15418:
15419: 2003-09-23 paf
15420:
15421: * src/main/untaint.C: $a[ok!] $a works!
15422:
15423: * src/main/untaint.C: something even more works :)
15424:
15425: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15426: something more works :)
15427:
15428: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15429: lib/cord/cordxtra.c: something already works :)
15430:
15431: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15432: serialize&deserialize
15433:
15434: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15435: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15436: main/untaint.C: main idea implemented, details left
15437:
15438: 2003-09-22 paf
15439:
15440: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15441:
15442: * src/classes/xnode.C: copy/paste comment bugfix
15443:
15444: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15445: allocator returns 0, just die.
15446: http://i2/tasks/edit/?id=4570798492410259445
15447:
15448: * src/classes/xdoc.C: copy/paste comment bugfix
15449:
15450: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15451: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15452: xnode: getAttributeNS setAttributeNS removeAttributeNS
15453: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15454:
15455: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15456: chars due to bitwise operation signed-char error]
15457:
15458: 2003-09-19 paf
15459:
15460: * src/types/pa_wcontext.C: output message: more practical
15461: suggestion
15462:
1.211 moko 15463: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15464: $f[^file::load[binary;http://...]] $f.tables
15465:
15466: 2003-09-02 paf
15467:
15468: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15469: flush stdout without referencing 'stdout' symbol. to hell with
15470: non-ansi libraries without 'stdout' symbol
15471:
15472: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15473: unix (users reported problems with some old libc)
15474:
15475: * src/types/pa_vdate.h: forgot initializer
15476:
15477: 2003-09-01 paf
15478:
15479: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15480: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15481: zone]
15482:
15483: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15484:
15485: 2003-08-19 paf
15486:
15487: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15488: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15489: simplified a little
15490:
15491: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15492: [lost fix from 3.0.8]
15493:
15494: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15495: visible here }
15496:
15497: bug fix
15498:
15499: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15500:
15501: * src/main/compile.tab.C: initialized couple of variables about
15502: which user reported runtime problems when parser were compiled
15503: with VC7, warning level4. study shows that later in bison
15504: they've fixed that. would migrate to latest bison someday
15505:
15506: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15507: recoding headers)
15508:
15509: * src/types/pa_vmail.C: works as before, same charset problems:
15510: gmime recodes to UTF-8 only headers, not body. so not recoding
15511: anything for now
15512:
15513: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15514: problems with body
15515:
15516: * src/types/pa_vmail.C: mail_receive just compiled
15517:
15518: 2003-08-18 paf
15519:
15520: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15521: main/main.vcproj, types/types.vcproj: win32: continued process
15522: detaching from \parser3project directory
15523:
15524: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15525: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15526: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15527: src/lib/pcre/pcre_dftables.dsp,
15528: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15529: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15530: src/types/types.dsp: moved to MSVC 7
15531:
15532: * gnu.vcproj.vspscc, parser3.vssscc,
15533: src/classes/classes.vcproj.vspscc,
15534: src/lib/cord/cord.vcproj.vspscc,
15535: src/lib/ltdl/libltdl.vcproj.vspscc,
15536: src/lib/md5/md5.vcproj.vspscc,
15537: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15538: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15539: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15540: src/targets/isapi/parser3isapi.vcproj.vspscc,
15541: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15542: moved to MSVC 7
15543:
15544: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15545: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15546: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15547: src/lib/pcre/pcre_dftables.vcproj,
15548: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15549: src/targets/cgi/parser3.vcproj,
15550: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15551: new VS project files
15552:
15553: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15554: .NET to detect Jalindi Igloo capabilities.
15555:
15556: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15557: src/classes/classes.awk, src/doc/footer.htm,
15558: src/include/pa_config_fixed.h, src/include/pa_version.h,
15559: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15560: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15561: src/types/pa_vmail.C: merged 3.1.0 latest changes
15562:
15563: 2003-08-15 paf
15564:
15565: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15566: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15567:
15568: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15569: non-ascii <yyy> now encoded correctly
15570:
15571: 2003-07-29 paf
15572:
1.116 moko 15573: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15574: dist
1.95 moko 15575:
15576: * src/types/pa_vmail.C: just started --with-mail-receive
15577:
15578: 2003-07-28 paf
15579:
1.116 moko 15580: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15581: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15582:
15583: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15584:
15585: 2003-07-25 paf
15586:
15587: * src/doc/footer.htm: year
15588:
15589: 2003-07-24 paf
15590:
15591: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15592: fix
15593:
15594: * src/include/pa_version.h: release
15595:
1.116 moko 15596: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15597:
15598: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15599: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15600: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15601: getting rid of win32xml pseudo project
15602:
15603: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15604:
1.116 moko 15605: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15606: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15607: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15608: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15609: src/classes/classes.C, src/classes/classes.awk,
15610: src/classes/classes.dsp, src/classes/classes.h,
15611: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15612: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15613: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15614: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15615: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15616: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15617: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15618: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15619: src/include/pa_array.h, src/include/pa_cache_managers.h,
15620: src/include/pa_charset.h, src/include/pa_charsets.h,
15621: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15622: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15623: src/include/pa_dictionary.h, src/include/pa_dir.h,
15624: src/include/pa_exception.h, src/include/pa_exec.h,
15625: src/include/pa_globals.h, src/include/pa_hash.h,
15626: src/include/pa_memory.h, src/include/pa_opcode.h,
15627: src/include/pa_operation.h, src/include/pa_pool.h,
15628: src/include/pa_pragma_pack_begin.h,
1.95 moko 15629: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15630: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15631: src/include/pa_sapi.h, src/include/pa_socks.h,
15632: src/include/pa_sql_connection.h,
15633: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15634: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15635: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15636: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15637: src/include/pa_uue.h, src/lib/Makefile.am,
15638: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15639: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15640: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15641: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15642: src/lib/cord/include/ec.h,
15643: src/lib/cord/include/private/Makefile.am,
15644: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15645: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15646: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15647: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15648: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15649: src/main/compile_tools.C, src/main/compile_tools.h,
15650: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15651: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15652: src/main/pa_charsets.C, src/main/pa_common.C,
15653: src/main/pa_dictionary.C, src/main/pa_dir.C,
15654: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15655: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15656: src/main/pa_request.C, src/main/pa_socks.C,
15657: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15658: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15659: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15660: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15661: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15662: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15663: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15664: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15665: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15666: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15667: src/targets/isapi/parser3isapi.dsp,
15668: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15669: src/types/pa_junction.h, src/types/pa_method.h,
15670: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15671: src/types/pa_vclass.C, src/types/pa_vclass.h,
15672: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15673: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15674: src/types/pa_vdouble.h, src/types/pa_venv.h,
15675: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15676: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15677: src/types/pa_vimage.C, src/types/pa_vimage.h,
15678: src/types/pa_vint.h, src/types/pa_vjunction.h,
15679: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15680: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15681: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15682: src/types/pa_vobject.C, src/types/pa_vobject.h,
15683: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15684: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15685: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15686: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15687: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15688: src/types/pa_vstring.h, src/types/pa_vtable.C,
15689: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15690: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15691: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15692: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15693: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15694: HEAD
15695:
15696: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15697: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15698: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15699: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15700: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15701: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15702: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15703: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15704: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15705: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15706: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15707: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15708: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15709: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15710: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15711: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15712: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15713: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15714: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15715: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15716: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15717: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15718: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15719: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15720: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15721: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15722: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15723: outputs/create-dir, results/001.processed, results/002.processed,
15724: results/003.processed, results/004.processed,
15725: results/005.processed, results/006.processed,
15726: results/007.processed, results/008.processed,
15727: results/009.processed, results/010.processed,
15728: results/011.processed, results/012.processed,
15729: results/013.processed, results/014.processed,
15730: results/015.processed, results/016.processed,
15731: results/017.processed, results/018.processed,
15732: results/019.processed, results/020.processed,
15733: results/021.processed, results/022.processed,
15734: results/023.processed, results/024.processed,
15735: results/025.processed, results/026.processed,
15736: results/027.processed, results/028.processed,
15737: results/029.processed, results/030.processed,
15738: results/031.processed, results/032.processed,
15739: results/033.processed, results/034.processed,
15740: results/035.processed, results/036.processed,
15741: results/037.processed, results/038.processed,
15742: results/039.processed, results/040.processed,
15743: results/041.processed, results/042.processed,
15744: results/043.processed, results/044.processed,
15745: results/045.processed, results/046.processed,
15746: results/047.processed, results/048.processed,
15747: results/049.processed, results/050.processed,
15748: results/051.processed, results/052.processed,
15749: results/053.processed, results/054.processed,
15750: results/055.processed, results/056.processed,
15751: results/057.processed, results/058.processed,
15752: results/059.processed, results/060.processed,
15753: results/061.processed, results/062.processed,
15754: results/063.processed, results/064.processed,
15755: results/065.processed, results/066.processed,
15756: results/067.processed, results/068.processed,
15757: results/069.processed, results/070.processed,
15758: results/071.processed, results/072.processed,
15759: results/073.processed, results/074.processed,
15760: results/075.processed, results/076.processed,
15761: results/077.processed, results/078.processed,
15762: results/079.processed, results/080.processed,
15763: results/081.processed, results/082.processed,
15764: results/083.processed, results/084.processed,
15765: results/085.processed, results/086.processed,
15766: results/087.processed, results/088.processed,
15767: results/089.processed, results/090.processed,
15768: results/091.processed, results/092.processed,
15769: results/093.processed, results/094.processed,
15770: results/095.processed, results/096.processed,
15771: results/097.processed, results/098.processed,
15772: results/099.processed, results/100.processed,
15773: results/101.processed, results/102.processed,
15774: results/103.processed, results/104.processed,
15775: results/105.processed, results/106.processed,
15776: results/107.processed, results/108.processed,
15777: results/109.processed, results/110.processed,
15778: results/111.processed, results/112.processed,
15779: results/113.processed, results/114.processed,
15780: results/115.processed, results/116.processed,
15781: results/117.processed, results/118.processed,
15782: results/119.processed, results/120.processed,
15783: results/121.processed, results/122.processed,
15784: results/123.processed, results/124.processed,
15785: results/125.processed, results/126.processed,
15786: results/127.processed, results/128.processed,
15787: results/129.processed, results/130.processed,
15788: results/131.processed, results/132.processed,
15789: results/133.processed, results/134.processed,
15790: results/135.processed, results/136.processed,
15791: results/137.processed, results/138.processed,
15792: results/139.processed, results/140.processed,
15793: results/141.processed: merged(copied) to HEAD from template_gc
15794:
15795: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15796: towards \parser3project not having to be in root
15797:
15798: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15799: module compiled [were minor unnecessary changes in lib/md5
15800: interface]
15801:
15802: * src/include/pa_version.h: release
15803:
15804: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15805:
15806: * src/classes/math.C: merged uuid bugfix
15807:
15808: * tests/: 141.html, results/141.processed: fixed bug with
15809: too-small-a-buffer
15810:
15811: * src/classes/math.C: uuid bugfix
15812:
15813: * tests/: 141.html, Makefile, results/005.processed,
15814: results/030.processed, results/075.processed,
15815: results/078.processed: to reflect date format change (were -
15816: become ' ')
15817:
15818: * src/classes/math.C: uuid bugfix
15819:
15820: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15821: debug/release changes
15822:
15823: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15824:
15825: 2003-07-23 paf
15826:
15827: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15828: renamed a little [to move to comman naming conv]
15829:
1.116 moko 15830: * src/targets/Makefile.am: apache13 splitted to simplify apache
15831: build
1.95 moko 15832:
15833: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15834: main/pa_request.C, main/pa_sql_driver_manager.C,
15835: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15836: stack top_index() fixed
15837:
15838: * src/main/pa_globals.C: minor style changes
15839:
15840: * src/: classes/op.C, include/pa_sql_connection.h: connection
15841: closing/caching fixed [connections were not closed/put to cache]
15842:
15843: 2003-07-22 paf
15844:
15845: * INSTALL: gc part updated stightly
15846:
15847: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15848: new sapi interface
15849:
15850: * src/classes/file.C: comment on OS
15851:
15852: * src/main/pa_string.C: removed reduntant invariant check [there is
15853: one deeper in cord lib]
15854:
15855: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15856:
15857: * src/main/pa_memory.C: out of memory is no longer coredump
15858:
15859: * INSTALL: disable-threads adviced
15860:
15861: 2003-07-21 paf
15862:
1.116 moko 15863: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15864:
15865: * src/classes/file.C: file::exec/cgi environment variables now must
15866: be UPPERCASE and A-Z 0-9 _-
15867:
15868: * src/classes/file.C: env passing fixed
15869:
15870: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15871:
15872: * src/main/pa_common.C: http:// CRLF now
15873:
15874: 2003-07-02 paf
15875:
1.211 moko 15876: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15877: $memory:status fields to reflect their real meaning
1.95 moko 15878:
15879: 2003-06-27 paf
15880:
15881: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15882: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15883: file::exec/cgi .charset
15884:
15885: 2003-06-26 paf
15886:
15887: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15888: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15889: src/classes/table.C: fixed several uninitialized local
15890: structures. notably ^hash.foreach now inserts delimiters
15891: properly [were inserting it before first body]
15892:
15893: 2003-06-24 paf
15894:
15895: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15896:
15897: 2003-06-20 paf
15898:
1.211 moko 15899: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15900: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15901: $f[^file::load[binary;http://...]] $f.tables
15902:
15903: 2003-06-06 paf
15904:
15905: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15906: table. [were method lookup: inconsistent]
15907:
15908: 2003-06-02 paf
15909:
15910: * src/include/pa_memory.h: empty string clone fixed to return
15911: writable memory
15912:
15913: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15914: were not appended] which violated string invariant
15915:
15916: 2003-05-30 paf
15917:
15918: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15919: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15920:
15921: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15922: GMT ; RFC 822, updated by RFC 1123
15923:
15924: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15925: targets/isapi/parser3isapi.C: initialized request_info properly
15926:
15927: * src/classes/xnode.C: found minor bug, commended for future
15928:
15929: 2003-05-28 paf
15930:
15931: * src/classes/form.C: request_info.content_length can't be <0,
15932: size_t for some time
15933:
15934: 2003-05-26 paf
15935:
15936: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15937: forgotten <0 changed to !=STRING_NOT_FOUND
15938:
15939: * src/classes/math.C: merged ffffu from HEAD
15940:
15941: 2003-05-11 paf
15942:
15943: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15944:
15945: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15946: premature doc free. transformed document had xmlDoc reference
15947: stored to non-gc-memory (libgdome) added holding-reference
15948:
15949: 2003-04-29 paf
15950:
15951: * src/main/pa_globals.C: started digging on double free. on win32
15952: found that that's perfectly normal.
15953:
15954: 2003-04-25 paf
15955:
15956: * src/classes/table.C: table.join bug fix [bad limit check]
15957:
15958: * src/classes/math.C: merged from HEAD: simpiler hash_string
15959:
15960: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15961: print anything. changed to quicker and simplier code
15962:
15963: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15964: strict a check]
15965:
15966: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15967:
15968: 2003-04-24 paf
15969:
15970: * src/include/pa_table.h: too strict assert loosened
15971:
15972: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15973: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15974: report
15975:
15976: 2003-04-21 paf
15977:
1.116 moko 15978: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15979:
15980: * src/main/pa_globals.C: pcre memory management changed to use GC
15981: memory
15982:
15983: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15984: xmlMallocAtomic [author agreed to my suggestion], used that
15985:
15986: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15987:
15988: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15989: types/pa_vmail.C: attributed_meaning_to_string added
15990: L_UNSPECIFIED piece which was sortof OK, but violated string
15991: invariant [assertion barked on that] changed to L_PASS_APPEND,
15992: made that param obligatory
15993:
15994: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15995: fixed [assert helped]
15996:
15997: * src/include/pa_string.h: assert added [looking for bug]
15998:
15999: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16000: names on Win32 considered disk-global
16001:
16002: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16003: considered disk-global
16004:
16005: 2003-04-18 paf
16006:
16007: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16008: filenames
16009:
16010: * src/main/untaint.C: enabled '~' letter in filenames
16011:
16012: 2003-04-16 paf
16013:
16014: * src/classes/file.C: small bug introduced in autoptr times fixed
16015:
16016: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16017: HEAD
16018:
1.116 moko 16019: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16020:
16021: 2003-04-15 paf
16022:
1.211 moko 16023: * operators.ru.txt, operators.txt, src/classes/math.C,
16024: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16025: tests/results/141.processed: merged from head ^math:uuid[]
16026: ^math:uid64[] ^math:md5[string]
16027:
16028: test added: 141.html
16029:
1.211 moko 16030: * operators.ru.txt, operators.txt, src/classes/math.C:
16031: ^math:uid64[]
1.95 moko 16032:
16033: * src/classes/math.C: ^math:uuid[]
16034:
1.211 moko 16035: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16036:
1.211 moko 16037: * operators.ru.txt, operators.txt, src/classes/math.C,
16038: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16039: 16-byte digest
16040:
16041: * operators.ru.txt, operators.txt, src/classes/file.C,
16042: src/include/pa_common.h, src/include/pa_config_fixed.h,
16043: src/main/pa_common.C: ^file::load[mode;name; $.offset
16044: $.limit
1.95 moko 16045:
16046: 2003-04-14 paf
16047:
16048: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16049: started ^math:md5
16050:
16051: * src/classes/table.C, src/include/pa_array.h,
16052: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16053: tests/results/140.processed: table $.reverse option works in
16054: create&co table $.distinct[tables] bug fix merged
16055:
16056: * src/: classes/table.C, include/pa_table.h: table
16057: $.distinct[tables] bug fixed
16058:
16059: * src/classes/table.C: more warnings
16060:
16061: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16062: removed checks in table::set_current, moved them back to
16063: table::locate implemented table::create/join ñ $.reverse
16064:
16065: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16066: removed checks in table::set_current, moved them back to
16067: table::locate
16068:
16069: 2003-04-11 paf
16070:
1.211 moko 16071: * operators.ru.txt, operators.txt, src/classes/date.C,
16072: src/classes/table.C, src/include/pa_array.h,
16073: src/include/pa_common.h, src/include/pa_config_includes.h,
16074: src/include/pa_string.h, src/include/pa_table.h,
16075: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16076: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16077: before_append_array_limit_sense_change to
16078: after_append_array_limit_sense_change
16079:
16080: * src/classes/table.C: typo
16081:
1.211 moko 16082: * operators.ru.txt, operators.txt, src/classes/date.C,
16083: src/classes/table.C, src/include/pa_array.h,
16084: src/include/pa_common.h, src/include/pa_config_includes.h,
16085: src/include/pa_globals.h, src/include/pa_table.h,
16086: src/main/pa_array.C, src/main/pa_globals.C,
16087: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16088: src/main/pa_string.C, src/main/pa_table.C:
16089: append_array_limit_sense_change locate accepts options same as
16090: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16091:
16092: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16093: (stat xxx,
16094:
16095: * src/classes/: table.C: typo
16096:
16097: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16098: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16099: results/130.processed, results/131.processed,
16100: results/132.processed, results/133.processed,
16101: results/134.processed, results/135.processed,
16102: results/136.processed, results/137.processed,
16103: results/138.processed, results/139.processed: added few mustfail
16104: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16105: date/time 132.html mustfail: access to junction outside of
16106: context 133.html mustfail: access to junction outside of context,
16107: case version 134.html mustfail: hash: adding a key inside of
16108: foreach 135.html mustfail: modifying system class 136.html
16109: mustfail: $.name outside of $hash[here] 137.html mustfail:
16110: appendChild without import 138.html mustfail: invalid encoding
16111: inside of xml 139.html mustfail: bad XPath
16112:
1.211 moko 16113: * operators.ru.txt, operators.txt, src/classes/table.C,
16114: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16115: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16116: tests/results/126.processed, tests/results/127.processed,
16117: tests/results/128.processed, tests/results/129.processed: merged
16118: from HEAD ^table.hash[key][$.distinct[tables]]
16119:
16120: maked appropriate tests [changed one old nonconforming]
16121:
1.211 moko 16122: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16123: ^table.hash[key][$.distinct[tables]]
16124:
16125: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16126: merged fix for found very old xml (dom) bug: were passing
16127: domString objects and later ERROREOUSLY freed them
16128:
16129: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16130: src/main/pa_charset.C: re-added libgdome patch. regretfully
16131: libgdome bug can not be worked around
16132:
16133: 2003-04-10 paf
16134:
16135: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16136: found very old xml (dom) bug: were passing domString objects and
16137: later ERROREOUSLY freed them
16138:
16139: * src/doc/string.dox, src/include/pa_memory.h,
16140: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16141: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16142: tests/123.html, tests/124.html, tests/results/001.processed,
16143: tests/results/002.processed, tests/results/003.processed,
16144: tests/results/004.processed, tests/results/005.processed,
16145: tests/results/006.processed, tests/results/008.processed,
16146: tests/results/009.processed, tests/results/010.processed,
16147: tests/results/011.processed, tests/results/012.processed,
16148: tests/results/013.processed, tests/results/014.processed,
16149: tests/results/015.processed, tests/results/016.processed,
16150: tests/results/017.processed, tests/results/018.processed,
16151: tests/results/020.processed, tests/results/021.processed,
16152: tests/results/022.processed, tests/results/023.processed,
16153: tests/results/024.processed, tests/results/025.processed,
16154: tests/results/026.processed, tests/results/027.processed,
16155: tests/results/028.processed, tests/results/029.processed,
16156: tests/results/030.processed, tests/results/031.processed,
16157: tests/results/032.processed, tests/results/033.processed,
16158: tests/results/034.processed, tests/results/035.processed,
16159: tests/results/036.processed, tests/results/037.processed,
16160: tests/results/038.processed, tests/results/039.processed,
16161: tests/results/040.processed, tests/results/041.processed,
16162: tests/results/042.processed, tests/results/043.processed,
16163: tests/results/044.processed, tests/results/045.processed,
16164: tests/results/046.processed, tests/results/047.processed,
16165: tests/results/048.processed, tests/results/049.processed,
16166: tests/results/050.processed, tests/results/051.processed,
16167: tests/results/052.processed, tests/results/053.processed,
16168: tests/results/054.processed, tests/results/055.processed,
16169: tests/results/056.processed, tests/results/057.processed,
16170: tests/results/058.processed, tests/results/059.processed,
16171: tests/results/060.processed, tests/results/061.processed,
16172: tests/results/062.processed, tests/results/063.processed,
16173: tests/results/064.processed, tests/results/065.processed,
16174: tests/results/066.processed, tests/results/067.processed,
16175: tests/results/068.processed, tests/results/069.processed,
16176: tests/results/070.processed, tests/results/071.processed,
16177: tests/results/072.processed, tests/results/073.processed,
16178: tests/results/074.processed, tests/results/075.processed,
16179: tests/results/076.processed, tests/results/077.processed,
16180: tests/results/078.processed, tests/results/079.processed,
16181: tests/results/080.processed, tests/results/081.processed,
16182: tests/results/082.processed, tests/results/083.processed,
16183: tests/results/084.processed, tests/results/085.processed,
16184: tests/results/086.processed, tests/results/087.processed,
16185: tests/results/088.processed, tests/results/089.processed,
16186: tests/results/090.processed, tests/results/091.processed,
16187: tests/results/092.processed, tests/results/093.processed,
16188: tests/results/094.processed, tests/results/095.processed,
16189: tests/results/096.processed, tests/results/097.processed,
16190: tests/results/101.processed, tests/results/102.processed,
16191: tests/results/104.processed, tests/results/105.processed,
16192: tests/results/106.processed, tests/results/107.processed,
16193: tests/results/108.processed, tests/results/109.processed,
16194: tests/results/110.processed, tests/results/111.processed,
16195: tests/results/112.processed, tests/results/113.processed,
16196: tests/results/114.processed, tests/results/115.processed,
16197: tests/results/116.processed, tests/results/117.processed,
16198: tests/results/118.processed, tests/results/119.processed,
16199: tests/results/120.processed, tests/results/121.processed,
16200: tests/results/122.processed, tests/results/123.processed,
16201: tests/results/124.processed: new convention: char* never 0.
16202: assert in cord on that
16203:
16204: * src/main/pa_charset.C: couple more asserts
16205:
16206: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16207: speedup
16208:
16209: * src/main/pa_charset.C: couple assertions on fantastic situations
16210: added [may be those is the case now?]
16211:
16212: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16213: that's memory from gc_malloc, not from g_malloc :(, but would
16214: hope]
16215:
16216: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16217: that's memory from gc_malloc, not from g_malloc :(, but would
16218: hope]
16219:
16220: * src/main/pa_charset.C: checked custom malloc for returning 0
16221:
16222: 2003-04-09 paf
16223:
16224: * src/classes/date.C: merged ^date.roll changes
16225:
16226: * src/classes/date.C: ^date.roll bug fix
16227:
16228: * src/classes/date.C: ^date.roll now throws less errors: month
16229: shifts handles end of month situation by reducing day number
16230: hour-hole shift reduces hour to recover
16231:
16232: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16233: Sort by function time
16234:
1.211 moko 16235: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16236: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16237:
16238: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16239: added [after volatile fix. passes on win&intel-solaris]
16240:
16241: 2003-04-08 paf
16242:
16243: * src/: classes/file.C, classes/op.C, classes/table.C,
16244: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16245: include/pa_common.h, include/pa_request_charsets.h,
16246: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16247: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16248: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16249: types/pa_vresponse.C: started http:// $.charset[] param and
16250: http response charset detection just compiled. todo:test
16251:
16252: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16253:
16254: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16255: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16256: types/pa_vmail.C: changed transcode param converntion along with
16257: string creating convention -- all strings are zero-terminated,
16258: this allowed to fix one remaining String("123", 2) case
16259:
16260: * src/: classes/date.C, classes/file.C, classes/hash.C,
16261: classes/op.C, classes/string.C, classes/table.C,
16262: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16263: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16264: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16265: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16266: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16267: violated String::invariant. started fixing [not compiled now]
16268:
16269: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16270: main/compile.tab.C, main/compile.y, main/pa_string.C,
16271: main/untaint.C, targets/cgi/parser3.C: number of string style
16272: improvements & optimizations
16273:
16274: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16275: :(]
16276:
16277: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16278: [for it's a pointer really]
16279:
16280: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16281: 'n' param. worked that around
16282:
16283: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16284: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16285: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16286: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16287: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16288:
16289: Thanks for the bug report and patch.
16290:
16291: I hadn't looked at this code in a while. Reading it now, it
16292: seems to me that the tests should also be ">= MAX_DEPTH" to
16293: comply with the invariant, though that may not matter a lot. I
16294: changed that, too.
16295:
16296: Hans
16297:
16298: 2003-04-07 paf
16299:
16300: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16301: merged from head:safe mode error message now includes numbers
16302:
16303: * src/main/execute.C: n-th attempt to make a=a work with double.
16304: problem: as_double returns it's result in fp-register compiler
16305: optimizes access to that register after b->as_double, and just
16306: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16307: from memory. _SAME_ double values do not match here. when
16308: forced to REload fp-register, values do match.
16309:
16310: tried to make them volatile.
16311:
16312: * src/main/execute.C: n-th attempt to make a=a work with double.
16313: problem: as_double returns it's result in fp-register compiler
16314: optimizes access to that register after b->as_double, and just
16315: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16316: from memory. _SAME_ double values do not match here. when
16317: forced to REload fp-register, values do match.
16318:
16319: tried to make them volatile.
16320:
16321: * src/types/pa_vobject.h: small style change
16322:
16323: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16324:
16325: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16326: mode error message now includes numbers
16327:
16328: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16329: now causes death
16330:
16331: 2003-04-04 paf
16332:
16333: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16334: incorportated pa_exec patch by From: "Victor Fedoseev"
16335: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16336: Sent: Thursday, January 23, 2003 9:14 AM
16337:
16338: huge speedup on ^file::cgi with big result
16339:
16340: * src/classes/table.C: sort table with 0 rows bug fixed
16341:
16342: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16343: fix http://i2/tasks/edit/?id=4493701604654042676
16344:
16345: @main[] $with_default[ $.a[1] $._default[default from
16346: with_default] ] ^show[$with_default]
16347:
16348: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16349: =$to_add_to.xxx=<br>
16350:
16351: ^show[$to_add_to]
16352:
16353: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16354: ^show[$cloned]
16355:
16356: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16357:
16358: } <hr>
16359:
16360: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16361: http://i2/tasks/edit/?id=4493701604654042676
16362:
16363: @main[] $with_default[ $.a[1] $._default[default from
16364: with_default] ] ^show[$with_default]
16365:
16366: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16367: =$to_add_to.xxx=<br>
16368:
16369: ^show[$to_add_to]
16370:
16371: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16372: ^show[$cloned]
16373:
16374: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16375:
16376: } <hr>
16377:
16378: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16379: http://i2/tasks/edit/?id=4507350336410850921
16380:
16381: * src/classes/xdoc.C: memory allocation func bugfix
16382: http://i2/tasks/edit/?id=4499303470368629745
16383:
16384: * src/classes/math.C: allowed random 1...
16385:
16386: * src/classes/math.C: allowed random 0..
16387:
16388: * src/main/pa_globals.C: exif mem leak
16389: http://i2/tasks/edit/?id=4480590323629807263
16390:
16391: * src/: classes/classes.dsp, main/main.dsp,
16392: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16393: fix http://i2/tasks/edit/?id=4493946731322521294
16394: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16395:
16396: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16397: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16398: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16399: links to xml libs made relative, no need to unpack parser3project
16400: to /parser3project.
16401:
16402: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16403: column more precise - tab handling bug fixed
16404:
16405: * src/main/: compile.tab.C, compile.y: more understandable error
16406: message in case @CLASS with more then one line inside
16407:
16408: * src/targets/cgi/parser3.C: more understandable error message in
16409: case of errors in @unhandled_exception
16410:
16411: 2003-04-03 paf
16412:
16413: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16414: src/main/compile.tab.C, src/main/compile.y,
16415: src/main/compile_tools.C, src/main/compile_tools.h,
16416: src/main/execute.C, src/main/pa_request.C: debug info format
16417: simplified, now it's: OP_VALUE Operation::Origin << here value*
16418:
16419: higher limits: file number (max: 255) line number (max:
16420: 64535) column number (max: 255)
16421:
16422: * src/classes/math.C: top limit
16423:
16424: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16425: precise parse error position in case of
16426:
16427: ^bug ]
16428:
16429: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16430: changed to realities, and passed [bug fixed]
16431:
16432: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16433: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16434: main/compile_tools.h, main/pa_request.C: introducing
16435: ^process...[main-method-alias]
16436:
16437: * src/: classes/date.C, classes/image.C, classes/op.C,
16438: classes/string.C, classes/table.C, classes/xdoc.C,
16439: types/pa_vmethod_frame.h: MethodParams& now [methods without
16440: params receive zero reference, but they are expected not to look
16441: there]
16442:
1.211 moko 16443: * operators.ru.txt, operators.txt, src/classes/date.C,
16444: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16445: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16446: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16447: src/classes/response.C, src/classes/string.C,
16448: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16449: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16450: src/types/pa_method.h: MethodParams& now [methods without params
16451: receive zero reference, but they are expected not to look there]
16452:
16453: * operators.ru.txt, operators.txt, src/classes/op.C,
16454: src/include/pa_request.h, src/main/pa_request.C,
16455: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16456: better error reporting [file/line/col]
1.95 moko 16457:
16458: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16459: types/pa_vstring.h: slightly improved error messages text: 1. is
16460: '%s', it 2. method undefined in case of ^void[]
16461:
16462: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16463: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16464: handling done. now we have error columns todo: test it
16465:
16466: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16467: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16468:
16469: this makes life easier: were: bad stack order -- were in
16470: exception catch unwind order, which didn't match execution order
16471:
16472: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16473:
16474: @first[] ^throw[a;1]
16475:
16476: showed throw a first throw b try
16477:
16478: which is no good
16479:
16480: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16481: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16482: trace reset after handled exception [old bug fixed]
16483:
16484: * src/main/: compile.tab.C, compile.y: parse position old bug
16485: fixed. position reporting made precise [both, in parse erros and
16486: runtime errors]
16487:
16488: 2003-04-02 paf
16489:
16490: * src/: include/pa_operation.h, include/pa_request.h,
16491: main/compile.C, main/compile.tab.C, main/compile.y,
16492: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16493: main/pa_exception.C, main/pa_request.C: debug info: started
16494: using. todo:complete
16495:
16496: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16497: main/compile.C, main/compile.tab.C, main/compile.y,
16498: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16499: main/pa_request.C: prepared debug info todo:use it
16500:
16501: * src/include/pa_operation.h: strange mistake fixed: forgot to
16502: return Operation class->union after switching from autoptrs.
16503:
16504: * tests/: Makefile, results/108.processed, results/117.processed:
16505: meta considered OK [it's up to coder now to remove it not needed]
16506:
16507: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16508: Dictionary constructor when moved to gc]
16509:
16510: * src/main/pa_common.C: uncommented http:// file loading
16511:
16512: * src/include/pa_array.h, src/main/execute.C,
16513: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16514: fix [gdGrowingBuf]
16515:
16516: * configure.in, src/lib/Makefile.am: removed patches
16517:
16518: * configure, src/include/pa_config_auto.h.in,
16519: src/main/pa_charset.C: --enable-assertions autoconf-ed
16520:
16521: * src/main/pa_common.C: uncommented http:// file loading
16522:
16523: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16524: xdoc::create/load
16525:
16526: * src/: classes/form.C, classes/hash.C, classes/image.C,
16527: classes/string.C, classes/table.C, classes/void.C,
16528: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16529: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16530: String::String(str,helper_length) are checked. found/fixed one
16531: place: $request:body now zero-terminated,
16532:
16533: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16534: main/compile_tools.C, main/execute.C, types/pa_value.h,
16535: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16536: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16537: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16538: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16539: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16540: types/pa_vxnode.h: more locally scoped vars in execute (more
16541: easily optimizable)
16542:
16543: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16544: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16545:
16546: * src/: include/pa_array.h, include/pa_stack.h,
16547: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16548: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16549: become assertion iterator in methodframe filler
16550:
16551: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16552: targets/cgi/parser3.C: array::get/put inlined
16553:
16554: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16555: gc_substitute_memory_management_functions +installed CORD_oom
16556: function
16557:
16558: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16559: src/include/pa_config_includes.h, src/include/pa_string.h,
16560: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16561: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16562: assertions started configure.in --enable-assertions
16563:
16564: 2003-04-01 paf
16565:
16566: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16567: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16568: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16569: gdome uses glib memory, and stores last pointer to xmlDoc there,
16570: gc misses that and collects valid memory fixed by remembering
16571: xmlDoc from dom object in xdoc. todo: do something with
16572: premature free of xdoc with xnodes/node values referring into it
16573:
16574: * src/classes/: mail.C: typo fix
16575:
16576: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16577: changes
16578:
16579: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16580: main/pa_memory.C: moved memory debugging to global level: to
16581: pa_gc_malloc
16582:
16583: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16584: debugging showed no errors. todo: debug parser memory
16585:
16586: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16587: configurations
16588:
16589: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16590: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16591: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16592: types/types.dsp: prepared xml-static configuration
16593:
16594: 2003-03-31 paf
16595:
16596: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16597: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16598: xml lib memory debugging, simple checks failed: it seems that
16599: library does realloc(bad ptr), and recording those ptrs in heap
16600: [for debugging] was bad: heap situation changes = everything
16601: works fine
16602:
16603: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16604: xmlRegisterCharEncodingHandler limitation [currently imposed
16605: limit of 10 user-defined charsets]
16606:
16607: 2003-03-28 paf
16608:
16609: * src/main/execute.C: execution stack copied to local register
16610: variable, removed lots [~2e7) of memory accesses
16611:
16612: 2003-03-27 paf
16613:
16614: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16615: works in debug, but fails in release todo: fix that
16616:
16617: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16618: targets/cgi/parser3.C: forgot to merge XML memory funcs
16619: replacement from gc branch
16620:
16621: * src/main/pa_exec.C: introducing append_help_length [radical
16622: improvement here]
16623:
16624: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16625: 'not recommened' in gc.h, on win32 noticed no difference]
16626:
16627: * src/include/pa_array.h: returned checked array get [were disabled
16628: for debugging] result:not slower [don't understand that, it were
16629: INLINED] todo: find out a way of inlining it!
16630:
16631: * src/: include/pa_string.h, lib/gc/include/gc.h,
16632: lib/gc/include/gc_fake.h, main/compile.tab.C,
16633: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16634: convention changed: all resulting strings are zero-terminated
16635:
16636: * src/: classes/date.C, classes/file.C, classes/hash.C,
16637: classes/string.C, classes/table.C, classes/void.C,
16638: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16639: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16640: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16641: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16642: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16643: types/pa_vfile.C, types/pa_vmail.C: introducing
16644: append_help_length [radical improvement here]
16645:
16646: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16647: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16648: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16649: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16650: even slower
16651:
16652: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16653: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16654: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16655: clients of &get(): most to use non-ref version, some[in tight
16656: places] to get_unchecked_ref
16657:
16658: * src/doc/memory.dox: forgot to add
16659:
16660: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16661: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16662: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16663: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16664: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16665: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16666: targets/cgi/parser3.dsp, types/pa_vmail.C,
16667: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16668: T>>&<< removed after Stack::pop wiping removed [moved to separate
16669: func] other Array & removed
16670:
16671: 2003-03-26 paf
16672:
16673: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16674: classes/table.C, include/pa_array.h, include/pa_charset.h,
16675: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16676: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16677: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16678: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16679: main/pa_exec.C, main/pa_sql_driver_manager.C,
16680: main/pa_stylesheet_manager.C, main/pa_table.C,
16681: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16682: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16683: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16684: pre-evaluated .count() in some places
16685:
16686: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16687: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16688: types/types.dsp: .dsp profiling updated
16689:
16690: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16691: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16692: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16693:
16694: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16695: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16696: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16697: use lib/gc,lib/cord
16698:
1.116 moko 16699: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16700: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16701: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16702: src/include/pa_config_includes.h, src/include/pa_request.h,
16703: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16704: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16705: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16706: src/lib/cord/include/Makefile.am,
1.116 moko 16707: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16708: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16709: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16710: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16711: src/types/pa_vform.h, src/types/pa_vhash.h,
16712: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16713: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16714: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16715: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16716: funcs ported pa_exec
1.95 moko 16717:
16718: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16719:
16720: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16721: bundled gc includes
16722:
16723: * src/: classes/op.C, include/pa_array.h,
16724: include/pa_sql_connection.h, include/pa_string.h,
16725: include/pa_version.h, main/compile.tab.C, main/compile.y,
16726: main/execute.C, main/pa_common.C, main/pa_exception.C,
16727: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16728: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16729: first real site (aval)]
16730:
16731: 2003-03-25 paf
16732:
1.211 moko 16733: * operators.ru.txt, operators.txt,
16734: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16735: $status.memory used free since_compact process
1.95 moko 16736:
16737: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16738: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16739:
16740: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16741:
16742: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16743: src/types/pa_value.h, src/types/pa_vfile.h,
16744: src/types/pa_vobject.C, src/types/pa_vobject.h,
16745: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16746: tests/results/121.processed: untaint.C L_URI
16747:
1.211 moko 16748: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16749: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16750: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16751: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16752:
16753: * tests/results/109.processed: it was a bug in parser. updated 109
16754: test result
16755:
16756: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16757:
16758: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16759: tests/results/107.processed: fixed dom language [values are now
16760: considered tainted. it was a bug in parser. updated 107 test
16761: result
16762:
16763: * src/classes/xdoc.C: fixed transform params
16764:
16765: * src/: include/pa_stylesheet_manager.h,
16766: main/pa_stylesheet_manager.C: fixed stylesheet caching
16767:
16768: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16769: overloads for structure handling
16770:
16771: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16772: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16773: StringBody(0) ambiguilty, introducting static
16774: StringBody::Format(int)
16775:
16776: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16777: linked
16778:
16779: * src/types/pa_vxdoc.C: vxdoc compiled
16780:
16781: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16782: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16783: finalizers isntalled
16784:
16785: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16786: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16787: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16788: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16789: compiled todo: xnode.C / finalizers
16790:
16791: * src/doc/string.dox: updated: new string internals
16792:
16793: 2003-03-24 paf
16794:
16795: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16796: include/pa_charset.h, include/pa_config_fixed.h,
16797: include/pa_request.h, include/pa_stylesheet_connection.h,
16798: include/pa_stylesheet_manager.h, main/pa_charset.C,
16799: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16800: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16801: types/pa_vxnode.h: started XML
16802:
16803: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16804:
16805: * src/: classes/file.C, classes/image.C, classes/mail.C,
16806: include/pa_string.h, main/pa_common.C,
16807: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16808:
16809: * src/: classes/file.C, classes/image.C, classes/mail.C,
16810: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16811: main/pa_request.C, main/pa_sql_driver_manager.C,
16812: types/pa_vimage.h: size_t pos everywhere checks changed to check
16813: for eq STRING_NOT_FOUND
16814:
16815: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16816: optimize bit implemented
16817:
16818: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16819: String::ArrayFragment::append_positions fixed
16820:
16821: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16822: String::this_starts fixed
16823:
16824: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16825:
16826: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16827: hashcode implemented fully, including per-char callback [it can
16828: be - substr CORD node]
16829:
16830: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16831: rewritten to rewalloc with 100byte buf ahead
16832:
16833: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16834: src/include/pa_string.h, src/main/compile.tab.C,
16835: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16836: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16837: CORD_ec [bad] would rewrite as realloc now
16838:
16839: * src/: classes/date.C, classes/file.C, classes/form.C,
16840: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16841: include/pa_cache_managers.h, include/pa_charsets.h,
16842: include/pa_common.h, include/pa_request.h,
16843: include/pa_sql_driver_manager.h, include/pa_table.h,
16844: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16845: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16846: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16847: types/pa_vmail.C, types/pa_vmethod_frame.C,
16848: types/pa_vstateless_class.h: 2*2 worked :)
16849:
16850: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16851: src/include/pa_exec.h, src/include/pa_string.h,
16852: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16853: passed OK
16854:
16855: * src/: classes/hash.C, classes/string.C, classes/table.C,
16856: types/pa_value.C: all linked todo: debug
16857:
16858: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16859: types/pa_vstateless_class.C: all compiled. todo:link
16860:
16861: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16862:
16863: * src/types/pa_vtable.C: pa_vtable.C compiled
16864:
16865: * src/types/pa_vstring.C: pa_vstring.C compiled
16866:
16867: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16868:
16869: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16870: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16871: pa_vstateless_class.C, pa_vstateless_class.h:
16872: pa_vstateless_class.C compiled
16873:
16874: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16875: types/pa_vmath.C: pa_vmail.C compiled
16876:
16877: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16878:
16879: * src/types/pa_vform.C: pa_vform.C compiled
16880:
16881: * src/types/pa_vfile.C: pa_vfile.C compiled
16882:
16883: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16884: pa_vstateless_class.C: pa_vcookie.C compiled
16885:
16886: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16887: types/pa_vhash.h: pa_value.C compiled
16888:
16889: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16890: classes.lib main.lib compiled
16891:
16892: * src/classes/void.C: void.C compiled
16893:
16894: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16895: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16896: compiled
16897:
16898: * src/: classes/string.C, include/pa_request.h,
16899: include/pa_string.h, main/pa_string.C: string.C compiled
16900:
16901: * src/: classes/op.C, classes/string.C, classes/table.C,
16902: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16903: main/pa_request.C, main/pa_string.C: op.C compiled
16904:
16905: * src/classes/: math.C, op.C: math.C compiled
16906:
16907: * src/: classes/mail.C, classes/string.C, classes/table.C,
16908: types/pa_vmail.h: mail.C compiled
16909:
16910: * src/classes/: int.C, table.C: int.C compiled
16911:
16912: * src/: classes/hash.C, classes/image.C, classes/string.C,
16913: classes/table.C, include/pa_memory.h, include/pa_string.h,
16914: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16915: compiled
16916:
16917: * src/: classes/hash.C, classes/string.C, classes/table.C,
16918: classes/void.C, classes/xdoc.C, include/pa_request.h,
16919: include/pa_sql_connection.h: hash.C compiled
16920:
16921: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16922: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16923: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16924: classes/math.C, classes/op.C, classes/response.C,
16925: classes/string.C, classes/table.C, classes/void.C,
16926: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16927: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16928: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16929: file.C table.C compiled
16930:
16931: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16932: main/untaint.C: main.lib compiled
16933:
16934: 2003-03-21 paf
16935:
16936: * src/: classes/op.C, include/pa_cache_managers.h,
16937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16938: include/pa_stylesheet_manager.h, main/pa_exception.C,
16939: main/pa_globals.C, main/pa_sql_driver_manager.C,
16940: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16941: compiled
16942:
16943: * src/: classes/hash.C, classes/image.C, classes/op.C,
16944: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16945: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16946: main/compile.C, main/pa_common.C, main/pa_request.C,
16947: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16948: pa_request.C compiled
16949:
16950: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16951: include/pa_request.h, main/execute.C, main/pa_request.C,
16952: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16953: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16954: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16955: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16956: compiled
16957:
16958: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16959: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16960: on unix
16961:
16962: * src/: include/pa_charset.h, include/pa_charsets.h,
16963: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16964: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16965: pa_charsets.C compiled
16966:
16967: * src/: classes/image.C, classes/mail.C, classes/op.C,
16968: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16969: main/compile.y, main/execute.C, main/pa_common.C,
16970: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16971: types/pa_vcode_frame.h, types/pa_vimage.h,
16972: types/pa_vmethod_frame.h: execute.C compiled
16973:
16974: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16975: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16976: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16977: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16978: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16979: include/pa_cache_managers.h, include/pa_charsets.h,
16980: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16981: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16982: include/pa_sql_driver_manager.h, include/pa_string.h,
16983: include/pa_stylesheet_connection.h,
16984: include/pa_stylesheet_manager.h, include/pa_table.h,
16985: main/compile.C, main/compile.tab.C, main/compile.y,
16986: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16987: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16988: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16989: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16990: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16991: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16992: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16993: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16994: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16995: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16996: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16997: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16998: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16999: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17000: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17001: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17002: types/pa_vresponse.h, types/pa_vstateless_class.C,
17003: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17004: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17005: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17006: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17007: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17008: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17009: [C++ CORD wrapper]
17010:
17011: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17012:
17013: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17014: $file::exec/cgi[script; $.charset[this is script's charset]
17015:
17016: command line, env values, input got transcoded before call
17017: stdout, stderr got transcoded after call
17018:
17019: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17020: by default. use: ^file::exec[...;$.stdin[$request.body]
17021:
17022: * src/main/pa_common.C: } typo bug fix
17023:
17024: * src/main/pa_common.C: } typo bug fix
17025:
17026: 2003-03-20 paf
17027:
17028: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17029: main/untaint.C: cord bug fix, but still errors todo: clear out
17030:
17031: * src/include/pa_string.h: more tests
17032:
17033: * src/main/pa_string.C: string.pos fixed
17034:
1.116 moko 17035: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17036: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17037: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17038: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17039: replaces
1.95 moko 17040:
17041: * src/: classes/image.C, include/pa_dictionary.h,
17042: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17043: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17044: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17045: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17046:
17047: * src/include/pa_string.h: warning
17048:
17049: * src/include/pa_string.h: this_starts fixed
17050:
17051: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17052: new String ctor & append params convention
17053:
17054: * src/: classes/file.C, classes/hash.C, classes/image.C,
17055: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17056: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17057: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17058: main/pa_exception.C, main/pa_exec.C,
17059: main/pa_sql_driver_manager.C, main/pa_string.C,
17060: main/pa_stylesheet_manager.C, main/untaint.C,
17061: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17062: types/pa_vmail.C: more tests OK
17063:
17064: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17065: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17066: gc/exit runned OK
17067:
17068: * src/types/pa_vmail.C: another naming problem: should not name
17069: vars like that: unpredictable close caused problems with later
17070: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17071: descriptors missing on startup: stdin; Bad file number
17072:
17073: todo: find out why so many filters(stream) here. probably wrong?
17074:
17075: * src/: include/pa_dictionary.h, include/pa_string.h,
17076: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17077: main/untaint.C: test compiled
17078:
17079: * src/: classes/image.C, classes/mail.C, classes/math.C,
17080: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17081: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17082: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17083: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17084: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17085: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17086: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17087: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17088: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17089:
17090: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17091: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17092: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17093: src/include/pa_memory.h, src/include/pa_request.h,
17094: src/include/pa_request_charsets.h,
17095: src/include/pa_sql_connection.h, src/include/pa_string.h,
17096: src/main/compile.tab.C, src/main/execute.C,
17097: src/main/pa_charset.C, src/main/pa_common.C,
17098: src/main/pa_exception.C, src/main/pa_exec.C,
17099: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17100: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17101: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17102: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17103: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17104: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17105: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17106: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17107: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17108: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17109: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17110: pa_common.C [done, without http for now]
17111:
17112: 2003-03-19 paf
17113:
17114: * src/: classes/date.C, classes/form.C, classes/hash.C,
17115: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17116: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17117: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17118: include/pa_string.h, include/pa_table.h, main/compile.C,
17119: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17120: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17121: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17122: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17123: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17124: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17125: types/pa_vstateless_class.h, types/pa_vtable.C,
17126: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17127: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17128: types/pa_wwrapper.h: started test
17129:
1.116 moko 17130: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17131: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17132:
17133: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17134: include/pa_string.h, main/pa_string.C: string compiled todo: test
17135: it
17136:
17137: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17138: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17139: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17140: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17141: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17142: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17143: types/pa_vmethod_frame.h, types/types.dsp: string
17144: reimplementation with cord+array<fragment>: 70%
17145:
17146: 2003-03-18 paf
17147:
17148: * src/: classes/date.C, classes/file.C, classes/form.C,
17149: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17150: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17151: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17152: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17153: can ignore lang in cmp and pos really, but would
17154: split properly!
17155:
17156: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17157: cord part made parser/src/lib: it's not compiled into libgc by
17158: default
17159:
17160: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17161: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17162: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17163: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17164: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17165: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17166: src/classes/xnode.C, src/classes/xnode.h,
17167: src/include/Makefile.am, src/include/pa_cache_managers.h,
17168: src/include/pa_charset.h, src/include/pa_charsets.h,
17169: src/include/pa_common.h, src/include/pa_dictionary.h,
17170: src/include/pa_exception.h, src/include/pa_exec.h,
17171: src/include/pa_globals.h, src/include/pa_hash.h,
17172: src/include/pa_memory.h, src/include/pa_pool.h,
17173: src/include/pa_request.h, src/include/pa_request_charsets.h,
17174: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17175: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17176: src/include/pa_stylesheet_connection.h,
17177: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17178: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17179: src/main/compile.C, src/main/compile.tab.C,
17180: src/main/compile_tools.C, src/main/compile_tools.h,
17181: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17182: src/main/pa_charsets.C, src/main/pa_common.C,
17183: src/main/pa_dictionary.C, src/main/pa_exception.C,
17184: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17185: src/main/pa_pool.C, src/main/pa_request.C,
17186: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17187: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17188: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17189: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17190: src/types/pa_junction.h, src/types/pa_method.h,
17191: src/types/pa_value.C, src/types/pa_value.h,
17192: src/types/pa_vclass.C, src/types/pa_vclass.h,
17193: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17194: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17195: src/types/pa_vdouble.h, src/types/pa_venv.h,
17196: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17197: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17198: src/types/pa_vimage.C, src/types/pa_vimage.h,
17199: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17200: src/types/pa_vmath.C, src/types/pa_vmath.h,
17201: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17202: src/types/pa_vobject.C, src/types/pa_vobject.h,
17203: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17204: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17205: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17206: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17207: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17208: src/types/pa_vstring.h, src/types/pa_vtable.C,
17209: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17210: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17211: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17212: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17213: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17214: gc: PA_Object done lots of replacements also
17215:
17216: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17217: gc logging
17218:
17219: 2003-03-17 paf
17220:
17221: * src/: classes/date.C, classes/file.C, classes/form.C,
17222: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17223: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17224: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17225: include/pa_string.h, include/pa_types.h, main/compile.C,
17226: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17227: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17228: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17229: main/pa_sql_driver_manager.C, main/pa_string.C,
17230: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17231: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17232: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17233: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17234: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17235: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17236: types/pa_vxnode.h: libgc attempt
17237:
17238: 2003-03-13 paf
17239:
17240: * src/: include/pa_sql_driver_manager.h,
17241: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17242: called
17243:
17244: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17245: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17246: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17247: types/pa_value.h, types/pa_vobject.h,
17248: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17249: set_base, set_derived simplified [counter leaks fixed]
17250:
17251: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17252: src/types/types.dsp: incorporated status class patch From:
17253: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17254: 2003 8:14 AM
17255:
17256: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17257: Win32 specific: QuotaPeakNonPagedPoolUsage
17258: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17259:
17260: 2003-03-12 paf
17261:
1.116 moko 17262: * configure, configure.in, src/lib/ltdl/configure,
17263: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17264: lib/ltdl/Makefile now created by /configure.in only [were by
17265: lib/ltdl/configure.in OVERWRITE]
17266:
1.116 moko 17267: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17268: linkage fixed for g++ 3.2.2
1.95 moko 17269:
17270: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17271: on using privately declared class [fixed]
17272:
17273: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17274: 3.2 rightliy complained on using privately declared class [fixed]
17275:
17276: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17277: sigpipe before request constructor now causes death
17278:
17279: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17280: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17281: not cause exception in exception handler
17282:
1.116 moko 17283: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17284: now default links libstdc++ statically. that can be overriden by
17285: --with-dynamic-stdcpp
1.95 moko 17286:
17287: 2003-03-11 paf
17288:
17289: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17290: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17291: necessity of libstdc++
17292:
17293: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17294:
17295: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17296:
17297: 2003-03-08 paf
17298:
17299: * tests/Makefile: make install & co
17300:
17301: * src/: include/pa_request.h, classes/op.C: removing
17302: vclass,object.h -> pa_request.h dependency
17303:
17304: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17305: main/pa_request.C: removing vform,response,cookie.h ->
17306: pa_request.h dependency
17307:
17308: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17309: dependency [testing...]
17310:
17311: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17312: return 0; fixed
17313:
17314: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17315: types/pa_vmail.h: vmail.C received just compiled [not tested]
17316:
17317: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17318:
17319: * src/main/pa_request.C: forgotten: ifdef XML
17320:
17321: * src/main/pa_request.C: forgotten: ifdef XML
17322:
17323: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17324: win32 and run memleak tests again
17325:
17326: * src/targets/cgi/parser3.C: charsets: see some strange things with
17327: old xml lib-- it's internal memory handling has faults
17328:
17329: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17330: problems when transcode from charset A to A.
17331:
17332: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17333: todo: still problems when transcode from charset A to A.
17334:
17335: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17336: classes/table.C, include/pa_array.h,
17337: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17338: started full-scale-site-test [~ http://parser.ru sources]
17339:
17340: some fixes
17341:
17342: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17343: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17344: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17345: results/110.processed, results/111.processed,
17346: results/112.processed, results/113.processed,
17347: results/114.processed, results/115.processed,
17348: results/116.processed, results/117.processed,
17349: results/118.processed, results/119.processed,
17350: results/120.processed: xml: tests 109 dom create/show 110 xpath
17351: selectSingle 111 xdoc.create from tainted & 112
17352: xdoc.create/output with russian attr value 113 xpath
17353: selectString/Number 114 dom attributes.count 115 xpath selectBool
17354: 116 output media-type change 117 transform by dom stylesheet 118
17355: empty transform result 119 dom setAttribute 120 nbsp letter
17356: output
17357:
17358: =END OF PREPARED XML TESTS=
17359:
17360: 2003-03-07 paf
17361:
17362: * src/classes/xdoc.C, src/include/pa_charset.h,
17363: src/include/pa_stylesheet_connection.h, tests/108.html,
17364: tests/108.xsl, tests/results/108.processed: xml: test 108
17365: transform with params [bugs fixed]
17366:
17367: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17368: from copy/paste bug
17369:
17370: * src/classes/xdoc.C, src/include/pa_charset.h,
17371: src/include/pa_request.h, src/main/execute.C,
17372: src/main/pa_charset.C, src/main/pa_exception.C,
17373: src/main/pa_globals.C, src/main/pa_request.C,
17374: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17375: src/types/pa_vxnode.C, tests/107.html,
17376: tests/results/107.processed: xml: test: 107 bug fixes
17377:
17378: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17379: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17380: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17381:
17382: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17383: string
17384:
17385: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17386: mem alloc functions used for different cases [libxml, libxsl]
17387:
17388: * src/classes/classes.C: fixed: prevent system classes from
17389: modification to lock ALL the classes, not only directly used
17390:
17391: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17392: linked
17393:
17394: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17395:
17396: 2003-03-06 paf
17397:
17398: * src/classes/xdoc.C: xdoc.C 50%
17399:
17400: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17401: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17402: main/pa_globals.C, main/pa_request.C,
17403: main/pa_stylesheet_manager.C: xnode.C compiled
17404:
17405: * src/: include/pa_stylesheet_connection.h,
17406: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17407: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17408:
17409: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17410: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17411: xml: stylesheet&manager STARTED
17412:
17413: * src/: include/pa_globals.h, main/pa_charset.C,
17414: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17415:
17416: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17417: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17418: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17419: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17420: charsets
17421:
17422: * tests/023.html: in some cases it rounded up badly. postponing
17423: solution of that problem, making more simple test
17424:
17425: * tests/: 058_paf2000.png, results/058.processed: .png added with
17426: -kb now
17427:
17428: * src/: include/pa_charset.h, include/pa_charsets.h,
17429: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17430: moved to charsets.C
17431:
17432: 2003-03-05 paf
17433:
17434: * src/classes/string.C, src/include/pa_string.h,
17435: src/main/pa_string.C, tests/105.html,
17436: tests/results/105.processed: String::match bug fixed
17437:
17438: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17439: tests/results/104.processed: ^bpt operator added [does int3 in
17440: debug build on win32]
17441:
17442: * tests/: 057.html, results/057.processed: test bug fixed
17443:
1.116 moko 17444: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17445:
17446: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17447: missing
17448:
1.116 moko 17449: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17450: forgotten files added to Makes
1.95 moko 17451:
17452: * ltmain.sh: ltmain.sh added
17453:
17454: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17455: change undone ;(
17456:
17457: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17458: made static
17459:
17460: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17461: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17462: todo:make linker happy
1.95 moko 17463:
17464: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17465: env param made optional
17466:
17467: 2003-03-04 paf
17468:
17469: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17470: types/pa_vimage.h: number of gcc compiler bugs fixed
17471:
17472: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17473: results/103.processed: tests: 103 image.copy transparence test
17474:
17475: * src/main/execute.C, tests/101.html, tests/102.html,
17476: tests/results/101.processed, tests/results/102.processed: tests:
17477: 101 method/variable name conflict test 102 form fields change
17478: should not not change anything [bug fix]
17479:
17480: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17481: results/099.processed, results/100.processed: tests: 57 date
17482: create 2002: added 99,100 response:body/download
17483:
17484: * src/classes/image.C, tests/098.html, tests/098font.gif,
17485: tests/results/098.processed: test: 98 image font text [bug fixed]
17486:
17487: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17488: tests/results/097.processed: test: 97 file::load http:// [bugs
17489: fixed]
17490:
17491: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17492: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17493: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17494: image EXIF [bug fixed]
17495:
17496: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17497: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17498: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17499: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17500: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17501: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17502: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17503: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17504: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17505: tests/094.html, tests/095.html, tests/results/061.processed,
17506: tests/results/062.processed, tests/results/063.processed,
17507: tests/results/064.processed, tests/results/065.processed,
17508: tests/results/066.processed, tests/results/067.processed,
17509: tests/results/068.processed, tests/results/069.processed,
17510: tests/results/070.processed, tests/results/071.processed,
17511: tests/results/072.processed, tests/results/073.processed,
17512: tests/results/074.processed, tests/results/075.processed,
17513: tests/results/076.processed, tests/results/077.processed,
17514: tests/results/078.processed, tests/results/080.processed,
17515: tests/results/081.processed, tests/results/082.processed,
17516: tests/results/083.processed, tests/results/084.processed,
17517: tests/results/085.processed, tests/results/086.processed,
17518: tests/results/087.processed, tests/results/088.processed,
17519: tests/results/089.processed, tests/results/090.processed,
17520: tests/results/091.processed, tests/results/092.processed,
17521: tests/results/093.processed, tests/results/094.processed,
17522: tests/results/095.processed, tests/079.html,
17523: tests/results/079.processed: tests: 61 file::stat size 62
17524: string->int autoconvert 63 double .int,dec,div,mul 64 date
17525: compare 65 file: basename,justname,justext 66 math:crypt 67
17526: string.match simple on long 68 string.match normalized simple on
17527: long 69 string.int 70 file::stat content-type 71 table.join 72
17528: hash parameter conditional pass 73 date daylightsaving,yearday 74
17529: date arithmetics 75 response date values/attributes 76 string.pos
17530: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17531: with local 80 scientific numeric literal in string autoconvert 81
17532: xor: logical and numerical 82 for delims 83 menu delims 84
17533: table.hash distinct 85 long string replace 86 throw+catch
17534: current language preserve 87 bit shifts 88 junction tests +
17535: $caller test 89 hash.foreach selfmodification 90 int/void to int
17536: 91 $caller test 92 junction is + def junction tests 93 $caller
17537: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17538:
17539: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17540: fixed] 60 string eq string [bug fixed]
17541:
17542: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17543: 058.html, 058_paf2000.png, 059.html, 060.html,
17544: results/053.processed, results/054.processed,
17545: results/055.processed, results/056.processed,
17546: results/057.processed, results/058.processed,
17547: results/059.processed, results/060.processed: test: 53
17548: string.replace 54 junctions 55 table.hash 56 call indirect 57
17549: date.create[string] 58 image.measure[png]
17550:
17551: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17552: outputs/051.processed, results/052.processed: test: 52
17553: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17554: task: fix that
17555:
17556: 2003-03-03 paf
17557:
17558: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17559: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17560: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17561: outputs/049.processed, outputs/050.processed,
17562: outputs/051.processed, results/001.processed,
17563: results/002.processed, results/003.processed,
17564: results/005.processed, results/006.processed,
17565: results/008.processed, results/009.processed,
17566: results/011.processed, results/012.processed,
17567: results/013.processed, results/014.processed,
17568: results/015.processed, results/016.processed,
17569: results/017.processed, results/020.processed,
17570: results/021.processed, results/022.processed,
17571: results/024.processed, results/025.processed,
17572: results/026.processed, results/027.processed,
17573: results/028.processed, results/029.processed,
17574: results/030.processed, results/031.processed,
17575: results/049.processed, results/050.processed,
17576: results/051.processed, results/043.processed,
17577: results/044.processed, results/045.processed,
17578: results/046.processed, results/047.processed,
17579: results/048.processed: tests: 43,44,45 date rolls 46
17580: autoevaluating junction 47 table.select 48 name with subvar 49
17581: hash-creating switch 50 process 51 started parent/child, works as
17582: it were but it were NOT GOOD, created separate task to fix that
17583:
17584: * tests/: 042.html, results/042.processed: test: 42
17585: exception.handled
17586:
17587: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17588: expression
17589:
17590: * tests/: 040.html, results/040.processed: test: 39 method result
17591: of type table 40 method param junction auto evaluate
17592:
17593: * tests/: 039.html, results/039.processed: test: 37 method result
17594: of type table
17595:
17596: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17597: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17598: tests/038.html, tests/results/033.processed,
17599: tests/results/034.processed, tests/results/035.processed,
17600: tests/results/036.processed, tests/results/037.processed,
17601: tests/results/038.processed: tests: 33 string.replace 34
17602: string.upper 35 table created 36 local/global vars with juntions
17603: 37 table clone 38 math PI & number formatting
17604:
17605: math class registring typo fixed
17606:
17607: * src/classes/op.C, src/include/pa_request.h,
17608: src/include/pa_string.h, src/main/execute.C,
17609: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17610: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17611: tests/032.html, tests/results/032.processed: uchar changed to
17612: String_UL in all places [was not everywhere] untaint test: 032
17613:
17614: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17615: tests/results/004.processed, tests/parser-cygwin.sh,
17616: tests/parser-unix.sh: removed -H command line key, now testing
17617: using .sh file with SERVER_SOFTWARE=xxx
17618:
17619: 2003-02-26 paf
17620:
17621: * src/main/execute.C, src/types/pa_vstateless_class.h,
17622: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17623: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17624: tests/results/024.processed, tests/results/025.processed,
17625: tests/results/026.processed, tests/results/027.processed,
17626: tests/results/028.processed, tests/results/029.processed,
17627: tests/results/030.processed, tests/results/031.processed: fixed
17628: bug with name_cstr mutable CharPtr more tests
17629:
17630: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17631: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17632: << abort. die now just exits
17633:
17634: * src/classes/classes.awk, src/classes/classes.h,
17635: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17636: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17637: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17638: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17639: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17640: src/classes/xnode.C, src/include/pa_memory.h,
17641: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17642: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17643: src/types/pa_vform.C, tests/015.html, tests/016.html,
17644: tests/017.html, tests/018.html, tests/019.html,
17645: tests/019paf2001.gif, tests/020.html, tests/021.html,
17646: tests/022.html, tests/023.html, tests/022_dir/a.html,
17647: tests/022_dir/b.txt, tests/022_dir/c.htm,
17648: tests/results/015.processed, tests/results/016.processed,
17649: tests/results/017.processed, tests/results/018.processed,
17650: tests/results/019.processed, tests/results/020.processed,
17651: tests/results/021.processed, tests/results/022.processed,
17652: tests/results/023.processed: methoded_array now contains all Mxxx
17653: classes SAPI::get_env now returns info on pool more tests
17654:
17655: * src/include/pa_array.h, src/include/pa_hash.h,
17656: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17657: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17658: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17659: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17660: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17661: tests/results/001.processed, tests/results/002.processed,
17662: tests/results/003.processed, tests/results/004.processed,
17663: tests/results/005.processed, tests/results/006.processed,
17664: tests/results/007.processed, tests/results/008.processed,
17665: tests/results/009.processed, tests/results/010.processed,
17666: tests/results/011.processed, tests/results/012.processed,
17667: tests/results/013.processed, tests/results/014.processed: hash
17668: cloning fixed
17669:
17670: 2003-02-25 paf
17671:
17672: * src/main/pa_common.C: typo fixed
17673:
17674: 2003-02-24 paf
17675:
17676: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17677: [one remained]
17678:
17679: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17680: [should have been get_string(&pool)] todo: check other such calls
17681:
17682: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17683: test10, bad lookups
17684:
17685: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17686: object got destructed, and xxx points to sky
17687:
17688: * ChangeLog, src/classes/string.C: match bug fixed
17689:
17690: * src/types/pa_vmail.C: body [text/html] transcoded to
17691: $.charset[specified] now
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: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17699: which failed to handle sigsetjmp+throw: crashed inside of
17700: pre-throw code. rewritten simplier [though duplicating
17701: closesocket code]
17702:
17703: 2003-02-21 paf
17704:
1.211 moko 17705: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17706: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17707: now]]
1.95 moko 17708:
17709: written makefile with regression tests [raw]
17710:
17711: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17712: tests' only [it's not forcing CGI mode now] now use -H to output
17713: CGI header when parser used in command line [useful for tests
17714: also]
17715:
17716: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17717: switches on CGI mode, and is used in regression tests
17718:
17719: * src/: include/pa_request.h, main/pa_request.C,
17720: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17721: fixed
17722:
17723: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17724: handling pa_*
17725:
17726: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17727: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17728: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17729: memory handling files
17730:
17731: * src/main/pa_array.C: pool::format_integer terminator fixed
17732:
17733: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17734: compiles OK test to show benefits of free
17735:
17736: * src/: classes/file.C, classes/image.C, classes/mail.C,
17737: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17738: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17739: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17740: use pool [as the one in ^process]
17741:
17742: * src/classes/op.C: fixed process. sould now check for all cstr's
17743: -- some must use pool [as the one in ^process]
17744:
17745: 2003-02-20 paf
17746:
17747: * src/: classes/date.C, classes/double.C, classes/file.C,
17748: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17749: classes/math.C, classes/op.C, classes/response.C,
17750: classes/string.C, classes/table.C, classes/void.C,
17751: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17752: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17753: string cmp fixed
17754:
17755: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17756: values passed OK now
17757:
17758: 2003-02-19 paf
17759:
17760: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17761: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17762: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17763: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17764: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17765: all remaning leaks resulted from pooled::malloc calls [excluding
17766: in gd -- planning complete rewrite extremely ugly code]
17767:
17768: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17769: files
17770:
17771: 2003-02-17 paf
17772:
17773: * src/: classes/date.C, classes/double.C, classes/file.C,
17774: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17775: classes/response.C, classes/string.C, classes/table.C,
17776: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17777: include/pa_stylesheet_connection.h,
17778: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17779: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17780: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17781: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17782: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17783: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17784: of unitialized simple-typed field
17785:
17786: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17787: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17788: simple-typed field fixed. todo: find&kill all like that one
17789:
17790: * src/: main/execute.C, targets/cgi/pa_pool.C,
17791: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17792: debug output fixed
17793:
17794: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17795: main/pa_request.C: stack-stored items need extra .ref to prevent
17796: object_ptr from delete[them]
17797:
17798: * src/: classes/date.C, classes/op.C, classes/table.C,
17799: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17800: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17801: main/pa_charset.C, main/pa_common.C,
17802: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17803: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17804: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17805: calls
17806:
17807: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17808: couple mem leaks rusulted from old pooled::malloc usage.
17809: todo:find more like those
17810:
17811: * src/main/: compile.C, compile_tools.C: 2*2!
17812:
17813: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17814: stackItem fixed [there were no string on stack before]
17815:
17816: * src/: main/execute.C, main/pa_request.C,
17817: types/pa_vmethod_frame.C: first letters out OK
17818:
17819: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17820: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17821: main/pa_string.C, main/untaint.C, types/pa_value.h,
17822: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17823: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17824: type not initialized with zeros :( while class fields of class
17825: types initialized with default constructors. learn C++
17826:
17827: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17828: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17829: classes/math.C, classes/xdoc.C, classes/xnode.C,
17830: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17831: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17832:
17833: 2003-02-14 paf
17834:
17835: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17836: 13 link errors
17837:
17838: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17839: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17840: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17841: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17842: errors :)
17843:
17844: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17845: classes/hash.C, classes/mail.C, classes/op.C,
17846: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17847: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17848: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17849: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17850:
17851: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17852: classes/table.C, include/pa_common.h, include/pa_globals.h,
17853: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17854: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17855: types/pa_vint.h, types/types.dsp: op compiled
17856:
17857: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17858: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17859: main/untaint.C, types/pa_vtable.h: string, response compiled
17860:
17861: 2003-02-07 paf
17862:
17863: * src/: classes/table.C, types/pa_vtable.h: table compiled
17864:
17865: 2003-02-06 paf
17866:
17867: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17868: mail compiled
17869:
17870: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17871: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17872: types/pa_vfile.h, types/pa_vimage.h: image compiled
17873:
17874: * src/classes/: file.C, form.C: form compiled
17875:
17876: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17877: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17878: types/pa_vfile.C, types/pa_vfile.h: file compiled
17879:
17880: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17881: types/pa_vmath.h: math compiled [win32]
17882:
17883: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17884: types/pa_vstring.h: hash compiled
17885:
17886: 2003-02-04 paf
17887:
17888: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17889: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17890: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17891: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17892: types/pa_vhash.h: hash 50% compiled
17893:
17894: * src/: classes/date.C, classes/file.C, classes/hash.C,
17895: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17896: classes/string.C, classes/table.C, classes/xdoc.C,
17897: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17898: main/pa_string.C: date compiled
17899:
17900: * src/classes/: classes.dsp, double.C: double compiled
17901:
17902: * src/: classes/date.C, classes/double.C, classes/file.C,
17903: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17904: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17905: classes/string.C, classes/table.C, classes/void.C,
17906: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17907: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17908: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17909: compiled
17910:
17911: * src/: classes/date.C, classes/double.C, classes/file.C,
17912: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17913: classes/math.C, classes/op.C, classes/response.C,
17914: classes/string.C, classes/table.C, classes/void.C,
17915: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17916: types/pa_vvoid.h: void compiled :)
17917:
17918: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17919: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17920: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17921: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17922: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17923: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17924: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17925: types/pa_vresponse.C, types/pa_vstateless_class.C,
17926: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17927: types/pa_wcontext.C, types/types.dsp: removed stupid
17928: value_includes.h
17929:
17930: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17931: trying to remove stupid value_includes.h
17932:
17933: * src/main/pa_exec.C: pa_exec compiled on win32
17934:
17935: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17936:
17937: * src/: include/pa_globals.h, include/pa_request.h,
17938: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17939: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17940: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17941: types/pa_vrequest.C, types/pa_vstateless_class.C,
17942: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17943:
17944: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17945: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17946: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17947:
17948: * src/: include/pa_array.h, include/pa_config_includes.h,
17949: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17950: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17951: compiled
17952:
17953: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17954: name conflicts)
17955:
17956: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17957: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17958: yelds "virtual memory exhausted" while trying to compile
17959: execute.C [eating up to 127MB]
17960:
17961: 2003-02-03 paf
17962:
17963: * src/: include/pa_config_includes.h, include/pa_hash.h,
17964: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17965: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17966: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17967: types/pa_vint.h, types/pa_vjunction.h,
17968: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17969: started gcc compiling pa_common compiled
17970:
17971: * src/: include/pa_exception.h, include/pa_pool.h,
17972: main/pa_exception.C: exception gcc change #1
17973:
1.116 moko 17974: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17975: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17976:
17977: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17978:
17979: * src/types/pa_vtable.C: vtable compiled
17980:
17981: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17982:
17983: * src/: include/pa_cache_managers.h, main/pa_request.C,
17984: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17985:
17986: * src/types/pa_vstateless_class.C: vstateless_class compiled
17987:
17988: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17989:
17990: * src/types/pa_vrequest.C: vrequest compiled
17991:
17992: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17993: pa_vobject.C, pa_vobject.h: vobject compiled
17994:
17995: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17996: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17997: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17998: compiled
17999:
18000: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18001:
18002: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18003: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18004: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18005: compiled
18006:
18007: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18008: main.lib - 0 error(s), 0 warning(s)
18009:
18010: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18011: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18012:
18013: 2003-01-31 paf
18014:
18015: * src/: include/pa_array.h, include/pa_operation.h,
18016: include/pa_request.h, main/execute.C, main/main.dsp,
18017: types/pa_vjunction.h: started last file from main library:
18018: execute
18019:
18020: * src/: include/pa_request.h, include/pa_sapi.h,
18021: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18022: main/pa_request.C, targets/cgi/parser3.C,
18023: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18024: types/pa_vhash.h: pa_request compiled
18025:
18026: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18027: include/pa_globals.h, include/pa_request.h,
18028: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18029: main/execute.C, main/main.dsp, main/pa_common.C,
18030: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18031: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18032: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18033: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18034: types/types.dsp: most pa_request compiled
18035:
18036: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18037: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18038: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18039: classes/op.C, classes/response.C, classes/string.C,
18040: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18041: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18042: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18043: include/pa_config_fixed.h, include/pa_config_includes.h,
18044: include/pa_dictionary.h, include/pa_dir.h,
18045: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18046: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18047: include/pa_pool.h, include/pa_request.h,
18048: include/pa_request_charsets.h, include/pa_request_info.h,
18049: include/pa_sapi.h, include/pa_socks.h,
18050: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18051: include/pa_stack.h, include/pa_string.h,
18052: include/pa_stylesheet_connection.h,
18053: include/pa_stylesheet_manager.h, include/pa_table.h,
18054: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18055: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18056: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18057: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18058: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18059: main/compile.C, main/compile.tab.C, main/compile.y,
18060: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18061: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18062: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18063: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18064: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18065: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18066: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18067: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18068: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18069: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18070: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18071: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18072: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18073: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18074: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18075: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18076: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18077: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18078: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18079: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18080: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18081: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18082: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18083: types/pa_vresponse.h, types/pa_vstateless_class.C,
18084: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18085: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18086: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18087: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18088: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18089: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18090:
18091: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18092: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18093: src/include/pa_charsets.h, src/include/pa_common.h,
18094: src/include/pa_dictionary.h, src/include/pa_exception.h,
18095: src/include/pa_exec.h, src/include/pa_pool.h,
18096: src/include/pa_request.h, src/include/pa_sapi.h,
18097: src/include/pa_sql_connection.h,
18098: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18099: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18100: src/main/compile.tab.C, src/main/compile_tools.C,
18101: src/main/compile_tools.h, src/main/main.dsp,
18102: src/main/pa_charset.C, src/main/pa_charsets.C,
18103: src/main/pa_common.C, src/main/pa_dictionary.C,
18104: src/main/pa_exception.C, src/main/pa_exec.C,
18105: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18106: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18107: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18108: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18109: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18110: src/types/pa_vdouble.h, src/types/pa_venv.h,
18111: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18112: src/types/pa_vhash.h, src/types/pa_vimage.C,
18113: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18114: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18115: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18116: src/types/pa_vobject.C, src/types/pa_vobject.h,
18117: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18118: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18119: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18120: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18121: src/types/pa_vstring.h, src/types/pa_vtable.h,
18122: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18123: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18124: died, long live StringPtr
18125:
18126: 2003-01-30 paf
18127:
18128: * src/: include/pa_charset.h, include/pa_request.h,
18129: include/pa_sql_driver_manager.h, main/compile.tab.C,
18130: main/compile.y, main/compile_tools.h, main/pa_request.C,
18131: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18132:
18133: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18134: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18135: types/pa_vhash.h, types/pa_vmethod_frame.h,
18136: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18137: types/types.dsp: vstateless_class compiled
18138:
18139: * src/main/compile.C: compile compiled
18140:
18141: * src/: include/pa_array.h, include/pa_operation.h,
18142: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18143: main/pa_table.C: compile_tools compiled
18144:
18145: * src/: include/pa_operation.h, main/compile.y,
18146: main/compile_tools.C, main/compile_tools.h: started
18147: compile_tools. vagues ideas of how to free compiled code
18148:
18149: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18150: main/main.dsp, types/pa_value.C, types/pa_value.h,
18151: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18152: compiled
18153:
18154: 2003-01-29 paf
18155:
18156: * src/: include/pa_globals.h, include/pa_request.h,
18157: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18158: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18159: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18160: compiled
18161:
18162: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18163: now
18164:
18165: * src/: include/pa_array.h, include/pa_exception.h,
18166: include/pa_pool.h, main/pa_exception.C: gd compiled
18167:
18168: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18169: compiled
18170:
18171: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18172: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18173: types/pa_vfile.h: vfile compiled
18174:
18175: * src/: include/pa_common.h, include/pa_globals.h,
18176: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18177: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18178: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18179:
18180: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18181: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18182: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18183: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18184: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18185:
18186: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18187: main/main.dsp, main/untaint.C: more compiled
18188:
18189: * src/: include/pa_charsets.h, include/pa_request.h,
18190: include/pa_request_info.h, include/pa_string.h,
18191: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18192: types/pa_vresponse.h: vrequest compiled
18193:
18194: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18195: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18196: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18197:
18198: * src/: classes/classes.h, include/pa_charset.h,
18199: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18200: include/pa_request.h, include/pa_string.h, main/main.dsp,
18201: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18202: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18203: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18204: types/pa_vrequest.C, types/pa_vrequest.h,
18205: types/pa_vstateless_class.h, types/pa_vstring.h,
18206: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18207:
18208: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18209: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18210: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18211: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18212: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18213: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18214: types/pa_vobject.h, types/pa_vstateless_class.h,
18215: types/pa_vstateless_object.h, types/pa_vstatus.h,
18216: types/pa_vstring.h, types/types.dsp: vmath compiled
18217:
18218: 2003-01-28 paf
18219:
18220: * src/: classes/classes.h, classes/date.C, classes/file.C,
18221: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18222: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18223: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18224: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18225: compile_tools
18226:
18227: * src/: include/pa_charset.h, include/pa_exception.h,
18228: include/pa_request.h, include/pa_string.h, main/untaint.C:
18229: untaint compiled
18230:
18231: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18232: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18233: more compiled. struck with string::store_to needing to know
18234: source/client charsets
18235:
18236: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18237: types/pa_vfile.h: uue compiled
18238:
18239: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18240: table compiled
18241:
18242: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18243: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18244:
18245: * src/: include/pa_charset.h, main/pa_charset.C,
18246: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18247: introduced]
18248:
18249: * src/: classes/date.C, include/pa_charset.h,
18250: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18251: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18252: pa_charsets compiled
18253:
18254: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18255: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18256:
18257: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18258: common compiled
18259:
18260: * src/: include/pa_charsets.h, main/pa_charsets.C,
18261: main/pa_sql_driver_manager.C: pa_charsets compiled
18262:
18263: * src/: include/pa_array.h, include/pa_charset.h,
18264: include/pa_charsets.h, include/pa_pool.h,
18265: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18266: include/pa_stack.h, include/pa_string.h,
18267: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18268: sql_driver_manager compiled
18269:
18270: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18271: letter i with two dots added to koi, all ukranian letters added
18272: to win1251.
18273:
18274: typographic simbol 0xb9 deleted from win1251 [strange one & were
18275: abscent from koi]
18276:
18277: 2003-01-27 paf
18278:
18279: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18280: include/pa_sql_driver_manager.h, include/pa_string.h,
18281: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18282: sql/pa_sql_driver.h: paused on sql_manager
18283:
18284: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18285: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18286: include/pa_stack.h, main/pa_sql_driver_manager.C,
18287: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18288:
18289: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18290: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18291: include/pa_table.h, main/pa_sql_driver_manager.C,
18292: main/pa_table.C: table compiled
18293:
18294: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18295: cache_managers compiled
18296:
18297: * src/: include/pa_array.h, include/pa_charset.h,
18298: include/pa_pool.h, main/pa_charset.C: charset compiled
18299:
18300: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18301:
18302: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18303: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18304: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18305: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18306: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18307:
18308: 2003-01-24 paf
18309:
18310: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18311: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18312: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18313: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18314: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18315: types/pa_vint.h, types/pa_vjunction.h,
18316: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18317: types/pa_vstatus.h, types/pa_vstring.h: more patched
18318:
18319: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18320: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18321: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18322: main/pa_string.C, main/pa_table.C: string compiled
18323:
18324: * src/: include/pa_array.h, include/pa_common.h,
18325: include/pa_dictionary.h, include/pa_exception.h,
18326: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18327: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18328: main/pa_string.C: dictionary compiled
18329:
18330: 2003-01-23 paf
18331:
18332: * src/: include/pa_array.h, include/pa_common.h,
18333: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18334: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18335: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18336: types/pa_value.h: resurrected pool in new sense: now it's
18337: factory, producing&accounting memory chunks for read[autofree]
18338: buffers
18339:
18340: * src/: include/pa_array.h, include/pa_exception.h,
18341: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18342: main/pa_exception.C, main/pa_table.C: table compiled
18343:
18344: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18345: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18346: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18347: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18348: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18349: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18350: main/pa_table.C: aint that easy
18351:
18352: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18353: main/main.dsp: continued with Hash
18354:
18355: * src/main/pa_common.C: connect_string allocated on heap[wes on
18356: stack] now. and exception can be reported OK now [can be reported
18357: outside of pro c with that stack]
18358:
18359: 2003-01-22 paf
18360:
18361: * src/: include/pa_array.h, include/pa_charset.h,
18362: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18363: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18364: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18365: base: contains references_count. auto_ptr template calls
18366: add_ref/release
18367:
18368: 2003-01-21 paf
18369:
18370: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18371: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18372: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18373: classes/op.C, classes/response.C, classes/string.C,
18374: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18375: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18376: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18377: include/pa_config_fixed.h, include/pa_config_includes.h,
18378: include/pa_dictionary.h, include/pa_dir.h,
18379: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18380: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18381: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18382: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18383: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18384: include/pa_stack.h, include/pa_string.h,
18385: include/pa_stylesheet_connection.h,
18386: include/pa_stylesheet_manager.h, include/pa_table.h,
18387: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18388: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18389: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18390: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18391: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18392: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18393: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18394: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18395: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18396: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18397: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18398: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18399: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18400: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18401: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18402: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18403: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18404: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18405: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18406: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18407: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18408: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18409: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18410: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18411: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18412: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18413: types/pa_vstateless_object.h, types/pa_vstatus.C,
18414: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18415: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18416: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18417: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18418: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18419: 2002->2003
18420:
18421: 2003-01-16 paf
18422:
1.211 moko 18423: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18424: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18425: $.any-status(1)
1.95 moko 18426:
1.211 moko 18427: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18428: src/main/pa_common.C: http request now return status. and not
18429: fail on status!=200
18430:
18431: 2003-01-15 paf
18432:
18433: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18434:
18435: 2003-01-14 paf
18436:
18437: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18438: mkinstalldirs: removed some ancient files [they in / really]
18439:
18440: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18441: regretfully needed patch in two places. in config_fixed.h made
18442: stubs for lib to compile in MSVC
18443:
18444: 2003-01-13 paf
18445:
18446: * config.guess, config.sub, ltmain.sh: removed last piece of
18447: configure.in(libtool) hacks
18448:
1.116 moko 18449: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18450: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18451: ltdl.h: moved to latest libtool (1.4.3)
18452:
18453: 2003-01-10 paf
18454:
18455: * src/lib/ltdl/: configure, configure.in: PROG_NM
18456:
18457: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18458: patches. libxml2 >= 2.5.1
18459: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18460: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18461: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18462:
18463: * INSTALL: moved to latest versions of xml libs libxml2 >=
18464: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18465: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18466: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18467:
18468: 2003-01-09 paf
18469:
18470: * INSTALL: xml,xslt,gdome lib urls updated
18471:
18472: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18473: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18474: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18475: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18476: 1.7.2
1.95 moko 18477:
18478: * depcomp: moving to automake 1.7.2
18479:
18480: 2002-12-27 paf
18481:
18482: * src/include/pa_version.h: 0007
18483:
18484: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18485: outdated parts, made links to language docs
18486:
18487: * src/include/pa_config_auto.h.in: comment
18488:
18489: 2002-12-26 paf
18490:
18491: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18492: not contain trailing / fixed.
18493:
18494: * INSTALL: changing SAFE_MODE politics
18495:
18496: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18497:
18498: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18499:
18500: 2002-12-25 paf
18501:
18502: * src/main/pa_globals.C: optimized-xml
18503:
18504: * src/main/pa_globals.C: optimized-as-is
18505:
18506: 2002-12-24 paf
18507:
18508: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18509: fixed [were really called with zero size when .html?a=&b=]
18510:
18511: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18512: with --with-sendmail
18513:
18514: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18515: fixed]
18516:
18517: 2002-12-23 paf
18518:
18519: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18520: ignoring parameters & were storing only string with default
18521: expires
18522:
18523: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18524: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18525: December 23, 2002 4:22 AM Subject: bug â
18526: Charset::transcode_buf2xchar
18527:
18528: 2002-12-20 paf
18529:
18530: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18531: non-cgi [script] runs
18532:
18533: 2002-12-19 paf
18534:
18535: * INSTALL: --without-iconv recommended [it crashes on some systems
18536: [tested on elik]] moreover, it's not needed there [parser
18537: registers charsets itself]
18538:
18539: * INSTALL: --without-iconv recommended [it crashes on some systems
18540: [tested on elik]]
18541:
1.211 moko 18542: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18543: src/include/pa_request.h, src/main/pa_globals.C,
18544: src/main/pa_request.C: $response:download
18545:
18546: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18547: compiler [win32]].
18548:
18549: 2002-12-18 paf
18550:
18551: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18552:
18553: 2002-12-17 paf
18554:
18555: * src/targets/cgi/parser3.C: merged die&iis changes
18556:
18557: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18558: to exit(1) 2. more flexible iilegal call check
18559:
18560: 2002-12-16 paf
18561:
18562: * ltmain.sh: some automakes silly insist on having this handy
18563:
18564: * src/main/untaint.C: filespec russian small 'r' changed to latin
18565: 'p' bug fix
18566:
18567: 2002-12-15 paf
18568:
18569: * src/main/untaint.C: filespec russian small 'r' changed to latin
18570: 'p'
18571:
18572: * configure.in, src/include/pa_config_auto.h.in,
18573: src/main/compile.C, src/main/pa_common.C: merged small changes
18574: from branch 6 to HEAD
18575:
18576: * src/main/compile.C: removed warning
18577:
18578: * src/main/pa_common.C: ftruncate having checked
18579:
18580: * configure.in, src/include/pa_version.h: new version
18581:
18582: 2002-12-14 paf
18583:
18584: * src/classes/table.C: removed unnecessary code
18585:
18586: * src/sql/pa_sql_driver.h: exception type fixed
18587:
18588: 2002-12-09 paf
18589:
18590: * src/types/pa_vvoid.h: $void.store[now] error
18591:
18592: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18593:
18594: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18595: tries to write core dump
18596:
18597: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18598:
18599: * src/: classes/hash.C, classes/string.C, classes/table.C,
18600: classes/void.C, main/pa_sql_driver_manager.C,
18601: sql/pa_sql_driver.h: changed exception handling mech in sql
18602: handlers #2
18603:
18604: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18605: exception handling mech in sql handlers
18606:
18607: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18608: handlers
18609:
18610: * src/: classes/hash.C, classes/string.C, classes/table.C,
18611: classes/void.C, main/pa_sql_driver_manager.C,
18612: sql/pa_sql_driver.h: changed exception handling mech in sql
18613: handlers
18614:
1.116 moko 18615: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18616: to write makefile which used libtool to install things, which is
18617: not needed
1.95 moko 18618:
18619: 2002-12-06 paf
18620:
1.211 moko 18621: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18622: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18623: more like 'table'
1.95 moko 18624:
18625: 2002-12-05 paf
18626:
18627: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18628: cc/bcc OK now
18629:
18630: * src/main/untaint.C: mail header closed properly
18631:
18632: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18633: header ',' allowed. still bugs in smtp [only one receiptient
18634: works, cc, bcc ignored now, and MAILED ;)]
18635:
18636: [strncpy killed, memnchr used]
18637:
18638: * src/main/pa_table.C: table-copy now current=0
18639:
18640: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18641: lowlevel proc
18642:
18643: * src/targets/cgi/parser3.C: more checks on
18644: http://domain/parser.cgi start [maybe some getenv returns "",
18645: checked that now
18646:
18647: * src/targets/cgi/parser3.C: more checks on
18648: http://domain/parser.cgi start [maybe some getenv returns "",
18649: checked that now
18650:
18651: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18652: out-of-mem errors reached log]
18653:
18654: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18655: mail:send MIME-Version default
18656:
18657: * src/main/main.dsp: pa_version included into main.dsp
18658:
18659: 2002-12-04 paf
18660:
18661: * src/types/pa_vform.C: $form:field string value cut by premature 0
18662:
18663: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18664: lib/libltdl -> lib/ltdl Win32 changes. s
18665:
18666: * src/classes/classes.awk: more strict *.C$
18667:
18668: * gnu.dsp: restored
18669:
1.116 moko 18670: * configure.in, gnu.dsp, src/lib/Makefile.am,
18671: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18672: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18673: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18674: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18675: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18676: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18677: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18678: now created with /configure, not ltdl/configure, so it does have
18679: no problems with automake. ltdl/configure
18680: AC_OUTPUT(Makefile<<removed)
1.95 moko 18681:
18682: 2002-12-02 paf
18683:
1.211 moko 18684: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18685:
18686: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18687: src/main/pa_common.C, src/main/pa_request.C,
18688: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18689: tainted parts becomes http-header
18690:
18691: 2002-11-29 paf
18692:
1.211 moko 18693: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18694: operators.txt: exif dates now objects of type date
1.95 moko 18695:
18696: * src/classes/image.C: file.seek removed [it were used in image.C
18697: only, and for parser user this means that jpeg image has bad
18698: size in fragment's header] now used image.format
18699:
18700: * src/: include/pa_common.h, main/pa_common.C,
18701: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18702: now handled exactly like $response:header values. e.g. can be
18703: hash [can have subattributes] & contain date values.
18704:
18705: * src/main/pa_common.C: http:// param values lang forced URI
18706:
18707: * src/main/pa_common.C: http:// tainted partes now %xx
18708:
18709: 2002-11-28 paf
18710:
1.211 moko 18711: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18712:
18713: * src/classes/image.C: ^image.length now counts interchar space.
18714: plus space after last char
18715:
18716: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18717:
18718: * src/classes/image.C: ^image.font width measurer now scans full
18719: height [were -1]
18720:
18721: * configure.in: stopped double libltdl/Makefile generation
18722:
18723: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18724: chars [one top horizontal line of 1pixel height were missing]
18725:
18726: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18727: 'false' to go into (Hash *) parameter
18728:
18729: 2002-11-27 paf
18730:
18731: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18732: types/pa_vmail.C: response:body[file] if file nows it's name now
18733: returns content-disposition: >>attachment<<
18734:
18735: * src/classes/image.C: ^image.font << bad font file-size now
18736: properly reported
18737:
18738: 2002-11-26 paf
18739:
18740: * src/main/pa_request.C: fixed lang in reponse header
18741:
18742: * src/main/pa_common.C: utf8 prefix ignored @read text
18743:
1.211 moko 18744: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18745: response status!=200 made exception: http.status with source=bad
18746: status#
1.95 moko 18747:
18748: 2002-11-25 paf
18749:
18750: * configure.in, src/classes/image.C,
18751: src/include/pa_config_auto.h.in,
18752: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18753: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18754: const void related probs fixed
1.95 moko 18755:
1.211 moko 18756: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18757: fields now UPPERCASE
1.95 moko 18758:
18759: $file[^file::load[http://there]] $file.SERVER
18760:
18761: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18762: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18763: http options [invalid onces now reported] made default
18764: user-agent: paf
18765:
1.211 moko 18766: * operators.ru.txt, operators.txt, src/classes/file.C,
18767: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18768: src/include/pa_globals.h, src/main/pa_common.C,
18769: src/main/pa_globals.C, src/main/pa_request.C,
18770: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18771: now understand http:// prefix and additional params, sample:
18772: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18773: $.USER-AGENT[parser3] ]]
18774:
18775: 2002-11-22 paf
18776:
18777: * src/classes/image.C, src/include/pa_globals.h,
18778: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18779: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18780: $image.exif support $image.exif.DateTime & co
1.95 moko 18781:
18782: 2002-11-21 paf
18783:
18784: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18785: _PASS_APPENDED)
18786:
18787: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18788: EXIF information [were big block and it's size were considered
18789: negative :(]
18790:
1.211 moko 18791: * operators.ru.txt, operators.txt, src/classes/image.C,
18792: src/include/pa_common.h, src/main/pa_common.C,
18793: src/types/pa_vmail.C: image.measure internals rewritten. no
18794: there's reader.seek, and all's ready for EXIF extraction [now we
18795: fail to measure files with EXIF info]
1.95 moko 18796:
18797: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18798: O_TRUNC truncates even exclusevely write-locked file [thanks to
18799: Igor Milyakov <virtan@rotabanner.com> for discovering]
18800:
18801: 2002-11-20 paf
18802:
18803: * src/targets/cgi/parser3.C: logging @signal += query_string
18804:
18805: * configure.in, src/include/pa_config_auto.h.in,
18806: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18807: comment
18808:
18809: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18810:
18811: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18812: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18813: currently processed document SIGPIPE >> interrupts request
18814: processing [exception = DB rollback]
18815:
18816: * src/main/pa_exec.C: comment
18817:
18818: * src/main/pa_exec.C: pa_exec: data written only if size>0
18819:
1.211 moko 18820: * operators.ru.txt, operators.txt, src/classes/file.C:
18821: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18822:
18823: * src/: include/pa_config_fixed.h, main/pa_common.C,
18824: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18825: pipe read errors now checked
18826:
18827: 2002-11-19 paf
18828:
18829: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18830: CGI: Illegal call
18831:
18832: 2002-11-01 paf
18833:
18834: * src/main/execute.C: comment
18835:
18836: 2002-10-31 paf
18837:
18838: * src/main/execute.C: found out why, checked that for now. todo:
18839: find out a way for that user could do that
18840:
18841: * src/types/pa_vstateless_object.h: object put replaces static
18842: parent if any
18843:
18844: * src/types/pa_vobject.C: object put replaces static parent if any
18845:
18846: * src/: classes/form.C, classes/mail.C, classes/op.C,
18847: classes/xnode.h, main/compile.tab.C, main/execute.C,
18848: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18849: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18850: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18851: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18852: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18853: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18854: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18855: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18856: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18857: types/pa_vstateless_object.h, types/pa_vstatus.C,
18858: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18859: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18860: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18861: types/pa_wwrapper.h: static fix merged
18862:
18863: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18864: $virtual_fields in dynamic, but one can reach derived
18865: static[class] variable from base
18866:
18867: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18868: types/pa_vobject.C, types/pa_vobject.h,
18869: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18870: statics, left $virtual_fields in dynamic
18871:
18872: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18873: one can't remember derivates in base class: there's so many of
18874: them. also there can be no virtual method calls in static
18875: classes
18876:
18877: * src/: classes/form.C, classes/mail.C, classes/op.C,
18878: classes/xnode.h, main/execute.C, main/pa_request.C,
18879: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18880: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18881: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18882: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18883: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18884: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18885: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18886: types/pa_vresponse.C, types/pa_vresponse.h,
18887: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18888: types/pa_vstateless_object.h, types/pa_vstatus.C,
18889: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18890: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18891: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18892: types/pa_wwrapper.h: static call $self fixed
18893:
18894: * src/main/execute.C: comment
18895:
18896: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18897: ^process[$caller.self]{...} now compiles to last derived object
18898: part of that 'self'
18899:
18900: 2002-10-29 paf
18901:
18902: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18903: re-passing [iis to blame]
18904:
18905: * src/classes/string.C: changed string.save to pass current sql
18906: connection to cstr thus one can ^connect[some server]{
18907: $s[insert into table x (x) values (^taint[sql]{value})]
18908: ^s.save[some.sql] } and he'd get in some.sql file code with
18909: properly escaped. [tried in mssql->mysql export->import of
18910: binary data]
18911:
18912: 2002-10-25 paf
18913:
18914: * src/types/pa_vresponse.C: case insensitive response user fields
18915: get/put
18916:
18917: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18918: types/pa_vresponse.C: saving for maybe-future
18919:
18920: 2002-10-23 paf
18921:
1.211 moko 18922: * operators.ru.txt, operators.txt, src/classes/table.C:
18923: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18924:
18925: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18926:
18927: 2002-10-22 paf
18928:
18929: * src/types/: pa_vform.C, pa_vform.h: removed needless
18930: VForm::Append...(...Value)
18931:
18932: * src/main/execute.C: $.name outside of $name[...] checked
18933:
18934: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18935: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18936:
18937: 2002-10-21 paf
18938:
1.211 moko 18939: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18940: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18941:
1.211 moko 18942: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18943: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18944:
1.211 moko 18945: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18946: $form:image-map
1.95 moko 18947:
1.211 moko 18948: * operators.ru.txt, operators.txt, src/classes/file.C:
18949: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18950:
18951: 2002-10-17 paf
18952:
18953: * src/main/: compile.tab.C, compile.y: operators precedence changed
18954: a little: logical not and bitwise negation precedence made
18955: highest, << and >> bitshits precedence made equal [were << higher
18956: than >>]
18957:
18958: * src/classes/op.C: exception handling fixed [were bad with
18959: contexts]
18960:
18961: 2002-10-16 paf
18962:
18963: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18964: main/pa_request.C: Request::self considered equal to
18965: VMethodFrame::self, and removed, Request::get_self() mapped to
18966: VMethodFrame.self()
18967:
18968: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18969: $hash in open field now gives old good error meesage
18970:
18971: 2002-10-15 paf
18972:
18973: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18974: use ^if($junction is junction){was and now true}
18975:
18976: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18977: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18978: types/pa_vxnode.C: xml->parser strings now have origin, which
18979: points to place where value left xml library and came to parser:
18980: place of dom field extraction/call
18981:
18982: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18983: main/compile.tab.C, main/compile.y, main/execute.C,
18984: types/pa_vmethod_frame.h: removed last pieces of old code
18985: allowing $junction.xxx at compile time
18986:
18987: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18988: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18989: objects also considered [were only classes]
18990:
18991: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18992: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18993: with CLASS self. [ (request&method_frame).self temporarily
18994: changed ]
18995:
18996: * src/classes/: hash.C, op.C: method_frame now always changed, with
18997: no exception to native calls. for&foreach changed to use
18998: method_frame.caller for their var's name context
18999:
19000: * src/: main/execute.C, targets/cgi/parser3.C,
19001: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19002: compiling to system classes disabled
19003:
1.211 moko 19004: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19005: ^process[$caller.CLASS]{code-string} added
19006:
1.211 moko 19007: * operators.ru.txt, operators.txt, src/classes/op.C,
19008: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19009: src/main/pa_request.C, src/types/Makefile.am,
19010: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19011: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19012: $junction.get $junction.set[] introducing $caller
1.95 moko 19013:
19014: * src/types/pa_value.h: removed outdated comments. doxygen would
19015: find them lower by inheritance tree
19016:
19017: * src/types/pa_vjunction.C: ident
19018:
19019: 2002-10-14 paf
19020:
19021: * src/classes/op.C: process compiles to code's class class
19022:
19023: * src/: classes/form.C, classes/mail.C, classes/op.C,
19024: include/pa_request.h, main/compile.C, main/compile.tab.C,
19025: main/compile.y, main/execute.C, main/pa_request.C,
19026: types/pa_vstateless_class.h: operators now main-class-methods
19027:
19028: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19029: better stack trace [has "call" & co there]
19030:
19031: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19032: operators @auto now executed in MAIN context
19033:
19034: * src/main/execute.C: operator execution context now = MAIN, not
19035: closest stack frame
19036:
19037: @touchit[] $i[after]
19038:
19039: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19040: were 'after'
19041:
19042: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19043: 'after'
19044:
19045: * src/main/execute.C: comment
19046:
19047: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19048: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19049: action]
19050:
19051: * src/types/pa_vxnode.C: misreplace fixed
19052:
19053: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19054: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19055: $status:rusage.tv_secs/usecs introduced
19056:
19057: 2002-10-09 paf
19058:
19059: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19060: on empty string [or uses (default)]
19061:
19062: 2002-10-08 paf
19063:
19064: * src/main/untaint.C: mail header quoted printable changed after
19065: RFC reread
19066:
1.211 moko 19067: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19068:
19069: * src/types/pa_vxnode.C: misreplace
19070:
19071: 2002-09-24 paf
19072:
1.116 moko 19073: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19074:
19075: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19076: mailreceive would compile on freebsd now
19077:
19078: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19079: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19080: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19081: mailreceive would compile on freebsd now
1.95 moko 19082:
19083: * src/: classes/file.C, main/untaint.C: 1. file spec language
19084: changed: now there are only few chars are untainted: * ? ' " < >
19085: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19086: one should use ^untaint[uri]{...} now]
19087:
19088: 2. $list[^file:list[dir]] now returns simply tainted names in
19089: $list.name, not tainted as filespec
19090:
19091: @russianindex[] #dir with files with russian-lang names
19092: $where[dir]
19093:
19094: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19095: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19096:
19097: 2002-09-23 paf
19098:
19099: * src/types/pa_vdouble.h: double->int round added
19100:
19101: * src/classes/date.C: date bug fix, now
19102: round(floatDays*secondsPerDay)
19103:
19104: * src/classes/date.C: date bug fix, now
19105: round(floatDays*secondsPerDay)
19106:
19107: 2002-09-20 paf
19108:
19109: * src/main/execute.C: code junction calls disabled [before: code
19110: was compiled in such a way, that there were no code-junctions in
19111: OP_CALL]
19112:
19113: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19114:
19115: @badjunctioncallinside[code] ^code[]
19116:
19117: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19118: expanding to include ^junction.method
19119:
19120: * src/main/pa_common.C: -d "DIR/" now true
19121:
19122: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19123: as internal xdoc encoding, and after decoding attributes set by
19124: dom functions now encoded OK, not as digital entities
19125:
19126: * src/classes/xdoc.C: empty transform result, being taken as file
19127: now returns empty file, not raises stupid error about "stat-ed
19128: file"
19129:
19130: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19131: allowed
19132:
19133: * src/types/types.dsp: introducing $junction.get/put(1) one can
19134: write iterators now:
19135:
19136: ^user-foreach[key;value]{$key=$value<br>}
19137:
19138: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19139: $code.value($i*2) $code }
19140:
19141: * src/main/compile_tools.h: mistype
19142:
1.116 moko 19143: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19144: thus taking linking options configure changes into account [were:
19145: ignoring]
1.95 moko 19146:
19147: * src/types/: pa_vjunction.C, Makefile.am: introducing
19148: $junction.get/put(1) one can write iterators now:
19149:
19150: ^user-foreach[key;value]{$key=$value<br>}
19151:
19152: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19153: $code.value($i*2) $code }
19154:
19155: * src/: include/pa_opcode.h, include/pa_request.h,
19156: main/compile.tab.C, main/compile.y, main/execute.C,
19157: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19158: introducing $junction.get/put(1) one can write iterators now:
19159:
19160: ^user-foreach[key;value]{$key=$value<br>}
19161:
19162: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19163: $code.value($i*2) $code }
19164:
19165: 2002-09-19 paf
19166:
1.116 moko 19167: * Makefile.am: new: make commit
1.95 moko 19168:
19169: * aclocal.m4: forced to be older
19170:
19171: 2002-09-18 paf
19172:
19173: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19174: src/main/compile.y, src/main/execute.C: << >> int shifts
19175:
19176: * src/: include/pa_common.h, include/pa_request.h,
19177: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19178: - now this - fatal error
19179:
19180: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19181: that one can pass binary data there
19182:
19183: * src/: classes/date.C, classes/double.C, classes/file.C,
19184: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19185: classes/op.C, classes/response.C, classes/string.C,
19186: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19187: include/pa_request.h: pa_request contexts made privated, plus
19188: get_{self/method_frame} to read. Request_context_saver used in
19189: ^try to save flang too. [were not saved]
19190:
19191: * src/types/pa_vresponse.C: header value chains joined before
19192: output, this should help $.subject[$var $var] from being
19193: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19194:
19195: 2002-09-17 paf
19196:
19197: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19198: removed changes, operators executed with calling self. lots of
19199: code with ^include code relies on defined/defining self variables
19200:
19201: $a[1] ^include[print_a.p] print_a.p: $a
19202:
19203: ^include[set_a.p] a=$a set_a.p: $a[1]
19204:
19205: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19206: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19207: types/pa_vstateless_class.h: operators now executed with MAIN
19208: self. it's for ^include sake, too strong a change
19209:
19210: * src/classes/op.C: made place for ^process to compile it's code to
19211: in case of no self
19212:
19213: * src/main/execute.C: found ancient param to Junction, removed.
19214: allowed passing self to native_code_operators [for ^process to
19215: work, she needs self]
19216:
19217: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19218: types/pa_vstateless_class.h: found ancient param to Junction,
19219: removed. allowed passing self to native_code_operators [for
19220: ^process to work, she needs self]
19221:
19222: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19223: types/pa_value.h, types/pa_vmethod_frame.h,
19224: types/pa_vstateless_class.h: allowed Request.self to be 0,
19225: checked that in VMethodFrame get/put and $self.
19226:
19227: * src/classes/: table.C, xdoc.C: table::sql options table::create
19228: copy options options checked, wrong option now fatal error
19229:
19230: * src/main/pa_string.C: string.replace fixed [were missing words on
19231: pieces boundaries]
19232:
1.150 moko 19233: * configure, configure.in: .so now detected [can be .sl on hpux,
19234: .dll on cygwin, .so in other cases)
1.95 moko 19235:
19236: * configure, configure.in: .so now detected [can be .sl on hpux,
19237: .dll on cygwin, .so in other cases)
19238:
1.211 moko 19239: * operators.ru.txt, operators.txt, src/classes/hash.C,
19240: src/classes/table.C, src/include/pa_globals.h,
19241: src/main/pa_globals.C: table.sql hash::sql flag to allow
19242: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19243:
19244: * src/: classes/hash.C, classes/table.C,
19245: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19246: now errors
19247:
19248: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19249:
19250: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19251: ,2,3]
19252:
19253: 2002-09-16 paf
19254:
19255: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19256: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19257: stdout to be binary. now detected closest header break.
19258:
19259: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19260: closed right
19261:
19262: 2002-09-13 paf
19263:
1.211 moko 19264: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19265: src/main/compile.y, src/main/compile_tools.h: (expression
19266: #comment)
1.95 moko 19267:
19268: (multiline expression #comment line2 #comment )
19269:
19270: (expression #comment with (brackets) comment) << OK
19271:
1.211 moko 19272: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19273: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19274: for expression #comments]
1.95 moko 19275:
19276: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19277: error
19278:
19279: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19280: cheched in pa_socks.C
19281:
1.116 moko 19282: * configure, configure.in, src/include/pa_config_auto.h.in:
19283: HAVE_WINSOCK_H created in configure.in
1.95 moko 19284:
19285: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19286: cookie date now clean [were mistakenly tainted & that worked bad
19287: with opera -- 'happily' that worked OK with msie]
19288:
19289: 2002-09-12 paf
19290:
19291: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19292: VClass get_element now first looks to fields, next to methods &
19293: co todo: the rest reason: more speed
19294:
19295: * src/main/untaint.C: quoted printable encoding stops before
19296: \s*<...>$
19297:
19298: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19299: stops before <...>$
19300:
19301: 2002-09-11 paf
19302:
19303: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19304: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19305: forgot to check users of those funcs. not all were using that
19306: return value convention
19307:
19308: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19309: windows-1254 added
19310:
19311: 2002-09-10 paf
19312:
19313: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19314: VCodeFrame parent param were specified badly
19315:
19316: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19317: WWrapper which used in constructing objects(second param to sql
19318: method) ^...sql{}[$.default{code}] now has parent, wich helps
19319: code in hash to survivi
19320:
19321: * src/: include/pa_request.h, main/execute.C: removed redundant
19322: param to execute [stack said 'thanks']
19323:
19324: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19325: types/pa_value.h, types/pa_vcode_frame.h,
19326: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19327: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19328: responsibility to wcontext
19329:
19330: * src/classes/file.C: decided not to log exec's with stderr, that
19331: could be warnings, and it's up to scritper to log/show them
19332:
19333: * src/: classes/double.C, main/execute.C: double:sql badly called
19334: write_assign_lang, not write_no_lang, thus doing unnecessary
19335: double/string converstion, which were loosing time&precesion
19336:
19337: * src/: main/pa_charset.C, types/pa_vmail.C:
19338: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19339: case of unfinished in buffer processing, causing accidental
19340: transcode stop [in case that source enc != utf-8 & there is
19341: incomplete utf-8 sequence at the end of 16000block iside of
19342: libxml lib] tfm readed & code updated
19343:
19344: 2002-09-04 paf
19345:
19346: * configure: makes with sjlj
19347:
19348: * INSTALL, src/include/pa_config_fixed.h,
19349: src/include/pa_sql_connection.h,
19350: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19351: checked. on win32 it made default
19352:
19353: * src/include/pa_config_auto.h.in: sjlj define
19354:
19355: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19356: can not work with longjump/throw pair, and one must switch that
19357: on there. todo: detect that automatically]
19358:
19359: * src/types/pa_vxnode.C: removed too strong checks of
19360: xnode.elements. now, for instance, if element does not have any
19361: attributes, $xnode.attributes is void, not error
19362:
19363: 2002-09-02 paf
19364:
1.211 moko 19365: * operators.ru.txt, operators.txt, src/main/execute.C,
19366: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19367:
19368: * src/main/execute.C: double_result made to move that var away from
19369: hungry g++ optimizer (-O2), before: it were optimized and
19370: comparison operators worked badly
19371:
19372: * src/types/pa_vdate.h: removed debug
19373:
1.116 moko 19374: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19375:
19376: * src/main/execute.C: fixed numeric < & co so that thay now use
19377: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19378: unknown reason.
19379:
19380: 2002-08-29 paf
19381:
19382: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19383: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19384: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19385: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19386: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19387: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19388: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19389: [called less frequent, allowed to remove ugly
19390: Junction.change_context-s from many places, switch,
19391: mail:send..html{}, ..] request.root renamed to method_frame [more
19392: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19393: [speed up]
19394:
19395: 2002-08-28 paf
19396:
19397: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19398: tainted
19399:
19400: * src/types/pa_vcookie.C: fixed cookie delete when
19401: $cookie:name[$.value[]]
19402:
1.211 moko 19403: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19404: ^string.split[delim[;options]]
19405:
19406: 2002-08-27 paf
19407:
1.116 moko 19408: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19409:
1.211 moko 19410: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19411: src/main/compile.y: # now delimiter
1.95 moko 19412:
19413: * INSTALL: recommended latest gmime 1.0.5
19414:
19415: 2002-08-26 paf
19416:
19417: * configure, configure.in: apache13/hook added to make dist.
19418:
19419: 2002-08-23 paf
19420:
19421: * src/: include/pa_common.h, main/pa_common.C,
19422: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19423: beside binary [cgi, isapi] not accessible [due to bad rights or
19424: whatever] it's error now
19425:
19426: 2002-08-21 paf
19427:
1.116 moko 19428: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19429:
19430: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19431: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19432: class". compiled as if here they named base class
19433:
19434: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19435: cloning constructor]
19436:
19437: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19438:
1.150 moko 19439: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19440: $mail.received.file.value.content-type fixed
19441:
19442: 2002-08-20 paf
19443:
19444: * src/classes/file.C: fixed language of file:file result
19445:
1.211 moko 19446: * operators.ru.txt, operators.txt, src/classes/void.C:
19447: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19448:
1.211 moko 19449: * operators.ru.txt, operators.txt, src/classes/void.C:
19450: ^void.pos[...] = -1
1.95 moko 19451:
1.211 moko 19452: * operators.ru.txt, operators.txt, src/classes/void.C:
19453: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19454:
1.211 moko 19455: * src/classes/void.C, operators.ru.txt, operators.txt:
19456: ^void.length[] = 0
1.95 moko 19457:
19458: 2002-08-19 paf
19459:
19460: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19461: work now
19462:
19463: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19464: error in xnode, which were not catched in xdoc]
19465:
19466: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19467: prepared: // validate each document after load/create (?)
19468: //xmlDoValidityCheckingDefaultValue = 1;
19469:
19470: 2002-08-15 paf
19471:
19472: * src/classes/classes.h: write to static var caused useless
19473: Exception, introduced Methoded::put_element wich consumes those
19474:
1.211 moko 19475: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19476: src/main/pa_common.C, src/types/pa_vcookie.C,
19477: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19478: src/types/pa_vresponse.h: $response:field[date]
19479: $response:field[$.xxx[date]]
1.95 moko 19480:
19481: * src/: classes/hash.C, classes/string.C, classes/table.C,
19482: classes/void.C, include/pa_sql_connection.h: fixed source of
19483: ^hash::sql{bad}
19484:
1.211 moko 19485: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19486: request body
1.95 moko 19487:
19488: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19489:
19490: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19491: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19492:
1.211 moko 19493: * operators.ru.txt, operators.txt, src/classes/form.C,
19494: src/include/pa_pool.h, src/include/pa_request.h,
19495: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19496: planning/preparing_to $request:body r.post_data now const
1.95 moko 19497:
19498: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19499: classes/xnode.C, main/execute.C, types/pa_value.h,
19500: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19501: types/pa_vtable.h: instead of type() checking everywhere used
19502: Value.as now user descendants can be used in params.
19503:
19504: VObject::as_*, is_defined now taken from bases. xtable(table)
19505: ^if($xtable) now OK
19506:
19507: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19508: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19509: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19510:
19511: 2002-08-14 paf
19512:
19513: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19514: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19515: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19516: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19517: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19518: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19519: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19520: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19521: types/pa_vresponse.C, types/pa_vresponse.h,
19522: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19523: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19524: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19525: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19526: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19527: & VClass
19528:
19529: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19530:
19531: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19532: removed fixopt stupidity. on stupid linux use cd /document/root
19533: ../cgi/parser3 script
19534:
19535: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19536: params, splitting them by space, excluding argv[0], argv[argc-1]
19537:
19538: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19539: fixopt.h: fixopt now preprocesses command line params, splitting
19540: them by space, excluding argv[0], argv[argc-1]
19541:
19542: * src/targets/cgi/parser3.C: -f config file
19543:
19544: * src/targets/cgi/parser3.C: fixed .log file dir
19545:
19546: 2002-08-13 paf
19547:
19548: * src/types/pa_vobject.C: allow override parent variables, useful
19549: for form descendants [in vobject too, were in vclass]
19550:
19551: * src/types/pa_vclass.C: allow override parent variables, useful
19552: for form descendants
19553:
19554: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19555: overwritten in derived(table)
19556:
19557: * src/: classes/form.C, classes/mail.C, classes/op.C,
19558: classes/xnode.h, include/pa_request.h, main/execute.C,
19559: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19560: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19561: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19562: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19563: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19564: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19565: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19566: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19567: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19568: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19569: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19570: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19571: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19572: Value::get_element(..., bool looking_down) [needed to exclude
19573: endless recoursion]
19574:
19575: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19576: fix bug with put endless recoursion todo: check 'as'
19577:
19578: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19579: reorganized modules todo: fix bug with put endless recoursion
19580: todo: check 'as'
19581:
19582: * src/types/pa_vobject.h: checked: table fields can be overwritten
19583: in derived(table)
19584:
19585: * src/types/pa_vobject.h: derived classes can have fields of their
19586: own now
19587:
19588: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19589: fixed error message on using non-created table
19590:
19591: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19592: classes/op.C, classes/xnode.h, include/pa_request.h,
19593: main/compile.C, main/compile.tab.C, main/execute.C,
19594: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19595: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19596: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19597: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19598: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19599: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19600: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19601: types/pa_vresponse.C, types/pa_vresponse.h,
19602: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19603: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19604: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19605: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19606: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19607: looking down/up tree todo: fix error message on non-constructed
19608: parents
19609:
19610: 2002-08-12 paf
19611:
19612: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19613: derived OK
19614:
19615: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19616: thorough testing
19617:
19618: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19619: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19620: types/pa_vobject.h, types/pa_vstateless_class.h,
19621: types/pa_vstateless_object.h, types/pa_wcontext.h,
19622: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19623: ^base:create[] dynamic call rewritten todo: thorough testing
19624:
19625: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19626: now instantates base class, remembers it and saves child in
19627: parent VObject.get_class now returns last child = downward
19628: virtual calls OK
19629:
19630: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19631: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19632: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19633: types/pa_vobject.h, types/pa_vresponse.h,
19634: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19635: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19636: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19637: VAliased [redundant], moved $CLASS to VObject only [parser class
19638: instance]
19639:
19640: * src/main/pa_request.C: $response:body[file] content-type check
19641: fixed [were bad when content-type is hash]
19642:
19643: 2002-08-09 paf
19644:
19645: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19646: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19647:
19648: 2002-08-08 paf
19649:
1.211 moko 19650: * operators.ru.txt, operators.txt, src/classes/date.C,
19651: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19652: month calendar [week year]
1.95 moko 19653:
19654: * src/main/execute.C: error reporting on object writes to MAIN
19655: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19656:
1.211 moko 19657: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19658: $date.yearday $date.daylightsaving
1.95 moko 19659:
19660: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19661: use tainted data now. only she must specify the language.
19662:
19663: ^mail:send[ $.from[paf@mail.design.ru]
19664: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19665: $.text[^taint[uri][ìîñêâà]=] ]
19666:
19667: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19668: now prints more precise origin
19669:
19670: * src/include/pa_string.h: String::first_char now not fails on
19671: empty strings ^if(-f '') now ok and in 3 other places.
19672:
1.211 moko 19673: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19674: src/main/pa_string.C: String::first_char now not fails on empty
19675: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19676:
19677: 2002-08-07 paf
19678:
19679: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19680: fixed
19681:
19682: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19683:
19684: * src/: main/execute.C, types/pa_vcode_frame.h,
19685: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19686: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19687: mistakenly not completely transparent to object writes.
19688: $hash[^if(1){$hash}] now works
19689:
1.211 moko 19690: * operators.ru.txt, operators.txt, src/classes/op.C:
19691: ^cache...{...^cache<<to past...} now erasing cache file [there
19692: were bad check on that]
1.95 moko 19693:
19694: * src/: classes/classes.dsp, classes/table.C,
19695: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19696: all Debug dirs in .dsp now named 'Debug'
19697:
1.116 moko 19698: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19699:
1.211 moko 19700: * operators.ru.txt, operators.txt, src/classes/mail.C:
19701: exception_type email.send
1.95 moko 19702:
1.211 moko 19703: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19704: exception_type email.format
1.95 moko 19705:
19706: * src/types/pa_vmail.C: mail:send empty email checked
19707:
19708: 2002-08-06 paf
19709:
1.211 moko 19710: * operators.ru.txt, operators.txt, src/classes/table.C,
19711: src/include/pa_array.h, src/include/pa_table.h,
19712: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19713: ^table::create[$source;$.options] ^table::join[$source;$.options]
19714:
1.211 moko 19715: * operators.ru.txt, operators.txt, src/classes/hash.C,
19716: src/classes/string.C, src/classes/table.C: sql options can be
19717: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19718:
19719: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19720:
19721: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19722: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19723: $file.content-type [instead of .mime-type] now works for
19724: file::stat also
19725:
19726: * src/main/pa_request.C: case insensitive mime_type_of
19727:
19728: 2002-08-05 paf
19729:
19730: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19731:
19732: * src/types/pa_vmail.C: file buffer relocated to parser heap
19733:
1.211 moko 19734: * operators.ru.txt, operators.txt: comment on date:calendar week
19735: column
1.95 moko 19736:
19737: * src/main/pa_common.C: write checked
19738:
19739: * src/main/: pa_common.C: write checked
19740:
19741: * src/classes/date.C: +1 buf size for stupid snprintfs
19742:
19743: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19744: month calendar week column [ISO 8601 Week Numbers]
19745:
19746: 2002-08-02 paf
19747:
19748: * src/: include/pa_config_fixed.h, main/pa_string.C,
19749: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19750: DEBUG*
19751:
19752: * configure, configure.in, src/include/pa_version.h: release
19753: 3_0_0005
19754:
19755: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19756: multipart post fixed
19757:
1.211 moko 19758: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19759: src/types/pa_vform.C: response transcoded source->client only
19760: when text/* or simple onoverridden $response:body
1.95 moko 19761:
19762: 2002-08-01 paf
19763:
19764: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19765: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19766: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19767: classes/op.C, classes/response.C, classes/string.C,
19768: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19769: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19770: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19771: include/pa_config_fixed.h, include/pa_dictionary.h,
19772: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19773: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19774: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19775: include/pa_socks.h, include/pa_sql_connection.h,
19776: include/pa_sql_driver_manager.h, include/pa_stack.h,
19777: include/pa_string.h, include/pa_stylesheet_connection.h,
19778: include/pa_stylesheet_manager.h, include/pa_table.h,
19779: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19780: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19781: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19782: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19783: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19784: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19785: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19786: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19787: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19788: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19789: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19790: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19791: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19792: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19793: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19794: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19795: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19796: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19797: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19798: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19799: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19800: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19801: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19802: types/pa_vmethod_frame.h, types/pa_vobject.h,
19803: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19804: types/pa_vresponse.h, types/pa_vstateless_class.C,
19805: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19806: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19807: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19808: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19809: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19810: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19811:
19812: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19813: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19814: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19815: classes/math.C, classes/op.C, classes/response.C,
19816: classes/string.C, classes/table.C, classes/void.C,
19817: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19818: include/pa_array.h, include/pa_cache_managers.h,
19819: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19820: include/pa_config_fixed.h, include/pa_config_includes.h,
19821: include/pa_dictionary.h, include/pa_dir.h,
19822: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19823: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19824: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19825: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19826: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19827: include/pa_stack.h, include/pa_string.h,
19828: include/pa_stylesheet_connection.h,
19829: include/pa_stylesheet_manager.h, include/pa_table.h,
19830: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19831: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19832: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19833: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19834: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19835: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19836: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19837: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19838: main/pa_sql_driver_manager.C, main/pa_string.C,
19839: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19840: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19841: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19842: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19843: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19844: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19845: targets/isapi/pool_storage.h, types/pa_valiased.C,
19846: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19847: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19848: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19849: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19850: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19851: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19852: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19853: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19854: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19855: types/pa_vresponse.C, types/pa_vresponse.h,
19856: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19857: types/pa_vstateless_object.h, types/pa_vstatus.C,
19858: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19859: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19860: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19861: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19862: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19863: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19864: types/Makefile.am: ident.C* removed
19865:
1.211 moko 19866: * operators.ru.txt, operators.txt, src/classes/file.C,
19867: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19868:
19869: * src/targets/cgi/parser3.C: usage to stdout now
19870:
19871: 2002-07-31 paf
19872:
19873: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19874:
19875: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19876: default "postmaster"
19877:
19878: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19879: -f postmaster now default sendmail key word "postmaster"
19880: replaced to $.from
19881:
19882: 2002-07-30 paf
19883:
1.116 moko 19884: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19885: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19886:
19887: * src/main/pa_charset.C: comment
19888:
19889: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19890: table, &#decimal;
19891:
19892: * src/main/pa_request.C: comment
19893:
19894: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19895: paragraf]
19896:
19897: 2002-07-11 paf
19898:
19899: * src/main/pa_exec.C: build command line badly added params twice
19900: [and first time without ' ']. double wrong. fixed.
19901:
19902: * src/main/pa_exec.C: invalid .exe caused error message with params
19903: wich parser did not provide = reported badly. fixed that.
19904:
19905: * src/classes/mail.C: $MAIL[ # xxx ]
19906:
19907: now ok
19908:
1.211 moko 19909: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19910:
19911: 2002-07-01 paf
19912:
19913: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19914: [MForm.configure_admin were called when request.main_class ==0
19915:
19916: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19917:
19918: * src/classes/form.C: content_length type fix
19919:
19920: 2002-06-30 paf
19921:
19922: * src/classes/mail.C: merged from 4
19923:
19924: * src/classes/mail.C: restored $MAIL
19925:
19926: 2002-06-28 paf
19927:
19928: * configure, configure.in: removed paths.h
19929:
1.116 moko 19930: * configure, src/include/pa_version.h,
1.95 moko 19931: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19932: merged, makes updated
19933:
1.211 moko 19934: * ChangeLog, configure, operators.ru.txt, operators.txt,
19935: src/classes/xdoc.C, src/include/pa_charset.h,
19936: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19937: src/include/pa_version.h, src/main/pa_charset.C,
19938: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19939: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19940: latest updates to head
1.95 moko 19941:
19942: 2002-06-27 paf
19943:
19944: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19945: not error now
19946:
1.211 moko 19947: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19948: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19949: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19950: ^xdoc::create[[uri]]... base uri for document being created,
19951: imports and other relative file names would be relative to this
19952: uri default uri=path_translated
19953:
19954: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19955:
19956: 2002-06-26 paf
19957:
19958: * configure, configure.in, src/include/pa_version.h:
19959: release_3_0_0004
19960:
19961: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19962: 0 now
19963:
19964: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19965:
19966: 2002-06-25 paf
19967:
19968: * src/main/pa_string.C: emtpy string, or string of whitespaces
19969: considered bad number now
19970:
1.211 moko 19971: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19972: ^xdoc.transform[xdoc <<can be now
1.95 moko 19973:
1.211 moko 19974: * operators.ru.txt, operators.txt, src/classes/string.C:
19975: ^string.normalize [old name: optimize
1.95 moko 19976:
19977: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19978: library configured
19979:
19980: * src/main/pa_request.C: configure_admin forced if no @conf
19981:
1.211 moko 19982: * operators.ru.txt, operators.txt, src/classes/math.C,
19983: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19984: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19985:
19986: 2002-06-24 paf
19987:
19988: * INSTALL: --with-static/shared-mailreceive described
19989:
19990: * src/include/pa_config_fixed.h: ssize_t fixed
19991:
1.116 moko 19992: * configure, configure.in, src/include/pa_config_auto.h.in,
19993: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19994: src/types/pa_vmail.C: $mail:received makes update
19995:
19996: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19997: WITH_MAILRECEIVE
19998:
19999: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20000:
20001: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20002: option, for $mail:receive
20003:
20004: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20005: introducting $message:received ^mail:send rewritten with backward
20006: comp
20007:
20008: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20009: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20010: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20011: now
20012:
1.211 moko 20013: * operators.ru.txt, operators.txt, src/classes/mail.C,
20014: src/include/Makefile.am, src/include/pa_charset.h,
20015: src/include/pa_config_fixed.h, src/include/pa_request.h,
20016: src/include/pa_string.h, src/include/pa_uue.h,
20017: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20018: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20019: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20020: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20021: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20022: uue to separate file introducting $message:received ^mail:send
20023: rewritten with backward comp
20024:
20025: 2002-06-21 paf
20026:
1.116 moko 20027: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20028: co changes
1.95 moko 20029:
1.116 moko 20030: * configure, configure.in, src/lib/md5/Makefile.am,
20031: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20032: restructure .in and .am files appropriate changes
1.95 moko 20033:
20034: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20035: pcre to libs/ added libs/md5 which is linked to non-apache
20036: targets ^math:crypt[password;$apr1$salt]
20037:
1.211 moko 20038: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20039: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20040: src/classes/classes.dsp, src/classes/math.C,
20041: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20042: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20043: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20044: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20045: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20046: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20047: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20048: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20049: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20050: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20051: src/lib/pcre/pcre_parser_ctype.dsp,
20052: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20053: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20054: src/main/compile.tab.C, src/main/main.dsp,
20055: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20056: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20057: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20058: to libs/ added libs/md5 which is linked to non-apache targets
20059: ^math:crypt[password;$apr1$salt]
20060:
20061: 2002-06-20 paf
20062:
1.211 moko 20063: * INSTALL, configure, configure.in, operators.ru.txt,
20064: operators.txt, src/classes/file.C, src/classes/op.C,
20065: src/doc/doxygen.cfg, src/include/pa_globals.h,
20066: src/include/pa_request.h, src/main/execute.C,
20067: src/main/pa_request.C, src/targets/cgi/parser3.C,
20068: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20069: marged latest HEAD updates, mainly file:justname&co &
20070: @auto/conf[filespec
1.95 moko 20071:
1.211 moko 20072: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20073: !^file:dirname[/a/some.tar.gz]=/a
20074: !^file:dirname[/a/b/]=/a
20075: !^file:basename[/a/some.tar.gz]=some.tar.gz
20076: !^file:justname[/a/some.tar.gz]=some.tar
20077: !^file:justext[/a/some.tar.gz]=gz
20078:
20079: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20080: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20081: @conf/auto[filespec]
20082:
1.116 moko 20083: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20084:
1.211 moko 20085: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20086: src/doc/doxygen.cfg, src/include/pa_globals.h,
20087: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20088: parser3.conf renamed to auto.p
1.95 moko 20089:
20090: 2002-06-18 paf
20091:
20092: * configure, configure.in, src/include/pa_version.h: version to
20093: configure.in
20094:
20095: * INSTALL: reflected .conf.dist dir change
20096:
1.150 moko 20097: * Makefile.am, configure, configure.in,
1.116 moko 20098: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20099: .in & *.am updated
20100:
20101: * src/classes/file.C: strncasecmp
20102:
20103: * src/classes/file.C: strcasecmp
20104:
1.150 moko 20105: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20106:
20107: * src/classes/file.C: ^file::exec[script;$.bad error case
20108: insensitive check now
20109:
20110: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20111:
20112: * configure, configure.in, src/include/pa_pool.h,
20113: src/include/pa_types.h: pack configure.in detection simplified.
20114: figured out that gcc on sparc not that stupid as thought
20115: previously: on sparc: when it sees packed class it modifies it's
20116: field-access-code to byte operations [stb, ldub] instead of 4byte
20117: operations [st, lduh] so packed must be all parts of packed
20118: class, i.e. it's parents&fields(classes). for now it's only
20119: String that packed and what was wrong is that it's parent -
20120: Pooled, were not packed. fixed that.
20121:
20122: 2002-06-14 paf
20123:
1.211 moko 20124: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20125:
1.211 moko 20126: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20127: attribute_node.name/value xnode pi.node.data
20128:
20129: 2002-06-12 paf
20130:
1.116 moko 20131: * configure, configure.in, src/targets/cgi/Makefile.am,
20132: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20133:
1.211 moko 20134: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20135: etc/Makefile.am, src/include/pa_globals.h,
20136: src/include/pa_request.h, src/main/compile.tab.C,
20137: src/main/pa_globals.C, src/main/pa_request.C,
20138: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20139: parser3.conf now one and only
1.95 moko 20140:
20141: * src/classes/mail.C: sendmail -ti [default now]
20142:
20143: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20144: to be strings. for convinient #ing
20145:
20146: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20147: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20148:
20149: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20150: main/pa_globals.C, main/pa_request.C: @conf
20151:
20152: 2002-06-11 paf
20153:
20154: * src/classes/file.C: check simplified
20155:
20156: * src/: classes/file.C, targets/cgi/parser3.dsp,
20157: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20158: valid prefix
20159:
20160: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20161: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20162: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20163:
20164: 2002-06-10 paf
20165:
1.211 moko 20166: * operators.ru.txt, operators.txt, src/classes/op.C,
20167: src/include/pa_common.h, src/main/pa_common.C: lock failures
20168: reported now
1.95 moko 20169:
20170: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20171: string->double @ compile time were not-enough-checking...
20172:
20173: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20174: autoconvert now ignored
20175:
20176: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20177: check
20178:
20179: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20180: $response:body content-type:name
20181:
20182: * configure, configure.in: hpux check, nsl link, no socket
20183:
1.211 moko 20184: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20185:
20186: * configure, configure.in: pack even address access on sparc&co
20187: arch checked in configure
20188:
20189: * configure, src/include/pa_version.h: makes
20190:
20191: * configure, configure.in, src/include/pa_version.h: makes
20192:
20193: * src/main/untaint.C: (bug#2) mail subject got always prepended
20194: with charset even when all letters were 7bit one
20195:
20196: * src/main/pa_common.C: merged fixed -d (bug)
20197:
20198: * src/main/pa_common.C: fixed -d (bug)
20199:
20200: 2002-06-03 paf
20201:
1.211 moko 20202: * ChangeLog, operators.ru.txt, operators.txt,
20203: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20204: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20205: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20206: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20207: .dsp-s along with reorganized cvs modules dirs structure
20208:
20209: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20210: main/pa_globals.C, targets/cgi/parser3.dsp,
20211: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20212: modules
20213:
20214: 2002-05-28 paf
20215:
20216: * src/targets/cgi/parser3.C: info.uri now ""
20217:
20218: 2002-05-17 paf
20219:
20220: * src/classes/: table.C: ^table.save << checked empty
20221: pre/match/post columns
20222:
20223: 2002-05-16 paf
20224:
20225: * src/classes/image.C: image::measure can png now
20226:
20227: 2002-05-15 paf
20228:
1.211 moko 20229: * operators.ru.txt, operators.txt, src/classes/date.C:
20230: ^date::create[%H:%M[:%S]] added
1.95 moko 20231:
20232: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20233:
1.211 moko 20234: * operators.ru.txt, operators.txt, src/classes/date.C:
20235: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20236:
20237: 2002-05-14 paf
20238:
20239: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20240:
20241: 2002-05-07 paf
20242:
20243: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20244: src/include/pa_globals.h, src/include/pa_request.h,
20245: src/include/pa_table.h, src/main/compile.tab.C,
20246: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20247: src/main/pa_request.C, src/main/pa_table.C,
20248: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20249: src/targets/isapi/parser3isapi.dsp,
20250: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20251: name2number field now &. main_method_name now on Request pool
20252: rather on global_pool [Junction+VJunction created on same pool as
20253: name = were created on global pool, causing mem leaks]
20254:
20255: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20256: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20257: main/compile.y, main/main.dsp, main/pa_globals.C,
20258: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20259: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20260: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20261: field now &. main_method_name now on Request pool rather on
20262: global_pool [Junction+VJunction created on same pool as name =
20263: were created on global pool, causing mem leaks]
20264:
20265: 2002-05-06 paf
20266:
20267: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20268: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20269: 100*40 bytes per request memory leak [nonpool malloc in globals]
20270:
20271: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20272: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20273: 100*40 bytes per request memory leak [nonpool malloc in globals]
20274:
20275: 2002-04-30 paf
20276:
20277: * configure, src/include/pa_version.h: version now not b
20278:
20279: * src/targets/cgi/parser3.C: request.uri now never 0
20280:
20281: 2002-04-29 paf
20282:
20283: * configure.in: removed b
20284:
20285: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20286: Exception::comment/type checked in (), no there's no empty
20287: type/comment by default
20288:
20289: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20290: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20291: src/doc/value.dox, src/include/pa_exception.h,
20292: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20293: 0001
20294:
20295: 2002-04-26 paf
20296:
20297: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20298: size reduced
20299:
20300: 2002-04-25 paf
20301:
20302: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20303: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20304: now that took into account
20305:
1.211 moko 20306: * operators.ru.txt, operators.txt, src/classes/date.C:
20307: ^date::create[2002-12-33 01:03:04]
1.95 moko 20308:
1.211 moko 20309: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20310: ^date::create[2002-12-33 01:03:04]
20311:
20312: * ChangeLog: updated changelog
20313:
20314: * src/classes/table.C: removed restriction on column count to
20315: ^table.hash to work, now must be >0 [were >1]
20316:
20317: 2002-04-24 paf
20318:
20319: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20320: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20321: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20322: targets
20323:
20324: 2002-04-23 paf
20325:
1.211 moko 20326: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20327: int/double/string:sql{}[$.default{code}] fixed [were barking:
20328: "junction used outside of context"]
20329:
20330: 2002-04-22 paf
20331:
20332: * types.txt, src/classes/string.C, src/include/pa_string.h,
20333: src/main/pa_string.C, src/types/pa_vstring.C,
20334: src/types/pa_vstring.h: ^string.optimize[]
20335:
20336: * src/: include/pa_globals.h, include/pa_table.h,
20337: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20338: table template
20339:
20340: * src/classes/: string.C: optimize removed from string
20341: .left/right/pos
20342:
20343: * src/main/execute.C: rolled back to
20344: before_killing_userjunction_contexts
20345:
20346: * src/main/execute.C: user junctions context killed
20347:
20348: * src/main/execute.C: junctions to local contexts got
20349: cleanized&checked later
20350:
20351: 2002-04-19 paf
20352:
20353: * src/: classes/string.C, include/pa_request.h,
20354: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20355: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20356: prior to .left .right .mid .pos .match when that is profitable,
20357: and always before .replace when $ORIGINS(1) optimization disabled
20358: economy from not wasting mem on lots of strings which occur by
20359: lots of String:mid calls to get parts of source string between
20360: found_occurances
20361:
20362: * src/classes/file.C: ovector now local economy: 16 bytes per
20363: ^file:list
20364:
20365: * src/: include/pa_globals.h, include/pa_table.h,
20366: main/pa_globals.C, main/pa_string.C: String::match table columns
20367: globalized, not created @ each ^match anymore economy:
20368: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20369:
20370: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20371: removed from each String::match replace iteration, and made
20372: stacked sizeof(VTable)=12bytes economy on each replace code
20373:
20374: * src/doc/footer.htm: 2001,
20375:
20376: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20377: string.match[]['] option enables generation of $match.prematch
20378: .match .postmatch columns
20379:
20380: * src/main/pa_string.C: String::match options analized without
20381: cstr-ing them now
20382:
20383: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20384: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20385: config updated to doxygen 1.2.15, created helper which fixes
20386: minor bugs in chm project files & htm tree. changed extension to
20387: .htm
20388:
20389: 2002-04-18 paf
20390:
20391: * src/doc/doxygen.cfg: .chi generation disabled
20392:
20393: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20394: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20395: fields&methods
20396:
20397: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20398: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20399: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20400: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20401: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20402: types/pa_vresponse.h, types/pa_vstateless_class.h,
20403: types/pa_vstateless_object.h, types/pa_vstatus.h,
20404: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20405: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20406: VStateless_class to VObject
20407:
20408: * src/: main/pa_request.C, types/pa_valiased.h,
20409: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20410: types/pa_vstring.h: VStateless_string_object speicalized light
20411: version of VStateless_object
20412:
20413: * src/classes/op.C: ^throw comment param made optional
20414:
20415: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20416: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20417: and implemented down in VClass, fclass_alias removed,
20418:
20419: * src/types/pa_value.C: forced to cut that from .h because of
20420: VStateless_class usage [undefined in .h]
20421:
20422: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20423: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20424: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20425: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20426: on each CALL]
20427:
20428: * src/: classes/classes.h, classes/date.C, classes/double.C,
20429: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20430: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20431: classes/response.C, classes/string.C, classes/table.C,
20432: classes/void.C, classes/xnode.C, include/pa_globals.h,
20433: include/pa_request.h, main/execute.C, main/pa_globals.C,
20434: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20435: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20436: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20437: types/pa_vstateless_class.h, types/pa_wcontext.C,
20438: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20439: removed Value::fname
20440:
20441: 2002-04-17 paf
20442:
20443: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20444: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20445: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20446: include/pa_pool.h, include/pa_types.h: dox updated to current
20447: state, PTHROW freshen to throw & co
20448:
20449: * src/types/pa_vhash.h: vstring wrong parent fixed
20450:
20451: * src/classes/op.C: taint local result var bug fixed
20452:
20453: 2002-04-16 paf
20454:
20455: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20456: Attic asm.txt as most interesting
20457:
20458: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20459: check, preventing content-length: 0 from appearing
20460:
20461: * src/main/execute.C: $result in @main now taken into account as in
20462: usual functions
20463:
20464: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20465: & @unhandled_exception now taken into account as in usual
20466: functions
20467:
20468: * src/doc/postbuild.txt: instructions on post .html build
20469:
20470: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20471:
20472: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20473: tainted
20474:
20475: * src/main/pa_request.C: uri in error log
20476:
20477: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20478: cheched date:create(days) param for validity [later were assumed
20479: valid and crashed on invalid onces]
20480:
20481: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20482: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20483: and used that for removing VString wrapper
20484:
20485: * src/classes/op.C: exception2vhash file now tainted
20486:
20487: * src/classes/op.C: _process pseudo origin copied from local var to
20488: heap
20489:
20490: * src/classes/op.C: extra check on empty file in origin in _execute
20491:
20492: 2002-04-15 paf
20493:
20494: * src/: main/execute.C, types/pa_value.h: fixed name update
20495:
20496: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20497: functions
20498:
20499: * src/: classes/file.C, classes/hash.C, classes/op.C,
20500: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20501: started dual write_xxx_lang functions, if checked & works
20502:
20503: * src/: classes/date.C, classes/file.C, classes/mail.C,
20504: classes/string.C, classes/xnode.C, include/pa_request.h,
20505: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20506: unnecessary VString shells
20507:
20508: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20509: prev changes]
20510:
20511: * src/: classes/image.C, classes/op.C, classes/string.C,
20512: classes/table.C, include/pa_request.h, main/execute.C,
20513: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20514: StringOrValue wcontext result, now ready for dual writes
20515:
20516: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20517: checked that
20518:
20519: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20520: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20521: changed to OP_WRITE_VALUE in var get cases
20522:
20523: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20524: include/pa_request.h, main/compile.tab.C, main/compile.y,
20525: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20526: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20527: switch in hash constructor fixed [were problems with using of
20528: stacked wwrapper after it's death]
20529:
20530: 2002-04-12 paf
20531:
1.211 moko 20532: * operators.ru.txt, operators.txt, src/classes/table.C:
20533: table.select(expression) 0
1.95 moko 20534:
20535: 2002-04-11 paf
20536:
20537: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20538: Request::process_internal codeFrame & wwrapper stacked [not
20539: wasting heap anymore]
20540:
20541: 2002-04-10 paf
20542:
20543: * src/: classes/double.C, classes/file.C, classes/hash.C,
20544: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20545: classes/string.C, classes/table.C, classes/void.C,
20546: classes/xdoc.C, include/pa_request.h, main/execute.C,
20547: main/pa_string.C: killed Request::process() wrapping
20548: VString(String) in case we need only String
20549:
20550: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20551: killed 8 bytes from String.head
20552:
20553: 2002-04-09 paf
20554:
20555: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20556: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20557: local*/char b[...]; a=b; situations
20558:
1.211 moko 20559: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20560: made literal
1.95 moko 20561:
20562: * src/classes/xdoc.C: xslt params fixed
20563:
20564: * src/: main/pa_common.C, targets/cgi/parser3.C,
20565: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20566: not pool.malloc(MAX_NUMBER) but really neaded
20567:
1.211 moko 20568: * operators.ru.txt, operators.txt, src/classes/double.C,
20569: src/classes/int.C: int/double.int/double(default)
1.95 moko 20570:
20571: 2002-04-04 paf
20572:
20573: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20574: [when reconstructing pieces were split by
20575: max_integral(piece.size), thus some strings to replace happen to
20576: be split into two = not replaced)
20577:
20578: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20579: standalone version = current dir
20580:
20581: * src/targets/cgi/parser3.C: document root in standalone version =
20582: current dir
20583:
20584: 2002-04-03 paf
20585:
20586: * configure, configure.in: more checks on nonexistent charset
20587:
1.116 moko 20588: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20589:
20590: 2002-04-02 paf
20591:
20592: * src/main/compile.C: parser.compile [exception name more like in
20593: doc]
20594:
20595: 2002-04-01 paf
20596:
20597: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20598: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20599: .content-type.charset, not .charset
20600:
20601: 2002-03-29 paf
20602:
20603: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20604:
1.211 moko 20605: * operators.ru.txt, operators.txt, src/classes/date.C:
20606: ^date::create now may not supply day, default 1. checked 29.03
20607: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20608:
20609: 2002-03-28 paf
20610:
1.211 moko 20611: * operators.ru.txt, operators.txt, src/classes/date.C,
20612: src/classes/op.C, src/include/pa_globals.h,
20613: src/include/pa_hash.h, src/main/pa_globals.C,
20614: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20615: ^cache[date] }
1.95 moko 20616:
20617: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20618: param
20619:
20620: 2002-03-27 paf
20621:
1.211 moko 20622: * operators.ru.txt, operators.txt, src/classes/date.C,
20623: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20624: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20625: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20626: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20627: src/classes/xdoc.C, src/classes/xnode.C,
20628: src/include/pa_exception.h, src/include/pa_request.h,
20629: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20630: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20631: src/main/pa_array.C, src/main/pa_charset.C,
20632: src/main/pa_charsets.C, src/main/pa_common.C,
20633: src/main/pa_dictionary.C, src/main/pa_exception.C,
20634: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20635: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20636: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20637: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20638: src/types/pa_value.h, src/types/pa_vcookie.C,
20639: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20640: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20641: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20642: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20643: src/types/pa_wwrapper.h: assigned exception types
20644:
1.211 moko 20645: * operators.ru.txt, operators.txt, src/classes/op.C,
20646: src/include/pa_config_fixed.h, src/include/pa_request.h,
20647: src/main/execute.C, src/main/pa_request.C: decided agains
20648: resetting exception_trace, just changed name
1.95 moko 20649:
20650: 2002-03-26 paf
20651:
20652: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20653: fixed
20654:
20655: * src/classes/op.C: forced language of $source field of exception
20656: to 'tainted', so that sql-langed-frags could be outputed outside
20657: of connect
20658:
1.211 moko 20659: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20660: offset
1.95 moko 20661:
20662: * src/classes/date.C: removed date.roll limit of +-1 offset
20663:
1.211 moko 20664: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20665: roll on daylightsaving days mktime took into account tm_isdst
20666: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20667:
20668: 2002-03-25 paf
20669:
1.211 moko 20670: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20671: http_site_config_filespec
20672:
20673: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20674: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20675: with any/both --disable-foreign-group-files --disable-execs
20676:
20677: * INSTALL: "--with=sendmail=COMMAND" comment
20678:
20679: * INSTALL, configure, configure.in, src/classes/mail.C,
20680: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20681: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20682: disables execs also. introducing --sendmail
1.95 moko 20683:
1.211 moko 20684: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20685:
20686: * INSTALL: comment on --disable-link-stdcpp
20687:
1.116 moko 20688: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20689: libstdc++ link skipping configure option
1.95 moko 20690:
20691: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20692: with error were put to cache with 'marked_to_rollback' flag, all
20693: consequent even OK requests rolled back
20694:
20695: 2002-03-22 paf
20696:
20697: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20698: false return
20699:
1.211 moko 20700: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20701:
20702: 2002-03-18 paf
20703:
1.211 moko 20704: * operators.ru.txt, operators.txt, src/classes/op.C,
20705: src/include/pa_exception.h, src/include/pa_globals.h,
20706: src/include/pa_request.h, src/include/pa_stack.h,
20707: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20708:
20709: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20710: types/pa_vdouble.h: removed some tested @tests
20711:
20712: 2002-03-15 paf
20713:
1.211 moko 20714: * operators.ru.txt, operators.txt, src/classes/table.C:
20715: ^table.locate(logical expr)
1.95 moko 20716:
20717: 2002-03-13 paf
20718:
20719: * src/main/pa_exception.C: checked not-pooled malloc
20720:
20721: 2002-03-11 paf
20722:
20723: * INSTALL, configure, configure.in,
20724: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20725:
20726: * src/main/pa_common.C: --disable-foreign-group-files
20727:
20728: * INSTALL: --disable-execs
20729:
20730: * src/main/pa_exec.C: --disable-execs
20731:
20732: * configure, configure.in, src/include/pa_config_auto.h.in:
20733: --disable-execs
20734:
20735: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20736:
20737: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20738: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20739:
20740: 2002-03-05 paf
20741:
1.211 moko 20742: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20743: calendar columns named
1.95 moko 20744:
1.211 moko 20745: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20746: calendar columns named
1.95 moko 20747:
20748: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20749: requires headers to be terminated with \r\n manually [refuses to
20750: separate header/body itself]
20751:
20752: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20753: targets/isapi/parser3isapi.C: isapi site config beside .dll
20754:
20755: 2002-03-04 paf
20756:
20757: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20758: in PASS language
20759:
20760: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20761: deserialize checks on broken file
20762:
20763: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20764: parser3isapi.dsp: isapi updated
20765:
20766: 2002-03-01 paf
20767:
20768: * src/main/pa_exec.C: execle -> execve, now argc OK
20769:
20770: 2002-02-28 paf
20771:
20772: * src/main/untaint.C: removed some debug comments
20773:
20774: * src/main/pa_charsets.C: when placing charset to cache using
20775: global name now [were request]
20776:
20777: * configure, configure.in: apache module updated
20778:
20779: * src/main/pa_string.C: origin by first piece preferred before last
20780: piece
20781:
20782: 2002-02-27 paf
20783:
20784: * src/main/pa_charset.C: size_t
20785:
20786: * INSTALL: shared/static-xml with-pathlink
20787:
1.211 moko 20788: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20789:
20790: 2002-02-26 paf
20791:
20792: * src/main/pa_exec.C: more precise names for vars, cosmetic
20793:
20794: * src/classes/xnode.C: in some situation, xpath query returned
20795: result with type NODESET, but empty nodeset member field, checked
20796: that
20797:
20798: 2002-02-22 paf
20799:
20800: * INSTALL: without-zlib comment
20801:
20802: * etc/parser3.charsets/windows-1251.cfg: °
20803:
20804: * configure, configure.in: glib###.a detection fixed
20805:
20806: * INSTALL: hashfile removed from INSTALL
20807:
1.116 moko 20808: * Makefile.am: make update
1.95 moko 20809:
20810: * src/main/pa_string.C: string iterators fixed again, so were
20811: String::join_chain
20812:
20813: * src/main/pa_string.C: string iterators fixed again, so were
20814: String::join_chain
20815:
20816: * src/: include/pa_string.h, main/pa_string.C: string iterators
20817: fixed again, so were String::join_chain
20818:
20819: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20820:
1.211 moko 20821: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20822: "expires=0" = "session"
1.95 moko 20823:
1.116 moko 20824: * configure, configure.in, src/include/pa_config_auto.h.in:
20825: --with-shared-xml --with-static-xml
1.95 moko 20826:
20827: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20828: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20829: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20830: xalan&xml
20831:
20832: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20833:
1.211 moko 20834: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20835: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20836: from sources for now
1.95 moko 20837:
1.116 moko 20838: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20839: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20840: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20841: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20842: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20843: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20844: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20845: src/types/Makefile.am, src/types/pa_vhashfile.C,
20846: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20847:
20848: 2002-02-21 paf
20849:
20850: * src/main/untaint.C: removed debug code, activated commented-for
20851: debug parts
20852:
1.116 moko 20853: * Makefile.am: make cvsupdate
1.95 moko 20854:
20855: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20856: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20857: append_row, not at link zero now string to string appending works
20858:
20859: 2002-02-20 paf
20860:
20861: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20862: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20863: DEBUG_STRING_APPENDS_VS_EXPANDS
20864:
20865: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20866: economy: 22%
20867:
20868: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20869: space uptimized: string::link_row removed
20870:
20871: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20872: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20873: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20874: types/pa_vstring.h: speed uptimized: string::is_empty
20875:
1.211 moko 20876: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20877: src/include/pa_config_fixed.h, src/include/pa_string.h,
20878: src/include/pa_types.h, src/main/compile.tab.C,
20879: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20880: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20881: string append optimiziation idea and estimates
20882:
20883: 2002-02-19 paf
20884:
20885: * src/classes/math.C: not used directly [but erroreously reported
20886: that 'is', thus registering twice&other probs]
20887:
20888: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20889: to node [element]
20890:
20891: * src/main/compile.C: without string_origins parse error
20892: file+line+col possible
20893:
20894: * src/main/: compile.C: without string_origins not worked
20895:
20896: 2002-02-18 paf
20897:
20898: * src/types/pa_vdouble.h: since we have in_expression removed that
20899: trick i've installed into double::as_string
20900:
20901: * src/main/pa_globals.C: extern "C" was removed too fast
20902:
20903: * src/: include/pa_opcode.h, include/pa_request.h,
20904: main/compile.tab.C, main/compile.y, main/execute.C,
20905: types/pa_wcontext.h: in_expression aimed to solve old problem
20906: with string/nonstring values, now in expressions double/int
20907: values are passed as-is, without stupid tostring/fromstring
20908: conversions
20909:
20910: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20911: __cplusplus } #endif
20912:
20913: * src/main/compile.tab.C: bison env set so one could compile
20914: without cygwin installed
20915:
20916: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20917: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20918: gnome xml libs parser .dsp-s changed accordingly
20919:
1.211 moko 20920: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20921: PARSER_ROOT_CONFIG
1.95 moko 20922:
1.211 moko 20923: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20924: [were date::set, with backward comp
1.95 moko 20925:
20926: * src/classes/math.C: math:random range check fixed
20927:
20928: * src/main/: compile.tab.C, compile.y: integer division stops name
20929:
20930: * INSTALL: local install comment
20931:
1.116 moko 20932: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20933:
1.116 moko 20934: * acinclude.m4, aclocal.m4, configure, configure.in,
20935: src/include/pa_config_auto.h.in,
20936: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20937: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20938:
1.211 moko 20939: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20940:
20941: 2002-02-13 paf
20942:
20943: * src/include/pa_config_includes.h: sys/time time both included
20944: now. vaguely remember confilicts on this on some system [not on
20945: six|ablv] so when would see them again would think up proper
20946: check
20947:
1.116 moko 20948: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20949: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20950:
20951: * src/main/pa_common.C: truncation never occured when writing files
20952: on unix [since i've changed cache mech] fix
20953:
20954: * src/main/pa_common.C: strnchr: sanity check added
20955:
20956: * etc/parser3.charsets/windows-1257.cfg: id added
20957:
20958: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20959: baltic charset file generated, in generation script ispunct check
20960: added
20961:
20962: 2002-02-08 paf
20963:
1.116 moko 20964: * src/: include/Makefile.am, sql/Makefile.am,
20965: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20966:
20967: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20968: forgotten
20969:
20970: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20971:
20972: * INSTALL, README: install&others updated
20973:
20974: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20975:
1.116 moko 20976: * Makefile.am, configure, configure.in,
20977: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20978: src/classes/Makefile.am, src/main/Makefile.am,
20979: src/main/pa_status_provider.C, src/targets/Makefile.am,
20980: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20981: works
1.95 moko 20982:
20983: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20984: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20985: classes/hashfile.C, classes/int.C, classes/mail.C,
20986: classes/math.C, classes/op.C, classes/response.C,
20987: classes/string.C, classes/table.C, classes/void.C,
20988: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20989: include/pa_array.h, include/pa_cache_managers.h,
20990: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20991: include/pa_config_fixed.h, include/pa_config_includes.h,
20992: include/pa_db_connection.h, include/pa_db_manager.h,
20993: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20994: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20995: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20996: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20997: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20998: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20999: include/pa_stack.h, include/pa_string.h,
21000: include/pa_stylesheet_connection.h,
21001: include/pa_stylesheet_manager.h, include/pa_table.h,
21002: include/pa_threads.h, include/pa_types.h, main/compile.C,
21003: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21004: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21005: main/pa_db_connection.C, main/pa_db_manager.C,
21006: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21007: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21008: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21009: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21010: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21011: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21012: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21013: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21014: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21015: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21016: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21017: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21018: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21019: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21020: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21021: types/pa_vmethod_frame.h, types/pa_vobject.h,
21022: types/pa_vrequest.h, types/pa_vresponse.h,
21023: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21024: types/pa_vstateless_object.h, types/pa_vstatus.C,
21025: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21026: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21027: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21028: classes/image.C, main/pa_common.C, main/pa_exec.C,
21029: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21030: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21031: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21032: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21033: types/pa_vxnode.C, main/pa_charset.C: name spelling
21034:
21035: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21036: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21037: classes/hashfile.C, classes/image.C, classes/int.C,
21038: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21039: classes/string.C, classes/table.C, classes/void.C,
21040: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21041: include/pa_array.h, include/pa_cache_managers.h,
21042: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21043: include/pa_config_fixed.h, include/pa_config_includes.h,
21044: include/pa_db_connection.h, include/pa_db_manager.h,
21045: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21046: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21047: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21048: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21049: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21050: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21051: include/pa_stack.h, include/pa_string.h,
21052: include/pa_stylesheet_connection.h,
21053: include/pa_stylesheet_manager.h, include/pa_table.h,
21054: include/pa_threads.h, include/pa_types.h, main/compile.C,
21055: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21056: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21057: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21058: main/pa_db_connection.C, main/pa_db_manager.C,
21059: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21060: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21061: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21062: main/pa_socks.C, main/pa_sql_driver_manager.C,
21063: main/pa_status_provider.C, main/pa_string.C,
21064: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21065: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21066: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21067: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21068: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21069: targets/isapi/pool_storage.h, types/pa_valiased.C,
21070: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21071: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21072: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21075: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21076: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21077: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21078: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21079: types/pa_vresponse.h, types/pa_vstateless_class.C,
21080: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21081: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21082: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21083: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21084: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21085: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21086:
21087: 2002-02-07 paf
21088:
21089: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21090:
1.116 moko 21091: * configure, configure.in, src/include/pa_config_auto.h.in,
21092: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21093: added yet another locking function: fcntl
1.95 moko 21094:
21095: * config.sub: on cygwin configure passes it with strange i1586
21096: const, hacked it to mean i586
21097:
21098: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21099: disabled $if reference due to conflicts with local variables
21100:
1.211 moko 21101: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21102: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21103: xdoc::create, with both sences
21104:
21105: * operators.ru.txt, operators.txt, src/classes/table.C,
21106: src/include/pa_array.h, src/include/pa_table.h,
21107: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21108: 'set' name obsolete now table clone.
1.95 moko 21109:
1.211 moko 21110: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21111: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21112: ^int/double/string.format now can be called with normal []
21113: brackets, not stupid {} as it were implemented for some strange
21114: reason. retaining backward compatibility due to some
21115: already-implemented servers
21116:
21117: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21118: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21119: operators now detected by check at name_without_curly_rdive_read
21120: rule whether diving code constists only of
21121: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21122: with OP_GET_ELEMENT_OR_OPERATOR to form
21123: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21124:
21125: 2002-02-06 paf
21126:
21127: * configure, configure.in: prefix expanded, grr
21128:
1.211 moko 21129: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21130: config changed
1.95 moko 21131:
21132: 2002-02-05 paf
21133:
1.211 moko 21134: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21135:
21136: * src/main/: pa_exec.C: argv0 now correct
21137:
21138: * src/types/pa_vstatus.C: status:rusage 3
21139:
21140: * src/types/pa_vstatus.C: status:rusage 2
21141:
1.211 moko 21142: * operators.ru.txt, operators.txt: status:rusage described int
21143: operators
1.95 moko 21144:
21145: * src/types/pa_vstatus.C: status:rusage 1
21146:
21147: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21148: src/types/types.dsp: status:rusage
21149:
1.211 moko 21150: * configure.in, operators.ru.txt, operators.txt,
21151: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21152: src/include/pa_config_includes.h, src/main/compile.tab.C,
21153: src/main/pa_common.C: rewritten ^cache to use
21154: non-blocking-exclusive-caches
21155:
21156: * src/main/pa_common.C: text file read mode on win32 adjusted
21157: [speed impact. was off for debugging purpose, but forgotten
21158: afterwards]
21159:
21160: 2002-02-01 paf
21161:
21162: * src/classes/op.C: file_write does EX lock after create, while
21163: file_read does SH after open, so there's a moment after create
21164: but before EX lock when read can sneak into, and read
21165: just-created-for-writing-and-not-yet-locked file, added a check
21166: for that in ^cache...read
21167:
21168: 2002-01-31 paf
21169:
21170: * src/main/: compile.y, compile.tab.C: disabled operator call after
21171: ^xxx:
21172:
21173: * src/main/: compile.tab.C, execute.C: made operators lookup first
21174: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21175:
21176: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21177: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21178: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21179: operators check 6.1 rewritten. now check is done at compile time
21180:
21181: * src/main/execute.C: operators check 5 floated up old error of
21182: staying in 'entered class/object' state after $a($a..) it
21183: prevented operators from being called thereafter
21184:
21185: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21186: main/execute.C: operators check 4 floated up old error of staying
21187: in 'entered object' state after ^a.a(a) it prevented operators
21188: from being called thereafter
21189:
21190: * src/main/execute.C: operators check 3 floated up old error of
21191: staying in 'entered class' state after $a:a(a) it prevented
21192: operators from being called thereafter
21193:
21194: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21195: floated up old error of staying in 'entered class' state after
21196: $a:a[a] it prevented operators from being called thereafter
21197:
21198: * src/main/execute.C: operators check, thay mistakenly seen in
21199: $class:operator $object.operators contexts
21200:
21201: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21202: win32
21203:
1.116 moko 21204: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21205: src/classes/Makefile.am, src/main/Makefile.am,
21206: src/targets/cgi/Makefile.am,
1.95 moko 21207: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21208: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21209:
1.116 moko 21210: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21211: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21212: configure, configure.in, form.txt, ident.awk, install-sh,
21213: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21214: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21215: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21216: etc/parser3.charsets/koi8-r.cfg,
21217: etc/parser3.charsets/windows-1250.cfg,
21218: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21219: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21220: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21221: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21222: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21223: straightened installation scripts procedure made
21224: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21225: change
21226:
21227: 2002-01-30 paf
21228:
21229: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21230: removed] those comments were a mistake, and prevented libltdl
21231: from function properly
21232:
21233: 2002-01-29 paf
21234:
1.116 moko 21235: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21236: creation [modified acinclude.m4 which were creating int into just
21237: assignment LIBTOOL=../libtool] added default system
21238: config&charsetts prepared 'make install', now it installs
21239: targets/cgi/parser3 into bin directory etc/parser3.conf &
21240: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21241: $sysconfdir/parser3.charsets respectively
21242:
21243: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21244: main/pa_globals.C: few forgotten ifdef XML added
21245:
21246: 2002-01-28 paf
21247:
1.116 moko 21248: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21249: removed
21250:
21251: * src/main/pa_exception.C: dom|generic error output fix
21252:
21253: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21254:
21255: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21256:
21257: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21258: [fixed as_node helper func to accept docs]
21259:
21260: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21261: xdoc.importNode 0
21262:
21263: * src/classes/xdoc.C: xdoc::set now untaints OK
21264:
21265: 2002-01-25 paf
21266:
21267: * src/main/: compile.tab.C, compile.y: #comment before @ after
21268: @SPECIAL now works OK
21269:
21270: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21271:
21272: * src/main/pa_exec.C: max arg count now 10, and proper message on
21273: violation that added
21274:
21275: * src/classes/hash.C: unified hash::sql, now
21276: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21277:
21278: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21279: ^file:lock[filename]{code}
21280:
21281: * src/: classes/file.C, classes/op.C, classes/string.C,
21282: classes/table.C, classes/xdoc.C, include/pa_common.h,
21283: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21284: to some pa_common funcs
21285:
21286: * src/: include/pa_charset.h, main/pa_globals.C:
21287: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21288:
21289: * src/: include/pa_charset.h, main/pa_charset.C,
21290: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21291: not stupid illegal define
21292:
21293: 2002-01-24 paf
21294:
21295: * src/include/pa_version.h: changed version number
21296:
21297: * src/: classes/hashfile.C, include/pa_db_table.h,
21298: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21299: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21300: main/pa_db_connection.C, main/pa_db_table.C,
21301: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21302: hashfile without logfiles
21303:
21304: * src/: classes/hashfile.C, include/pa_db_table.h,
21305: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21306: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21307: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21308: DB_INIT_TXN init bits, thus got rid of huge log files, which
21309: cluttered disk without huge need]
21310:
21311: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21312: handy macro, which is strangly abscent in dome lib
21313:
21314: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21315:
21316: * src/classes/xdoc.C: checked empty response
21317:
21318: * src/classes/xnode.C: xdoc.select fixed context node [were always
21319: /, not self node]
21320:
21321: * src/classes/xnode.C: xnode.select returns array always now, in
21322: case 'nothing found' returns empty array
21323:
21324: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21325: be more tender with ctrl/c/v
21326:
21327: 2002-01-23 paf
21328:
21329: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21330: substituted. // 2. when dom tree with entites goes under
21331: transform text nodes // got [erroreosly] cut on first
21332: entity occurance
21333:
21334: * src/types/pa_vdouble.h: double prec. todo: get rid of
21335: twice-converting
21336:
21337: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21338: 'e' in output this is for regretful twice-converting here:
21339: $a(double value) when they write double falue they convert it to
21340: string first, thus %g were losing precesion.
21341:
21342: todo: think up some way to remove double->string string->double
21343: twice-converting
21344:
21345: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21346: %.20E now default float format this is for regretful
21347: twice-converting here: $a(double value) when they write double
21348: falue they convert it to string first, thus %g were losing
21349: precesion.
21350:
21351: todo: think up some way to remove double->string string->double
21352: twice-converting
21353:
21354: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21355: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21356: reasons in comment inside
21357:
21358: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21359: statically linked]
21360:
21361: * src/: include/pa_exception.h, main/compile.tab.C,
21362: main/pa_exception.C: removed exception va_list constructor. 1.
21363: not needed anymore 2. there were a conflict[causing errors]
21364: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21365: never detected an ambiguilty here, compiling ctor(, "hello") into
21366: ctor(, va_list) which, of course, caused gpf
21367:
21368: * src/main/pa_globals.C: removed debug xslt messages
21369:
21370: 2002-01-22 paf
21371:
21372: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21373: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21374: helps compiling stylesheet properly. example: this refused to
21375: work, <b>«<xsl:value-of select="@title"
21376: />»</b> stranly worked only this way:
21377: <b>«<xsl:value-of select="@title" />»</b>
21378:
21379: docs says "set it to 1", never going into details, so I decided
21380: to try NOT to do that
21381:
21382: * src/classes/table.C: join behaived badly in case named tables
21383: structure mismatched: 0 strings sneaked into dest failing
21384: afterwards. replaced them with empty strings
21385:
21386: 2002-01-21 paf
21387:
21388: * src/main/pa_charset.C: checked empty transcoders in
21389: transcode_cstr|buf
21390:
21391: * src/classes/xdoc.C: xdoc::load error source = filespec
21392:
21393: * src/classes/xdoc.C: transform error source now
21394: stylesheet_filespec
21395:
1.116 moko 21396: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21397: include/pa_stylesheet_connection.h, main/pa_charset.C,
21398: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21399: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21400: gnome
1.95 moko 21401:
21402: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21403: include/pa_globals.h, include/pa_stylesheet_connection.h,
21404: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21405: xslt generic error 1
21406:
21407: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21408: xml generic message 1
21409:
21410: * src/classes/table.C: ^table::load empty lines or #comments before
21411: headline
21412:
21413: * src/: include/pa_array.h, include/pa_globals.h,
21414: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21415: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21416: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21417: errors 0
21418:
21419: 2002-01-16 paf
21420:
21421: * src/: classes/hash.C, classes/op.C, classes/string.C,
21422: classes/table.C, classes/void.C, classes/xdoc.C,
21423: include/pa_db_connection.h, include/pa_request.h,
21424: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21425: include/pa_stylesheet_connection.h,
21426: include/pa_stylesheet_manager.h, main/pa_request.C,
21427: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21428: targets/cgi/pool_storage.h: auto closers to sql_connection,
21429: stylesheet_connection auto destroyers to remaining gnome objects
21430:
21431: * src/classes/xdoc.C: few comments
21432:
21433: 2002-01-15 paf
21434:
21435: * src/classes/xdoc.C: xdoc file save string
21436:
21437: ready. todo: error handling
21438:
21439: * src/classes/xdoc.C: xdoc save rewritten using
21440: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21441: result
21442:
21443: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21444: started output options parsing
21445:
21446: 2002-01-14 paf
21447:
21448: * src/classes/xdoc.C: method
21449:
21450: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21451: include/pa_pool.h, include/pa_stylesheet_connection.h,
21452: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21453: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21454: xslt transform0. TODO: use output options handle errors
21455:
21456: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21457:
21458: 2002-01-11 paf
21459:
21460: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21461: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21462: partial logical && || evaluation
21463:
21464: * src/classes/xnode.C: xpath selectNodes
21465:
21466: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21467: string/number/bool
21468:
21469: * src/classes/xnode.C: xpath selectNode 2
21470:
21471: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21472: xpath selectNode 1
21473:
21474: 2002-01-10 paf
21475:
21476: * src/classes/xnode.C: xpath selectNode -100 [just written]
21477:
21478: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21479: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21480: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21481: refcounter]
21482:
21483: 2001-12-29 paf
21484:
21485: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21486: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21487: glib works 0
21488:
21489: 2001-12-28 paf
21490:
21491: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21492: main/pa_exception.C: started glib transcoders
21493:
21494: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21495:
21496: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21497: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21498: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21499: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21500: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21501: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21502: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21503: libs just compiled in. no refcounting no xpath no xslt yet
21504:
21505: 2001-12-27 paf
21506:
21507: * src/: include/pa_charset.h, include/pa_common.h,
21508: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21509: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21510: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21511: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21512: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21513: from xalan&xerces, started the process. globals [initialization
21514: pool [charset update charset [transcodings vxnode vxdoc [DOM
21515: calls
21516:
21517: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21518: anymore
21519:
21520: 2001-12-26 paf
21521:
21522: * src/: include/pa_charset.h, include/pa_charsets.h,
21523: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21524: key globalized [bug]
21525:
21526: 2001-12-25 paf
21527:
21528: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21529: main/pa_string.C: table set & append changed splitting languages,
21530: separators now can be clean AND as-is same to mail command line
21531: $MAIN:MAIL.progX arguments
21532:
21533: 2001-12-24 paf
21534:
21535: * src/classes/mail.C: one parted text messages - no multipart
21536: mime-type anymore. for convinient if $.attach-ments
21537:
21538: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21539: main/pa_string.C: read from cache size check updated
21540:
21541: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21542:
21543: 2001-12-21 paf
21544:
21545: * src/classes/date.C: date:sql-string now returns localtime
21546:
21547: * src/main/pa_request.C: $result in @main actually not working, to
21548: hell with it for now
21549:
21550: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21551: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21552: @postprocess @exception
21553:
21554: * src/main/execute.C: junction evaluation canceled - endless
21555: recursion detected
21556:
21557: 2001-12-19 paf
21558:
21559: * src/main/pa_charset.C: charset->charset transcoding via unicode
21560: intermediate
21561:
21562: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21563:
21564: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21565:
21566: * src/classes/op.C: ^cache keypath now relative
21567:
21568: * src/classes/mail.C: changed weighting prior to sort
21569:
21570: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21571: were missing
21572:
21573: 2001-12-17 paf
21574:
21575: * src/main/pa_charset.C: ifndef XML were bad type
21576:
21577: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21578: outdated unset services_pool
21579:
21580: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21581: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21582: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21583:
21584: * src/main/untaint.C: allowed space in filespec
21585:
21586: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21587:
21588: * src/classes/image.C: no govno
21589:
21590: * src/classes/image.C: govno
21591:
21592: 2001-12-16 paf
21593:
21594: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21595:
21596: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21597: charset_connection&manager replaced by charset&charsets
21598:
21599: * src/main/pa_charset.C: name_cstr 0
21600:
21601: * src/main/untaint.C: uri lang now knows about client/source
21602: charsets
21603:
21604: * src/: classes/file.C, classes/math.C, classes/op.C,
21605: classes/string.C, classes/table.C, classes/xdoc.C,
21606: include/pa_array.h, include/pa_cache_managers.h,
21607: include/pa_charset_connection.h, include/pa_charset_manager.h,
21608: include/pa_common.h, include/pa_db_connection.h,
21609: include/pa_db_manager.h, include/pa_db_table.h,
21610: include/pa_dictionary.h, include/pa_exception.h,
21611: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21612: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21613: include/pa_sapi.h, include/pa_socks.h,
21614: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21615: include/pa_string.h, include/pa_stylesheet_connection.h,
21616: include/pa_stylesheet_manager.h, include/pa_table.h,
21617: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21618: main/pa_charset.C, main/pa_charset_connection.C,
21619: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21620: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21621: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21622: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21623: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21624: types/types.dsp: introducing Charset
21625:
21626: 2001-12-14 paf
21627:
21628: * src/: include/pa_request.h, include/pa_transcoder.h,
21629: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21630: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21631: uri lang
21632:
21633: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21634:
21635: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21636:
21637: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21638: defalts_name global
21639:
21640: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21641: include/pa_request.h, main/main.dsp,
21642: main/pa_charset_connection.C, main/pa_charset_manager.C,
21643: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21644: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21645: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21646: changed charset model. now important: $request:charset
21647: $response:charset while $response:content-type.charset become
21648: unimportant [informational]
21649:
21650: 2001-12-13 paf
21651:
21652: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21653:
21654: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21655: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21656: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21657: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21658: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21659: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21660:
21661: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21662: auto_ptr part other way, because of stupid gcc 2.96
21663: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21664: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21665: FormatterListener] /usr/include/g++-3/memory:48:
21666: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21667: _Tp1 = FormatterListener, _Tp = FormatterListener]
21668:
21669: * src/classes/xdoc.C: removed extra inc
21670:
21671: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21672:
21673: * src/include/pa_types.h: msvc head debugging flag
21674:
21675: * src/classes/xdoc.C: freed up listener
21676:
21677: * src/classes/string.C: change msg '... code is not code'
21678:
21679: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21680: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21681: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21682: [past/future prob]
21683:
21684: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21685: include/pa_config_fixed.h, include/pa_db_manager.h,
21686: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21687: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21688:
21689: * src/: include/pa_config_fixed.h, main/pa_common.C,
21690: main/pa_string.C: removed signed mismatch warnings
21691:
21692: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21693: 'expires' from header outputs
21694:
21695: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21696: row ptr
21697:
21698: * src/classes/file.C: file::cgi bug, request_method were passed to
21699: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21700:
21701: * src/classes/xdoc.C: lang list updated
21702:
21703: 2001-12-10 paf
21704:
21705: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21706:
21707: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21708: erase files like that, knowing their full name introducing //
21709: theoretical problem with, for instance, "_2B" and "." fragments,
21710: // they would yield the same // because
21711: need_file_encode('_')=false // but we need to delete such files
21712: somehow, getting names from ^index
21713:
21714: * src/main/pa_string.C: ^string.replace bug fixed [bad
21715: string::join_chank break]
21716:
21717: 2001-12-07 paf
21718:
21719: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21720: include/pa_common.h, include/pa_config_auto.h.in,
21721: include/pa_config_fixed.h, include/pa_config_includes.h,
21722: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21723: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21724: types/pa_vhashfile.C: merged from r14_simple_cache
21725:
21726: * src/main/pa_string.C: stupid sparc architecture failed to access
21727: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21728: lduh [ %i2 + 1 ], %l0
21729:
21730: bus error, fixed that
21731:
21732: * src/main/pa_string.C: strange string deserialize bug on
21733: client[pmts], a bit shortened,
21734:
21735: * src/include/pa_config_auto.h.in: makes
21736:
21737: * src/: include/pa_common.h, include/pa_config_fixed.h,
21738: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21739: file write shared lock file read
21740:
21741: * src/: classes/op.C, include/pa_common.h,
21742: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21743:
21744: 2001-12-06 paf
21745:
21746: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21747: main/pa_request.C: #ifdef RESOURCES_DEBUG
21748:
21749: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21750: info
21751:
21752: * src/classes/hashfile.C: removed transaction from ^cache
21753:
21754: 2001-12-05 paf
21755:
21756: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21757: IIS5 there were a prob with illegal call check
21758:
21759: 2001-12-04 paf
21760:
21761: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21762: main/pa_request.C: measures to log
21763:
21764: 2001-11-23 paf
21765:
21766: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21767: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21768: types/pa_vhashfile.C: merged from _0014, 1
21769:
21770: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21771: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21772: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21773: ^cache(33) would change
21774:
21775: 0660 bits in file_write & hashfile create
21776:
21777: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21778: after pa_string optimization]
21779:
21780: 2001-11-22 paf
21781:
21782: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21783: table.offset[whence]
21784:
21785: * src/classes/op.C: process cstr(,connection)
21786:
21787: * src/classes/op.C: process now gets its body on current language,
21788: not as-is
21789:
21790: * src/main/untaint.C: ORIGINS mode removed UHTML
21791:
21792: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21793: bit
21794:
1.116 moko 21795: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21796:
21797: 2001-11-21 paf
21798:
21799: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21800: <xsl:output output options made identical to xsl:output
21801: attributes exclusion: cdata-section-elements what xalan can do
21802: but that not used now: it can escape and remove CDATA sections
21803:
21804: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21805: produced by xslt
21806:
21807: * src/targets/cgi/parser3.C: removed debug cgi||1
21808:
21809: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21810:
21811: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21812: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21813: default language for {code}, it happen to change it's language
21814: from CLEAN, so later refused to split by CLEAN \t
21815:
21816: 2001-11-20 paf
21817:
1.116 moko 21818: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21819: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21820: bottom of dependeces, so that errors would popup quicklier, fixed
21821: line numbering in table::sql
21822:
21823: 2001-11-19 paf
21824:
21825: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21826: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21827: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21828: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21829: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21830: at wcontext.write
21831:
1.116 moko 21832: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21833: _set_new_handler
21834:
1.116 moko 21835: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21836: set_new_handler in apache&isapi
1.95 moko 21837:
21838: 2001-11-16 paf
21839:
21840: * src/targets/cgi/parser3.C: pool debug @ die
21841:
21842: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21843: removed 8 bytes from String, 2 bytes from
21844: string::chunk::row::item
21845:
21846: * src/main/pa_string.C: removed 1+4 bytes from String
21847:
21848: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21849: types/pa_vstring.C: removed 1+4 bytes from String
21850:
21851: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21852: 0
21853:
21854: * src/: include/pa_globals.h, include/pa_string.h,
21855: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21856: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21857: targets/cgi/parser3.C: introducing estimating
21858: String::cstr_bufsize, 0
21859:
21860: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21861:
21862: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21863:
21864: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21865: include/pa_pool.h: die in pool::fail
21866:
21867: 2001-11-15 paf
21868:
21869: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21870: main/pa_exception.C, targets/cgi/parser3.C: exception with
21871: dynamic buffer re-back now with counter
21872:
21873: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21874: static buffer back
21875:
21876: * src/targets/cgi/parser3.C: std::
21877:
21878: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21879: include/pa_config_includes.h: setnewhandler check
21880:
1.116 moko 21881: * src/include/pa_config_auto.h.in: makes
1.95 moko 21882:
21883: * src/targets/cgi/parser3.C: set_new_handler started
21884:
21885: 2001-11-14 paf
21886:
21887: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21888: was wrong
21889:
21890: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21891: was wrong
21892:
21893: * src/main/pa_request.C: z
21894:
21895: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21896: full returns win32 -1 solaris >buffer_size
21897:
21898: checked all that
21899:
21900: * src/classes/op.C: ^untaint{body} as-is default now
21901:
21902: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21903: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21904: with no_bad_constructors_try
21905:
21906: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21907: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21908: this: $bred[^string::length[]] $bred[^response::clear[]]
21909: $bred[^int::int[]]
21910:
21911: now VObject creation moved into overriden
21912: VClass::create_new_value, thus 0 from create_new_value means that
21913: class has no ctors
21914:
21915: 2001-11-13 paf
21916:
21917: * src/classes/classes.C: returned accedently removed if in foreach
21918: callbacks [when hash no-0-restructure]
21919:
21920: 2001-11-12 paf
21921:
21922: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21923: passed as-is to method, xalan makes & into & itself
21924:
21925: * src/classes/date.C: date.roll parser2 alg used
21926:
21927: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21928: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21929: main/pa_dictionary.C, main/pa_hash.C,
21930: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21931: now does not containt 0 values. put 0 actullay removes. no check
21932: on 0 value in foreach now required
21933:
21934: 2001-11-11 paf
21935:
21936: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21937:
21938: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21939:
21940: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21941: driver initialize not const
21942:
21943: 2001-11-10 paf
21944:
21945: * src/main/pa_exec.C: doc
21946:
21947: 2001-11-09 paf
21948:
21949: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21950: param properly
21951:
21952: * src/classes/string.C: string.save now does untainting before
21953: saving
21954:
21955: * src/main/pa_common.C: line endings fixing fixed last piece[was
21956: still cstr oriented]
21957:
21958: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21959: line endings fixing got rid of cstr, now must work ok with post
21960: multipart
21961:
21962: * src/types/pa_vform.C: line endings fixed at post / multipart /
21963: not file also now
21964:
21965: 2001-11-08 paf
21966:
21967: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21968: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21969: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21970: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21971: main/pa_stylesheet_manager.C: restructured Cache manager to be
21972: simple parent, not second parent [gcc 2.96 strangly refused to
21973: call virtual from second parent]
21974:
1.116 moko 21975: * src/: include/pa_common.h, main/Makefile.am,
21976: targets/cgi/pa_pool.C: makes
1.95 moko 21977:
21978: * src/: include/pa_request.h, main/pa_request.C,
21979: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21980: 'status' class enabler
21981:
21982: <Location /parser-status.html> ParserStatusAllowed </Location>
21983:
21984: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21985: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21986: include/pa_stylesheet_manager.h, main/main.dsp,
21987: main/pa_cache_managers.C, main/pa_charset_manager.C,
21988: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21989: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21990: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21991: todo: apache 'status' class enabler
21992:
21993: 2001-11-05 paf
21994:
21995: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21996: debug to normal
21997:
21998: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21999: hence i removed skipping 0 values in hash::for_each-es we need to
22000: check cleaned cache items manually. few more checks.
22001:
22002: expiring to 0 time was wrong, changed to 'now' time
22003:
22004: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22005: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22006: on apache already done :)
22007:
22008: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22009: skipping 0 values in hash::for_each-es we need to check cleaned
22010: cache items manually
22011:
22012: * src/main/: pa_db_connection.C, pa_db_table.C:
22013: parser_multithreaded check was wrong
22014:
22015: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22016: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22017: classes/hashfile.C, classes/image.C, classes/int.C,
22018: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22019: classes/string.C, classes/table.C, classes/void.C,
22020: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22021: include/pa_array.h, include/pa_charset_connection.h,
22022: include/pa_charset_manager.h, include/pa_common.h,
22023: include/pa_config_fixed.h, include/pa_config_includes.h,
22024: include/pa_db_connection.h, include/pa_db_manager.h,
22025: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22026: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22027: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22028: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22029: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22030: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22031: include/pa_stack.h, include/pa_string.h,
22032: include/pa_stylesheet_connection.h,
22033: include/pa_stylesheet_manager.h, include/pa_table.h,
22034: include/pa_threads.h, include/pa_types.h, main/compile.C,
22035: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22036: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22037: main/pa_charset_manager.C, main/pa_common.C,
22038: main/pa_db_connection.C, main/pa_db_manager.C,
22039: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22040: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22041: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22042: main/pa_socks.C, main/pa_sql_driver_manager.C,
22043: main/pa_status_provider.C, main/pa_string.C,
22044: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22045: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22046: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22047: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22048: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22049: targets/isapi/pool_storage.h, types/pa_valiased.C,
22050: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22051: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22052: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22053: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22054: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22055: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22056: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22057: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22058: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22059: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22060: types/pa_vstateless_object.h, types/pa_vstatus.h,
22061: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22062: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22063: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22064: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22065: $status:db fixed used not initialized in db_connection & db_table
22066:
22067: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22068: $status:charset
22069:
22070: * src/: classes/xdoc.C, include/pa_db_connection.h,
22071: include/pa_stylesheet_connection.h,
22072: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22073: types/pa_vstatus.h: $status:stylesheet
22074:
22075: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22076: include/pa_request.h, include/pa_sql_connection.h,
22077: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22078: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22079: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22080: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22081: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22082: types/pa_vxnode.C, types/types.dsp: started status parser class
22083:
22084: 2001-11-01 paf
22085:
22086: * src/include/pa_config_auto.h.in: makes
22087:
22088: * src/main/pa_hash.C: removed old extra include
22089:
22090: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22091: checks [for hp, there are such in math.h]
22092:
22093: * src/classes/op.C: ^for endless loop check strightened
22094:
22095: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22096: behavior in native calls. it left unchanged, so ^for ^foreach &
22097: co can use r.root to write their i & key,value there
22098:
22099: * src/classes/op.C: detected for var storage bug, fixed.
22100: todo:foreach
22101:
22102: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22103: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22104: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22105: changing of hash inside of foreach
22106:
22107: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22108: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22109: were hash.foreach
22110:
22111: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22112: types/pa_vstring.C, types/pa_vstring.h:
22113: ^foreach[key|value]{body}[[separator]|{separator}]
22114:
22115: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22116: types/pa_vcookie.C: ^hash.delete[key]
22117:
22118: 2001-10-31 paf
22119:
22120: * src/main/: compile.C, pa_common.C: completely empty file now
22121: considered "read", not ignored [not perfect trick used]
22122:
22123: * src/main/pa_common.C: simplier common ifdefs
22124:
22125: * src/main/pa_common.C: typing bug in common - bad ifdeff
22126:
22127: * src/main/pa_db_connection.C: z
22128:
22129: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22130: lockdetector flags
22131: dbenv.lk_detect=DB_LOCK_RANDOM;
22132:
22133: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22134: from accidental show [imagine user forgot @exception]
22135:
22136: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22137:
22138: * src/: classes/file.C, classes/image.C, classes/mail.C,
22139: classes/string.C, classes/xnode.C, include/pa_common.h,
22140: main/pa_common.C: ^string.save[[append;]path]
22141:
22142: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22143: main/execute.C: \ in expression: int divide 10/3=3
22144:
22145: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22146: inside of ^cache
22147:
22148: * src/: include/pa_threads.h, main/pa_db_connection.C,
22149: main/pa_db_table.C, targets/cgi/pa_threads.C,
22150: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22151: needed
22152:
22153: 2001-10-30 paf
22154:
22155: * src/: classes/classes.dsp, main/main.dsp,
22156: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22157: types/types.dsp: enabled debug incremental compile
22158:
22159: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22160: form post data line endings not reformatted now.
22161:
22162: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22163: now required [had bug when file= has no value]
22164:
22165: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22166: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22167: cstr(asis) default param removed
22168:
22169: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22170:
22171: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22172:
22173: * src/include/pa_dir.h: LOAD_DIR fixed
22174:
22175: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22176: was broken} fix_line_breaks
22177:
22178: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22179: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22180: packed with #pragma pack
22181:
1.116 moko 22182: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22183:
22184: 2001-10-29 paf
22185:
22186: * src/types/pa_wcontext.h: bitfield syntax stricter
22187:
22188: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22189: string hash.puts
22190:
22191: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22192:
22193: * src/include/pa_sql_connection.h: there were one wrong
22194: SQL_CONNECTION_FUNC_GUARDED [failed]
22195:
22196: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22197: param.someday either ifdef or remove it
22198:
22199: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22200:
22201: * src/main/untaint.C: optimizing returned after debugging
22202:
22203: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22204: main/untaint.C: memory hunging #pragma pack(1)
22205:
22206: 16 419 844 13 169 394
22207:
22208: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22209: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22210: places [todo:Array]
22211:
22212: * src/: main/execute.C, targets/cgi/pa_pool.C,
22213: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22214: types/pa_wwrapper.h: debugging memory WContext flags to bits
22215:
22216: total 5 652 652/158731 total 5 469 332/158731
22217:
22218: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22219: Array:: without cache in get/put now
22220:
22221: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22222: 18:25:27 2001] total 5 652 652/158731
22223:
22224: * src/: include/pa_string.h, main/pa_string.C,
22225: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22226: now
22227:
22228: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22229: 18:11:53 2001] total 5796092/158731
22230:
22231: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22232: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22233: key ref now
22234:
22235: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22236: 17:11:17 2001] total 16867948/202658
22237:
22238: * src/: classes/file.C, classes/image.C, classes/string.C,
22239: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22240: main/execute.C, main/pa_array.C, main/pa_common.C,
22241: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22242: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22243: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22244: string::as_int/double now usually uses stack, not heap [200K out
22245: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22246:
22247: * src/main/pa_sql_driver_manager.C: ping to have services [old
22248: hiding bug]
22249:
22250: * src/Makefile.am: .am order
22251:
22252: * src/: include/pa_array.h, include/pa_charset_manager.h,
22253: include/pa_db_connection.h, include/pa_db_manager.h,
22254: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22255: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22256: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22257: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22258: required "friend class"
22259:
22260: ../include/pa_request.h:51: friend declaration requires
22261: class-key, i.e. `friend class Temp_lang'
22262:
22263: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22264: main/pa_exception.C, main/pa_sql_driver_manager.C,
22265: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22266:
22267: the idea is to #1 jump to C++ some function to main body, where
22268: every function stack frame has exception unwind information and
22269: from there... #2 propagate_exception()
22270:
22271: 2001-10-28 paf
22272:
22273: * src/main/pa_db_connection.C: removed old consts
22274:
22275: * src/main/pa_db_connection.C: expire table [was accidently pasted
22276: with wrong type/cast]
22277:
22278: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22279: translation
22280:
1.116 moko 22281: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22282: remember to build DB2 with -fexceptions!!!
22283:
22284: * src/main/pa_db_table.C: DB_RMW defed
22285:
22286: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22287: include/pa_db_connection.h, include/pa_db_manager.h,
22288: include/pa_db_table.h, main/pa_db_connection.C,
22289: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22290:
22291: 2001-10-27 paf
22292:
22293: * src/: classes/hashfile.C, include/pa_db_connection.h,
22294: include/pa_db_table.h, main/pa_db_connection.C,
22295: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22296: types/pa_vhashfile.C: DB2 ifdefs
22297:
1.116 moko 22298: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22299: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22300: makes with DB2
22301:
1.116 moko 22302: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22303: types/Makefile.am: makes db
1.95 moko 22304:
22305: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22306: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22307: globals.C
22308:
22309: * src/: classes/hashfile.C, include/pa_db_connection.h,
22310: include/pa_db_table.h, main/pa_db_connection.C,
22311: main/pa_db_table.C: ^hashfile.clear[]
22312:
22313: * src/classes/classes.awk: no $ in var names
22314:
22315: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22316: connection&table [forgotten calls]
22317:
22318: 2001-10-26 paf
22319:
22320: * src/main/pa_db_connection.C: db checkpoints
22321:
22322: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22323: checkpoints
22324:
22325: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22326: default. but entities still reparsed. todo: tothink
22327:
22328: * src/main/pa_db_connection.C: db recover mech 2
22329:
22330: * src/: classes/hashfile.C, include/pa_db_connection.h,
22331: include/pa_db_manager.h, include/pa_db_table.h,
22332: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22333: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22334: types/pa_vhashfile.h: db connections & tables now cached at
22335: create time & multithreaded
22336:
22337: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22338: parsed_source
22339:
22340: * src/main/pa_db_connection.C: about to remove connection from
22341: vhashfile
22342:
22343: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22344: transaction commit/rollback responsibility left to parent [as it
22345: sould - else there were a bug with double free]
22346:
22347: * src/include/pa_db_table.h: db: child transaction commit/rollback
22348: responsibility left to parent [as it sould - else there were a
22349: bug with double free]
22350:
22351: 2001-10-25 paf
22352:
22353: * src/: classes/hashfile.C, include/pa_common.h,
22354: include/pa_db_connection.h, include/pa_db_manager.h,
22355: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22356: types/pa_vhashfile.C, types/pa_vhashfile.h,
22357: include/pa_db_table.h, main/pa_db_table.C: started db_home
22358: [multiple, cached] todo: autorecover [tried, but not succeded,
22359: yet]
22360:
22361: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22362:
22363: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22364: transaction parent passed
22365:
22366: 2001-10-24 parser
22367:
1.116 moko 22368: * src/classes/Makefile.am: makes
1.95 moko 22369:
22370: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22371: isapi/pool_storage.h: pool_storage fixed
22372:
22373: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22374: types/pa_vform.h: form fix_line_breaks
22375:
1.116 moko 22376: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22377:
22378: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22379: targets/cgi/pool_storage.h: makes
22380:
22381: * src/sql/pa_sql_driver.h: version
22382:
22383: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22384: types/pa_vform.C, types/pa_vform.h: .am
22385:
22386: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22387: this: DB_RMW Acquire write locks instead of read locks when doing
22388: the retrieval. Setting this flag may decrease the likelihood of
22389: deadlock during a read-modify-write cycle by immediately
22390: acquiring the write lock during the read part of the cycle so
22391: that another thread of control acquiring a read lock for the same
22392: item, in its own read-modify-write cycle, will not result in
22393: deadlock
22394:
22395: * src/targets/isapi/parser3isapi.dsp: doc
22396:
22397: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22398:
22399: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22400:
22401: * src/: classes/hashfile.C, include/pa_db_connection.h,
22402: main/pa_db_connection.C: hashfile expired deleted from db when
22403: get & iterate
22404:
22405: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22406: expiring 1
22407:
22408: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22409:
22410: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22411: db_connection not bothers with key when not returning expired
22412: data
22413:
22414: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22415: types/pa_vhashfile.C: db_cursor constructor public now
22416:
22417: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22418: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22419: stamped, todo: put_element analize
22420:
22421: * src/: include/pa_db_connection.h, include/pa_string.h,
22422: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22423: serialize. todo stamp
22424:
22425: 2001-10-23 parser
22426:
22427: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22428: classes/image.C, classes/mail.C, classes/response.C,
22429: classes/string.C, classes/table.C, classes/xdoc.C,
22430: include/pa_config_fixed.h, include/pa_db_connection.h,
22431: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22432: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22433: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22434: types/pa_vtable.C: ^hashfile.hash[]
22435:
22436: * src/: classes/hashfile.C, classes/xdoc.C,
22437: include/pa_config_fixed.h, main/pa_db_manager.C,
22438: main/pa_globals.C: ifdefs so it compiled without db
22439:
22440: * src/: classes/hashfile.C, include/pa_db_connection.h,
22441: include/pa_db_manager.h, main/pa_db_connection.C,
22442: main/pa_db_manager.C, types/pa_vhashfile.h:
22443: ^hashfile.transaction{code} ^hashfile:clear[filename]
22444: ^hashfile.delete[key]
22445:
22446: 2001-10-22 parser
22447:
22448: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22449: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22450:
22451: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22452: classes/xnode.C, include/pa_charset_connection.h,
22453: include/pa_db_connection.h, include/pa_db_manager.h,
22454: include/pa_exception.h, include/pa_sapi.h,
22455: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22456: include/pa_stylesheet_connection.h,
22457: include/pa_stylesheet_manager.h,
22458: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22459: main/pa_db_connection.C, main/pa_db_manager.C,
22460: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22461: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22462: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22463: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22464: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22465: types/types.dsp: hashfile 0
22466:
22467: * src/types/pa_vhashfile.C: z
22468:
22469: * src/: classes/classes.dsp, classes/hashfile.C,
22470: include/pa_config_fixed.h, main/execute.C,
22471: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22472: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22473:
22474: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22475:
22476: * src/: include/pa_exception.h, include/pa_request.h,
22477: main/execute.C, main/pa_exception.C, main/pa_request.C,
22478: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22479: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22480:
22481: 2001-10-19 parser
22482:
22483: * src/include/pa_pool.h: header
22484:
22485: * src/main/pa_pool.C: auto compiled on gcc
22486:
22487: * src/classes/image.C: comment
22488:
1.116 moko 22489: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22490:
22491: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22492: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22493: types/pa_vxnode.h: xnode clone got freed
22494:
22495: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22496: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22497: can free up xalandomstring resulting from pool::transcode
22498:
22499: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22500: include/pa_config_fixed.h, include/pa_exception.h,
22501: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22502: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22503: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22504: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22505: from non-xml compile
22506:
22507: * src/main/pa_request.C: pool:: context - get_context
22508:
22509: * src/: classes/classes.h, classes/date.C, classes/double.C,
22510: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22511: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22512: classes/string.C, classes/table.C, classes/void.C,
22513: include/pa_config_fixed.h, include/pa_exception.h,
22514: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22515: main/compile.C, main/compile_tools.C, main/execute.C,
22516: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22517: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22518: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22519: main/pa_string.C, main/pa_table.C, main/untaint.C,
22520: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22521: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22522: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22523: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22524: types/pa_vstateless_class.h, types/pa_vtable.C,
22525: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22526: exceptions 0
22527:
22528: * src/classes/classes.awk: $ removed
22529:
22530: 2001-10-18 parser
22531:
22532: * src/types/pa_vcookie.C: cookie:CLASS
22533:
22534: * src/main/main.dsp: project
22535:
22536: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22537: set_document & ctor question "who owns document" solved
22538:
22539: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22540:
22541: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22542: main/pa_pool.C: encoding in dom creating funcs
22543:
22544: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22545: be transformed now
22546:
22547: * src/classes/xdoc.C: dom created by create can be transformed now
22548:
22549: * src/classes/xdoc.C: z
22550:
22551: * src/classes/xdoc.C: comment
22552:
22553: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22554: create now uses XercesDocumentBridge, appendChild&co now works
22555:
22556: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22557: @ recompile
22558:
22559: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22560: $origin @exception[
22561:
22562: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22563: tag names forced to XML lang
22564:
22565: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22566: leechy-found bugs in code&doc fixed
22567:
22568: 2001-10-17 parser
22569:
22570: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22571: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22572: n functionality preserved
22573:
22574: * src/types/pa_vimage.h: removed unused vimage::save
22575:
22576: 2001-10-16 parser
22577:
22578: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22579:
22580: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22581:
22582: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22583:
22584: * src/classes/image.C: image.copy tolerance
22585:
22586: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22587: ineffective, but works for small paleted image
22588:
22589: * src/types/pa_vimage.C: comment
22590:
22591: * src/classes/image.C: gd size/resize bugfix
22592:
22593: * src/: classes/classes.dsp, main/main.dsp,
22594: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22595: types/types.dsp: ident >nul 2>&1
22596:
22597: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22598: systems
22599:
22600: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22601: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22602:
22603: 2001-10-15 parser
22604:
22605: * src/main/execute.C: z
22606:
22607: * src/classes/: xdoc.C: !::create{qualifiedName}
22608:
22609: * src/types/pa_vxnode.C: document_type_node.
22610: !readonly attribute DOMString name
22611: !notation_node.
22612: !readonly attribute DOMString publicId
22613: !readonly attribute DOMString systemId
22614:
1.116 moko 22615: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22616: ::write badly passed string too transparently [failed to
22617: intercept it]
1.95 moko 22618:
22619: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22620: include/pa_request.h, main/pa_sql_driver_manager.C,
22621: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22622: types/pa_vxnode.h: DOM1 major addtion, only few
22623: attributes/methods left
22624:
22625: 2001-10-13 parser
22626:
22627: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22628: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22629: in main handler
22630:
22631: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22632: cleanups & frees order
22633:
22634: * src/types/pa_vcode_frame.h: couple comments
22635:
22636: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22637: transparent enough to handle hash if creation&passing
22638:
22639: * src/: include/pa_config_fixed.h, main/execute.C,
22640: main/pa_exception.C: noticed that vcodeframe not transparent
22641: enough, would change now
22642:
22643: 2001-10-12 parser
22644:
22645: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22646: fixed. initialization&free on each thread!
22647:
22648: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22649: handling changed: now type of default param analized always, not
22650: only at problem time, thus helping early problem spotting
22651:
22652: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22653: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22654: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22655: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22656: multithread bug fixed. initialization&free on each thread!
22657:
22658: 2001-10-11 parser
22659:
22660: * src/classes/xnode.C: xnode.selectSingle now
22661:
22662: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22663: include/pa_pool.h, include/pa_stylesheet_connection.h,
22664: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22665: convertors out of Pool into Exception
22666:
22667: * src/main/pa_string.C: const
22668:
22669: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22670: linked pieces of same language together prior to String::replace
22671:
22672: * src/classes/hash.C: !^hash.add[addme]
22673: !^hash.sub[subme]
22674: !^a.union[b] = new
22675: !^a.intersection[b] = new
22676: !^a.intersects[b] = bool
22677:
22678: * src/classes/hash.C: !^hash::append[append_from]
22679:
22680: * src/: classes/hash.C, types/pa_vhash.h:
22681: !^hash::create[[copy_from]]
22682:
22683: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22684: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22685: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22686: fixed. got rid of empty_string, which caused errors - it hasnt
22687: exception but somebody[value.bark] tried to throw it on it's pool
22688:
1.116 moko 22689: * src/include/pa_config_auto.h.in: makes
1.95 moko 22690:
22691: 2001-10-10 parser
22692:
22693: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22694:
22695: * src/main/: compile.tab.C, compile.y: ^a[
22696:
22697: @next_method << now unclosed ] would be reported here
22698:
22699: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22700: compile error
22701:
22702: 2001-10-09 parser
22703:
1.116 moko 22704: * src/: classes/Makefile.am, main/Makefile.am,
22705: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22706:
22707: * src/classes/Makefile.am: makes
22708:
22709: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22710: win32 errors intercepted [xalan transformer patched and
22711: incorporated]
22712:
22713: * src/: classes/classes.dsp, classes/xdoc.C,
22714: include/pa_stylesheet_connection.h, main/main.dsp,
22715: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22716: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22717: patches starting
22718:
22719: * src/classes/: string.C, table.C: ^string.save[file]
22720:
22721: * src/classes/: date.C, table.C: calendar moved to date
22722:
22723: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22724: string/table] now
22725:
22726: * src/classes/: op.C, table.C: z
22727:
22728: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22729: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22730: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22731: be code [be string..]
22732:
22733: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22734: table.C: lots of
22735: params->as_int/double/as_string/as_junction/as_no_junction
22736: messages added
22737:
22738: 2001-10-08 parser
22739:
22740: * src/: classes/date.C, classes/image.C, classes/string.C,
22741: classes/table.C, classes/void.C, include/pa_request.h:
22742: params->as_int/double message added
22743:
22744: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22745:
22746: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22747: image:sector removed image:html internal "line-*" attribs
22748:
22749: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22750: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22751:
22752: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22753: way
22754:
22755: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22756: main/untaint.C: header untainting to UL_HTTP_HEADER,
22757: UL_MAIL_HEADER made nonforced [only tainted pieces]
22758:
22759: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22760: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22761: @ SAPI::log
22762:
22763: * src/main/untaint.C: \r to ' ' in origins mode
22764:
22765: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22766: set]
22767:
22768: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22769: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22770: nonstandard liaison freed up
22771:
22772: 2001-10-07 parser
22773:
22774: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22775: project
22776:
22777: 2001-10-05 parser
22778:
22779: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22780: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22781: from outputing to cerr. lots of "todos"
22782:
22783: * src/main/untaint.C: http_header tainting more gentle with
22784: enquoting now
22785:
22786: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22787: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22788: xml errorhandler. fixed string.replace a little, read @test
22789:
22790: * src/main/pa_string.C: found replace bug - first_that_starts(char
22791: *) does not have limit, and looks further eos, fixing....
22792:
22793: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22794:
22795: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22796:
22797: * src/main/: pa_charset_connection.C: ctype another mem clear
22798: bugfix
22799:
1.116 moko 22800: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22801: $result[^[$p^]z] now works fine
1.95 moko 22802:
22803: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22804: wrong. fixed it
22805:
22806: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22807: of totable appered to be vital
22808:
22809: 2001-10-04 parser
22810:
22811: * src/classes/image.C: ^image.length[text]
22812:
22813: 2001-10-03 parser
22814:
22815: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22816:
22817: * src/main/pa_request.C: restored pcre defaulting in request
22818: [mindlessly "optimized" yesterday] comment left
22819:
22820: 2001-10-02 parser
22821:
22822: * src/: main/pa_charset_manager.C,
22823: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22824: needed
22825:
22826: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22827: forgot non-xml pool.*charset needed
22828:
22829: * src/classes/table.C: # config comments fixed
22830:
22831: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22832: charset_connection #comment now
22833:
22834: * src/: classes/classes.dsp, types/types.dsp: release projects
22835: options fixed to use release msvcrt lib
22836:
22837: * src/main/pa_charset_connection.C: pcre tables now const inside
22838: removed default - pcre handles that internally fixed bug on
22839: not-cleaning tables [previously was calloced, now member]
22840:
22841: * src/: include/pa_request.h, main/pa_charset_connection.C,
22842: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22843: inside removed default - pcre handles that internally fixed bug
22844: on not-cleaning tables [previously was calloced, now member]
22845:
22846: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22847: tested charset reload on file change @ apache version = OK tested
22848: freeing up prev encoding on adding new = OK
22849:
22850: 2001-10-01 parser
22851:
22852: * src/main/pa_charset_connection.C: removed entitify external hack
22853: [internal installed]
22854:
1.116 moko 22855: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22856:
22857: * src/: include/pa_charset_connection.h,
22858: include/pa_charset_manager.h,
22859: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22860: main/pa_charset_connection.C, main/pa_charset_manager.C,
22861: main/pa_request.C: charset loading & caching mech 0
22862:
22863: * src/: include/pa_stylesheet_connection.h,
22864: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22865: main/pa_globals.C, main/pa_request.C: would make charset loading
22866: & caching mech now
22867:
22868: 2001-09-30 parser
22869:
22870: * src/main/pa_request.C: forgot to fill toTable
22871:
22872: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22873: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22874: failed on win32 for now..
22875:
22876: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22877: now charsets table configuration variable is: CHARSETS
22878:
22879: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22880: ctype with unicode 1. todo: no П entities on output somehow
22881:
22882: * src/: classes/file.C, classes/op.C, classes/string.C,
22883: include/pa_request.h, main/pa_request.C: started ctype with
22884: unicode values
22885:
22886: 2001-09-28 parser
22887:
22888: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22889: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22890: string passed AS-IS now
22891:
22892: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22893: way of user-configuring... todo: implement
22894:
22895: 2001-09-27 parser
22896:
22897: * src/classes/table.C: table.sort changed to sort table itself
22898:
22899: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22900: X^.getElementsByTagName[tagname] = array of xnode
22901: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22902: nodes removed - regretfully not supported @ xalan. maybe someday
22903: would reimplement, if needed.
22904:
22905: win32build system: solved long waiting anti-non-started-apache
22906: problem
22907:
22908: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22909: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22910: types/types.dsp: win32 ident make system so not to rebuild
22911: library [ident.C.new]
22912:
22913: 2001-09-26 parser
22914:
22915: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22916: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22917: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22918: types/pa_vxnode.C, types/types.dsp: z
22919:
22920: * src/classes/classes.C: forgot one non-xml check
22921:
1.116 moko 22922: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22923: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22924:
22925: * src/targets/cgi/parser3.C: z
22926:
22927: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22928: targets/isapi/parser3isapi.C: #ifdef SMTP
22929:
22930: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22931: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22932: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22933: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22934: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22935: types/types.dsp: xdoc&xnode now
22936:
22937: * src/: classes/classes.C, classes/classes.awk,
22938: classes/classes.dsp, classes/classes.h, classes/date.C,
22939: classes/dnode.C, classes/dnode.h, classes/dom.C,
22940: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22941: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22942: classes/op.C, classes/response.C, classes/string.C,
22943: classes/table.C, classes/void.C, include/pa_array.h,
22944: include/pa_common.h, include/pa_config_fixed.h,
22945: include/pa_config_includes.h, include/pa_dictionary.h,
22946: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22947: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22948: include/pa_socks.h, include/pa_sql_connection.h,
22949: include/pa_sql_driver_manager.h, include/pa_stack.h,
22950: include/pa_string.h, include/pa_stylesheet_connection.h,
22951: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22952: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22953: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22954: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22955: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22956: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22957: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22958: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22959: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22960: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22961: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22962: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22964: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22965: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22966: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22967: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22968: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22969: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22970: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22971: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22972: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22973: types/pa_vmethod_frame.h, types/pa_vobject.h,
22974: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22975: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22976: types/pa_vstateless_object.h, types/pa_vstring.C,
22977: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22978: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22979: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22980: main.dsp splitted to main+classes+types along to .am
22981:
22982: * src/classes/Makefile.am: removed useless var
22983:
22984: * src/: classes/classes.cmd, main/main.dsp,
22985: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22986: main.dsp
22987:
22988: 2001-09-25 parser
22989:
22990: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22991: 1251 though, todo ICU
22992:
1.116 moko 22993: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22994: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22995: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22996: types/pa_vdom.h: xml configure makes
1.95 moko 22997:
22998: 2001-09-24 parser
22999:
1.116 moko 23000: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23001: types/Makefile.am: makes
1.95 moko 23002:
1.116 moko 23003: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23004:
23005: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23006: started unix makes update
23007:
23008: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23009: started unix makes update
23010:
23011: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23012:
23013: * src/types/pa_value.h: z
23014:
23015: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23016: bugs with usinge hash/table in expressions
23017:
23018: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23019: resolved conflicts fixed [const]
23020:
23021: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23022: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23023: main/compile.C, main/compile.tab.C, main/compile.y,
23024: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23025: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23026: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23027: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23028: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23029: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23030: with before_xml [merge2 actually didn't happen - i've created
23031: tags on wrong branch. so this merge is in fact re-merge]
23032:
23033: 2001-09-21 parser
23034:
23035: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23036: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23037: produced "" in make file and sadly wrong interpreted on load]
23038:
1.116 moko 23039: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23040: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23041: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23042: include/pa_sql_driver_manager.h, include/pa_string.h,
23043: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23044: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23045: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23046:
23047: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23048: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23049: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23050: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23051: main/pa_pool.C, main/pa_request.C,
23052: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23053: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23054: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23055: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23056: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23057: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23058: types/pa_vrequest.C, types/pa_vresponse.h,
23059: types/pa_vstateless_class.C, types/pa_vstring.C,
23060: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23061: created new projects for sql drivers [planning to remove sql
23062: drivers from main cvs project] first, will join latest changes
23063:
23064: * src/classes/: dom.C: defaulted dom writing methods encoding to
23065: pool.get_charset
23066:
23067: * src/classes/dom.C: defaulted dom writing methods encoding to
23068: pool.get_charset
23069:
23070: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23071: pool.get_charset
23072:
23073: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23074: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23075: methods encoding to pool.get_charset
23076:
23077: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23078: transcoder were created right "unsupported encoding" message.
23079: not @ set time, but @ use time, so until xml output functions
23080: .string, .file, .save used - no encoding name check occur
23081:
23082: reduced transcode buffer size to 60 fixed pool cleanup - no
23083: registration needed, pools are officially destructured
23084:
23085: 2001-09-20 parser
23086:
23087: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23088:
23089: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23090: $MAIN:DEFAULTS.content-type[$.charset[here]]
23091:
23092: * src/: classes/dnode.C, classes/dom.C,
23093: include/pa_config_includes.h, include/pa_globals.h,
23094: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23095: main/pa_pool.C, targets/cgi/parser3.dsp,
23096: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23097: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23098: Pool::transcode 0
23099:
23100: * src/classes/dom.C: dom. string save file moved output xml options
23101: to last param and made it optional
23102:
23103: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23104: dnodes
23105: !$attributenode.specified = boolean
23106: true if the attribute received its value explicitly
23107: in the XML document,
23108: or if a value was assigned programatically with the
23109: setValue function.
23110: false if the attribute value came from the default value
23111: declared in the document's DTD.
23112: !$pinode.target = target of this processing instruction
23113: XML defines this as being the first token following the
23114: markup
23115: that begins the processing instruction.
23116: XPath:
23117: !^node.select[xpath/query/expression] = hash of 0->node0
23118: 1->node1
23119: !^node.select-single[xpath/query/expression] = first node if
23120: any
23121:
23122: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23123: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23124: some 'const's added
23125:
23126: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23127: expression context now, there value = size and boolean value
23128: size!=0
23129:
23130: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23131: can be used in expression context now, there value = size and
23132: boolean value size!=0
23133:
23134: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23135: types/pa_vstring.h: dnode .file .string .save moved back to dom
23136: due to strange xalan bug
23137:
23138: 2001-09-18 parser
23139:
23140: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23141: classes/image.C, classes/op.C, classes/table.C,
23142: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23143: include/pa_sql_driver_manager.h, main/compile.C,
23144: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23145: main/execute.C, main/pa_common.C, main/pa_request.C,
23146: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23147: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23148: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23149: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23150: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23151: before_xml branch ^if(def $hash) now true only when
23152: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23153:
23154: * src/: classes/op.C, main/execute.C: operators self changed to
23155: root ^for variable context changed to self
23156:
23157: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23158: dnode 1
23159:
23160: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23161: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23162:
23163: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23164: poly* fixed
23165:
23166: 2001-09-17 parser
23167:
23168: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23169: types/pa_vdom.h: started dnode+dom
23170:
23171: dnode DOM methods: $node.name $node.value
23172: ...others...
23173:
23174: ^node.xpath[/rates/USD] = hash
23175: $hash[
23176: $.0[node0]
23177: $.1[node1]
23178: ]
23179:
23180: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23181: applies to all linear primitives
23182:
23183: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23184: include/pa_stylesheet_connection.h, main/main.dsp,
23185: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23186: types/pa_vimage.h: started dnode DOM: $node.name
23187: $node.value ...others... ^node.xpath[/rates/USD] = hash
23188: dom(dnode)
23189:
23190: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23191: main/compile.y, main/compile_tools.h, main/execute.C,
23192: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23193: in expression compound($aa.zz.xx) names now can have minus '-' in
23194: name after '.'
23195:
23196: 2001-09-15 parser
23197:
23198: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23199: image: $line-width ^line(...)[**** style]
23200:
23201: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23202: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23203: pool_storage - cleanups first, allocations second. apache wisely
23204: does just like that
23205:
23206: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23207: rewritten using template, no bugs now
23208:
23209: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23210: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23211: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23212: poorly started isapi pool_storage, would rewrite using template
23213: now
23214:
23215: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23216: include/pa_stylesheet_connection.h, main/main.dsp,
23217: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23218: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23219: xalan objects freed up [introducing Pool::register_cleanup]
23220:
23221: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23222: comments
23223:
23224: 2001-09-14 parser
23225:
23226: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23227: z
23228:
23229: * src/: classes/dom.C, classes/file.C, classes/image.C,
23230: classes/mail.C, include/pa_common.h,
23231: include/pa_sql_driver_manager.h, include/pa_string.h,
23232: include/pa_stylesheet_connection.h,
23233: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23234: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23235: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23236: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23237: compiled&cached
23238:
23239: 2001-09-13 parser
23240:
23241: * src/: classes/dom.C, classes/file.C, classes/image.C,
23242: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23243:
23244: * src/classes/dom.C: dom:file content-type(.method)
23245:
23246: * src/: include/pa_common.h, include/pa_globals.h,
23247: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23248: string now more informative error messages
23249:
23250: * src/: include/pa_globals.h, include/pa_request.h,
23251: main/pa_request.C, targets/cgi/parser3.C,
23252: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23253: ParserSiteConfig .../parser3.conf
23254:
23255: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23256:
23257: 2001-09-12 parser
23258:
23259: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23260: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23261: precise error reporting: "connection string must start with
23262: protocol://" now
23263:
23264: * src/main/compile.tab.C: fixed - subname code parts actually []
23265: braced
23266:
23267: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23268: lexer on LS_USER level did [] matching without setting nestage,
23269: introduced special LS_NAME_SQUARE_PART state
23270:
23271: 2001-09-11 parser
23272:
23273: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23274: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23275: languages+=xml
23276:
23277: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23278:
23279: * src/classes/dom.C: ^dom:save/string/file[output options] output
23280: options: $.method[xml|html|text] detection fixed
23281:
23282: * src/types/pa_vdom.h: messages
23283:
23284: * src/classes/dom.C: ^dom:save/string/file[output options] output
23285: options: $.method[xml|html|text] detection fixed
23286:
23287: 2001-09-10 parser
23288:
23289: * src/classes/dom.C: ^dom:save/string/file[output options] output
23290: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23291:
23292: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23293: added]
23294:
23295: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23296: ^dom.xslt[stylesheet filename] 0
23297:
23298: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23299: ^dom.xslt[stylesheet filename] -1 doc is lying
23300:
23301: * src/classes/dom.C: ^dom.file[encoding] = file
23302:
23303: * src/classes/: dom.C: ^dom.string[encoding] 1
23304: ^dom.save[encoding;filename]
23305:
23306: * src/classes/dom.C: ^dom.string[] 0
23307:
23308: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23309:
23310: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23311: types/pa_vform.h: ^dom.save[b.xml] 0
23312:
23313: 2001-09-08 parser
23314:
23315: * src/types/pa_vform.C: $form:tables.name.field
23316:
23317: 2001-09-07 parser
23318:
23319: * src/classes/table.C: table:empty removed, superceded by ^if(def
23320: $table)...
23321:
23322: * src/targets/cgi/parser3.C: z
23323:
23324: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23325: from '' to int/double is 0]
23326:
23327: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23328: $table) is false when table is empty
23329:
23330: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23331: !$form:tables $atable[$form:tables.a]
23332: ^atable.menu{a=$atable.element}[,]
23333:
23334: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23335: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23336:
1.116 moko 23337: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23338: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23339: of dom
23340:
23341: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23342: types/pa_vform.C, types/pa_vform.h: z
23343:
23344: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23345: element [not last]
23346:
1.116 moko 23347: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23348: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23349:
23350: 2001-09-06 parser
23351:
23352: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23353: table with one column 'element' and two rows: 1 and 2
23354:
23355: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23356: table with one column 'element' and two rows: 1 and 2
23357:
23358: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23359: bad int/double conversions, and now $form:nonexistent.int(88)
23360: would return 88
23361:
23362: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23363: types/pa_vhash.h: now there's special hash key '_default'
23364: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23365: $._default[xx] ] $hash.c
23366:
23367: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23368: fixed [thanks, fif], ^; were treated there non-literally
23369:
23370: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23371: doxygen
23372:
23373: * src/: classes/image.C, classes/op.C, classes/string.C,
23374: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23375: types/pa_vtable.C: few #ifndef DOXYGEN
23376:
23377: 2001-09-05 parser
23378:
23379: * src/classes/: string.C, table.C: sql options can be void [same as
23380: image:html the other day]
23381:
23382: * src/targets/cgi/Makefile.am: .am undo
23383:
23384: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23385: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23386: macro expantion on param, simply qoutes whatever passed, undone
23387:
23388: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23389: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23390: STRINGIZE(name) #name invented
23391:
23392: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23393: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23394: MAIN_SQL_DRIVERS_NAME "drivers"
23395:
23396: moved to be availible to all users
23397:
23398: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23399: SQL_DRIVER_CREATE_FUNC_NAME
23400:
23401: * src/classes/mail.C: MAIN:MAIL check fixed
23402:
23403: 2001-09-04 parser
23404:
23405: * src/classes/image.C: image.html now can accept void params
23406:
23407: * src/targets/isapi/parser3isapi.C: z
23408:
23409: * src/targets/cgi/parser3.C: full_file_spec bug
23410:
23411: * src/targets/cgi/parser3.C: getenvcheck
23412:
23413: * src/targets/cgi/parser3.C: zz
23414:
23415: * src/targets/cgi/parser3.C: zzz
23416:
23417: * src/classes/date.C: date
23418:
23419: * src/classes/date.C: date:sql-string is now without ''
23420:
1.116 moko 23421: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23422: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23423: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23424:
1.116 moko 23425: * src/include/pa_config_auto.h.in: makes
1.95 moko 23426:
23427: 2001-09-03 parser
23428:
23429: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23430:
23431: 2001-09-01 parser
23432:
23433: * src/classes/image.C: letter_spacing
23434:
23435: * src/classes/image.C: image: font params changed
23436:
23437: * src/classes/image.C: image: as_int as_string used
23438:
23439: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23440: analized
23441:
23442: 2001-08-31 parser
23443:
23444: * src/targets/cgi/parser3.C: z
23445:
1.116 moko 23446: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23447: cygwin
1.95 moko 23448:
23449: * src/classes/void.C: void:int/double += (default)
23450:
23451: * src/classes/image.C: image:font added space param image:font
23452: changed charwidth alg, added kerning const[for now]
23453:
23454: * src/classes/: string.C, table.C: string:int/double (defaults)
23455:
23456: 2001-08-29 parser
23457:
23458: * src/main/pa_exception.C: exception redundant debug info
23459:
23460: 2001-08-28 parser
23461:
23462: * src/classes/image.C: image error msgs
23463:
23464: * src/classes/image.C: image: gifsize little endian
23465:
23466: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23467: doxygeneration
23468:
23469: * src/: classes/Makefile.am, main/Makefile.am,
23470: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23471:
23472: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23473: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23474:
23475: * src/main/compile.C: NO_STRING_ORIGIN check2
23476:
23477: * src/classes/table.C: NO_STRING_ORIGIN check
23478:
23479: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23480: storage class specifiers invalid in friend function declarations
23481:
23482: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23483: main/untaint.C, targets/cgi/parser3.C,
23484: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23485: case of limit
23486:
23487: * src/: classes/file.C, main/pa_common.C: file:move
23488: autocreate/remove dest/src dir
23489:
23490: * src/: classes/string.C, include/pa_dictionary.h,
23491: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23492: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23493: to directory constructor. string:replace
23494:
23495: 2001-08-27 parser
23496:
23497: * src/classes/image.C: fixed jpgsize alg
23498:
23499: * src/classes/image.C: fixed jpgsize alg
23500:
23501: * src/main/pa_exception.C: z
23502:
23503: * src/main/pa_common.C: removed debug info from pa_common
23504:
23505: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23506: [auto.p from current dir loading]
23507:
1.116 moko 23508: * src/: main/pa_common.C, main/pa_exception.C,
23509: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23510: for solaris -lsocket
1.95 moko 23511:
23512: 2001-08-24 parser
23513:
23514: * src/targets/cgi/parser3.C: not cgi extra \n 3
23515:
23516: * src/targets/cgi/parser3.C: not cgi extra \n 2
23517:
23518: * src/targets/cgi/parser3.C: not cgi extra \n
23519:
23520: * src/main/pa_sql_driver_manager.C: z
23521:
23522: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23523: sql* removed services from disconnect - cross-request ideological
23524: probs.
23525:
23526: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23527: cross-request ideological probs. oracle - fixed bug: cs
23528: allocated on request.pool and got freed before disconnect
23529:
23530: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23531: mallocs fixed
23532:
23533: 2001-08-23 parser
23534:
23535: * src/classes/file.C: minor bug in file:save fixed
23536:
23537: * src/main/pa_sql_driver_manager.C: oracle: dlink
23538:
23539: 2001-08-22 parser
23540:
23541: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23542: types/pa_vfile.h: file:load|save[text|binary;
23543:
23544: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23545:
23546: 2001-08-21 parser
23547:
23548: * src/classes/: file.C, table.C: ^file:list
23549:
23550: 2001-08-20 parser
23551:
23552: * src/: main/compile.tab.C, main/compile.y,
23553: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23554: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23555: recousively caused problems: inc incremeted 123 literal!! fixed
23556:
23557: 2001-08-10 parser
23558:
23559: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23560:
23561: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23562: added
23563:
23564: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23565: added
23566:
23567: * src/classes/table.C: table:sort restored [it was bad test :(]
23568:
23569: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23570: ''
23571:
23572: * src/main/: pa_request.C: wanted to make const int
23573: MAX_EXECUTE_SECONDS=1;
23574:
23575: but couldnt, set_callback_and_alarm appeared to be not exported
23576: :(
23577:
23578: * src/main/pa_string.C: string.match hanged on. there were a hang
23579: check but it weren't wise enough
23580:
23581: @parse[dateString][tmp]
23582: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23583: #end
23584:
23585: @main[] ^parse[2001-02-03]
23586:
23587: * src/classes/: table.C: table:sort now default desc
23588:
23589: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23590: table.sort now creates new sorted table
23591:
23592: 2001-08-09 parser
23593:
23594: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23595:
23596: * src/classes/hash.C: hash:_default now [was hash:default]
23597:
23598: * src/classes/op.C: case without switch check added
23599:
23600: * src/types/pa_vcookie.C: cookie name&value origins added, more
23601: precise $ORIGINS(1)
23602:
23603: * src/main/Makefile.am: .am
23604:
23605: * src/classes/void.C: void: int double copy/paste from int: bug
23606: fixed
23607:
23608: * src/classes/void.C: void: int double copy/paste from int: bug
23609: fixed
23610:
23611: 2001-08-07 parser
23612:
23613: * src/: classes/double.C, classes/int.C, classes/string.C,
23614: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23615: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23616: string, table
23617:
23618: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23619: srand made working
23620:
23621: 2001-08-06 parser
23622:
23623: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23624: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23625: main/compile.tab.C, main/compile.y, main/pa_array.C,
23626: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23627: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23628:
23629: * src/main/pa_exec.C: exec win32 real filename
23630:
23631: * src/classes/file.C: exec stderr out
23632:
23633: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23634:
23635: 2001-08-03 parser
23636:
23637: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23638:
23639: 2001-08-02 parser
23640:
23641: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23642: main/execute.C, main/pa_exec.C: introducing Array_iter
23643:
23644: * src/main/execute.C: detected quick_get recursion bug. changed to
23645: get@execute, but needs array iterator, separate from array to
23646: avoid it & use caching
23647:
23648: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23649: bug fixed
23650:
23651: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23652: main/execute.C, main/pa_globals.C: found another multithread bug
23653: in op.C (last, last global var killed) :)
23654:
23655: 2001-08-01 parser
23656:
23657: * src/: include/pa_dictionary.h, include/pa_globals.h,
23658: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23659: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23660: main/untaint.C: speeded up typo-html replacements. introducing
23661: Dictionary with first-char caching
23662:
23663: 2001-07-31 parser
23664:
23665: * src/types/Makefile.am: pa_vtable.C added to .am
23666:
23667: * src/main/compile.tab.C: added, so that could be compiled even on
23668: non-bison-enabled platforms
23669:
23670: 2001-07-28 parser
23671:
23672: * src/classes/table.C: table:hash always produces hash, when can't
23673: - empty
23674:
23675: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23676: skipped \n
23677:
23678: 2001-07-27 parser
23679:
23680: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23681: on int/double/string :sql without result and default
23682:
23683: 2001-07-26 parser
23684:
23685: * src/classes/op.C: fixed bad multithread bug with strangly global
23686: OP
23687:
23688: * src/main/compile.y: $man[$.age[zzz]] 0
23689:
23690: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23691: creation syntax problem persists. restored $: for a while.
23692: thinking of $man[$.age[zzz]] syntax now
23693:
23694: * src/: classes/double.C, classes/int.C, classes/string.C,
23695: include/pa_opcode.h, main/compile.C, main/compile.y,
23696: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23697: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23698: types/pa_wwrapper.h: fixing :: realization #1
23699:
23700: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23701: main/compile_tools.h, main/execute.C, main/pa_request.C,
23702: types/pa_vmethod_frame.h: introducing :: this is constructor call
23703: prefix. ordinary : remains for static accesses
23704:
23705: 2001-07-25 parser
23706:
23707: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23708: fields 2. methods 3. columns
23709:
23710: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23711: quote. optimized double&int tostring-s
23712:
23713: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23714: whitespace before first method decl
23715:
23716: * src/classes/table.C: allowed nontable result in table:sql,
23717: results in empty table
23718:
23719: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23720: lines before first method decl
23721:
23722: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23723: types/pa_vtable.h: ^table.record[] now $table.fields
23724:
23725: * src/main/compile.y: $var[] is now empty string, not void
23726:
23727: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23728: void
23729:
23730: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23731: main/pa_globals.C: match replace code context moved to implicit
23732: $match context
23733:
23734: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23735: main/compile_tools.h, main/execute.C: with killed, code storage
23736: introduced with former 'with' syntax
23737:
23738: 2001-07-24 parser
23739:
23740: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23741: types/pa_value.h: first get_element, next get operator
23742:
23743: * src/main/compile.y: removed @end handling
23744:
23745: * src/main/: compile.C, compile.y: @end handling method2
23746:
23747: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23748: file:move
23749:
23750: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23751: fixed
23752:
23753: 2001-07-23 parser
23754:
23755: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23756: driver
23757:
23758: * src/classes/hash.C: changed sql driver query interface
23759:
23760: * src/: classes/hash.C, classes/string.C, classes/table.C,
23761: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23762: changed sql driver query interface
23763:
23764: 2001-07-20 parser
23765:
23766: * src/types/pa_vrequest.C: X!$browser:type
23767:
23768: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23769: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23770: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23771: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23772: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23773: types/pa_vobject.h, types/pa_vrequest.C,
23774: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23775: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23776: BASE element globally removed
23777:
23778: 2001-07-18 parser
23779:
23780: * src/classes/file.C: file:exec/cgi msg
23781:
23782: * src/classes/file.C: $file:exit-code renamed to 'status'
23783:
23784: * src/: classes/file.C, main/pa_exec.C: file:exec
23785:
1.116 moko 23786: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23787: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23788: removed $id from *.in *.am
1.95 moko 23789:
23790: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23791: abbrevations
23792:
23793: * src/: classes/date.C, classes/mail.C, classes/math.C,
23794: classes/string.C, classes/table.C, include/pa_globals.h,
23795: include/pa_string.h, main/execute.C, main/pa_globals.C,
23796: main/pa_request.C, main/pa_string.C, main/untaint.C,
23797: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23798: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23799: $ORIGINS(1) output tracing mode
23800:
23801: 2001-07-13 parser
23802:
23803: * src/: classes/double.C, classes/int.C, classes/string.C,
23804: include/pa_request.h, main/execute.C, main/pa_request.C:
23805: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23806: second would not call first @auto
23807:
23808: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23809: wrong, fixed
23810:
23811: 2001-07-12 parser
23812:
23813: * src/types/pa_value.h: pa_value.putelement modification of system
23814: classes prevented
23815:
23816: 2001-07-11 parser
23817:
23818: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23819: table $piece
23820:
23821: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23822: types/pa_vstateless_class.h: $file created by file:state +=
23823: .atime .mtime .ctime +found&fixed bug with exceptions on
23824: get_junction-created objects [they were on wrong pool]
23825:
23826: 2001-07-09 parser
23827:
23828: * src/main/untaint.C: qp wrong name
23829:
23830: * src/: classes/date.C, classes/string.C, classes/table.C,
23831: main/compile.y: date format 0
23832:
23833: 2001-07-07 parser
23834:
23835: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23836: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23837: roll table calendar
23838:
23839: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23840: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23841: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23842: include/pa_request.h, main/main.dsp, types/pa_value.h,
23843: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23844: string. todo: sql, calendar
23845:
23846: 2001-07-06 parser
23847:
23848: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23849: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23850:
23851: 2001-07-03 parser
23852:
23853: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23854: classes/random.C, main/main.dsp: class random renamed to math,
23855: operators became methods
23856:
23857: * src/classes/op.C: pow sqrt
23858:
23859: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23860:
23861: 2001-07-02 parser
23862:
23863: * src/classes/table.C: ^table.columns column renamed from 'name' to
23864: 'column'
23865:
23866: * src/classes/hash.C: ^hash.keys[]
23867:
23868: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23869:
23870: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23871: 'strings'
23872:
23873: 2001-06-29 parser
23874:
23875: * src/main/: execute.C: /0 %0 checkes ver 2
23876:
23877: * src/main/execute.C: /0 %0 checke
23878:
23879: * src/classes/Makefile.am: nothing - void
23880:
23881: * src/classes/table.C: empty strings @ sql
23882:
23883: 2001-06-28 parser
23884:
23885: * src/: classes/double.C, classes/file.C, classes/form.C,
23886: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23887: classes/op.C, classes/random.C, classes/response.C,
23888: classes/string.C, classes/table.C, classes/void.C,
23889: main/compile.C, main/compile_tools.C, main/execute.C,
23890: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23891: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23892: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23893: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23894: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23895: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23896: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23897: $";
23898:
23899: * src/: classes/double.C, classes/file.C, classes/form.C,
23900: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23901: classes/op.C, classes/random.C, classes/response.C,
23902: classes/string.C, classes/table.C, classes/void.C,
23903: main/compile.C, main/compile.y, main/compile_tools.C,
23904: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23905: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23906: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23907: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23908: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23909: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23910:
23911: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23912: $class:name: == ${class:name}:
23913:
23914: * src/classes/string.C: exactly one
23915:
23916: 2001-06-27 parser
23917:
23918: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23919: types/pa_vvoid.h: nothing renamed to void
23920:
23921: * src/classes/op.C: ^switch ^case
23922:
23923: * src/main/compile.y: nothing renamed to void
23924:
23925: * src/: classes/hash.C, classes/table.C, main/compile.y,
23926: main/execute.C, main/main.dsp, main/pa_request.C,
23927: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23928: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23929: void
23930:
23931: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23932:
23933: 2001-05-28 parser
23934:
23935: * src/doc/html2chm.cmd: removed >a
23936:
23937: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23938: project options [some bugs]
23939:
23940: * src/doc/sources2html.cmd: z
23941:
23942: * src/: classes/classes.C, main/compile.C, main/compile.y,
23943: main/execute.C: operators are not in root class again
23944:
23945: 2001-05-24 parser
23946:
23947: * src/targets/cgi/parser3.dsp: project file
23948:
23949: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23950: ^log ^exp
23951:
23952: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23953: conversions in @exception[params]
23954:
23955: * src/main/pa_request.C: // no _ conversions in @exception[params]
23956:
23957: 2001-05-23 parser
23958:
23959: * src/main/pa_string.C: string cmp bug
23960:
23961: * src/classes/: mail.C, op.C: rem max 1000
23962:
23963: * src/: classes/op.C, main/compile.y: allow one empty line before
23964: LS_DEF_NAME
23965:
23966: 2001-05-22 parser
23967:
23968: * src/classes/op.C: if params code-required
23969:
23970: 2001-05-21 parser
23971:
23972: * src/types/pa_vstring.C: eoleof
23973:
23974: * src/classes/Makefile.am: .AM
23975:
23976: * src/classes/nothing.C: resultless ^sql moved to nothing:
23977:
23978: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23979:
23980: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23981: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23982: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23983: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23984: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23985: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23986: 'nothing'
23987:
23988: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23989: vstring::set_string
23990:
23991: * src/classes/: double.C, int.C, string.C: int,double;sql
23992:
23993: * src/: classes/hash.C, classes/int.C, classes/string.C,
23994: classes/table.C, include/pa_string.h, main/pa_string.C,
23995: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23996:
23997: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23998: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23999: hash:sql moved to main trunc. operators.txt updated
24000:
24001: * src/classes/: hash.C, op.C, table.C: hash:sql
24002:
24003: * src/classes/op.C: z
24004:
24005: * src/: main/compile.C, classes/classes.C: 1
24006:
24007: * src/: classes/classes.C, main/compile.C, main/compile.y,
24008: main/execute.C: 0
24009:
24010: * src/main/execute.C: z
24011:
24012: * src/targets/cgi/parser3.C: z
24013:
24014: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24015: site_auto_path "." in that case
24016:
24017: * src/targets/cgi/: parser3.C: z
24018:
24019: * src/main/pa_request.C: .am
24020:
24021: * src/: main/pa_request.C, targets/cgi/parser3.C:
24022: pcre_tables=pcre_default_tables;
24023:
24024: 2001-05-19 parser
24025:
24026: * src/main/pa_string.C: z
24027:
24028: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24029: introducing String::cstr_bufsize, returns just size+1 for as_is
24030: target.
24031:
24032: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24033: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24034: used, 4* mem wasted
24035:
24036: * src/classes/string.C: root context in match replace body now
24037: unchanged
24038:
24039: * src/types/pa_value.h: parameter # 1 based
24040:
24041: * src/main/pa_common.C: common: actual filename '%s'
24042:
24043: * src/classes/string.C: z
24044:
24045: * src/classes/Makefile.am: classes/.am
24046:
24047: * src/classes/: Makefile.am: classes/.am
24048:
24049: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24050: targets/cgi/pa_pool.C: classes/.am
24051:
24052: 2001-05-18 parser
24053:
1.116 moko 24054: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24055: pa_threads.C ins
1.95 moko 24056:
24057: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24058:
24059: 2001-05-17 parser
24060:
24061: * src/: classes/string.C, include/pa_config_fixed.h,
24062: include/pa_config_includes.h, main/compile.y,
24063: main/compile_tools.h, main/execute.C, main/pa_array.C,
24064: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24065: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24066: types/pa_vform.C: #include "pa_config_includes.h" removed from
24067: most .C
24068:
24069: * src/doc/html2chm.cmd: z
24070:
24071: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24072: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24073:
24074: * src/main/pa_sql_driver_manager.C: moved expiration to
24075: get_connection_from_cache
24076:
24077: * src/main/pa_sql_driver_manager.C: cache expiration bf
24078:
24079: * src/: classes/classes.h, include/pa_sql_connection.h,
24080: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24081: cache expiration[use SQL_Driver::disconnect]
24082:
24083: * src/main/pa_table.C: table.locate current restored on "not found"
24084:
24085: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24086: line no
24087:
24088: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24089: ANTI_ENDLESS_EXECUTE_RECOURSION
24090:
24091: * src/: classes/op.C, include/pa_sql_connection.h,
24092: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24093: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24094: 1driver and set_services fight for driver::fservices. before fix
24095:
24096: * src/: classes/op.C, include/pa_config_fixed.h,
24097: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24098: main/pa_sql_driver_manager.C: found problem at last: 2connections
24099: own 1driver and set_services fight for driver::fservices. before
24100: fix
24101:
24102: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24103: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24104: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24105: pa_threads.C
24106:
24107: * src/include/pa_threads.h: removed targets/parser
24108:
24109: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24110: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24111: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24112: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24113: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24114: headers
24115:
24116: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24117: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24118: order prevented sqlmanager to see MULTYTHREAD define
24119:
24120: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24121: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24122: put/gets
24123:
24124: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24125: from hash.h
24126:
24127: * src/: classes/op.C, include/pa_sql_connection.h,
24128: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24129: from cache ->set_services(&services);
24130:
24131: 2001-05-16 parser
24132:
24133: * src/targets/cgi/parser3.C: z
24134:
24135: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24136: debug, #ifdefed some. would debug later, on more precise sample
24137: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24138: $name.$tail[$tail!] $name.$tail } ok3
24139:
24140: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24141: removed array debug. before vstring rebasing
24142:
24143: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24144: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24145: array debugged; adjusted
24146:
24147: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24148: SQL_Driver_manager line no for connect/charset errors
24149:
24150: 2001-05-15 parser
24151:
24152: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24153: main/pa_string.C: string+array made linear grows
24154:
24155: * src/: include/pa_string.h, main/pa_string.C,
24156: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24157: grow lineary, not exponentialy
24158:
24159: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24160: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24161: with fullchunk cmps
24162:
24163: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24164: 70041= 81
24165:
24166: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24167: targets/cgi/parser3.C: detected huge mem allocation: size/times
24168: malloc 27809390/368771, calloc 3232/83. would test now
24169:
24170: * src/: classes/random.C, main/compile.y, main/execute.C,
24171: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24172: numbered params had wrong name - for instance: bad error message
24173: in ^for[] bad body type. fixed
24174:
24175: 2001-05-14 parser
24176:
24177: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24178: main/untaint.C: ^string.upper|lower[]
24179:
24180: 2001-05-11 parser
24181:
24182: * src/: classes/double.C, classes/image.C, classes/op.C,
24183: classes/string.C, classes/table.C, classes/unknown.C,
24184: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24185: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24186: types/pa_vunknown.h: op: MAX_LOOPS as_int
24187:
24188: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24189: .dsp for win32tools
24190:
24191: 2001-05-11 paf
24192:
24193: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24194: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24195: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24196: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24197:
24198: 2001-05-10 paf
24199:
24200: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24201: for C++, that's all
24202:
1.116 moko 24203: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24204: pa_config_includes.h: inline wonders
1.95 moko 24205:
24206: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24207: doc/doxygen.cmd: hash.C added
24208:
24209: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24210:
24211: * src/main/compile.y: @end grammar: allowed zero strings in control
24212: menthod
24213:
24214: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24215: pa_vstateless_object.h: changed priority: field before method
24216: lookup in vclass & vobject
24217:
24218: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24219: grammar: priorities changes [lowerd && prior] vobject: now first
24220: fields, next methods
24221:
24222: 2001-05-08 paf
24223:
24224: * src/main/pa_table.C: table columnname2item on nameless ignored
24225: bark=false. fixed
24226:
24227: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24228: types/pa_vmethod_frame.h: hash:default works at last!
24229:
24230: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24231: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24232: hash:default
24233:
24234: * src/classes/table.C: z
24235:
24236: * src/classes/table.C: table:hash always hash of hash now
24237:
24238: * src/classes/table.C: table:empty return bool now
24239:
24240: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24241: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24242: types/pa_vtable.h: table:hash
24243:
24244: * src/classes/table.C: table:record have name
24245:
24246: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24247: returns vunknown
24248:
24249: * src/classes/: double.C, int.C, op.C, string.C:
24250: int,double,string:int[] double[] string:length[] results now have
24251: hames
24252:
24253: * src/: classes/op.C, classes/table.C, main/main.dsp,
24254: types/pa_vtable.h: removed table:find. table:locate and op:eval
24255: now return bool
24256:
24257: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24258: in method checkparams again. fixed
24259:
24260: 2001-05-07 paf
24261:
24262: * src/doc/chm.cmd: cmd
24263:
24264: * src/: classes/image.C, classes/mail.C, classes/string.C,
24265: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24266: types/pa_value.h: method reported errors on wrong pool
24267:
24268: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24269: now
24270:
24271: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24272: include/code.h, include/pa_opcode.h, main/compile.C,
24273: main/compile_tools.h, main/execute.C, types/pa_value.h,
24274: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24275: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24276: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24277: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24278: types/pa_vmethod_frame.h, types/pa_vobject.h,
24279: types/pa_vrequest.h, types/pa_vresponse.h,
24280: types/pa_vstateless_class.h, types/pa_vstring.h,
24281: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24282: types/pa_wwrapper.h: pa_code.h
24283:
24284: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24285:
24286: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24287: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24288: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24289: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24290: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24291: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24292: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24293: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24294: types/pa_vtable.h: dox, split by not clean parts also
24295:
24296: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24297: types/pa_vtable.h: table: fields, then methods. so to enable
24298: 'dir' fields & co. more
24299:
24300: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24301: so to enable 'dir' fields & co.
24302:
24303: * src/main/compile.y: grammar: @end
24304:
24305: 2001-05-04 paf
24306:
24307: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24308: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24309:
24310: * src/: classes/classes.h, classes/double.C, classes/file.C,
24311: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24312: classes/op.C, classes/random.C, classes/response.C,
24313: classes/string.C, classes/table.C, classes/unknown.C,
24314: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24315: method dox
24316:
24317: 2001-05-03 paf
24318:
24319: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24320: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24321: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24322: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24323: doc/string.dox, doc/targets.dox, doc/value.dox,
24324: main/pa_request.C: dox splitted .dox files and added some
24325:
24326: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24327:
24328: 2001-05-02 paf
24329:
24330: * src/classes/: image.C, table.C: table:dir result are not tainted
24331: by file_name language now
24332:
24333: 2001-04-28 paf
24334:
24335: * src/classes/classes.inc: removed classes.inc
24336:
24337: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24338: from .am
24339:
24340: * src/classes/classes.awk: skipped classes in .awk
24341:
24342: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24343: classes/classes.inc, classes/double.C, classes/file.C,
24344: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24345: classes/string.C, classes/table.C, classes/unknown.C,
24346: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24347: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24348: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24349: pa_methoded back to classes/classes.h
24350:
24351: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24352:
24353: * src/: classes/Makefile.am, classes/classes.awk,
24354: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24355: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24356:
24357: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24358: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24359: classes/response.C, classes/string.C, classes/table.C,
24360: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24361: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24362: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24363: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24364: include|main/pa_methoded
24365:
24366: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24367: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24368:
24369: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24370: moved some configured data to request::classes_conf moved some
24371: string crations from globals to M... [works]
24372:
24373: * src/: classes/form.C, classes/mail.C, classes/op.C,
24374: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24375: main/pa_request.C: moved some configured data to
24376: request::classes_conf moved some string crations from globals to
24377: M...
24378:
24379: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24380: about to move configured data to special request hash
24381:
24382: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24383: classes/form.C, classes/mail.C, include/pa_request.h,
24384: main/pa_request.C: configure started
24385:
24386: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24387: 2. todo: methoded-configure
24388:
24389: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24390: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24391: classes/_random.h, classes/_response.h, classes/_string.h,
24392: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24393: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24394: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24395: classes/random.C, classes/response.C, classes/string.C,
24396: classes/table.C, classes/unknown.C, include/pa_globals.h,
24397: include/pa_request.h, main/compile.y, main/execute.C,
24398: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24399: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24400: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24401: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24402: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24403: types/pa_vrequest.h, types/pa_vresponse.h,
24404: types/pa_vstateless_class.h, types/pa_vstring.h,
24405: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24406: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24407: methoded-configure
24408:
24409: * src/: classes/file.C, classes/table.C, main/compile.y,
24410: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24411: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24412: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24413:
24414: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24415: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24416: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24417: classes/random.C, classes/response.C, classes/string.C,
24418: classes/table.C, classes/unknown.C, include/pa_request.h,
24419: main/compile.y, main/execute.C, main/pa_globals.C,
24420: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24421: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24422: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24423: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24424: beautifying just compiled. todo: debug, configure
24425:
24426: 2001-04-27 paf
24427:
24428: * src/: classes/file.C, classes/image.C, classes/table.C,
24429: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24430: beautifying -99
24431:
24432: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24433: classes/_response.h, classes/_unknown.h, classes/classes.C,
24434: classes/classes.h, classes/double.C, classes/file.C,
24435: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24436: classes/op.C, classes/random.C, classes/response.C,
24437: classes/string.C, include/pa_globals.h, main/main.dsp,
24438: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24439: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24440: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24441: types/pa_vunknown.h: beautifying -100
24442:
24443: * src/main/compile.y: serge@ found @CLASS bug. fixed
24444:
24445: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24446: classes/_op.h, classes/_random.h, classes/_table.h,
24447: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24448: classes/op.C, classes/random.C, classes/response.C,
24449: classes/string.C, classes/table.C, classes/unknown.C,
24450: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24451: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24452: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24453: beautifying
24454:
24455: 2001-04-26 paf
24456:
24457: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24458:
24459: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24460: documentation ++
24461:
24462: * src/: classes/_exec.h, doc/doxygen.cfg,
24463: include/pa_config_fixed.h, include/pa_config_includes.h,
24464: targets/cgi/pa_pool.C: code documentation ++
24465:
24466: * src/: classes/_image.h, classes/op.C, classes/random.C,
24467: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24468: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24469: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24470: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24471: types/pa_vmethod_frame.h, types/pa_vobject.h,
24472: types/pa_vrequest.C, types/pa_vrequest.h,
24473: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24474: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24475: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24476: code documentation ++
24477:
24478: * src/: classes/image.C, classes/mail.C, classes/string.C,
24479: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24480: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24481: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24482: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24483: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24484: types/pa_vobject.h, types/pa_vstateless_class.h,
24485: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24486:
24487: * src/main/: pa_request.C, pa_string.C: z
24488:
24489: * src/: include/pa_common.h, include/pa_types.h,
24490: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24491: connection caching fixed. request-pooled-url were stored into
24492: global connectioncache
24493:
24494: 2001-04-25 paf
24495:
24496: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24497: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24498:
24499: * src/: include/code.h, include/pa_common.h, main/compile.y,
24500: main/execute.C, main/pa_common.C: -d
24501:
24502: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24503: illegal call check a bit improved, but still under iis no mapping
24504: of dir with parser allowed!
24505:
24506: 2001-04-24 paf
24507:
24508: * src/targets/Makefile.am: apache module lib .am
24509:
24510: * src/main/pa_exec.C: windows32 buildCommand
24511:
24512: 2001-04-23 paf
24513:
24514: * src/targets/cgi/Makefile.am: win32 conditional
24515:
24516: * src/targets/cgi/Makefile.am: win32 conditional
24517:
24518: * src/targets/cgi/Makefile.am: liblink
24519:
24520: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24521: vfile fields return type
24522:
24523: * src/types/pa_vfile.h: vfile fields return type
24524:
24525: * src/include/pa_config_auto.h.in: .h.in
24526:
24527: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24528: types/Makefile: makefiles removed
24529:
24530: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24531: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24532:
24533: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24534: [tested: i & g ]
24535:
24536: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24537: @test noticed series in isapi, check how initialize_random_class
24538: is called! [must be called only once]
24539:
24540: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24541: would not be 'unknown column'
24542:
24543: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24544: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24545:
24546: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24547: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24548: [now doesnt]
24549:
24550: * src/targets/cgi/parser3.C: cgi cmdline ver
24551:
24552: * src/targets/cgi/parser3.C: cgi /// @test disable
24553: /cgi-bin/parser3/auto.p
24554:
24555: * src/main/untaint.C: untaint without charset
24556:
24557: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24558: main/pa_common.C: common: file_write /// @test mkdirs
24559: file_delete rmdirs
24560:
24561: * src/main/untaint.C: mail header only once to =?
24562:
24563: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24564: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24565: main/untaint.C: untaint - @test optimize whitespaces for
24566: all but 'html'
24567:
24568: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24569: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24570: main/untaint.C: untaint - @test mail-header
24571:
24572: 2001-04-20 paf
24573:
24574: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24575: include/pa_request.h, include/pa_string.h, main/compile.y,
24576: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24577: targets/cgi/parser3.C: $MAIN:LOCALE
24578:
24579: * src/main/untaint.C: z
24580:
24581: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24582:
24583: 2001-04-19 paf
24584:
24585: * src/main/compile_tools.h: $a$b bugfix
24586:
24587: * src/targets/cgi/parser3.C: z
24588:
24589: * src/classes/file.C: z
24590:
24591: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24592: done: header to $fields. waits for header '\' tricks
24593:
24594: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24595: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24596: changed urlencode here and in untaint.C to HTTP standard's " and
24597: \" mech
24598:
24599: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24600: http://alx/~paf/ doesnt load /auto.p
24601:
24602: 2001-04-18 paf
24603:
24604: * src/main/pa_request.C: 1
24605:
24606: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24607: linux @alx
24608:
24609: 2001-04-17 paf
24610:
24611: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24612: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24613: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24614: enabled
24615:
24616: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24617: classes/_exec.h, classes/_file.h, classes/_form.h,
24618: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24619: classes/_random.h, classes/_response.h, classes/_string.h,
24620: classes/_table.h, classes/_unknown.h, classes/file.C,
24621: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24622: include/pa_config_fixed.h, include/pa_config_includes.h,
24623: include/pa_hash.h, include/pa_sql_driver_manager.h,
24624: include/pa_version.h, main/Makefile.am, main/compile.y,
24625: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24626: main/pa_sql_driver_manager.C, sql/Makefile.am,
24627: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24628: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24629: types/pa_vform.C, types/pa_vimage.h: exec @jav
24630:
24631: * src/: include/pa_sql_driver_manager.h,
24632: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24633: types/pa_vimage.h: sql driver interface now has initialize(client
24634: .so)
24635:
24636: 2001-04-16 paf
24637:
24638: * src/Makefile.am: compile2 cygwin
24639:
24640: * src/: include/pa_config_includes.h, main/pa_exec.C,
24641: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24642:
24643: * src/targets/cgi/Makefile.am: compile0 jav
24644:
24645: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24646: classes/_exec.h, classes/_file.h, classes/_form.h,
24647: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24648: classes/_random.h, classes/_response.h, classes/_string.h,
24649: classes/_table.h, classes/_unknown.h, classes/image.C,
24650: classes/mail.C, classes/op.C, classes/random.C,
24651: include/pa_config_fixed.h, include/pa_config_includes.h,
24652: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24653: main/compile.y, main/pa_common.C, main/pa_exec.C,
24654: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24655: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24656: compile-1
24657:
24658: 2001-04-15 paf
24659:
24660: * src/classes/op.C: z
24661:
24662: * src/classes/table.C: table:empty +=process
24663:
24664: * src/types/pa_value.h: MethodParams !junction
24665:
24666: * src/: classes/_string.h, classes/double.C, classes/file.C,
24667: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24668: classes/random.C, classes/response.C, classes/string.C,
24669: classes/table.C, classes/unknown.C, main/pa_request.C:
24670: MethodParams everywhere
24671:
24672: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24673: types/pa_vmethod_frame.h: MethodParams in op.C
24674:
24675: 2001-04-12 paf
24676:
24677: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24678:
24679: * src/: classes/_unknown.h, classes/unknown.C,
24680: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24681: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24682:
24683: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24684:
24685: * src/classes/image.C: image:gif now does not have params
24686:
24687: * src/classes/image.C:
24688: image:line/fill/rectangle/bar/replace/polygon/polybar
24689:
24690: * src/: classes/image.C, classes/op.C, main/execute.C,
24691: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24692: for var now written not to r.wcontext, but to r.root cleared
24693: "entered_object" state
24694:
24695: 2001-04-11 paf
24696:
24697: * src/classes/image.C: image:create image:load
24698:
24699: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24700: just compiled
24701:
24702: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24703: todo: gif without file
24704:
24705: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24706: started porting to Pooled descendant
24707:
24708: * src/: classes/image.C, main/execute.C, main/main.dsp,
24709: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24710: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24711: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24712:
24713: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24714: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24715: end. switching to python imaging lib
24716:
24717: * src/main/main.dsp: gd+smtp made separate libs
24718:
24719: * src/: include/pa_globals.h, include/pa_string.h,
24720: main/pa_common.C, main/pa_request.C, main/untaint.C,
24721: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24722: length
24723:
24724: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24725: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24726: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24727: UL_FILE_NAME of posted file name
24728:
24729: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24730: post [broke when moved post read to core]
24731:
24732: 2001-04-10 paf
24733:
24734: * src/classes/image.C: image:html done
24735:
24736: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24737:
24738: * src/classes/image.C: z
24739:
24740: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24741: forgotten!
24742:
24743: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24744: main/pa_request.C, main/pa_string.C, main/untaint.C,
24745: types/pa_vimage.h: image:measure -90
24746:
24747: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24748: classes/_int.h, classes/_mail.h, classes/_op.h,
24749: classes/_random.h, classes/_response.h, classes/_string.h,
24750: classes/_table.h, classes/file.C, classes/mail.C,
24751: include/pa_common.h, include/pa_globals.h, main/execute.C,
24752: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24753: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24754: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24755: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24756: compiled
24757:
24758: * src/classes/mail.C: minor bug with unclear from/to
24759:
24760: * src/classes/mail.C: sendmail unix skipping defaults
24761:
24762: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24763: sendmail unix added defaults
24764:
24765: * src/classes/mail.C: unix sendmail compiled. todo:testing
24766:
24767: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24768:
24769: 2001-04-09 paf
24770:
24771: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24772: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24773: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24774: targets/isapi/parser3isapi.dsp: all targets exec
24775:
24776: * src/: include/pa_sapi.h, include/pa_string.h,
24777: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24778: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24779: args in apache:util.script
24780:
24781: * src/include/pa_string.h: written but not tested exec with env for
24782: unix
24783:
24784: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24785: targets/cgi/parser3.C: exec win32 env
24786:
24787: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24788: 0
24789:
24790: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24791: main/execute.C, main/main.dsp, main/pa_globals.C,
24792: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24793: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24794:
24795: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24796: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24797:
24798: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24799: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24800:
24801: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24802: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24803: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24804: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24805: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24806: exec class just compiled. moved post read to request core
24807:
24808: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24809: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24810: main/pa_globals.C, targets/cgi/parser3.C,
24811: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24812: are already read by vform
24813:
24814: 2001-04-08 paf
24815:
24816: * src/: classes/file.C, classes/mail.C, classes/string.C,
24817: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24818: uuencode. string<<
24819:
24820: 2001-04-07 paf
24821:
24822: * src/classes/mail.C: z
24823:
24824: * src/classes/mail.C: z
24825:
24826: * src/classes/mail.C: ^mail[$attach
24827:
24828: * src/classes/mail.C: ^attach dead end
24829:
24830: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24831: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24832: targets/isapi/parser3isapi.C: mail:send 1
24833:
24834: * src/: classes/mail.C, main/pa_request.C: z
24835:
24836: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24837: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24838: compiled
24839:
24840: * src/classes/mail.C: +=
24841:
24842: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24843: prepared
24844:
24845: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24846: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24847: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24848: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24849:
24850: 2001-04-06 paf
24851:
24852: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24853: main/pa_string.C: table:dir 1
24854:
24855: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24856: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24857:
24858: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24859: classes/root.C, include/pa_globals.h, include/pa_request.h,
24860: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24861: main/pa_request.C: renamed 'root' to 'op'
24862:
24863: * src/classes/: _op.h, op.C: renamed from 'root'
24864:
24865: * src/types/pa_valiased.C: another root inherititance skipped
24866:
24867: * src/main/: compile.C, compile.y, execute.C: operators are now not
24868: root methods of parent class. just 'ROOT' class
24869:
24870: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24871: @office
24872:
24873: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24874:
24875: 2001-04-05 paf
24876:
24877: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24878: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24879: constructor flag dropped at get_method_frame and remembered into
24880: method_frame
24881:
24882: * src/: classes/file.C, classes/root.C, classes/string.C,
24883: classes/table.C, main/pa_request.C: junction to code&expression
24884: in errors
24885:
24886: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24887: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24888: $LOCALE:ctype[Russian_Russia.1251]
24889:
24890: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24891: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24892: main/pa_table.C: hash now not thread-safe.
24893:
24894: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24895: main/untaint.C: z
24896:
24897: * src/: classes/random.C, classes/root.C, classes/table.C,
24898: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24899: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24900: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24901: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24902:
24903: * src/: classes/table.C, include/pa_sql_connection.h,
24904: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24905:
24906: * src/classes/table.C: select * from hren error contains statement
24907:
24908: * src/: classes/table.C, include/pa_sql_connection.h,
24909: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24910: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24911:
24912: * src/: classes/root.C, include/pa_sql_connection.h,
24913: include/pa_sql_driver.h, main/main.dsp,
24914: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24915: services for conv memory & error reporting
24916:
24917: 2001-04-04 paf
24918:
24919: * src/doc/doxygen.cfg: z
24920:
24921: * src/include/pa_sql_driver.h: mysql connect
24922:
24923: * src/include/pa_sql_driver.h: mysql info
24924:
24925: * src/: classes/root.C, include/pa_sql_driver.h,
24926: include/pa_sql_driver_manager.h, main/main.dsp,
24927: main/pa_sql_driver_manager.C: more manager&connection&driver
24928:
24929: * src/sql/Makefile.am: forgot to add mysql client
24930:
24931: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24932: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24933: [forgot to add libltdl, added]
24934:
24935: * src/: Makefile.am, classes/root.C, classes/string.C,
24936: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24937: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24938: include/pa_string.h, include/pa_table.h, main/main.dsp,
24939: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24940: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24941: -1000 just compiled
24942:
24943: * src/: classes/random.C, classes/root.C, classes/table.C,
24944: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24945: main/pa_request.C, types/pa_vclass.h: sql frame -10
24946:
24947: 2001-04-03 paf
24948:
24949: * src/types/pa_vform.C: z
24950:
24951: * src/: classes/string.C, types/pa_vform.C: string:match replace
24952: assigned lang
24953:
24954: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24955: {}[]< empty []
24956:
24957: * src/: classes/file.C, classes/string.C, classes/table.C,
24958: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24959: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24960:
24961: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24962: string:match replace strange matches
24963:
24964: * src/classes/string.C: string:match replace 0
24965:
24966: * src/: classes/string.C, main/pa_string.C: string:match replace
24967: prepared 2
24968:
24969: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24970: string:match replace prepared
24971:
24972: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24973: string:match replace -11
24974:
24975: * src/: classes/string.C, include/pa_globals.h,
24976: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24977: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24978:
24979: * src/: classes/string.C, include/pa_globals.h,
24980: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24981: main/pa_string.C: string:match [search] -1 just compiled
24982:
24983: * src/types/pa_vstring.C: z
24984:
24985: * src/: classes/double.C, classes/file.C, classes/form.C,
24986: classes/int.C, classes/response.C, classes/root.C,
24987: classes/string.C, classes/table.C, include/pa_string.h,
24988: main/pa_string.C: string:match -10 [frame]
24989:
24990: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24991: main/pa_request.C: z
24992:
24993: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24994: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24995: todo/tests
24996:
24997: * src/include/pa_common.h: z
24998:
24999: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25000: main/pa_request.C, targets/cgi/parser3.C,
25001: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25002: content-disposition
25003:
25004: * src/: include/pa_common.h, include/pa_globals.h,
25005: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25006: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25007:
25008: * src/: include/pa_common.h, include/pa_request.h,
25009: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25010: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25011: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25012: response:body
25013:
25014: * src/classes/table.C: table:append now uses string::split
25015:
25016: * src/classes/table.C: z
25017:
25018: * src/: classes/file.C, classes/root.C, classes/string.C,
25019: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25020: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25021: include/pa_string.h, main/execute.C, main/pa_string.C,
25022: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25023: string::pos & cmp & piece bugs fixed. string::split new
25024: table:load separated from set table:set implemented with clean \n
25025: \t searches
25026:
25027: 2001-04-02 paf
25028:
25029: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25030: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25031: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25032: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25033: it in table:set/load
25034:
25035: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25036: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25037:
25038: * src/classes/random.C: random:generate 1
25039:
25040: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25041: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25042: types/pa_value.h: random:generate
25043:
25044: 2001-03-30 paf
25045:
25046: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25047: todo: table flip and append. string::pos
25048:
25049: * src/: classes/double.C, classes/file.C, classes/int.C,
25050: classes/response.C, classes/root.C, classes/string.C,
25051: classes/table.C, main/compile.y, main/execute.C,
25052: types/pa_value.h, types/pa_vstateless_class.C,
25053: types/pa_vstateless_class.h: static|dynamic|any method
25054: registration
25055:
25056: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25057: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25058: table:flip
25059:
25060: 2001-03-29 paf
25061:
25062: * src/classes/string.C: string:xsplit forgot that they must result
25063: in 1 row N column [not vice versa]
25064:
25065: * src/classes/string.C: z
25066:
25067: * src/classes/string.C: string: rsplit
25068:
25069: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25070: string: lsplit
25071:
25072: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25073: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25074: lsplit -1
25075:
25076: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25077: string: pos
25078:
25079: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25080: string: pos -1
25081:
25082: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25083: main/compile.y, main/pa_request.C, main/pa_string.C,
25084: main/untaint.C: string: left right mid
25085:
25086: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25087: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25088: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25089: and [;] are different now.
25090:
25091: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25092: main/untaint.C: pool.request undone
25093:
25094: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25095: main/untaint.C: pool.request
25096:
25097: 2001-03-28 paf
25098:
25099: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25100: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25101: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25102: $request:browser [.type .version]; unknown.get_double now = 0.
25103:
25104: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25105: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25106: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25107: types/pa_vform.C: file:load autodetection of mime-type by
25108: user-file-name
25109:
25110: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25111: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25112: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25113:
25114: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25115: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25116: write. must be self.set
25117:
25118: * src/: classes/file.C, classes/root.C, classes/table.C,
25119: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25120:
25121: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25122: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25123: types/pa_vtable.h: table:locate just compiled
25124:
25125: 2001-03-27 paf
25126:
25127: * src/main/: execute.C, pa_common.C: fixed r/w context of
25128: code-params2, fixed ntfs hardlink slow dir update
25129:
25130: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25131: types/pa_wcontext.h: fixed r/w context of code-params
25132:
25133: * src/: classes/table.C, main/execute.C: about to change junction
25134: rcontext!!
25135:
25136: * src/: classes/double.C, classes/int.C, classes/root.C,
25137: classes/string.C, classes/table.C, main/compile_tools.C,
25138: main/execute.C, main/pa_request.C, main/untaint.C,
25139: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25140: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25141: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25142: types/pa_vunknown.h: sort 0
25143:
25144: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25145: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25146: renamed to are_static_calls_disabled
25147:
25148: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25149: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25150: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25151: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25152:
25153: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25154:
25155: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25156: started table:sort fixed minor bug in #...^{
25157:
25158: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25159: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25160: decided to have as it were. stepped back. grammar: added 'in'
25161: 'is' 'lt'&co follow-space check
25162:
25163: 2001-03-26 paf
25164:
25165: * src/: classes/file.C, classes/root.C, classes/table.C,
25166: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25167: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25168: main/pa_table.C: moved ::save to pa_table. disabled @auto
25169: invocation in ^process
25170:
25171: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25172:
25173: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25174: main/pa_array.C: table:record
25175:
25176: * src/: main/untaint.C, targets/cgi/parser3.C,
25177: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25178: targets/isapi/pool_storage.h, types/pa_valiased.h,
25179: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25180: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25181: types/pa_vtable.h: z
25182:
25183: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25184: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25185: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25186: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25187: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25188: method realisations on 'self' validity - they now can simply
25189: assume that 'self' is V{Proper} .
25190:
25191: 2001-03-25 paf
25192:
25193: * src/main/untaint.C: z
25194:
25195: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25196: lowlevel - it initialization could be skipped if failed in @auto.
25197: so that exception report would use some table
25198:
25199: * src/main/pa_request.C: table empty lines ignored. system-default
25200: content type assigned in output:result [can fail in main:auto and
25201: skipped normal defaults extraction]
25202:
25203: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25204: bug
25205:
25206: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25207: processing to table [except preliminary \r\n \r \n replacements
25208: to "\n"]
25209:
25210: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25211: move all the processing to table
25212:
25213: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25214: main/pa_table.C, main/untaint.C: returned table originating.
25215: useful for reporting typo table problems origin. think would be
25216: useful somewhere else
25217:
25218: * src/main/untaint.C: typo \r \r\n \n properly handled
25219:
25220: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25221: include/pa_table.h, main/compile.y, main/compile_tools.C,
25222: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25223: main/pa_string.C, main/pa_table.C, main/untaint.C,
25224: types/pa_vcookie.h: typo & typo-default
25225:
25226: 2001-03-24 paf
25227:
25228: * src/main/pa_common.C: z
25229:
25230: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25231: targets/cgi/parser3.C: html-typo 2
25232:
25233: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25234: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25235: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25236: main/execute.C, main/pa_array.C, main/pa_globals.C,
25237: main/pa_request.C, main/pa_string.C, main/untaint.C,
25238: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25239: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25240: noticed double default content-type prob. run cgi.cmd tomorrow
25241: first html-typo sample. detected << problem: they become ltlt too
25242: fast
25243:
25244: * src/main/compile.y: z
25245:
25246: * src/main/: compile.y, compile_tools.h: #comment
25247:
25248: * src/: classes/file.C, classes/root.C, classes/table.C,
25249: include/pa_common.h, include/pa_request.h, main/compile.y,
25250: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25251: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25252: stringified
25253:
25254: * src/types/pa_valiased.C: decided to String-ify file_read
25255:
25256: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25257: isapi/parser3isapi.dsp: cgi: sapi::log
25258:
25259: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25260: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25261: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25262: error log experiments failed - cgi under iis got no access to
25263: log. registereventsource simply failed with 5(illegal call) code,
25264: while worked OK as standalone executable. isapi: used
25265: HSE_APPEND_LOG_PARAMETER feature
25266:
25267: * src/: include/pa_common.h, include/pa_globals.h,
25268: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25269: targets/isapi/parser3isapi.C: fixed default content-type
25270: allocation storage
25271:
25272: * src/: include/pa_globals.h, include/pa_request.h,
25273: main/pa_globals.C, main/pa_request.C: z
25274:
25275: * src/: include/pa_array.h, include/pa_hash.h,
25276: include/pa_request.h, main/compile.y, main/pa_array.C,
25277: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25278: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25279: content-type
25280:
25281: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25282: sanity
25283:
25284: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25285: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25286: away freeze mech. no danger now for you can't do
25287: ^request:process[@new-method[] body] trick anymore. still
25288: remains $some_instance.process[@new-method[] possibility] but
25289: would leave it as a feature. see index for sample
25290:
25291: * src/: include/pa_common.h, main/pa_common.C,
25292: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25293: monkey every target
25294:
25295: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25296: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25297: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25298:
25299: 2001-03-23 paf
25300:
25301: * src/: include/pa_pool.h, main/pa_request.C,
25302: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25303: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25304: targets/isapi/pool_storage.h: isapi: dumb pool storage
25305:
25306: * src/targets/isapi/pa_pool.C: decided to continue with extension
25307:
25308: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25309: it would be better to rewrite as filter then to deal with pool
25310:
25311: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25312: now like in cgi, not from APPL_PHYSICAL_PATH
25313:
25314: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25315: include/pa_config_fixed.h, include/pa_config_includes.h,
25316: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25317: include/pa_version.h, main/compile.y, main/execute.C,
25318: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25319: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25320: main/untaint.C, targets/cgi/parser3.C,
25321: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25322: cgi: reinvent document_root and request_uri under iis. autoconf
25323: updated. introducing ap_config_includes
25324:
25325: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25326:
25327: * src/targets/cgi/parser3.C: cgi: only one pool now
25328:
25329: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25330: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25331: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25332: types/pa_venv.h, types/pa_vform.C: sapi made object
25333:
25334: * src/: include/pa_globals.h, main/pa_request.C,
25335: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25336: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25337: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25338:
25339: * src/: main/pa_request.C, targets/cgi/parser3.C,
25340: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25341: isapi minor env beauty
25342:
25343: * src/: main/pa_request.C, targets/cgi/parser3.C,
25344: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25345: isapi document_root 0
25346:
25347: 2001-03-22 paf
25348:
25349: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25350:
25351: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25352: isapi/parser3isapi.C: z
25353:
25354: * src/: include/pa_pool.h, main/pa_request.C,
25355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25356:
25357: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25358: kill.pl: isapi added utils
25359:
25360: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25361: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25362: types/pa_vform.C: isapi 0
25363:
25364: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25365: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25366: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25367: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25368: started isapi
25369:
25370: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25371: some comments
25372:
25373: * src/: include/pa_globals.h, include/pa_request.h,
25374: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25375: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25376: parser_root_auto_path parser_site_auto_path
25377:
25378: * src/types/pa_vcookie.C: cookie attr decoded
25379:
25380: 2001-03-21 paf
25381:
25382: * src/targets/cgi/parser3.C: z
25383:
25384: * src/include/pa_globals.h: post. todo: config of auto.p path
25385:
25386: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25387: types/pa_venv.h: in cookie & env. todo:post
25388:
25389: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25390: classes/root.C, classes/table.C, include/pa_array.h,
25391: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25392: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25393: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25394: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25395: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25396: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25397: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25398: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25399: shifted apache branch on main trunc
25400:
25401: * src/: include/pa_common.h, include/pa_globals.h,
25402: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25403: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25404: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25405: starting mod_parser3
25406:
25407: * src/targets/cgi/parser3.C: starting mod_parser3
25408:
25409: 2001-03-20 paf
25410:
25411: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25412: targets/cgi/parser3.C: automake compiled and works. todo:make
25413: win32 ifdefs work and add ifdef unistd
25414:
25415: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25416: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25417: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25418: z
25419:
25420: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25421: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25422: locking
25423:
25424: * src/: classes/Makefile.am, types/Makefile.am: z
25425:
25426: * src/: Makefile.am, classes/file.C, classes/root.C,
25427: classes/table.C, include/pa_array.h, include/pa_request.h,
25428: include/pa_string.h, main/Makefile.am, main/execute.C,
25429: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25430: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25431: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25432: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25433:
25434: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25435: main/pa_request.C, types/pa_vfile.h: ^table:save
25436:
25437: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25438: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25439: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25440: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25441: types/pa_vform.h: z
25442:
25443: * src/include/pa_string.h: z
25444:
25445: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25446: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25447: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25448: :Value
25449:
25450: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25451: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25452: :VStateless_object
25453:
25454: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25455: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25456: :VStateless_object
25457:
25458: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25459: types/pa_valiased.C, types/pa_vform.h: commented VForm
25460:
25461: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25462: types/pa_valiased.h, types/pa_value.h,
25463: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25464: types/pa_vstateless_object.h: moved common get_element part from
25465: stateless object&class into VAliased
25466:
25467: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25468: classes/table.C, main/execute.C, main/main.dsp,
25469: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25470: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25471: now :Value
25472:
25473: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25474: main/execute.C, main/main.dsp, main/pa_globals.C,
25475: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25476:
25477: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25478: doxx
25479:
25480: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25481: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25482: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25483: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25484: and ^file:save
25485:
25486: 2001-03-19 paf
25487:
25488: * src/types/pa_vfile.C: z
25489:
25490: * src/: classes/file.C, classes/request.C, classes/table.C,
25491: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25492: main/pa_request.C, main/untaint.C, types/pa_value.h,
25493: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25494:
25495: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25496: include/pa_string.h, include/pa_table.h, main/main.dsp,
25497: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25498: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25499: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25500: classes/_file.h, classes/file.C, types/pa_vfile.C,
25501: types/pa_vfile.h: file class just compiled
25502:
25503: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25504: include/pa_table.h, include/pa_types.h, main/execute.C,
25505: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25506: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25507: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25508:
25509: * src/include/pa_pool.h: z
25510:
25511: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25512: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25513: Hash::Value to Val so to doxygen would finlly stop confusing
25514: those Value-s
25515:
25516: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25517: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25518: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25519: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25520: include/pa_types.h, main/compile.C, main/compile.y,
25521: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25522: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25523: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25524: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25525: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25526:
25527: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25528: derivates somehow unlinked. don't know why yet
25529:
25530: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25531: include/pa_string.h, include/pa_threads.h, main/compile.C,
25532: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25533: main/execute.C, main/pa_array.C, main/pa_common.C,
25534: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25535: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25536: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25537:
25538: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25539: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25540: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25541: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25542: types/pa_vrequest.h: doc: detected Value derivates prob
25543:
25544: * src/include/pa_globals.h: z
25545:
25546: * src/: classes/_request.h, classes/request.C, include/code.h,
25547: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25548: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25549: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25550: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25551: main/execute.C, main/pa_pool.C, main/pa_request.C,
25552: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25553: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25554:
25555: 2001-03-18 paf
25556:
25557: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25558: cookie: allowed access to hash-assigned
25559:
25560: * src/targets/cgi/parser3.C: z
25561:
25562: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25563: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25564: include/pa_types.h, main/main.dsp, main/pa_common.C,
25565: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25566: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25567: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25568: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25569: types/pa_vunknown.h: cookie class
25570:
25571: * src/main/pa_request.C: zero length output allowed
25572:
25573: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25574: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25575:
25576: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25577: lang switch
25578:
25579: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25580: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25581: types/pa_value.h, types/pa_vhash.h:
25582: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25583:
25584: * src/main/execute.C: z
25585:
25586: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25587: targets/cgi/parser3.C: taint[uri
25588:
25589: * src/: classes/request.C, classes/response.C, classes/root.C,
25590: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25591: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25592: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25593:
25594: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25595: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25596: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25597: types/pa_vstateless_class.C: convinient string(pool, char *src,
25598: bool tainted) ctor
25599:
25600: * src/: include/pa_hash.h, include/pa_request.h,
25601: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25602: main/pa_request.C, main/pa_string.C, main/untaint.C,
25603: targets/cgi/parser3.C: proper @exceptions params tainting
25604:
25605: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25606: response fields to header
25607:
25608: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25609: z
25610:
25611: * src/: classes/_response.h, classes/response.C,
25612: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25613: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25614: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25615: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25616: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25617: $response: 0 request::core exception rethrow
25618:
25619: 2001-03-16 paf
25620:
25621: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25622: types/pa_vrequest.h: native method' class call with less params
25623: then needed error reporting
25624:
25625: * src/: classes/_request.h, classes/request.C,
25626: include/pa_globals.h, include/pa_request.h, main/execute.C,
25627: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25628: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25629: types/pa_vrequest.h: $request : query :uri
25630:
25631: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25632: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25633: types/pa_wcontext.h: $result
25634:
25635: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25636:
25637: * src/: classes/double.C, include/code.h, main/compile.y,
25638: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25639: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25640:
25641: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25642: main/compile.y, main/execute.C, types/pa_value.h,
25643: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25644: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25645: wcontext conflict
25646:
25647: * src/: main/execute.C, types/pa_value.h,
25648: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25649: $string.field
25650:
25651: 2001-03-15 paf
25652:
25653: * src/main/pa_request.C: news sample
25654:
25655: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25656: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25657:
25658: * src/main/: compile.y, execute.C: z
25659:
25660: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25661: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25662: pre pre works
25663:
25664: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25665: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25666: fillfields just compiled
25667:
25668: 2001-03-14 paf
25669:
25670: * src/: include/pa_request.h, main/pa_request.C,
25671: targets/cgi/parser3.C: z
25672:
25673: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25674: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25675: types/pa_vstring.h: limits -1
25676:
25677: * src/: include/pa_globals.h, include/pa_request.h,
25678: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25679: main/pa_request.C, targets/cgi/parser3.C,
25680: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25681: request_info -1
25682:
25683: * src/: include/pa_globals.h, main/pa_globals.C,
25684: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25685: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25686: vform_fields_fill
25687:
25688: * src/targets/cgi/parser3.C: # if MSVC
25689:
25690: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25691: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25692:
25693: * src/targets/cgi/parser3.C: z
25694:
25695: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25696: include/pa_string.h, include/pa_types.h, main/compile.y,
25697: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25698: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25699: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25700: types/pa_vunknown.h: global handler, exceptions in parser3
25701:
25702: 2001-03-13 paf
25703:
25704: * src/: classes/form.C, main/compile.y, main/core.C,
25705: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25706: types/pa_vform.h, types/pa_vstateless_class.C,
25707: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25708: instead
25709:
25710: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25711: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25712: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25713: started cgi target
25714:
25715: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25716: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25717: before error show with parser
25718:
25719: * src/: classes/_form.h, classes/form.C, include/core.h,
25720: include/pa_request.h, main/core.C, main/pa_request.C,
25721: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25722:
25723: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25724:
25725: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25726: parser3.C: renamed targets/ parser to cgi
25727:
25728: * src/: classes/double.C, classes/env.C, classes/int.C,
25729: classes/root.C, classes/string.C, classes/table.C,
25730: include/pa_request.h, types/pa_vhash.h: z
25731:
25732: * src/: classes/_env.h, classes/env.C, classes/root.C,
25733: include/core.h, include/pa_pool.h, include/pa_request.h,
25734: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25735: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25736: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25737: [historical moment :)]
25738:
25739: * src/: include/code.h, include/pa_string.h, main/compile.y,
25740: main/execute.C, main/pa_string.C: 'value is type' expr operator
25741:
25742: * src/types/pa_venv.h: $ENV 1
25743:
25744: * src/main/execute.C: z
25745:
25746: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25747: future methods of ENV constructor if
25748:
25749: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25750: class
25751:
25752: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25753: classes/_root.h, classes/_string.h, classes/_table.h,
25754: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25755: classes/string.C, classes/table.C, include/pa_request.h,
25756: main/compile.C, main/compile_tools.h, main/core.C,
25757: main/execute.C, main/main.dsp, main/pa_request.C,
25758: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25759: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25760: types/pa_vobject.h, types/pa_vstateless_class.C,
25761: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25762: types/pa_wcontext.h: $ENV: re 0, stateless classes
25763:
25764: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25765: classes/_root.h, classes/_string.h, classes/_table.h,
25766: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25767: classes/string.C, classes/table.C, include/pa_request.h,
25768: main/compile.C, main/compile_tools.h, main/core.C,
25769: main/execute.C, main/main.dsp, main/pa_request.C,
25770: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25771: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25772: types/pa_vobject.h, types/pa_vstateless_class.C,
25773: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25774: types/pa_wcontext.h: $ENV: re 0, stateless classes
25775:
25776: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25777: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25778: yesterdays bad decision on execute_static_method
25779:
25780: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25781:
25782: * src/: classes/double.C, classes/int.C, classes/root.C,
25783: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25784:
25785: * src/main/pa_request.C: z
25786:
25787: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25788: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25789:
25790: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25791: include/pa_pool.h, main/pa_request.C:
25792: restructure_exceptions_dead_end
25793:
25794: * src/: classes/root.C, main/compile.y: ^if required junctions.
25795: allowed ; inside {} to break params
25796:
25797: * src/classes/root.C: ^eval
25798:
25799: * src/: classes/_string.h, classes/double.C, classes/int.C,
25800: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25801: string ^format
25802:
25803: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25804: 'bad' but not 'enough'
25805:
25806: * src/: classes/double.C, classes/root.C, classes/table.C,
25807: include/pa_common.h, include/pa_types.h, main/compile.y,
25808: main/pa_common.C, main/pa_request.C, main/untaint.C,
25809: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25810: types/pa_wwrapper.h: think constructing flag as is is bad
25811:
25812: * src/: classes/double.C, classes/int.C, classes/root.C,
25813: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25814: types/pa_vint.h: ^for
25815:
25816: 2001-03-12 paf
25817:
25818: * src/classes/table.C: table ^empty
25819:
25820: * src/: classes/table.C, include/pa_table.h: table ^menu
25821:
25822: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25823: ^offset ^line ^count
25824:
25825: * src/classes/root.C: ^round() ^floor() ^ceiling()
25826: ^abs() ^sign()
25827:
25828: * src/classes/: root.C, table.C: ^use
25829:
25830: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25831: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25832: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25833: ^while. switched off wcontext.constructing after write(value) or
25834: auto-vhash-constructing
25835:
25836: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25837: main/pa_request.C: fail_if_junction_ helper func
25838:
25839: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25840: include/pa_request.h, main/execute.C, main/main.dsp,
25841: main/pa_common.C, main/pa_request.C: ^process error point by
25842: actual method_name, not source. ^load
25843:
25844: * src/types/pa_vtable.h: table: no, better with string in cells...
25845:
25846: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25847: classes/_table.h, classes/table.C, main/untaint.C: z
25848:
25849: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25850: include/pa_table.h, main/core.C, main/execute.C,
25851: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25852: types/pa_value.h: table:set 0
25853:
25854: * src/: classes/root.C, include/core.h, include/pa_array.h,
25855: include/pa_request.h, include/pa_table.h, main/core.C,
25856: main/main.dsp, main/pa_request.C, main/pa_table.C,
25857: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25858: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25859: types/pa_vstring.h: freeze, ^table:create[] -1
25860:
25861: * src/: classes/root.C, types/pa_value.h: z
25862:
25863: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25864: get_method in couple places optimizing them
25865:
25866: * src/classes/root.C: z
25867:
25868: * src/: classes/root.C, types/pa_vclass.h: process temp main
25869: zeroing
25870:
25871: * src/: classes/double.C, classes/int.C, classes/root.C,
25872: classes/string.C, include/pa_common.h, include/pa_request.h,
25873: include/pa_string.h, include/pa_types.h, main/compile.C,
25874: main/compile.y, main/compile_tools.h, main/execute.C,
25875: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25876: types/pa_vmframe.h: ^process. actual names to store param and
25877: check_actual_numbered_params for better place diagnostics
25878:
25879: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25880: method-junctions bug fixed
25881:
25882: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25883: pa_vstateless_object.h, pa_vstring.h: stateless_object
25884:
25885: 2001-03-11 paf
25886:
25887: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25888: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25889: VDouble VInt base now VObject_base - without fields
25890:
25891: * src/: classes/root.C, include/core.h, main/core.C: z
25892:
25893: * src/: classes/double.C, classes/int.C, classes/root.C,
25894: classes/string.C, include/core.h, include/pa_hash.h,
25895: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25896: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25897:
25898: * src/: classes/double.C, classes/int.C, classes/root.C,
25899: include/pa_request.h, main/execute.C: intercept_string
25900:
25901: * src/: classes/double.C, classes/int.C, classes/root.C,
25902: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25903:
25904: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25905: ^inc-s(expr)
25906:
25907: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25908: classes/_root.h, classes/_string.h, classes/double.C,
25909: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25910: include/code.h, include/core.h, include/pa_array.h,
25911: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25912: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25913: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25914: include/pa_types.h, main/compile.C, main/compile.y,
25915: main/compile_tools.C, main/compile_tools.h, main/core.C,
25916: main/execute.C, main/pa_array.C, main/pa_common.C,
25917: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25918: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25919: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25920: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25921: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25922: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25923: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25924: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25925:
25926: * src/: main/pa_request.C, types/pa_vhash.h: z
25927:
25928: * src/: include/core.h, include/pa_request.h, main/core.C,
25929: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25930:
25931: * src/: include/pa_valiased.h, include/pa_value.h,
25932: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25933: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25934: include/pa_vjunction.h, include/pa_vmframe.h,
25935: include/pa_vobject.h, include/pa_vstring.h,
25936: include/pa_vunknown.h, include/pa_wcontext.h,
25937: include/pa_wwrapper.h, main/compile.y, main/core.C,
25938: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25939: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25940: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25941: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25942: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25943: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25944: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25945: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25946: include/
25947:
25948: 2001-03-10 paf
25949:
25950: * src/: include/core.h, include/pa_request.h, main/core.C,
25951: main/pa_request.C: run+auto=run
25952:
25953: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25954:
25955: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25956: classes/_root.h, classes/_string.h, classes/double.C,
25957: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25958: include/code.h, include/core.h, include/pa_array.h,
25959: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25960: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25961: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25962: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25963: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25964: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25965: include/pa_vjunction.h, include/pa_vmframe.h,
25966: include/pa_vobject.h, include/pa_vstring.h,
25967: include/pa_vunknown.h, include/pa_wcontext.h,
25968: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25969: main/compile_tools.C, main/compile_tools.h, main/core.C,
25970: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25971: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25972: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25973: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25974: main/pa_wcontext.C: sources header
25975:
25976: * src/main/pa_request.C: auto..
25977:
25978: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25979: main/pa_request.C: auto tree0
25980:
25981: * src/: include/core.h, include/pa_request.h, main/compile.y,
25982: main/core.C, main/pa_request.C: names to core.C
25983:
25984: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25985: include/pa_request.h, main/core.C, main/execute.C,
25986: main/pa_common.C, main/pa_request.C: root auto.p loaded
25987:
25988: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25989: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25990: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25991: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25992:
25993: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25994: @auto[] realised. auto.p scan togo
25995:
25996: * src/: include/pa_request.h, main/execute.C: autocalc
25997: code-junctions result now have names
25998:
25999: * src/: classes/double.C, classes/int.C, classes/root.C,
26000: classes/string.C, include/pa_request.h, include/pa_string.h,
26001: include/pa_wcontext.h, main/compile.y, main/execute.C,
26002: main/pa_string.C, main/pa_wcontext.C: tainting 0
26003:
26004: * src/classes/env.C: env:file/line
26005:
26006: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26007: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26008: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26009: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26010: main/compile_tools.C, main/compile_tools.h, main/core.C,
26011: main/execute.C, main/main.dsp, main/pa_cframe.C,
26012: main/pa_request.C, main/pa_wcontext.C: const fight finished
26013:
26014: * src/include/pa_vclass.h: const fight to go
26015:
26016: * src/: classes/_env.h, classes/env.C, classes/root.C,
26017: include/pa_request.h, include/pa_vclass.h, main/core.C,
26018: main/main.dsp: env0
26019:
26020: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26021: classes/_string.h, classes/double.C, classes/int.C,
26022: classes/root.C, classes/string.C, include/pa_request.h,
26023: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26024: include/pa_wcontext.h, main/core.C, main/main.dsp,
26025: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26026: main/pa_wcontext.C: ^lang prepare0
26027:
26028: 2001-03-09 paf
26029:
26030: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26031: construct proper naming
26032:
26033: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26034: classes/double.C, classes/int.C, classes/root.C,
26035: classes/string.C, include/code.h, include/pa_value.h,
26036: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26037: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26038: main/compile.y, main/compile_tools.C, main/core.C,
26039: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26040: and ^double[]. fixed expr type
26041:
26042: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26043: ^string.length[]
26044:
26045: 2001-03-08 paf
26046:
26047: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26048:
26049: * src/: include/pa_vclass.h, include/pa_vstring.h,
26050: include/pa_wcontext.h, main/compile.y, main/core.C,
26051: main/execute.C, main/main.dsp: dead end: vstring can't be
26052: derivated from vobject
26053:
26054: * src/: include/pa_vclass.h, include/pa_vhash.h,
26055: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26056:
26057: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26058: remained clone conseqs
26059:
26060: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26061:
26062: * src/main/pa_vclass.C: wow! vclass were out of vcs
26063:
26064: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26065: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26066: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26067: include/pa_vobject.h, include/pa_vstring.h,
26068: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26069: main/execute.C: withoud cloning. didn't need it actually, params
26070: got passed from out unnamed ewpool
26071:
26072: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26073: include/pa_vjunction.h, include/pa_vobject.h,
26074: include/pa_vunknown.h, main/compile.y: cloning dead end
26075:
26076: * src/: include/pa_bool.h, include/pa_double.h,
26077: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26078: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26079: include/pa_vjunction.h, include/pa_vmframe.h,
26080: include/pa_vobject.h, include/pa_vstring.h,
26081: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26082: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26083: to give params proper names
26084:
26085: * src/main/pa_wcontext.C: z
26086:
26087: * src/: include/pa_vmframe.h, main/execute.C: added names to
26088: unknown values in get_element and unfilled params. removed wrong
26089: name change in get_element
26090:
26091: * src/main/execute.C: z
26092:
26093: * src/main/execute.C: fixed problems calling operators in
26094: constructors
26095:
26096: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26097: detected problems calling operators in constructors
26098:
26099: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26100: autocalc def to string
26101:
26102: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26103: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26104:
26105: * src/classes/root.C: added root.c
26106:
26107: * src/: include/pa_request.h, include/pa_value.h,
26108: include/pa_vcframe.h, include/pa_vmframe.h,
26109: include/pa_wcontext.h, main/compile.C, main/compile.y,
26110: main/core.C, main/execute.C, main/pa_cframe.C,
26111: main/pa_wcontext.C: 'if' just compiled
26112:
26113: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26114: include/pa_vjunction.h, include/pa_vmframe.h,
26115: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26116: main/pa_wcontext.C: z
26117:
26118: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26119: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26120: with parameter names in operator methods
26121:
26122: * src/main/compile.y: minor renamings in .y
26123:
26124: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26125: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26126: @BASE. changed 'RUN' assignment mech
26127:
26128: * src/main/execute.C: z
26129:
26130: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26131: main/compile_tools.h, main/execute.C: made class: dynamic, not
26132: static. so to enable runtime ^use
26133:
26134: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26135:
26136: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26137: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26138:
26139: * src/main/execute.C: root root in code-junction
26140:
26141: 2001-03-07 paf
26142:
26143: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26144: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26145:
26146: * src/: include/pa_stack.h, include/pa_value.h,
26147: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26148: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26149: fixed rwcontext of {} params up
26150:
26151: * src/main/: compile.y, compile_tools.h: ^func(params)
26152:
26153: * src/main/compile.y: .y priorities syntax shaped up a bit
26154:
26155: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26156: include/pa_vunknown.h, main/compile.y, main/execute.C,
26157: main/pa_hash.C: expr def in -f
26158:
26159: * src/main/: compile.y, execute.C: expr calls
26160:
26161: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26162: fixed
26163:
26164: * src/main/compile.y: expr quoted code
26165:
26166: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26167: support0
26168:
26169: * src/main/compile.y: expr string comparisons 0
26170:
26171: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26172: main/pa_string.C: just compiled lt&co
26173:
26174: * src/main/execute.C: ^var.menu{$field} problem detected. that
26175: $field not a $var.field
26176:
26177: 2001-03-06 paf
26178:
26179: * src/main/compile.y: .y expr visible-shorter
26180:
26181: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26182: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26183: logical
26184:
26185: * src/: include/pa_vstring.h, main/compile.y: problems with
26186: skipping whitespace in yylex
26187:
26188: * src/include/pa_vbool.h: forgot this
26189:
26190: * src/: include/code.h, main/compile.y, main/execute.C: without
26191: string ops in expressions 0
26192:
26193: * src/: include/pa_value.h, include/pa_vdouble.h,
26194: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26195: main/execute.C, main/main.dsp: !~
26196:
26197: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26198: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26199: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26200: include/pa_vunknown.h, include/pa_wcontext.h,
26201: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26202: main/compile_tools.h, main/execute.C: +-*/
26203:
26204: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26205: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26206:
26207: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26208: main/execute.C: expr grammar-1 2*2=4.000000 :)
26209:
26210: * src/main/compile.y: expr grammar-1
26211:
26212: * src/main/compile.y: expr lexx1
26213:
26214: * src/main/: compile.y, execute.C, main.dsp: z
26215:
26216: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26217: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26218: main/execute.C: expr lex0 exec-1
26219:
26220: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26221:
26222: 2001-02-26 paf
26223:
26224: * src/main/compile.y: max_string in yyerror bug fix
26225:
26226: 2001-02-25 paf
26227:
26228: * src/: include/pa_value.h, include/pa_vmframe.h,
26229: include/pa_wcontext.h, main/execute.C: VAliased3
26230:
26231: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26232:
26233: * src/main/execute.C: VAliased1
26234:
26235: * src/: include/pa_request.h, include/pa_value.h,
26236: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26237: VAliased0
26238:
26239: * src/: include/pa_pool.h, include/pa_request.h,
26240: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26241: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26242: VAliased just compiled
26243:
26244: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26245: include/pa_vobject.h, main/execute.C: alias dead end
26246:
26247: * src/: include/pa_value.h, include/pa_vclass.h,
26248: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26249: main/main.dsp: no not get fields into interm VFielded class.
26250: fields & staticfields 1
26251:
26252: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26253: include/pa_vobject.h, include/pa_wcontext.h,
26254: include/pa_wwrapper.h, main/core.C, main/execute.C,
26255: main/main.dsp: would now get fields into interm VFielded class
26256:
26257: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26258: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26259: include/pa_wcontext.h, main/compile.y, main/core.C,
26260: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26261: main/pa_wcontext.C: virtuals2
26262:
26263: * src/main/compile.y: : 1
26264:
26265: * src/main/compile.y: rethought to $class:static.field.subfield
26266:
26267: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26268: $class:element
26269:
26270: * src/: include/pa_value.h, include/pa_vmframe.h,
26271: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26272: main/pa_wcontext.C: before execute class calls rewrite
26273:
26274: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26275: name RUN, also alias
26276:
26277: * src/main/compile.y: escaping bug
26278:
26279: * src/: include/pa_request.h, include/pa_value.h,
26280: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26281: main/core.C, main/execute.C, main/pa_common.C: vobject1
26282:
26283: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26284: include/pa_vmframe.h, include/pa_vobject.h,
26285: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26286: main/compile_tools.h, main/execute.C: ^class:method() just
26287: compiled
26288:
26289: 2001-02-24 paf
26290:
26291: * src/main/main.dsp: no bison -d
26292:
26293: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26294: class' err msg wrong
26295:
26296: * src/main/compile.y: z
26297:
26298: * src/main/: compile.y, core.C: yylex need some @special lines adj
26299:
26300: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26301: main/compile.y, main/compile_tools.h, main/core.C: modules0
26302:
26303: * src/: include/pa_vclass.h, main/core.C: z
26304:
26305: * src/: include/pa_value.h, include/pa_vclass.h,
26306: include/pa_vobject.h, main/main.dsp: vobject00
26307:
26308: * src/main/pa_array.C: minor bug in expanding very small arrays.
26309: 60% from 1 were 0
26310:
26311: * src/: include/pa_value.h, include/pa_wcontext.h,
26312: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26313: as bad as you've named it: wcontext.value() was not a perfect
26314: idea
26315:
26316: * src/main/execute.C: codeframe1
26317:
26318: * src/: include/pa_value.h, include/pa_vcframe.h,
26319: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26320: include/pa_vjunction.h, include/pa_vmframe.h,
26321: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26322: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26323: just compiled
26324:
26325: * src/: include/pa_vframe.h, main/compile.y: found junction
26326: ideology @: ^x{$a()) must construct current wcontext element, so
26327: smart wcontext handling needed
26328:
26329: * src/main/compile.y: fixed grammar bugs in constructor/params
26330: klinch
26331:
26332: * src/main/: compile.y, execute.C: fixed empty constructor
26333: optimized empty case. failed on calls - produced empty string
26334: param
26335:
26336: * src/main/compile.y: fixed last \n macrotemplate strip bug
26337:
26338: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26339: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26340: main/compile_tools.C, main/compile_tools.h, main/core.C,
26341: main/execute.C: code junctions0. something wrong with last \n
26342: macrotemplate strip
26343:
26344: * src/: include/pa_value.h, main/compile.C, main/core.C,
26345: main/pa_value.C: minor error reporting format beautifyings
26346:
26347: * src/: include/pa_value.h, include/pa_vclass.h,
26348: include/pa_vframe.h, main/core.C, main/execute.C,
26349: main/pa_value.C: get_method RIP. junctions everywhere. call with
26350: junctions0
26351:
26352: 2001-02-23 paf
26353:
26354: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26355: pa_wwrapper.h: lara came, can't work, sorry :(
26356:
26357: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26358: junction
26359:
26360: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26361: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26362: main/execute.C, main/main.dsp, main/pa_value.C: call0
26363:
26364: * src/: include/pa_hash.h, include/pa_value.h,
26365: include/pa_wcontext.h, main/core.C, main/execute.C,
26366: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26367: done
26368:
26369: * src/include/pa_wcontext.h: z
26370:
26371: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26372: wrong grammar in complex constructor case
26373:
26374: * src/main/: compile.y, execute.C: empty constructor bug fixed
26375:
26376: * src/main/execute.C: with result rwpool
26377:
26378: * src/: include/pa_value.h, main/core.C, main/execute.C,
26379: main/main.dsp: value named
26380:
26381: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26382: strign 2 value in 2 places in execute
26383:
26384: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26385: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26386: wcontext.put_element when wcontext fvalue==0
26387:
26388: 2001-02-22 paf
26389:
26390: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26391: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26392: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26393:
26394: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26395: erroreos checkout
26396:
26397: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26398:
26399: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26400: main/compile_tools.h, main/pa_array.C: $self.get
26401:
26402: * src/main/: compile.C, compile.y, compile_tools.C: z
26403:
26404: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26405: bit. finished now.
26406:
26407: * src/main/compile.y: $: finished
26408:
26409: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26410:
26411: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26412: main/execute.C: OP_STRING better then some xxx _VALUE
26413:
26414: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26415: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26416: string to vstring it .y all
26417:
26418: * src/: include/pa_request.h, include/pa_stack.h,
26419: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26420: all
26421:
26422: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26423: precise parse error line:col
26424:
26425: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26426: main/pa_hash.C, main/pa_pool.C: TRY...
26427:
26428: * src/: include/pa_exception.h, include/pa_pool.h,
26429: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26430: main/compile.C, main/compile.y, main/compile_tools.C,
26431: main/core.C, main/pa_array.C, main/pa_exception.C,
26432: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26433: main/pa_table.C: removed exception from request
26434:
26435: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26436: some forgotten
26437:
26438: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26439: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26440: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26441: get/put simple vars to VClass works0
26442:
26443: * src/: include/pa_array.h, include/pa_wcontext.h,
26444: main/pa_string.C: in process, but found that exceptions are too
26445: global
26446:
26447: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26448: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26449: main/execute.C, main/pa_string.C: write_value write_string 0 it
26450: seems wcontext must write strings regardles of fvalue!=0
26451:
26452: 2001-02-21 paf
26453:
26454: * src/main/execute.C: tired :)
26455:
26456: * src/main/: compile.C, compile.y, execute.C: store0
26457:
26458: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26459: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26460: include/pa_wcontext.h, main/compile.C, main/compile.y,
26461: main/execute.C, main/main.dsp, main/pa_array.C,
26462: main/pa_request.C: get put -1 [just compiled]
26463:
26464: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26465: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26466: main/main.dsp, main/pa_request.C: request core methods0
26467:
26468: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26469: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26470: execute
26471:
26472: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26473: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26474: methods and one_big_piece. now compile returns array<method*>
26475:
26476: * src/main/compile.y: more straightforward yylex[end]
26477:
26478: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26479: string.operator==(char*)
26480:
26481: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26482: main/execute.C, main/pa_array.C: after array.const get wonders
26483:
26484: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26485: pa_string.h, pa_value.h: struck with const array.gets
26486:
26487: * src/main/: execute.C: z
26488:
26489: * src/main/: compile.y, execute.C: z
26490:
26491: * src/main/: compile.C, compile.y, compile_tools.h: error
26492: processing in eval & yyerror so it wouldn't cause memleaks.
26493:
26494: * src/main/: compile.C, compile.y: failed to add absolute precies
26495: parse error positions. leaving RIGHTMOST position as
26496: @file[line:col]
26497:
26498: * src/: include/compile.h, main/compile.C, main/compile.y,
26499: main/compile_tools.h: line numbers needed. would add them to .y
26500: now internally. externally it's not as precise as needed
26501:
26502: * src/: include/code.h, include/pa_types.h, main/compile.C,
26503: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26504: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26505: compiler works ok
26506:
26507: 2001-02-20 paf
26508:
26509: * src/main/: compile.C, compile.y, compile_tools.C,
26510: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26511: not perfect
26512:
26513: * src/: include/code.h, include/compile.h, include/execute.h,
26514: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26515: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26516: main/compile.C, main/compile.y, main/compile_tools.C,
26517: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26518: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26519: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26520: compiled. execute=dump for now
26521:
26522: * src/main/core.C: core rewrite using yacc investigations now will
26523: be compile[yacc]/execute[opcodes]
26524:
26525: 2001-02-15 paf
26526:
26527: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26528: rewrite as turing machine? for it seems it would be it's too many
26529: ifs with this syntax now
26530:
26531: 2001-02-14 paf
26532:
26533: * src/main/core.C: get_params 1
26534:
26535: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26536: :( ]
26537:
26538: * src/main/core.C: varios breaks
26539:
26540: * src/main/core.C: get names 3
26541:
26542: * src/main/core.C: get names 2
26543:
26544: * src/main/core.C: get names 1
26545:
26546: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26547: names 0
26548:
26549: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26550: text repassing2 operator static vars
26551:
26552: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26553: main/pa_string.C: process text repassing
26554:
26555: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26556: module:calls changes
26557:
26558: 2001-02-13 paf
26559:
26560: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26561: ^class:calls[] started
26562:
26563: * src/: include/pa_value.h, main/core.C: z
26564:
26565: * src/main/core.C: operators : and self. prefixes
26566:
26567: * src/main/core.C: z
26568:
26569: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26570: tested
26571:
26572: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26573: optimized
26574:
26575: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26576: would change privates to better support optimization
26577:
26578: * src/: include/pa_string.h, main/pa_string.C:
26579: String_iterator::skip_to todo:optimize
26580:
26581: 2001-02-12 paf
26582:
26583: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26584: String_iterator
26585:
26586: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26587: comments
26588:
26589: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26590: self/methodref joined
26591:
26592: 2001-02-11 paf
26593:
26594: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26595: main/main.dsp: core started. core.C, context&value .h
26596:
26597: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26598: include/pa_string.h, main/main.dsp, main/pa_array.C,
26599: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26600:
26601: 2001-01-30 paf
26602:
26603: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26604: comments
26605:
26606: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26607: main/pa_pool.C: moved pa_pool.C to be target specific
26608:
26609: * src/: include/pa_exception.h, include/pa_pool.h,
26610: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26611: to & changes
26612:
26613: * src/: include/pa_exception.h, include/pa_pool.h,
26614: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26615: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26616: re-associated. that's much better even removed 'die' necessety
26617:
26618: * src/: include/pa_error.h, include/pa_exception.h,
26619: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26620: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26621: targets/Makefile.am: lowered targets/parser into subdir, added
26622: parser_Pool(Pool) failed to add. would think..
26623:
26624: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26625: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26626: main/pa_string.C, main/pa_table.C: Table more like C++ style
26627: hence lots of 'const'
26628:
26629: * src/: include/pa_error.h, include/pa_request.h,
26630: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26631: main/pa_table.C: Error fixed
26632:
26633: 2001-01-29 paf
26634:
26635: * src/: include/pa_array.h, include/pa_common.h,
26636: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26637: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26638: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26639: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26640:
26641: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26642: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26643: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26644: main/pa_string.C, main/pa_table.C: Request Error Table
26645:
26646: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26647: templates"
26648:
26649: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26650: main/main.dsp, main/pa_array.C: templates failed no template
26651: specializations [VC6], no library auto instantation [VC6, GNU c++
26652: 2.95.2-6 from latest cygwin]
26653:
26654: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26655: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26656: main/main.dsp, main/pa_array.C, main/pa_string.C,
26657: main/pa_table.C: Table started would test template Array now
26658:
26659: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26660: String originating
26661:
26662: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26663: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26664: SYNCHRONIZED(thread_safe)
26665:
26666: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26667: parts to top
26668:
26669: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26670: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26671: see: needed only in global Hash now, made Hash:: put/get
26672: SYNCHRONIZED
26673:
26674: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26675: main/pa_threads.C: added pa_threads
26676:
26677: Mutex
26678:
26679: * src/include/pa_hash.h: some comments
26680:
26681: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26682: Array& operator += (Array& src)
26683:
26684: * src/main/pa_array.C: expand not convinient, would rewrite
26685:
26686: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26687: (Array& src)
26688:
26689: rethought, would change now
26690:
26691: 2001-01-27 paf
26692:
26693: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26694: caching
26695:
26696: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26697: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26698: cache rethought to chunk caching
26699:
26700: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26701: include/pa_string.h, main/main.dsp, main/pa_array.C,
26702: main/pa_hash.C, main/pa_string.C: Array 0
26703:
26704: * src/main/pa_string.C: String::operator ==
26705:
26706: * src/main/pa_hash.C: String(&String)
26707:
26708: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26709:
26710: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26711: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26712: pa_hash[forgotten]
26713:
26714: 2001-01-26 paf
26715:
26716: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26717: removed templates [vc++ suxx]
26718:
26719: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26720: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26721:
26722: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26723:
1.119 moko 26724: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26725:
1.119 moko 26726: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26727: check
26728:
26729: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26730: dynamic row_count
26731:
26732: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26733: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26734: targets/Makefile.am: Initial revision
26735:
26736: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26737: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26738: targets/Makefile.am: creating parser3 module
26739:
E-mail: