Annotation of parser3/ChangeLog, revision 1.229
1.229 ! moko 1: 2025-12-08 moko
! 2:
! 3: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
! 4: define added and used for OS X as well
! 5:
1.228 moko 6: 2025-11-30 moko
7:
8: * configure, configure.ac, src/include/pa_config_auto.h.in,
9: src/include/pa_config_fixed.h: int64_t added in preparation to
10: feature #1273
11:
1.227 moko 12: 2025-11-22 moko
13:
14: * src/classes/amqp.C: delivery_tag changed from string to double
15: (related to feature #1288)
16:
1.226 moko 17: 2025-11-14 moko
18:
19: * src/types/pa_vstatus.C, tests/448.html,
20: tests/results/448.processed: $status:limit-cpu,
21: $status:limit-mem, $status:limit-nproc unlimited support added,
22: test added (related to feature #1280)
23:
24: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
25: $status:limit-mem, $status:limit-nproc added (implements feature
26: #1280)
27:
28: 2025-11-12 moko
29:
30: * tests/results/: 323.processed, 421.processed: tests results
31: updated after amqp class added
32:
1.225 moko 33: 2025-11-08 moko
34:
35: * src/classes/amqp.C: tls support added, errors reporting improved
36: (related to feature #1288)
37:
38: * src/classes/amqp.C: tls support added (related to feature #1288)
39:
40: * src/classes/amqp.C: exceptions text now printed (related to
41: feature #1288)
42:
43: * src/classes/amqp.C: properties hash simplified (related to
44: feature #1288)
45:
46: 2025-11-07 moko
47:
48: * src/classes/amqp.C: consume fixed (related to feature #1288)
49:
50: * src/classes/classes.C: + amqp class
51:
52: * buildall, configure, configure.ac, src/classes/Makefile.am,
53: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
54: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
55: updated for librabbitmq support (relates to feature #1288)
56:
57: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
58: basic RabbitMQ C library (librabbitmq) support (partially
59: implements #1288)
60:
1.224 moko 61: 2025-10-05 moko
62:
63: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
64: reflection.C, string.C: Optimization: valid_options optimized
65: where HashStringValue::Iterator used
66:
67: * tests/results/224.processed: test result updated after date
68: functions updated (related to #1287)
69:
70: 2025-10-04 moko
71:
72: * operators.ru.txt, operators.txt: actualized
73:
74: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
75:
76: * tests/: 447.html, results/447.processed: tests for
77: ^reflection:override[$method] added (related to feature #1286)
78:
79: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
80: added (related to feature #1285)
81:
82: * src/classes/reflection.C:
83: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
84: added (implements feature #1286)
85:
86: * src/main/execute.C: bugfix: when method is attached from another
87: class, it's junction_template is initialized with another class,
88: thus get_vjunction should be used (related to feature #1286)
89:
90: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
91: ^date:iso-string[] - static call now formats current date
92: (implements feature #1287)
93:
94: 2025-10-01 moko
95:
96: * buildall: built-in mailreceive path actualized
97:
1.223 moko 98: 2025-09-01 moko
99:
100: * src/classes/math.C: old compilers support in ^math:eq
101:
102: 2025-08-31 moko
103:
104: * tests/: 446.html, results/446.processed: tests for
105: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
106:
107: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
108: implements #1285)
109:
110: 2025-08-30 moko
111:
112: * operators.ru.txt, operators.txt: actualized
113:
114: * tests/: 230.html, results/230.processed: test for ^file.save
115: $.append(false|true) option added (related to feature #1284)
116:
117: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
118: ^file.save $.append(false|true) option added (implements feature
119: #1284)
120:
1.222 moko 121: 2025-08-16 moko
122:
123: * etc/auto.p.in: LIMIT max_array_size actualized
124:
1.221 moko 125: 2025-08-01 moko
126:
127: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
128: pa_GC_abort_func added and used (implements feature #1283)
129:
130: * src/include/: pa_array.h, pa_config_includes.h:
131: PA_DEBUG_DISABLE_GC mode fixed for sparse array
132:
1.220 moko 133: 2025-07-04 moko
134:
135: * src/main/pa_common.C: typo fixed (related to bug #1282)
136:
137: * src/main/pa_common.C: minor optimization + create_dir_for_file
138: checks for \ (related to bug #1282)
139:
140: 2025-07-03 moko
141:
142: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
143: under Windows (fixes bug #1282)
144:
145: * src/main/pa_common.C: file:delete for UTF-8 files now works under
146: Windows (fixes bug #1282)
147:
148: 2025-06-28 moko
149:
150: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
151: Yavor Doganov <yavor@gnu.org>
152:
153: * src/main/pa_charset.C: typo fixed (related to feature #1281)
154:
155: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
156: compatibility fixed (implements feature #1281)
157:
1.219 moko 158: 2025-05-31 moko
159:
160: * src/main/pa_http.C: old gcc compilation fix (related to feature
161: #1277)
162:
163: 2025-05-28 moko
164:
165: * src/: classes/array.C, include/pa_array.h: last
166: Array_iterator::key() removed (related to feature #1277)
167:
168: 2025-05-27 moko
169:
170: * src/: classes/array.C, classes/table.C, include/pa_array.h,
171: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
172: and used (related to feature #1277)
173:
1.218 moko 174: 2025-05-26 moko
175:
176: * src/: classes/array.C, classes/curl.C, classes/hash.C,
177: classes/hashfile.C, classes/image.C, classes/table.C,
178: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
179: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
180: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
181: VString(const char *avalue) added and used to optimize new
182: VString(*new String(i.key(), String::L_TAINTED)) (related to
183: feature #1277)
184:
185: * src/: classes/array.C, classes/curl.C, classes/file.C,
186: classes/hash.C, classes/image.C, classes/json.C,
187: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
188: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
189: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
190: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
191: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
192: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
193: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
194: types/pa_vxnode.C: implements feature #1277 String::Body(const
195: char *abody) now explicit but HashString::put(const char *str, V
196: value) added for simplicity optimizations: HASH_PUT_CSTR used
197: where hash.put called several time during execution; caching
198: String::Body::uitoa used at all pash.put(<uint> calls.
199:
200: 2025-05-25 moko
201:
202: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
203: to feature #1277)
204:
205: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
206:
207: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
208: added for caching (related to feature #1277)
209:
210: * src/include/pa_string.h: optimized String:pos versions added
211: (without language + char *) (related to feature #1277)
212:
213: 2025-05-24 moko
214:
215: * tests/: 445.html, results/445.processed: test for
216: ^hash.array[[keys|values]] added (related to feature #1274)
217:
218: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
219: feature #1274)
220:
1.217 moko 221: 2025-01-26 moko
222:
223: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
224:
1.216 moko 225: 2025-01-25 moko
226:
227: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
228:
229: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
230: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
231: autoheader && automake && autoconf
232:
233: * src/lib/ltdl/configure.ac: new autotools used
234:
235: * acsite.m4, configure.ac: new autotools warnings fixed
236:
1.213 moko 237: 2025-01-10 moko
238:
1.215 moko 239: * tests/results/320.processed: test result updated after syslog
240: added
241:
1.214 moko 242: * src/classes/op.C: minor MSVC fixes
243:
244: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
245:
1.213 moko 246: * operators.ru.txt, operators.txt: +
247: ^syslog[ident;message[;info|warning|error|debug]]
248:
249: * src/classes/op.C: +
250: ^syslog[ident;message[;info|warning|error|debug]] (implelents
251: feature #1270)
252:
253: * configure, configure.ac, src/include/pa_config_auto.h.in,
254: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
255:
256: 2025-01-06 moko
257:
258: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
259: 2^n) calculated and used
260:
261: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
262: https://www.hadrons.org/software/libmd/
263:
1.212 moko 264: 2024-12-28 moko
265:
266: * tests/httpd/run_tests.sh: for FreeBSD compatibility
267:
268: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
269: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
270: $request:uri and $request:path tests added (related to feature
271: #1269)
272:
273: * operators.ru.txt, operators.txt: + $request:path documented
274: (related to feature #1269)
275:
276: * tests/: 065.html, results/065.processed: $request:path,
277: $request:uri tested
278:
279: * src/types/pa_vrequest.C: $request:path default is empty string to
280: match an empty URI in console mode (related to feature #1269)
281:
282: * etc/auto.p.in: $request:path used (related to feature #1269)
283:
284: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
285: (implements feature #1269)
286:
287: 2024-12-26 moko
288:
289: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
290: 3.5.0
291:
292: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
293: pa-include/pa_errno.h, pa-include/pa_file_info.h,
294: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
295: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
296: pa_strcat
297:
298: * tests/results/223.processed: apache upgraded @parser.ru
299:
300: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
301: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
302: pa-include/pa_errno.h, pa-include/pa_file_info.h,
303: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
304: pa-include/pa_strings.h: sdbm updated from version included in
305: apache 2.0.43 to version included in apache 2.0.65
306:
307: 2024-12-24 moko
308:
309: * etc/auto.p.in: to avoid patching Debian package
310:
311: * src/main/: pa_exec.C, pa_http.C: final fixes for
312: --with-build-warnings (dangling-reference warnings can be
313: ignored)
314:
315: 2024-12-23 moko
316:
317: * src/: classes/file.C, classes/hash.C, classes/op.C,
318: include/pa_common.h, main/pa_http.C, main/pa_request.C,
319: types/pa_vcookie.C, types/pa_vform.C: more fixes for
320: --with-build-warnings
321:
322: * src/: classes/date.C, classes/inet.C, classes/op.C,
323: classes/reflection.C, include/pa_array.h,
324: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
325: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
326: --with-build-warnings
327:
1.211 moko 328: 2024-12-21 moko
329:
330: * Makefile.am: +operators.ru.txt
331:
332: * operators.ru.txt, operators.txt: typo fixed
333:
334: 2024-12-20 moko
335:
336: * operators.txt: whitespace synced
337:
338: * operators.ru.txt, operators.txt: curl added
339:
340: * operators.ru.txt, operators.txt: logically sorted
341:
342: * operators.ru.txt: id added
343:
344: * operators.txt: ID added
345:
346: * operators.txt: translated
347:
348: * operators.ru.txt, operators.txt: operators.txt translated to
349: english, synced format with operators.ru.txt
350:
351: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
352: formatted
353:
354: * operators.ru.txt, operators.txt: formatted, actualized, oracle
355: info moved to separate file
356:
357: 2024-12-19 moko
358:
359: * src/targets/cgi/parser3.C: avoid parser version requests logging
360: in parser3.log
361:
362: 2024-12-18 moko
363:
364: * buildall: preventing --with-system-mailreceive linking with
365: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
366: to feature #1199)
367:
1.210 moko 368: 2024-12-16 moko
369:
1.211 moko 370: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 371:
372: * src/classes/table.C: exception text fixed
373:
374: 2024-12-15 moko
375:
376: * tests/: 102.html, results/102.processed: tests updated after
377: $form:fields not editable again (related to feature #1254)
378:
379: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
380: be edited (related to feature #1254)
381:
382: * src/types/pa_vform.C: reverted that
383: $form:fields/tables/files/imap can be edited (related to feature
384: #1254) for backward compatibility
385:
386: 2024-12-14 moko
387:
1.211 moko 388: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 389:
390: * tests/results/auto.p: avoid $mac execution unless on OS X
391:
392: * tests/388-sql.html: more OS support
393:
394: 2024-12-13 moko
395:
396: * tests/388-sql.html: sql tests under OS X now fixed
397:
398: * tests/results/auto.p: curl test under OS X now works
399:
400: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
401: no dll name under Windows, hiding
402:
403: * tests/: 379-curl.html, results/379-curl.processed: some curl
404: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
405:
406: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
407: 389.html, results/030.processed, results/212.processed,
408: results/219.processed, results/273.processed,
409: results/320.processed, results/346-curl.processed,
410: results/389.processed, results/auto.p: ^try-catch-filtered added
411: and used
412:
413: * tests/: 347-curl.html, results/347-curl.processed: support for
414: different error messages
415:
416: * src/classes/curl.C: several curl libraries supported,
417: ^curl:options[ $.library[] ] resets to default
418:
419: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
420: removed as depends on curl version
421:
422: * tests/results/: 223-curl.processed, 394-curl.processed: curl
423: fixed bug with \n in file names, test result updated
424:
425: * tests/388-sql.html: +libmysqlclient.so
426:
427: * etc/auto.p.in: +libmariadb
428:
429: 2024-12-12 moko
430:
431: * tests/: 388-sql.html, results/429-sql.processed: test results
432: updated after test changed
433:
434: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
435: for newer MariaDB compatibility
436:
437: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
438: results/429-sql.processed: key -> id for new MariaDB
439: compatibility
440:
441: * src/types/pa_vmethod_frame.h: warning war
442:
443: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
444: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
445: including for Debian package
446:
447: 2024-12-11 moko
448:
449: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
450: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
451: $status:log-filename added (related to feature #1262)
452:
453: * tests/: 440.html, results/440.processed: test for row is checked
454: before accessing when table is modified during select (related to
455: bug #1258)
456:
457: * src/: classes/table.C, include/pa_table.h: row should be checked
458: before accessing as table can be modified during select (related
459: to bug #1258)
460:
461: * src/types/pa_vmail.C: $mail:received tables -> elements array
462: (related to feature #1226)
463:
464: * src/: classes/file.C, classes/image.C, classes/table.C,
465: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
466: better messages (related to feature #1267)
467:
468: * tests/results/: 065.processed, 246.processed, 337.processed,
469: 342.processed, 352.processed, 356.processed, 364.processed,
470: 372.processed, 373.processed, 389.processed, 404.processed,
471: 406.processed, 414.processed, 430.processed, 432.processed,
472: 442.processed: tests updated after params.as_string error
473: reporting was improved (related to feature #1267)
474:
475: * src/classes/reflection.C: error messages optimized (related to
476: feature #1267)
477:
478: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
479: error reporing for params.as_* (related to feature #1267)
480:
481: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
482: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
483: #1267)
484:
485: * tests/results/: 246.processed, 414.processed, 432.processed:
486: tests updated after params.as_string error reporting was improved
487: (related to feature #1267)
488:
489: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
490: reporing for params.as_string (implements feature #1267)
491:
492: * tests/: 065.html, results/065.processed: tests for file methods
493: accepting file as filename added (related to feature #1265)
494:
495: * src/: classes/file.C, include/pa_exception.h,
496: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
497: methods now accept file as path specification (adopted Sumo patch
498: implements feature #1265)
499:
500: * tests/: 400.html, results/400.processed: tests for result
501: optimization "locks" after first method call (related to feature
502: #1266)
503:
504: 2024-12-10 moko
505:
506: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
507: result_optimization comments (related to feature #1266)
508:
509: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
510: $result now stored in my_result, not in local variables hash
511: (implements feature #1266)
512:
1.209 moko 513: 2024-12-09 moko
514:
1.210 moko 515: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
516: set_my_variable in preparation for $result optimization (related
517: to feature #1266)
518:
1.209 moko 519: * tests/results/119.processed: newline corrected for some OS
520:
521: * tests/: 441.html, results/441.processed: Debian-specific test
522: commented
523:
524: * buildall: pcre2 10.42 -> 10.44
525:
526: 2024-12-08 moko
527:
528: * buildall: external links fixed
529:
530: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
531:
532: * src/include/pa_table.h: some clang versions compilation fix
533:
534: * configure.ac: 3.4.7b -> 3.5.0rc
535:
536: 2024-12-07 moko
537:
538: * tests/: 443.html, 444.html, results/443.processed,
539: results/444.processed: tests for named params (related to feature
540: #1205)
541:
542: * src/: classes/reflection.C, types/pa_method.h: named_params
543: support in reflection (related to feature #1205)
544:
545: * src/types/pa_vmethod_frame.h: extra_params and named params
546: should be also inited in ^method[] call (related to feature
547: #1205)
548:
549: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
550: support using @method[arg;.named_arg;.named_arg2] syntax
551: (implements feature #1205)
552:
553: * tests/: 443.html, results/443.processed: test for *args inited
554: added (related to bug #1264)
555:
556: * src/types/pa_vmethod_frame.h: *args are now inited even if not
557: specified (fixes bug #1264)
558:
559: * tests/: 442.html, results/442.processed: tests for
560: params.as_file_name(N) with empty file name added (related to
561: feature #1121)
562:
563: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
564: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
565: include/pa_exception.h, types/pa_vmethod_frame.h:
566: params.as_file_name(N) added and used instead of
567: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
568: (implements feature #1121)
569:
570: * src/: classes/file.C, classes/image.C, classes/op.C,
571: classes/table.C, include/pa_exception.h: filename is everywhere
572: params.as_string, unify exception and remove
573: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
574:
575: * tests/: 141.html, results/141.processed: test for
576: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
577: to feature #1263)
578:
579: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
580: $.format[file] ] now supported (implements feature #1263)
581:
582: 2024-12-06 moko
583:
584: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
585: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
586: (cgi/console/mail/httpd/apache/isapi) added (related to feature
587: #1262)
588:
589: 2024-12-05 moko
590:
591: * src/targets/cgi/parser3.C: more correct arguments processing to
592: block -fl config.file log.file logic (related to feature #1262)
593:
594: 2024-12-04 moko
595:
596: * src/targets/cgi/parser3.C: now only one log location is selected
597: and tried. -l - supported for stderr specification (related to
598: feature #1262)
599:
600: 2024-12-03 moko
601:
602: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
603: results/010.processed, results/415.processed: tests for
604: $.(expression)[value], $a.(expression), ^v.(expression)[args]
605: added (related to feature #1064)
606:
607: * src/main/compile.y: $.(expression)[value], $a.(expression),
608: ^v.(expression)[args] now supported (implements feature #1064)
609:
610: 2024-12-02 moko
611:
612: * src/targets/cgi/parser3.C: -l /path/to/log options added
613: (implements feature #1262)
614:
1.208 moko 615: 2024-12-01 moko
616:
617: * tests/: 010.html, results/010.processed: some tests related to
618: bug #1149 added
619:
620: * src/main/compile.y: the check pc.pos.col > 1 is not required
621: because we can't be here without a '$' before. The begin == end
622: check was incorrect since $[a]{b} fits this condition (fixes bug
623: #1149)
624:
625: 2024-11-29 moko
626:
627: * src/classes/array.C: warning war
628:
629: 2024-11-26 moko
630:
631: * tests/: 441.html, results/441.processed: a bit more testing
632: (related to bug #1238)
633:
634: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
635:
636: * src/main/pa_exec.C: simplification arg_quote added (related to
637: bug #1229)
638:
1.207 moko 639: 2024-11-25 moko
640:
641: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
642: bug #1239)
643:
644: 2024-11-24 moko
645:
646: * src/main/pa_exec.C: added cmd.exe specific
647:
648: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
649: tests for ^file::exec env and args tainting tests (related to bug
650: #1239)
651:
652: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
653:
654: * src/include/pa_config_includes.h: added recommendations for
655: libxslt.a and and libexslt.a compilation under cygwin
656:
657: * tests/results/102.processed: $form:fields.value is now writable,
658: as $form:value (related to feature #1254)
659:
660: * src/include/pa_config_includes.h: cigwin compilation fixes
661:
662: 2024-11-23 moko
663:
664: * tests/httpd/site/run_server.sh: to simplify testing
665:
666: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
667: site/form.html: $form:files and $form:elements tests added, tests
668: with curl supported (related to feature #1254)
669:
670: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
671: types/pa_vform.h: $form:elements implemented, VForm::get_element
672: uses faster SYMBOLS_EQ, hashes no longer copied when using
673: $form:fields/tables/files/imap and can be edited (implements
674: feature #1254)
675:
676: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
677: bug #1261)
678:
1.206 moko 679: 2024-11-17 moko
680:
681: * tests/: 440.html, results/440.processed: tests for
682: ^table.array[], offset restoration, iterators robust tests
683: (related to bug #1258, features #1259 and #1260)
684:
685: * tests/: 439.html, results/439.processed: array and hash iterators
686: robust tests (related to feature #1260)
687:
688: * src/: classes/array.C, classes/table.C, include/pa_array.h,
689: include/pa_table.h: Array_robust_iterator added and used in cases
690: where array can be modified during iteration (implements feature
691: #1260)
692:
693: * src/classes/table.C: ^table.array[], ^table.array[column name],
694: ^table.array{code} added (implements feature #1259)
695:
696: 2024-11-16 moko
697:
698: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
699: table current row restoration after exception and table changes
700: (fixes bug #1258)
701:
702: 2024-11-13 moko
703:
704: * src/classes/table.C: minor optimization
705:
706: * src/main/pa_string.C: \r added to default ^string.trim chars list
707: (https://www.parser.ru/forum/?id=86648)
708:
1.205 moko 709: 2024-11-11 moko
710:
1.206 moko 711: * src/classes/classes.C: set_base commented
712:
713: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
714: deleted
715:
716: * src/classes/classes.vcproj: no more classes.awk and classes.inc
717:
718: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
719: classes.inc
720:
721: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
722: main/pa_globals.C: classes.awk is useless, preparing to delete it
723:
1.205 moko 724: * src/classes/classes.h: temp fix
725:
726: 2024-11-10 moko
727:
728: * src/: classes/date.C, classes/file.C, classes/image.C,
729: classes/op.C, main/pa_string.C: minor optimization
730:
731: * src/: classes/date.C, classes/file.C, classes/image.C,
732: classes/op.C, main/pa_string.C: typo fixed
733:
734: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
735: classes/file.C, classes/image.C, classes/op.C,
736: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
737: memory allocation befor main(). Only 3 allocations in chatsets
738: left (implements feature #1257)
739:
740: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
741: minor naming convention fix
742:
743: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
744: results/436.processed, results/437.processed,
745: results/438.processed: tests for @unhandled_exception processing
746: (related to feature #1256)
747:
748: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
749: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
750: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
751: are now processed in request::core for correct logging and
752: reporting (feature #1256)
753:
754: * src/: include/pa_sapi.h, main/pa_request.C,
755: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
756: targets/isapi/parser3isapi.C: unhandled exception now called if
757: exception occures during $response:download processing (related
758: to bug #1255)
759:
760: * etc/auto.p.in: better 404 error reporting
761:
762: 2024-11-09 moko
763:
764: * src/main/pa_memory.C: more detailed usage comment
765:
766: * src/main/pa_memory.C: usage commented
767:
768: * src/main/pa_memory.C: minor cleanup
769:
770: * src/types/: pa_varray.h, pa_vregex.h: warnings war
771:
772: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
773: httpd/site/029.html, results/436.processed: test for exception in
774: $response:download[] added
775:
776: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
777: and avoid exit status 1 on die
778:
779: * tests/results/: 007.processed, 019.processed, 098.processed,
780: 103.processed, 233.processed: windows headers matter for binary
781: files
782:
783: * tests/httpd/ok.log: tests results updated as extra headers now
784: cleared on error (related to bug #1255)
785:
786: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
787: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
788: targets/isapi/parser3isapi.C: headers buffering to avoid extra
789: headers in errors, custom send_error in cgi/httpd mode to avoid
790: memory allocations (fixes bug #1255)
791:
792: 2024-11-07 moko
793:
794: * tests/: 264.html, results/264.processed: tests updated to test
795: removal of only trailing empty arguments for backward
796: compatibility (related to feature #1252)
797:
798: * src/classes/file.C: remove trailing empty arguments for backward
799: compatibility (related to feature #1252)
800:
801: 2024-11-05 moko
802:
803: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
804: low memory case, when static initialization failed even before
805: main() start
806:
807: 2024-11-04 moko
808:
809: * configure, src/include/pa_config_auto.h.in,
810: src/include/pa_config_fixed.h: _locking no longer used
811:
812: * configure.ac: _locking no longer used (related to bug #1231)
813:
814: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
815:
816: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
817:
818: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
819: unused
820:
821: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
822: be used on locking errors (related to bug #1231)
823:
824: * src/main/pa_os.C: GetLastError used as errno is not set (related
825: to bug #1231)
826:
827: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
828: allowing shared lock to work (fixes bug #1231)
829:
830: * INSTALL: actualized, minor fixes
831:
832: * etc/auto.p.in: default LIMITS added
833:
834: * AUTHORS: links actualized
835:
836: * src/: classes/array.C, classes/bool.C, classes/classes.C,
837: classes/classes.awk, classes/classes.h, classes/curl.C,
838: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
839: classes/hash.C, classes/hashfile.C, classes/image.C,
840: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
841: classes/math.C, classes/memcached.C, classes/memory.C,
842: classes/op.C, classes/reflection.C, classes/regex.C,
843: classes/response.C, classes/string.C, classes/table.C,
844: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
845: include/pa_array.h, include/pa_base64.h,
846: include/pa_cache_managers.h, include/pa_charset.h,
847: include/pa_charsets.h, include/pa_common.h,
848: include/pa_config_fixed.h, include/pa_config_includes.h,
849: include/pa_dictionary.h, include/pa_dir.h,
850: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
851: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
852: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
853: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
854: include/pa_request_charsets.h, include/pa_request_info.h,
855: include/pa_sapi.h, include/pa_socks.h,
856: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
857: include/pa_stack.h, include/pa_string.h,
858: include/pa_stylesheet_connection.h,
859: include/pa_stylesheet_manager.h, include/pa_symbols.h,
860: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
861: include/pa_uue.h, include/pa_xml_exception.h,
862: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
863: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
864: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
865: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
866: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
867: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
868: main/compile.tab.C, main/compile.y, main/compile_tools.C,
869: main/compile_tools.h, main/execute.C, main/pa_base64.C,
870: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
871: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
872: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
873: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
874: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
875: main/pa_sql_driver_manager.C, main/pa_string.C,
876: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
877: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
878: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
879: main/untaint.C, sql/pa_sql_driver.h,
880: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
881: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
882: targets/isapi/parser3isapi.C, types/pa_junction.h,
883: types/pa_method.h, types/pa_property.h, types/pa_value.C,
884: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
885: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
886: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
887: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
888: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
889: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
890: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
891: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
892: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
893: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
894: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
895: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
896: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
897: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
898: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
899: types/pa_vresponse.C, types/pa_vresponse.h,
900: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
901: types/pa_vstateless_object.h, types/pa_vstatus.C,
902: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
903: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
904: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
905: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
906: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
907:
1.203 moko 908: 2024-10-28 moko
909:
1.204 moko 910: * src/classes/array.C: avoid invalidate()
911:
912: * src/: classes/array.C, types/pa_varray.h: minor optimization for
913: fused to survive in ^array::copy[$a] (related to feature #930)
914:
915: * src/types/pa_varray.h: minor optimization as last element is
916: allways defined if present
917:
1.203 moko 918: * tests/: 435.html, results/435.processed: tests for
919: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
920: for array added (related to feature #1253)
921:
922: * src/classes/array.C: typo fixed
923:
924: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
925: ^hash.set([-+]index)[value], and same for array added (implements
926: feature #1253)
927:
928: * tests/results/: 246.processed, 298.processed, 342.processed,
929: 389.processed, 397.processed, 430.processed, 432.processed: tests
930: results update after minor exceptions texts fixes
931:
932: 2024-10-27 moko
933:
934: * src/: classes/array.C, classes/hash.C, classes/math.C,
935: classes/reflection.C, classes/string.C, classes/table.C,
936: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
937: types/pa_vmethod_frame.h: handy as_index() added, several
938: exceptions texts fixed (related to feature #930)
939:
940: * src/: classes/array.C, types/pa_varray.h: non-working
941: $array.fields removed, ^array.delete[index] supported (related to
942: feature #930)
943:
944: * tests/: 431.html, results/431.processed: tests updated after
945: ^a.delete[3] supported
946:
947: * tests/: 431.html, 434.html, results/434.processed: tests for last
948: element used, push/pop, exceptions during arguments processing
949: and used caching (related to feature #930)
950:
951: * src/: classes/array.C, types/pa_varray.h: change_used added for
952: better used caching and now no issues if exception occures during
953: append arguments processing (related to feature #930)
954:
955: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
956: ^array.pop[] added, last element is allways used (related to
957: feature #930)
958:
959: 2024-10-26 moko
960:
961: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
962: types/pa_varray.h: confirm_all_used added where possible (related
963: to feature #930)
964:
965: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
966: small array optimizations (related to feature #930)
967:
968: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
969:
970: * tests/: 431.html, results/431.processed: test for
971: ^array.compact[undef] added
972:
973: * src/classes/array.C: ^array.compact[] now have optional 'undef'
974: argument to also compact undefined elements (related to feature
975: #930)
976:
977: 2024-10-24 moko
978:
979: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
980: VArray::hash is used rarery, no longer caching the result
981:
982: * tests/results/432.processed: testing removed from tests
983:
984: 2024-10-23 moko
985:
986: * tests/: 431.html, results/431.processed: ^array.compact[] test
987: added
988:
989: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
990:
991: * tests/: 432.html, results/432.processed: testing ^array.at[] for
992: both "solid" and "sparse" arrays
993:
994: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
995:
996: 2024-10-22 moko
997:
998: * tests/results/264.processed: spelling
999:
1000: * src/classes/file.C: spelling
1001:
1002: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1003: tests updated after ^file::exec[cmd;;$array] implemented and
1004: empty arguments not skipped (related to feature #1252)
1005:
1006: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1007: (implements feature #1252) bugfix: empty arguments no longer
1008: skipped
1009:
1.205 moko 1010: 2024-10-21 moko
1011:
1012: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1013: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1014: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1015: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1016: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1017: site/index.html, site/test.txt: httpd tests added
1018:
1.202 moko 1019: 2024-10-20 moko
1020:
1021: * src/classes/string.C: warnings war
1022:
1023: * src/: main/pa_string.C, classes/array.C: warnings war
1024:
1025: * src/classes/json.C: warnings war
1026:
1027: * src/classes/image.C: warnings war
1028:
1029: * src/: classes/table.C, types/pa_varray.C: warnings war
1030:
1031: * src/classes/array.C: warning war
1032:
1033: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1034:
1035: * src/main/main.vcproj: warnings war
1036:
1037: 2024-10-19 moko
1038:
1039: * tests/427.html: test updated after constructors renamed
1040:
1041: 2024-10-18 moko
1042:
1043: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1044: results/421.processed, results/430.processed,
1045: results/431.processed: test updated after constructors renamed
1046:
1047: * src/classes/array.C: create -> copy, new -> create according to
1048: https://www.parser.ru/forum/?id=86603 discussion (related to
1049: feature #930)
1050:
1051: 2024-10-16 moko
1052:
1053: * src/classes/json.C: $json:array[array or hash] added to provide
1054: more backward compatibility (implements feature #1251)
1055:
1056: 2024-10-15 moko
1057:
1058: * tests/: 421.html, results/421.processed: test results updated
1059: after missing constuctor error check added and array is_index
1060: check added
1061:
1062: * src/main/execute.C: absent constructor message fixed
1063:
1.201 moko 1064: 2024-10-13 moko
1065:
1066: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1067: with is_index() before calling index() for better error reporting
1068: in method name typo (was invalid number, not method not found
1069: exception).
1070:
1071: 2024-10-08 moko
1072:
1073: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1074:
1075: * src/include/pa_array.h: warnings war
1076:
1.200 moko 1077: 2024-10-05 moko
1078:
1079: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1080: returns current row cells array (implements feature #1250)
1081:
1082: * tests/: 405.html, results/169.processed, results/405.processed:
1083: tests updated after ^string.split[;a] implemented (related to
1084: feature #1249)
1085:
1086: * src/classes/string.C: ^string.split[] - 'a' option added for
1087: splitting into an array (implements feature #1249)
1088:
1089: 2024-10-04 moko
1090:
1091: * tests/: 431.html, results/431.processed: final code coverage
1092: array tests
1093:
1094: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1095: array: confirm_all_used() added and used where possible, expand()
1096: now expends faster
1097:
1098: 2024-10-03 moko
1099:
1100: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1101:
1102: * tests/: 256.html, results/256.processed: test for
1103: $.date[unix-timestamp] handling large dates
1104:
1105: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1106: classes/string.C, classes/table.C, include/pa_common.h,
1107: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1108: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1109: format replaced with pa_uitoa where applicable,
1110: $.date[unix-timestamp] fixed for handling large dates
1111:
1112: * tests/: 433.html, results/433.processed: more tests, including
1113: test for possible endless recursion in ^o.GET[]
1114:
1115: * src/types/pa_vobject.C: bugfix: detecting possible endless
1116: recursion in get_scalar_value inside ^o.GET[]
1117:
1118: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1119: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1120: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1121: $LIMITS.max_recursion
1122:
1123: 2024-10-02 moko
1124:
1125: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1126: results/253.processed, results/287.processed,
1127: results/430.processed, results/433.processed: more tests for full
1128: array and json code coverage
1129:
1130: * tests/: 433.html, results/433.processed: tests for hash functions
1131: with array param
1132:
1133: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1134:
1135: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1136: in 246.html used to test ^array.at, same result produced
1137:
1138: * tests/: 430.html, 431.html, results/430.processed,
1139: results/431.processed: more array tests for 100% code coverage
1140: (related to feature #930)
1141:
1142: * tests/: 427.html, 430.html, results/427.processed,
1143: results/430.processed: first portion of array tests added
1144: (related to feature #930)
1145:
1146: * src/classes/array.C: allow only whitespace string as argument for
1147: add and join
1148:
1149: * src/classes/array.C: add behavour for array synced with hash
1150:
1151: 2024-09-30 moko
1152:
1153: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1154: tests added
1155:
1156: * src/classes/array.C: $.distinct should not be used unless
1157: $.sparse(true)
1158:
1159: * tests/: 429-sql.html, results/388-sql.processed,
1160: results/429-sql.processed: tests for ^array::sql{}, including
1161: multi_statements mode (related to feature #930)
1162:
1.199 moko 1163: 2024-09-29 moko
1164:
1165: * src/classes/array.C: synced ^array::sql multi_statements logic
1166: with ^hash::sql new behavour
1167:
1168: 2024-09-28 moko
1169:
1170: * tests/: 428-sql.html, results/388-sql.processed,
1171: results/428-sql.processed: tests updated after column names were
1172: fixed in multi_statements mode (related to feature #1197)
1173:
1174: * src/classes/hash.C: column names are fixed for most cases in
1175: multi_statements mode (related to feature #1197)
1176:
1177: * tests/: 428-sql.html, results/195.processed,
1178: results/224.processed, results/239.processed,
1179: results/254.processed, results/261.processed,
1180: results/306.processed, results/333.processed,
1181: results/341.processed, results/343.processed,
1182: results/344.processed, results/348.processed,
1183: results/364.processed, results/389.processed,
1184: results/390.processed, results/415.processed,
1185: results/420.processed, results/421.processed: tests results
1186: updated after error messages spelling minor fixes
1187:
1188: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1189: spelling
1190:
1191: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1192: classes/image.C, classes/math.C, classes/string.C,
1193: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1194: main/execute.C, main/pa_charset.C, main/pa_common.C,
1195: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1196: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1197: types/pa_vmail.C, types/pa_vobject.C,
1198: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1199: types/pa_vxdoc.C: minor error messages spelling fixes
1200:
1201: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1202: implementation (related to feature #930)
1203:
1204: * tests/: 388-sql.html, results/388-sql.processed: test results
1205: updated after rows number ^file::sql{} check added
1206:
1207: * src/classes/file.C: rows number now checked in ^file::sql{}
1208:
1209: * tests/: 428-sql.html, results/428-sql.processed: more tests
1210:
1211: * tests/: 428-sql.html, results/428-sql.processed: more
1212: multi_statements testing before bugfix
1213:
1214: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1215: results/428-sql.processed: support for multiple sql test files
1216: added
1217:
1218: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1219:
1220: * src/classes/hash.C: more accurate one_bool_column processing
1221:
1222: * tests/: 427.html, results/427.processed: Constructors as methods
1223: behavour documented in test
1224:
1225: * src/classes/hash.C: HashStringValue::Iterator used for options
1226:
1227: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1228:
1229: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1230: testing
1231:
1232: * tests/results/367-curl.processed: test result updated after
1233: server charset changed
1234:
1235: * tests/results/347-curl.processed: error messages updated
1236:
1237: * tests/results/: 346-curl.processed, 379-curl.processed,
1238: 394-curl.processed: tests results updated after Type -> Exception
1239: type replacement
1240:
1241: * tests/results/388-sql.processed: tests result updated after Type
1242: -> Exception type
1243:
1244: 2024-09-27 moko
1245:
1246: * src/classes/hash.C: minor simplification
1247:
1248: 2024-09-24 moko
1249:
1250: * src/main/pa_string.C: atoui error messages improved
1251:
1252: * tests/: 165.html, 312.html, results/165.processed,
1253: results/312.processed, results/379.processed: tests updated after
1254: default endless loop limit increased, atoi error messages
1255: improved
1256:
1257: * src/classes/hash.C: VBool::get used, unification
1258:
1.198 moko 1259: 2024-09-22 moko
1260:
1261: * src/classes/array.C: minor simplification
1262:
1263: * src/classes/array.C: ^array.left(N),
1264: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1265:
1266: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1267: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1268: added, default 1000000 (related to feature #930)
1269:
1270: * tests/: 426.html, results/426.processed: test for negative limit
1271: and offset processing for table options added
1272:
1273: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1274: bugfix: negative limit and offset processing for table options
1275: fixed
1276:
1277: 2024-09-21 moko
1278:
1279: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1280: ^for added that also iterates holes; ^remove added (related to
1281: feature #930)
1282:
1283: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1284: $.offset(M) ] added (related to feature #930)
1285:
1286: 2024-09-20 moko
1287:
1288: * src/: classes/array.C, types/pa_varray.h: array:
1289: +foreach[value]{code}, + add[hash with numeric keys] (related to
1290: feature #930)
1291:
1292: 2024-09-19 moko
1293:
1294: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1295: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1296: support $a[v1;v2;...] syntax (related to feature #930)
1297:
1298: 2024-09-17 moko
1299:
1300: * src/: classes/reflection.C, include/pa_request.h,
1301: main/compile_tools.h, main/pa_request.C:
1302: ^reflection:class_alias[existing class name;alias class name]
1303: added. The array class can now be redefined regardless of the
1304: $.replace(bool) option value (related to feature #930)
1305:
1306: * src/main/: compile.y, compile_tools.h: class_add return value
1307: inverted to add it to request class
1308:
1309: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1310: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1311: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1312: resize if required. spared array - added fused, append.
1313:
1.197 moko 1314: 2024-09-16 moko
1315:
1316: * src/types/pa_varray.h: get moved to where it belongs
1317:
1318: 2024-09-15 moko
1319:
1320: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1321: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1322:
1323: * tests/: 421.html, results/323.processed, results/421.processed:
1324: tests updated after 'spared-array' class renamed to 'array'
1325: following a discussion on the forum (related to feature #930)
1326:
1327: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1328: types/pa_vmail.C: initial SparseArray separation from Array,
1329: parser class now 'array'
1330:
1331: 2024-09-14 moko
1332:
1333: * tests/: 030.html, results/030.processed: out of range expires
1334: check added
1335:
1336: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1337: checking expires time using VDate
1338:
1339: 2024-09-13 moko
1340:
1341: * src/: classes/array.C, classes/curl.C, classes/date.C,
1342: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1343: classes/memcached.C, classes/op.C, classes/regex.C,
1344: classes/string.C, classes/xdoc.C, classes/xnode.C,
1345: main/execute.C, main/pa_http.C, main/pa_request.C,
1346: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1347: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1348: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1349: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1350: removed as dynamic_cast is faster, Value::is() is still required
1351: for is operator.
1352:
1353: 2024-09-12 moko
1354:
1355: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1356: classes/table.C, classes/xnode.C, include/pa_array.h,
1357: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1358: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1359: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1360: templated pa_itoa/pa_uitoa added to work with any integer type,
1361: String::Body::Format removed
1362:
1363: 2024-09-10 moko
1364:
1365: * src/classes/array.C: append and insert methods added to
1366: sparse-array (related to feature #930)
1367:
1368: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1369: tests updated after sparse-array was added to avoid ^json:parse[]
1370: using it in old tests (related to feature #930)
1371:
1372: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1373: types/pa_varray.h: sparse-array class added (initial feature #930
1374: implementation)
1375:
1376: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1377: for sparse-array class files (related to feature #930)
1378:
1379: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1380: types/pa_vhash.h: VArray support functions without actual VArray
1381: files (related to feature #930)
1382:
1.196 moko 1383: 2024-09-07 moko
1384:
1385: * src/: classes/curl.C, classes/string.C, classes/table.C,
1386: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1387: main/pa_http.C, main/pa_sql_driver_manager.C,
1388: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1389: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1390: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1391: with Hash::Iterator, has_next() replaced with operator bool
1392: (related to feature #930)
1393:
1394: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1395: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1396: types/pa_vstateless_class.C: Array class extended,
1397: Array::Iterator added and used (related to feature #930)
1398:
1.195 moko 1399: 2024-08-26 moko
1400:
1401: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1402: should be used on argv[0] as well to match document root.
1403:
1.194 moko 1404: 2024-08-25 moko
1405:
1406: * src/main/pa_request.C: be more specific
1407:
1408: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1409: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1410: (fixes bug #1244)
1411:
1412: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1413: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1414: rsplit(..., '\\') is not correct when / and \ are mixed in path
1415:
1416: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1417:
1.193 moko 1418: 2024-07-24 moko
1419:
1420: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1421: main/execute.C, main/pa_string.C: Warning war: clang changed
1422: -Wdeprecated-register warning to -Wregister, it's easier to
1423: remove all register vars then continue this fight. :)
1424:
1425: * src/main/: compile.y, compile.tab.C: warning war: register
1426: removed
1427:
1.192 moko 1428: 2024-07-14 moko
1429:
1430: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1431: checking the HTTP request environment; if the variable is not
1432: present, checking the web server process environment (implements
1433: feature #1242)
1434:
1.191 moko 1435: 2024-05-26 moko
1436:
1437: * tests/: 195.html, 229.html, results/096.processed,
1438: results/097.processed, results/158.processed,
1439: results/186.processed, results/273.processed,
1440: results/293.processed, results/317.processed,
1441: results/389.processed, results/402.processed: tests updated as
1442: single quote now escaped with ' in HTML tainting mode
1443: (related to feature #1241)
1444:
1445: * src/main/untaint.C: single quote now escaped with ' in HTML
1446: tainting mode (implements feature #1241)
1447:
1448: * tests/results/: 020.processed, 021.processed, 026.processed,
1449: 042.processed, 043.processed, 057.processed, 110.processed,
1450: 115.processed, 116.processed, 117.processed, 118.processed,
1451: 119.processed, 120.processed, 125.processed, 126.processed,
1452: 128.processed, 130.processed, 131.processed, 132.processed,
1453: 133.processed, 135.processed, 136.processed, 138.processed,
1454: 139.processed, 140.processed, 145.processed, 150.processed,
1455: 151.processed, 165.processed, 174.processed, 181.processed,
1456: 182.processed, 192.processed, 193.processed, 201.processed,
1457: 213.processed, 224.processed, 226.processed, 230.processed,
1458: 239.processed, 240.processed, 244.processed, 253.processed,
1459: 254.processed, 261.processed, 264.processed, 269.processed,
1460: 274.processed, 275.processed, 288.processed, 294.processed,
1461: 296.processed, 303.processed, 306.processed, 307.processed,
1462: 308.processed, 311.processed, 312.processed, 314.processed,
1463: 315.processed, 316.processed, 320.processed, 323.processed,
1464: 324.processed, 325.processed, 328.processed, 330.processed,
1465: 332.processed, 333.processed, 337.processed, 338.processed,
1466: 341.processed, 342.processed, 343.processed, 344.processed,
1467: 345.processed, 348.processed, 352.processed, 356.processed,
1468: 357.processed, 363.processed, 364.processed, 368.processed,
1469: 372.processed, 373.processed, 376.processed, 378.processed,
1470: 379.processed, 385.processed, 386.processed, 387.processed,
1471: 389.processed, 390.processed, 395.processed, 397.processed,
1472: 398.processed, 399.processed, 404.processed, 406.processed,
1473: 413.processed, 414.processed, 420.processed, 421.processed,
1474: 424.processed, auto.p: Type -> Exception type for readability
1475:
1476: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1477: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1478: results/119.processed, results/165.processed,
1479: results/175.processed, results/192.processed,
1480: results/213.processed, results/217.processed,
1481: results/230.processed, results/240.processed,
1482: results/298.processed, results/380.processed,
1483: results/415.processed: try-catch, try-catch-comment used
1484:
1485: 2024-05-21 moko
1486:
1487: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1488: results/180.processed, results/195.processed,
1489: results/224.processed, results/auto.p: @try-catch-comment added
1490: and used
1491:
1492: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1493: 415.html, results/269.processed, results/283.processed,
1494: results/auto.p: more tests are updated to prepare for apostrophe
1495: escaping in HTML tainting
1496:
1497: * tests/results/: 181.processed, 294.processed, 296.processed,
1498: 315.processed, 379.processed, 389.processed, auto.p:
1499: $exception.comment printed as-is for whitespace reporting and to
1500: prepare for apostrophe escaping in HTML mode
1501:
1.190 moko 1502: 2024-05-11 moko
1503:
1504: * tests/: 099.html, 100.html, results/099.processed,
1505: results/100.processed: a test for non-UTF-8 filename* added
1506: (related to feature #1240)
1507:
1508: * tests/: 293.html, results/293.processed: tainting modes tests
1509: added
1510:
1511: * tests/results/: 099.processed, 100.processed, 205.processed,
1512: 309.processed, 310.processed, 419.processed: tests results
1513: updated after filename* added (related to feature #1240)
1514:
1515: * src/: include/pa_common.h, main/pa_request.C: The filename*
1516: parameter was added to the Content-Disposition header to conform
1517: with RFC 6266, with code provided by Sumo (implements feature
1518: #1240)
1519:
1520: 2024-05-10 moko
1521:
1522: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1523: positive performance effect in our case
1524:
1.189 moko 1525: 2024-03-27 moko
1526:
1527: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1528: (related to feature #1236)
1529:
1530: 2024-03-15 moko
1531:
1532: * tests/: 413.html, results/413.processed: test for object still
1533: can be used as file parameter (related to bug #1218)
1534:
1535: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1536: still can be used in file context (fixes bug #1218)
1537:
1538: 2024-03-14 moko
1539:
1540: * src/include/pa_string.h: ArrayString get() null result assert
1541: also added (related to bug #1238)
1542:
1543: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1544: VString::empty() used instead of new VString()
1545:
1546: 2024-03-12 moko
1547:
1548: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1549: results/379.processed: test added for cookie without value
1550: (related to bug #1238)
1551:
1552: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1553: values are now required to be non-null (related to bug #1238)
1554:
1555: * src/main/pa_http.C: cookies without value are now parsed
1556: correctly (fixed bug #1238)
1557:
1558: 2024-03-11 moko
1559:
1560: * tests/run_parser.sh: for better error reporting
1561:
1.188 moko 1562: 2023-12-30 moko
1563:
1564: * tests/: 038.html, results/038.processed: test for atan2 added
1565:
1566: 2023-12-29 moko
1567:
1568: * src/classes/math.C: atan2(y,x) math function added
1569:
1.187 moko 1570: 2023-12-14 moko
1571:
1572: * tests/212.html: pcre2 compatibility (related to feature #1236)
1573:
1574: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1575: exceptions and behavour added (related to feature #1236)
1576:
1577: 2023-12-13 moko
1578:
1579: * buildall: by default parser is now bundled with pcre2 10.42,
1580: --without-pcre2 option added to build with pcre-8.45 (related to
1581: feature #1236)
1582:
1583: 2023-12-12 moko
1584:
1585: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1586: support added (implements feature #1236)
1587:
1588: * src/: include/pa_charset.h, include/pa_config_includes.h,
1589: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1590: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1591: types/pa_vregex.h: Adopted patch from Yavor Doganov
1592: <yavor@gnu.org> to add pcre2 library support (implements feature
1593: #1236)
1594:
1.186 moko 1595: 2023-11-28 moko
1596:
1597: * src/include/pa_config_includes.h: warnings war continues
1598:
1599: * src/include/pa_config_includes.h: warning war
1600:
1601: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1602: number strings, whitespace and sign in exception messages
1603: (related to bug #1234)
1604:
1.185 moko 1605: 2023-11-26 moko
1606:
1607: * tests/: 274.html, results/224.processed, results/274.processed:
1608: tests for date double, int, bool added (related to feature #1235)
1609:
1610: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1611: added for date class (implements feature #1235)
1612:
1613: 2023-11-23 moko
1614:
1615: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1616: and '-' strings are no longer can be treated as number 0,
1617: exception thrown (fixes bug #1234)
1618:
1.184 moko 1619: 2023-11-18 moko
1620:
1621: * src/include/pa_types.h: minor
1622:
1623: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1624:
1625: * tests/: 389.html, results/389.processed: error messages for some
1626: OS differs a bit, reducing failing tests for them
1627:
1628: 2023-11-17 moko
1629:
1630: * tests/: 423.html, results/423.processed: test for optional
1631: @auto[] inheritance added (related to feature #1233)
1632:
1633: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1634: types/pa_vstateless_class.C: optional @auto[] inheritance
1635: implemented if defined with two args (path, class name)
1636: (implements feature #1233)
1637:
1638: * src/: classes/double.C, classes/int.C, classes/math.C,
1639: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1640: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1641: sync double->int overflow behavour under different architectures
1642: (fixes bug #1232)
1643:
1644: * tests/: 422.html, results/422.processed: int clipping added
1645:
1646: 2023-11-16 moko
1647:
1648: * tests/: 422.html, results/422.processed: test for int and uint
1649: overflow in ^n.format[d/u/x]
1650:
1651: * src/classes/math.C: bugfix: crc32 should not be negative (under
1652: Apple M1 when negative double converts to uint the result is 0)
1653: and crc32 should be 32 bits
1654:
1655: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1656: on Apple M1 it's 0
1657:
1658: * src/classes/file.C: bugfix: crc32 should not be negative (under
1659: Apple M1 when negative double converts to uint the result is 0)
1660: and crc32 should be 32 bits
1661:
1.183 moko 1662: 2023-10-07 moko
1663:
1664: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1665: behavour with other OP_NUM_*, related to bug #1230
1666:
1667: 2023-10-06 moko
1668:
1669: * tests/: 338.html, results/338.processed: test for bug #1230 added
1670:
1671: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1672: be converted to double to avoid 80 bit operations in x87 mode
1673: (fixes bug #1230)
1674:
1675: 2023-10-05 moko
1676:
1677: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1678: compatibility
1679:
1680: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1681:
1682: * tests/: 421.html, results/421.processed: test to cover all
1683: classes and objects nonexistent method and field exceptions
1684: (related to feature #1080 and #1227)
1685:
1686: * tests/results/: 182.processed, 324.processed: undefined method ->
1687: <type> method not found exception (related to feature #1080)
1688:
1689: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1690: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1691: "element can not be fetched from" for them, "field not found" for
1692: all other types (related to bug #1227)
1693:
1694: 2023-10-03 moko
1695:
1696: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1697: <type> method not found" exception now thrown for static calls
1698: instead of "undefined method" without class name (related to
1699: feature #1080)
1700:
1701: 2023-10-02 moko
1702:
1703: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1704: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1705: <method name>, Comment: <type> method not found" exception now
1706: thrown for all dynamic objects instead of "undefined method"
1707: without class name (implements feature #1080)
1708:
1.182 moko 1709: 2023-10-01 moko
1710:
1711: * src/classes/json.C: we don't have a dynamic json object.
1712:
1713: 2023-09-28 moko
1714:
1715: * tests/: 420.html, results/261.processed, results/420.processed:
1716: tests updated after bug #1228 fix reverted
1717:
1718: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1719: whitespace string is hash compatible, so we don't want $s.key to
1720: return a junction
1721:
1722: * tests/: 261.html, 420.html, results/261.processed,
1723: results/420.processed: test for bug #1227 added, test updated
1724: after bug #1228 fixed
1725:
1726: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1727: now throws exception as $non-empty-string.field (fixes bug #1227)
1728:
1729: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1730: #1228)
1731:
1732: 2023-09-26 moko
1733:
1734: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1735: src/classes/classes.C, src/classes/classes.awk,
1736: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1737: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1738: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1739: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1740: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1741: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1742: src/classes/regex.C, src/classes/response.C,
1743: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1744: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1745: src/include/pa_array.h, src/include/pa_base64.h,
1746: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1747: src/include/pa_charsets.h, src/include/pa_common.h,
1748: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1749: src/include/pa_dictionary.h, src/include/pa_dir.h,
1750: src/include/pa_exception.h, src/include/pa_exec.h,
1751: src/include/pa_globals.h, src/include/pa_hash.h,
1752: src/include/pa_http.h, src/include/pa_memory.h,
1753: src/include/pa_opcode.h, src/include/pa_operation.h,
1754: src/include/pa_os.h, src/include/pa_pool.h,
1755: src/include/pa_random.h, src/include/pa_request.h,
1756: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1757: src/include/pa_sapi.h, src/include/pa_socks.h,
1758: src/include/pa_sql_connection.h,
1759: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1760: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1761: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1762: src/include/pa_table.h, src/include/pa_threads.h,
1763: src/include/pa_types.h, src/include/pa_uue.h,
1764: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1765: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1766: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1767: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1768: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1769: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1770: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1771: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1772: src/main/compile.tab.C, src/main/compile.y,
1773: src/main/compile_tools.C, src/main/compile_tools.h,
1774: src/main/execute.C, src/main/pa_base64.C,
1775: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1776: src/main/pa_charsets.C, src/main/pa_common.C,
1777: src/main/pa_dictionary.C, src/main/pa_dir.C,
1778: src/main/pa_exception.C, src/main/pa_exec.C,
1779: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1780: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1781: src/main/pa_request.C, src/main/pa_socks.C,
1782: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1783: src/main/pa_stylesheet_connection.C,
1784: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1785: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1786: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1787: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1788: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1789: src/targets/apache/mod_parser3_core.C,
1790: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1791: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1792: src/types/pa_method.h, src/types/pa_property.h,
1793: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1794: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1795: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1796: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1797: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1798: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1799: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1800: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1801: src/types/pa_vhash.C, src/types/pa_vhash.h,
1802: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1803: src/types/pa_vimage.C, src/types/pa_vimage.h,
1804: src/types/pa_vint.h, src/types/pa_vjunction.C,
1805: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1806: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1807: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1808: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1809: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1810: src/types/pa_vobject.h, src/types/pa_vregex.C,
1811: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1812: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1813: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1814: src/types/pa_vstateless_class.h,
1815: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1816: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1817: src/types/pa_vstring.h, src/types/pa_vtable.C,
1818: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1819: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1820: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1821: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1822: src/types/pa_wwrapper.h: copyright, authors actualized
1823:
1.181 moko 1824: 2023-08-20 moko
1825:
1826: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1827: commited (related to feature #1219)
1828:
1829: 2023-08-16 moko
1830:
1831: * src/main/pa_random.C: replaced clock precision with monotonicity
1832: counter, good for Windows version with low clock frequency
1833: (related to feature #1229)
1834:
1835: 2023-08-15 moko
1836:
1837: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1838: fixes related to feature #1229
1839:
1840: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1841: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1842: (implements feature #1229)
1843:
1.180 moko 1844: 2023-08-02 moko
1845:
1846: * tests/: results/417.processed, 417.html: test for empty string
1847: match after last char added (related to bug #1224)
1848:
1849: * src/main/pa_string.C: avoid prestart++ after last char on zero
1850: length match (related to bug #1224)
1851:
1.179 moko 1852: 2022-11-22 moko
1853:
1854: * tests/: 419.html, results/419.processed: test for L_URI and path
1855: removeal from filename added (related to bug #1204)
1856:
1857: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1858: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1859: attribute value, L_URI should be used
1860:
1.178 moko 1861: 2022-09-21 moko
1862:
1863: * src/targets/cgi/parser3.C: more clear error messages
1864:
1865: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1866: SAPI_Info will return 0 in read_post and post_size !=
1867: content_length will be thrown
1868:
1.177 moko 1869: 2022-08-23 moko
1870:
1871: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1872: header value
1873:
1874: 2022-08-22 moko
1875:
1876: * tests/: 418.html, results/418.processed: test for
1877: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1878: to #1225)
1879:
1880: * src/classes/hash.C: keep old behavoir by default
1881:
1882: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1883: $.order[self|arg] ] added (implements #1215)
1884:
1.176 moko 1885: 2022-03-21 moko
1886:
1887: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1888: xmlInitCharEncodingHandlers is called in libxml static
1889: initializers before gc_substitute_memory_management_functions in
1890: pa_globals and thus gc may not see reference to our
1891: xmlCharEncodingHandler and free it.
1892:
1.175 moko 1893: 2022-01-26 moko
1894:
1895: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1896:
1.174 moko 1897: 2021-12-28 moko
1898:
1899: * tests/: 417.html, results/417.processed: test for empty string
1900: match added (related to bug #1224)
1901:
1902: * src/main/pa_string.C: empty string match now works (fixes bug
1903: #1224)
1904:
1.173 moko 1905: 2021-12-24 moko
1906:
1907: * tests/: 415_dir/29.p, results/415.processed: yet another test
1908:
1909: 2021-12-23 moko
1910:
1911: * src/: classes/table.C, main/pa_request.C: warnings war
1912:
1913: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1914: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1915:
1916: 2021-12-21 moko
1917:
1918: * tests/: 416.html, results/416.processed: test for ^break[] in
1919: ^hash/table.select[] (related to feature #1222)
1920:
1921: * src/classes/: hash.C, table.C: ^break[] support for
1922: ^hash/table.select[] (implements feature #1222)
1923:
1.172 moko 1924: 2021-11-30 moko
1925:
1926: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1927: 0.5 sec
1928:
1.171 moko 1929: 2021-11-10 moko
1930:
1931: * tests/results/415.processed: more syntax errors tests added
1932:
1933: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1934: 28.p: minor syntax error tests
1935:
1936: * src/main/pa_exception.C: pa_strdup added for compatibility
1937:
1938: * src/classes/curl.C: hint to call ^curl:options[
1939: $.library[correct.libcurl.so.name] ] added if default load fails.
1940:
1941: 2021-11-09 moko
1942:
1943: * src/main/compile.y: error message can be on stack
1944:
1945: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1946:
1947: * src/main/pa_charset.C: memcpy is more correct and efficient in
1948: this case then strncpy
1949:
1950: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1951: instead of strcpy where possible
1952:
1953: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1954: used to avoid MAX_STRING limit in Exception comment
1955:
1956: * tests/results/415.processed: compiler exceptions are no longer
1957: limited to MAX_STRING
1958:
1959: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1960: char * instead of fixed buffer
1961:
1962: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1963: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1964: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1965: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1966: results/415.processed: tests for parser.compile exceptions added
1967:
1968: 2021-11-08 moko
1969:
1970: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1971: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1972: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1973: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1974: drawbacks
1975:
1.170 moko 1976: 2021-11-06 moko
1977:
1978: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1979: (implements feature #1219)
1980:
1981: * tests/: 414.html, results/414.processed: test for
1982: ^hash.rename[from;to] added (related to feature #1144)
1983:
1984: 2021-11-05 moko
1985:
1986: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1987: (related to feature #1144)
1988:
1989: 2021-11-04 moko
1990:
1991: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1992: added (implements feature #1144)
1993:
1.169 moko 1994: 2021-10-19 moko
1995:
1996: * tests/: 413.html, results/413.processed: test for hash no longer
1997: is accepted as file parameter (related to bug #1218)
1998:
1999: * src/: classes/curl.C, classes/file.C, classes/image.C,
2000: classes/math.C, classes/xdoc.C, types/pa_value.C,
2001: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2002: longer is accepted as file parameter (fixes bug #1218)
2003:
1.168 moko 2004: 2021-07-19 moko
2005:
2006: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2007: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2008:
1.167 moko 2009: 2021-04-16 moko
2010:
2011: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2012: processing it leads to assertions.
2013:
1.166 moko 2014: 2021-03-25 moko
2015:
2016: * tests/: 412.html, results/412.processed: test to demonstrate bug
2017: #1213
2018:
1.165 moko 2019: 2021-02-12 moko
2020:
2021: * tests/: 360.html, results/360.processed, results/363.processed:
2022: parser method call in expression mode no longer differs from call
2023: in string mode (related to feature #1211)
2024:
2025: 2021-02-11 moko
2026:
2027: * src/types/pa_vmail.C: mail parsing with Windows line endings
2028: fixed (bug #1212)
2029:
2030: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2031: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2032: strings in both calls (implements feature #1211)
2033:
1.164 moko 2034: 2021-01-28 moko
2035:
2036: * buildall, etc/auto.p.in: to remove last patch in debian package
2037:
2038: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2039: 3.4.7b
2040:
1.162 moko 2041: 2021-01-21 moko
2042:
2043: * src/main/pa_http.C: no alarm() in file::load when web server mode
2044: is MULTITHREADED
2045:
1.157 moko 2046: 2021-01-20 moko
2047:
1.161 moko 2048: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2049: 'a2enmod mpm_prefork'
2050:
1.160 moko 2051: * src/targets/apache/mod_parser3.c: prefork name is now
2052: 'libapache2-mpm-itk'
2053:
2054: * src/targets/apache/mod_parser3_core.C: last regular malloc
2055: removed
2056:
1.159 moko 2057: * src/targets/isapi/Makefile.am: -pa_threads.C
2058:
1.158 moko 2059: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2060: 3.4.6
2061:
1.157 moko 2062: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2063:
2064: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2065: /httpd.p
2066:
2067: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2068: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2069: #1203)
2070:
2071: 2021-01-19 moko
2072:
2073: * buildall: --disable-parallel-mark added to avoid "number of
2074: processors" threads creation for heap marking as it conflicts
2075: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2076: limits threads)
2077:
1.156 moko 2078: 2021-01-16 moko
2079:
2080: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2081: main/pa_globals.C, main/pa_memory.C,
2082: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2083: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2084: feature #1209)
2085:
2086: 2021-01-15 moko
2087:
2088: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2089: 3.4.6rc
2090:
2091: * src/classes/json.C: get_delim added for delimiter caching (10%
2092: faster on large json)
2093:
2094: 2021-01-14 moko
2095:
1.211 moko 2096: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2097:
2098: * tests/results/224.processed: test result modified after
2099: today(shift) implemented
2100:
2101: * tests/: 407.html, results/407.processed: test for ^hash.select
2102: option $.default(bool) added (related to feature #1172)
2103:
2104: * src/classes/hash.C: ^hash.select option $.default(bool) added
2105: (related to feature #1172)
2106:
2107: * tests/: 141.html, results/141.processed: test modified for
2108: feature #1185.
2109:
2110: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2111: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2112: options $.lower(bool) (implements feature #1185)
2113:
2114: 2021-01-11 moko
2115:
2116: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2117: #1192)
2118:
2119: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2120: added (related to feature #1192)
2121:
1.155 moko 2122: 2021-01-05 moko
2123:
2124: * tests/: 270.html, results/270.processed: test modified to work
2125: under Windows
2126:
2127: * tests/: 390.html, 395.html, results/395.processed: tests updated
2128: 4 windows
2129:
2130: * tests/: 410.html, results/410.processed: test for
2131: $CLASS-GETTER-PROTECTED(false) added
2132:
2133: 2021-01-04 moko
2134:
2135: * tests/: 409.html, results/409.processed, results/auto.p: test for
2136: $MAIN:LOCALS(true) added
2137:
1.154 moko 2138: 2021-01-03 moko
2139:
2140: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2141: types/pa_vclass.h, types/pa_vstateless_class.C,
2142: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2143: +LOCALS. $main -> $MAIN in exception texts (implements feature
2144: #1207)
2145:
2146: 2021-01-02 moko
2147:
2148: * etc/auto.p.in: minor
2149:
2150: * src/main/pa_request.C: sending headers only after opening file to
2151: allow error reporting if file was not opened (foreign group,
2152: etc).
2153:
2154: 2020-12-31 moko
2155:
2156: * src/: include/pa_request.h, main/pa_request.C,
2157: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2158:
2159: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2160: main/pa_request.C: get_class_ref added and used
2161:
2162: * etc/auto.p.in: @CLASS httpd added
2163:
2164: * etc/auto.p.in: @auto[] is now first
2165:
2166: 2020-12-30 moko
2167:
2168: * tests/: 408.html, results/408.processed: test for bug #1166
2169: (windows only) added
2170:
2171: * src/main/pa_common.C: create_dir_for_file should not create dir
2172: for trailing / (fixes bug #1166)
2173:
2174: * tests/: 341.html, results/341.processed: tests for
2175: ^nameless_table.hash[] added (related to feature #1138)
2176:
2177: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2178: (implements feature #1138), extra fields in named tables no
2179: longer ignored (implements feature #1138)
2180:
2181: * tests/results/390.processed: updated after exception text change
2182:
2183: 2020-12-29 moko
2184:
2185: * tests/: 407.html, results/407.processed: +$._default check
2186:
2187: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2188:
2189: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2190: and ^hash.reverse[] added (releated to feature #1172)
2191:
2192: * src/classes/hash.C:
2193: ^hash.select[key;value](bool-condition)[options hash] +
2194: ^hash.reverse[] added (implements feature #1172)
2195:
2196: * src/types/pa_vtable.h: warning war
2197:
2198: * src/include/pa_config_fixed.h: win32 fix
2199:
1.153 moko 2200: 2020-12-27 moko
2201:
2202: * tests/: 406.html, results/406.processed: test results updated
2203:
2204: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2205: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2206: spelling
2207:
2208: 2020-12-26 moko
2209:
2210: * tests/: 406.html, results/406.processed: tests for
2211: ^table.rename[] added (related to feature #1148)
2212:
2213: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2214: ^table.rename[column name from;column name to], ^table.rename[
2215: $.[column name from][column name to] ... ] added (implements
2216: feature #1148)
2217:
2218: 2020-12-25 moko
2219:
2220: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2221: request_info now on stack to avoid yet another THREAD_LOCAL
2222: memory deallocation issue (now with cookies), explained in #1203
2223:
2224: * src/types/pa_vcookie.C: fields should be inited
2225:
2226: 2020-12-24 moko
2227:
2228: * src/include/pa_stylesheet_connection.h: looks like
2229: xsltFreeStylesheet leads to memory double-free. If so, it's for
2230: sure libxml bug, but we have GC anyway, so we just remove this
2231: call and see...
2232:
2233: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2234: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2235: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2236: abort.c:65:8 frame #3: 0x00000000004da663
2237: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2238: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2239: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2240: malloc.c:617:9 frame #5: 0x0000000000577f0c
2241: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2242: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2243: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2244: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2245: frame #8: 0x000000000050d35c
2246: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2247: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2248: frame #10: 0x00000000004436e5
2249: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2250: [inlined]
2251: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2252: pa_stylesheet_connection.h:62:3
2253:
2254: 2020-12-23 moko
2255:
2256: * src/classes/image.C: ^image::measure[; $.video() ] option added
2257:
2258: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2259: ^image::measure[; $.video(true) ] added
2260:
2261: * src/main/pa_exec.C: not cleared automatically in multithreaded
2262: httpd mode for unknown reasons
2263:
2264: 2020-12-22 moko
2265:
2266: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2267: error_log uri of currently processed document", but never used
2268: and conflicts with how libgc stops threads on FreeBSD (#define
2269: SIG_SUSPEND SIGUSR1), thus removed.
2270:
2271: 2020-12-21 moko
2272:
2273: * src/main/pa_request.C: +comment
2274:
1.151 moko 2275: 2020-12-20 moko
2276:
1.152 moko 2277: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2278: it is more safe to have versions of pa_strdup with one and two
2279: arguments, as helper_length=0 not always mean that strlen()
2280: should be called, but means zero.
2281:
2282: * src/targets/isapi/parser3isapi.C: minor
2283:
2284: * src/main/pa_http.C: +valid_http_method
2285:
1.151 moko 2286: * src/: include/pa_http.h, main/pa_http.C,
2287: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2288:
2289: 2020-12-17 moko
2290:
2291: * tests/: 405.html, results/405.processed: test for split by regex
2292: added (related to feature #1160)
2293:
2294: * src/classes/string.C: split by regex implemented (feature #1160)
2295:
2296: * src/classes/string.C: minor
2297:
2298: * tests/: 404.html, results/404.processed: test for whitespace
2299: string is now OK for table argument (related to feature #1169)
2300:
2301: * src/: classes/image.C, classes/string.C, classes/table.C,
2302: types/pa_vmethod_frame.C: whitespace string is now OK for table
2303: argument (as with hash) (implements feature #1169)
2304:
2305: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2306: limit for comment (fixes bug #1102)
2307:
2308: * src/targets/cgi/parser3.C: +HAVE_TLS check
2309:
2310: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2311:
2312: * src/include/pa_config_includes.h: HAVE_TLS used
2313:
2314: * configure.ac: +TLS check
2315:
2316: * src/main/pa_http.C: content logging added
2317:
2318: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2319: clear_response_headers added
2320:
2321: 2020-12-16 moko
2322:
2323: * buildall: as we now use threads, libatomic_ops still required for
2324: some OS.
2325:
2326: * src/main/pa_request.C: whitespace
2327:
2328: * src/: include/pa_request.h, main/pa_request.C:
2329: Request::Exception_trace::table extracted and used
2330:
2331: * src/main/pa_request.C: moving output_result call outside of try
2332: as network exceptions should not be handled by parser code
2333:
2334: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2335: logging network exchange
2336:
2337: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2338: via network if it was network write error.
2339:
2340: * src/targets/cgi/parser3.C: log -> pa_log
2341:
2342: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2343:
2344: * src/main/pa_threads.C: getpid() if no gettid() found
2345:
2346: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2347: we need to ignore "void" connections from browsers (browsers open
2348: connections in advance and they will be empty if user does not
2349: request more pages)
2350:
2351: 2020-12-15 moko
2352:
2353: * src/targets/cgi/parser3.C: avoid previous uri in logs
2354:
2355: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2356: RequestController not needed in httpd mode
2357:
2358: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2359: classes/classes.h, classes/curl.C, classes/date.C,
2360: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2361: classes/hashfile.C, classes/image.C, classes/inet.C,
2362: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2363: classes/memcached.C, classes/memory.C, classes/op.C,
2364: classes/reflection.C, classes/regex.C, classes/response.C,
2365: classes/string.C, classes/table.C, classes/void.C,
2366: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2367: include/pa_array.h, include/pa_base64.h,
2368: include/pa_cache_managers.h, include/pa_charset.h,
2369: include/pa_charsets.h, include/pa_common.h,
2370: include/pa_config_fixed.h, include/pa_config_includes.h,
2371: include/pa_dictionary.h, include/pa_dir.h,
2372: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2373: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2374: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2375: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2376: include/pa_request_charsets.h, include/pa_request_info.h,
2377: include/pa_sapi.h, include/pa_socks.h,
2378: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2379: include/pa_stack.h, include/pa_string.h,
2380: include/pa_stylesheet_connection.h,
2381: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2382: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2383: include/pa_uue.h, include/pa_xml_exception.h,
2384: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2385: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2386: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2387: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2388: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2389: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2390: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2391: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2392: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2393: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2394: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2395: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2396: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2397: main/pa_sql_driver_manager.C, main/pa_string.C,
2398: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2399: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2400: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2401: main/untaint.C, sql/pa_sql_driver.h,
2402: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2403: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2404: targets/isapi/parser3isapi.C, types/pa_junction.h,
2405: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2406: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2407: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2408: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2409: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2410: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2411: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2412: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2413: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2414: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2415: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2416: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2417: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2418: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2419: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2420: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2421: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2422: types/pa_vstateless_object.h, types/pa_vstatus.C,
2423: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2424: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2425: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2426: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2427: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2428:
2429: * src/main/pa_request.C: old compilers support
2430:
2431: * tests/: 362.html, results/362.processed: test updated after
2432: changes after upgrade to libxml2-2.9.9 were made (related to bug
2433: #1108)
2434:
2435: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2436: removed, as xsltFreeStylesheet has side effects on original doc.
2437: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2438: not updated after xdoc modification (part 3 of test 362).
2439: (related to bug #1108)
2440:
2441: * src/targets/isapi/parser3isapi.C: +pa_strcat
2442:
2443: * src/: classes/memory.C, include/pa_memory.h,
2444: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2445: PA_GC_GCOLLECT used
2446:
2447: * src/include/pa_memory.h: +PA_GC_COLLECT
2448:
2449: * src/targets/cgi/parser3.C: msvs support fixes
2450:
2451: * src/lib/gc/include/gc.h: more cleanup
2452:
2453: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2454:
2455: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2456: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2457:
2458: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2459:
2460: * configure.ac: pthread.h added to checked headers
2461:
2462: * src/classes/table.C: string stream is back :)
2463:
2464: * src/classes/memory.C: GC_generate_random_backtrace no longer
2465: exists
2466:
2467: * src/main/pa_globals.C: GC_dont_gc replaced
2468:
2469: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2470: left to simplify adding new functions. depricated GC_dont_gc
2471: replaced with GC_disable and GC_enable calls.
2472:
2473: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2474: CORD_from_file* not used and thus removed
2475:
2476: * src/lib/gc/include/gc_allocator.h: minor cleanup
2477:
2478: 2020-12-14 moko
2479:
2480: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2481: referenced elsewhere, or GC will collect it.
2482:
2483: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2484: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2485: elsewhere, or GC will collect them (and we'll get GPF in
2486: multithreaded enviroment). May be it can be also fixed by some
2487: GC call, not sure. But this fix costs nothing (but hours of
2488: debugging to find the issue :).
2489:
1.150 moko 2490: 2020-12-11 moko
2491:
2492: * configure.ac: gettid() check added
2493:
2494: * src/main/pa_threads.C: HAVE_GETTID used
2495:
2496: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2497:
2498: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2499: version for isapi/cgi/apache
2500:
2501: * buildall: threads are now required.
2502:
2503: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2504: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2505: main/main.vcproj: pa_threads.C moved to main
2506:
2507: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2508: isapi/pa_threads.C: pa_threads.C moved to main
2509:
2510: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2511: targets/apache/Makefile.am: pa_threads.C moved to main
2512:
2513: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2514:
2515: * src/: include/pa_stylesheet_connection.h,
2516: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2517: and weird GPF in multithreaded httpd is gone
2518:
2519: * src/include/: pa_stylesheet_connection.h,
2520: pa_sql_driver_manager.h: whitespace
2521:
2522: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2523:
2524: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2525: main/pa_stylesheet_manager.C: whitespace, warning war
2526:
2527: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2528: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2529: parser_multithreaded never used
2530:
2531: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2532:
2533: 2020-12-10 moko
2534:
2535: * src/: include/pa_config_includes.h, include/pa_http.h,
2536: main/pa_http.C, targets/cgi/parser3.C: initial support for
2537: MULTITHREADED and PARALLEL httpd server modes
2538:
2539: * src/main/pa_globals.C: GC_java_finalization is depricated
2540:
2541: 2020-12-09 moko
2542:
2543: * etc/auto.p.in: + @httpd-main
2544:
2545: * src/: include/pa_common.h, main/pa_request.C,
2546: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2547: work
2548:
2549: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2550: slow file_read_binary no longer used, send_range added
2551:
2552: 2020-12-08 moko
2553:
2554: * src/main/pa_request.C: >4Gb support
2555:
2556: * src/targets/cgi/parser3.C: msvc warning war
2557:
2558: * src/: include/pa_config_includes.h, main/pa_http.C,
2559: main/pa_request.C: msvc warnings war
2560:
2561: * src/classes/image.C: warning war
2562:
2563: * src/classes/table.C: MSVC warning war
2564:
2565: * src/targets/cgi/parser3.C: msvc warnings war
2566:
2567: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2568: added
2569:
1.149 moko 2570: 2020-12-07 moko
2571:
1.150 moko 2572: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2573: avoid logging beside system-wide auto.p
2574:
2575: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2576:
2577: * configure, configure.ac, src/include/pa_config_auto.h.in:
2578: configure options added:
2579:
2580: --with-system-cfg=FILE to specify system-wide auto.p
2581: --with-system-log=FILE to specify system-wide parser3.log
2582:
2583: * Makefile.am: bin no longer exists
2584:
2585: * configure, configure.ac: auto.p moved to etc to simplify debian
2586: package
2587:
2588: * buildall: auto.p and parser3.charsets moved to their default
2589: location after install
2590:
2591: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2592:
2593: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2594:
1.149 moko 2595: * src/targets/cgi/parser3.C: locate_config call returned to
2596: original place as it requires pa_thread_request() under Windows
2597:
2598: * src/targets/cgi/parser3.C: renaming
2599:
2600: 2020-12-06 moko
2601:
2602: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2603: check added
2604:
2605: 2020-12-04 moko
2606:
2607: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2608: main/pa_request.C: unified uint64_t lseek implemented to support
2609: >4Gb files under x86, including Windows
2610:
2611: 2020-12-02 moko
2612:
2613: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2614: with max_file_size
2615:
2616: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2617: support for processing files sized >4Gb on 32 bit planforms
2618:
2619: * tests/399.html: file moved
2620:
2621: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2622:
2623: * src/targets/cgi/pa_sapi_info.h: warning war
2624:
2625: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2626: warning war
2627:
2628: 2020-12-01 moko
2629:
2630: * src/classes/image.C: mp4 extended size (>4Gb) support added
2631:
2632: * src/classes/image.C: for "size not found" exception to be shown
2633: if size not found until eof
2634:
2635: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2636: bit linux)
2637:
2638: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2639: #1188)
2640:
2641: 2020-11-30 moko
2642:
2643: * src/classes/image.C: definitions moved closer to code
2644:
2645: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2646: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2647: 395_dir/3_VP8X.webp, results/395.processed,
2648: results/396.processed: tests for ^image::measure[] .webp support
2649: added, all image files moved into one directory (related to
2650: feature #1188)
2651:
2652: * src/classes/image.C: ^image::measure[] now supports webp (feature
2653: #1188)
2654:
1.148 moko 2655: 2020-11-29 moko
2656:
2657: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2658: processing, unnessesary defines removed
2659:
2660: 2020-11-24 moko
2661:
2662: * tests/results/: 099.processed, 100.processed, 205.processed,
2663: 309.processed, 310.processed: Content-Disposition: inline
2664: returned
2665:
2666: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2667: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2668: ] added (related to bug #1204)
2669:
2670: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2671: ] supported to avoid Content-Disposition: inline;
2672: filename="<file>.ext" but still set Content-Type for ext (related
2673: to bug #1204)
2674:
1.147 moko 2675: 2020-11-22 moko
2676:
2677: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2678: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2679:
2680: * src/main/pa_request.C: content_disposition_inline returned.
2681:
2682: 2020-11-17 moko
2683:
2684: * src/main/pa_request.C: empty main method name support
2685:
2686: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2687: config_handler added, stdout flush added.
2688:
2689: 2020-11-16 moko
2690:
2691: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2692:
2693: * tests/results/: 099.processed, 205.processed, 237.processed,
2694: 309.processed, 310.processed: Content-Disposition: inline is not
2695: required and should not contain filename="<name>"
2696:
2697: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2698: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2699: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2700:
1.146 moko 2701: 2020-11-14 moko
2702:
2703: * src/targets/cgi/parser3.C: spelling
2704:
2705: * src/targets/cgi/parser3.C: renaming
2706:
2707: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2708: relocated
2709:
2710: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2711: before request processing, which is weired
2712:
2713: 2020-11-13 moko
2714:
2715: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2716: copied in httpd.
2717:
2718: 2020-11-12 moko
2719:
2720: * src/main/pa_http.C: ALARM code unified to be used in httpd
2721:
2722: * src/: include/pa_request.h, main/pa_request.C,
2723: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2724:
2725: * src/main/pa_http.C: URI validation added
2726:
2727: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2728: can't be empty but can be null. httpd-main is now main method
2729: name for httpd mode
2730:
2731: 2020-11-11 moko
2732:
2733: * src/main/pa_request.C: path_translated can be null in httpd mode
2734:
2735: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2736: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2737: classes/xdoc.C, include/pa_request.h, main/execute.C,
2738: main/pa_request.C: r.absolute -> r.full_disk_path
2739:
2740: * src/targets/cgi/parser3.C: if filename to process is not
2741: specified, auto.p should be present.
2742:
1.145 moko 2743: 2020-11-03 moko
2744:
2745: * src/: classes/op.C, include/pa_request.h: unused argument removed
2746:
2747: * src/main/pa_request.C: content_disposition_inline is the default,
2748: not required.
2749:
1.144 moko 2750: 2020-10-29 moko
2751:
2752: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2753: ^use[file; $.main(true) ] implemented for auto.p processing and
2754: path_translated changing to correct relative files path
2755: calculation in httpd mode
2756:
2757: * src/: include/pa_request.h, main/pa_request.C:
2758: fail_on_read_problem removed, as it allways true, as if should
2759: be.
2760:
2761: * src/: include/pa_request.h, main/pa_request.C,
2762: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2763: targets/isapi/parser3isapi.C: clearing config_filespec when
2764: config was not found, thus flag not required and removed.
2765:
2766: 2020-10-28 moko
2767:
2768: * tests/: 402.html, results/402.processed: error reporting test
2769:
2770: * src/main/execute.C: better error reporting when
2771: $result[^hash::create[]] in @main.
2772:
2773: * src/main/: execute.C, pa_request.C: frame.result() should be used
2774: + minor optimization
2775:
2776: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2777: main/pa_xml_io.C: execute_*_method simplified and unified
2778:
2779: 2020-10-27 moko
2780:
2781: * tests/: 306.html, results/306.processed: a bit more testing. :)
2782:
2783: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2784: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2785: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2786: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2787: types/pa_vmethod_frame.h, types/pa_vobject.C,
2788: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2789: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2790: longer used in object-prototype mode
2791:
2792: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2793: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2794: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2795: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2796: $form:name[value] features
2797:
1.143 moko 2798: 2020-10-18 moko
2799:
2800: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2801:
2802: 2020-10-15 moko
2803:
2804: * src/main/pa_http.C: url no longer needed as
2805: ALTER_EXCEPTION_SOURCE is used
2806:
2807: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2808: main/pa_http.C: check_file_size filespec is now optional
2809:
2810: * src/: classes/curl.C, include/pa_exception.h,
2811: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2812: ALTER_EXCEPTION_COMMENT added for better error reporting
2813:
2814: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2815: results/346-curl.processed, results/379-curl.processed,
2816: results/379.processed: test results updated as load now provides
2817: better error reporting + curl responses updated
2818:
2819: 2020-10-14 moko
2820:
2821: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2822: main/pa_string.C, targets/apache/mod_parser3_core.C,
2823: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2824: checked. 10 is now default base, no hex autodetect by default
2825:
2826: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2827: connection socket closing in destructor + accept exception
2828: handling
2829:
2830: * src/targets/cgi/parser3.C: warning war
2831:
2832: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2833: main/pa_request.C, targets/apache/mod_parser3_core.C,
2834: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2835: exception handling unified
2836:
2837: 2020-10-13 moko
2838:
2839: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2840: autodetection
2841:
2842: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2843:
2844: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2845:
2846: * src/main/pa_http.C: warning war
2847:
1.142 moko 2848: 2020-10-12 moko
2849:
1.143 moko 2850: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2851: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2852: unhandled exception code optimization
2853:
2854: * src/targets/cgi/parser3.C: request_info now global variable
2855:
2856: * src/main/pa_http.C: http_read_response moved to HTTP_response
2857: class
2858:
2859: * src/: include/pa_http.h, main/pa_http.C,
2860: targets/cgi/pa_sapi_info.h: read_post implemented
2861:
1.142 moko 2862: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2863: [host:]port syntax support in httpd mode
2864:
2865: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2866: targets/cgi/parser3.C: populate_env added
2867:
2868: * src/include/pa_hash.h: to make get(char *) compiling in
2869: HashStringString
2870:
2871: 2020-10-10 moko
2872:
2873: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2874: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2875:
2876: * src/: include/pa_http.h, include/pa_request_info.h,
2877: main/pa_http.C, main/pa_string.C,
2878: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2879: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2880: types/pa_vrequest.C: initial httpd mode implementation
2881:
1.141 moko 2882: 2020-10-04 moko
2883:
2884: * src/targets/cgi/parser3.C: options together
2885:
2886: 2020-09-30 moko
2887:
2888: * src/main/pa_http.C: renamed
2889:
1.140 moko 2890: 2020-08-14 moko
2891:
2892: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2893: src/targets/cgi/Makefile.am: no httpd as separate library
2894:
2895: 2020-08-13 moko
2896:
2897: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2898: unhandled exception handler to report 500 instead of 200 it was
2899: before.
2900:
2901: * src/targets/apache/mod_parser3_core.C: minor cleanup
2902:
2903: * src/: include/pa_sapi.h, main/untaint.C,
2904: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2905: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2906: thus replaced with SAPI::die and removed
2907:
2908: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2909: cgi/parser3.C: whitespace
2910:
2911: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2912:
2913: 2020-08-12 moko
2914:
2915: * src/targets/cgi/parser3.C: duplicate info in signal logging
2916: removed, whitespace was: SIGPIPE received while executing code.
2917: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2918: cl=0]
2919:
2920: * parser3.sln: + httpd.vcproj
2921:
2922: 2020-08-11 moko
2923:
2924: * src/targets/cgi/Makefile.am: +libhttpd
2925:
2926: * configure.ac, src/lib/Makefile.am: +libhttpd
2927:
1.139 moko 2928: 2020-07-13 moko
2929:
2930: * tests/: 401.html, results/401.processed: test for hash key does
2931: not keep language, but tainted in foreach.
2932:
1.138 moko 2933: 2020-07-01 moko
2934:
2935: * tests/: 235.html, results/235.processed: test result updated as
2936: messages before attachments implemented (feature #1176)
2937:
1.137 moko 2938: 2020-06-27 moko
2939:
2940: * tests/: 400.html, results/400.processed: test updated to check
2941: ^return{code}
2942:
2943: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2944: fixed
2945:
2946: 2020-06-26 moko
2947:
2948: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2949: added (related to https://www.parser.ru/forum/?id=85319)
2950:
2951: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2952: when $result assignment was last statement in the method
2953: (https://www.parser.ru/forum/?id=85319)
2954:
1.136 moko 2955: 2020-05-23 moko
2956:
2957: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2958: whitespace, unused level removed
2959:
2960: 2020-05-19 moko
2961:
2962: * src/types/pa_vmail.C: whitespace
2963:
2964: * src/types/pa_vmail.C: files should be processed last (related to
2965: feature #1176)
2966:
1.135 moko 2967: 2020-05-12 moko
2968:
2969: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2970: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2971:
2972: * configure.ac: FreeBSD1X.X check added to avoid
2973: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2974:
1.134 moko 2975: 2020-02-26 moko
2976:
2977: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2978: compilation issue (related to bug #1201)
2979:
2980: * src/main/pa_common.C: entry_readable -> entry_exists,
2981: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2982: -f and -d now works under Windows in UTF-8 with Russian
2983: filenames.
2984:
2985: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2986: advice (related to feature #1199)
2987:
2988: 2020-02-25 moko
2989:
2990: * buildall: --silent removed
2991:
2992: * configure.ac: gmime-3.0 support
2993:
2994: * buildall: --with-system-mailreceive option added to build with
2995: system libgmime
2996:
2997: * src/types/pa_vmail.C: avoiding
2998: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2999: to feature #1199)
3000:
1.133 moko 3001: 2020-02-18 moko
3002:
3003: * src/classes/op.C: windows x64 debug mode compile fix
3004:
3005: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3006: change (releated to feature #1200)
3007:
3008: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3009: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3010: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3011: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3012: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3013: targets/apache/ApacheModuleParser3.vcproj,
3014: targets/apache/ApacheModuleParser3Core.vcproj,
3015: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3016: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3017: dependency (related to feature #1200)
3018:
1.132 moko 3019: 2020-02-12 moko
3020:
3021: * src/types/pa_vmail.C: minimize diff
3022:
3023: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3024: #1199)
3025:
1.131 moko 3026: 2020-01-18 moko
3027:
3028: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3029:
1.130 moko 3030: 2019-12-28 moko
3031:
3032: * src/targets/cgi/parser3.C: avoid empty ?
3033:
3034: 2019-12-27 moko
3035:
3036: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3037: DOCUMENT_ROOT (related to feature #1164)
3038:
3039: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3040: fcgiwrap setup (implements feature #1164)
3041:
3042: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3043: but no issues found (related to feature #1164)
3044:
3045: * src/targets/cgi/parser3.C: actualized
3046:
3047: 2019-12-26 moko
3048:
3049: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3050: removed
3051:
3052: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3053: removed
3054:
3055: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3056: allocation errors, we don't want default gc warnings (without
3057: timestamp and URI).
3058:
3059: * src/: classes/memory.C, main/pa_globals.C,
3060: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3061: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3062: pa_globals_init
3063:
3064: * src/main/pa_globals.C: setup_hex_value() removed, static array
3065: initialization used (optimization)
3066:
3067: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3068: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3069: pa_socks_init/pa_socks_done moved inside pa_globals_init
3070: (optimization)
3071:
1.129 moko 3072: 2019-12-09 moko
3073:
3074: * src/include/pa_config_fixed.h: warning war
3075:
1.128 moko 3076: 2019-12-08 moko
3077:
3078: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3079: process grammar under Unix.
3080:
3081: 2019-12-07 moko
3082:
3083: * tests/389.html: For Windows XP. :)
3084:
3085: * tests/388-sql.html: Windows compatibility added
3086:
3087: 2019-12-06 moko
3088:
3089: * src/targets/cgi/parser3.C: warning war
3090:
3091: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3092: == sizeof(CORD)) to avoid aligning bugs in future
3093:
3094: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3095: XML_STATIC
3096:
3097: * src/include/pa_request.h: StackItem() not required
3098:
3099: * src/include/pa_stack.h: warning war
3100:
3101: * src/include/pa_config_includes.h: GCC warning silenced
3102:
3103: * src/include/pa_memory.h: warning war: the program should also
3104: define 'void operator delete [](void*, std::size_t)'
3105: [-Wsized-deallocation]
3106:
3107: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3108:
3109: * src/classes/string.C: not reqired cast removed
3110:
3111: * src/classes/string.C: not reqired cast removed
3112:
3113: 2019-12-05 moko
3114:
3115: * src/lib/sdbm/pa_file_io.C: warning war
3116:
3117: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3118: enum Language : size_t - required for VS2015+ to make
3119: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3120: without it (related to feature #1198)
3121:
3122: 2019-12-04 moko
3123:
3124: * src/main/pa_base64.C: unsigned char -> uchar
3125:
3126: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3127: as other libs
3128:
3129: * src/include/pa_version.h: +amd64
3130:
3131: 2019-12-03 moko
3132:
3133: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3134: release
3135:
3136: * src/include/pa_config_includes.h: warning war
3137:
3138: * src/classes/image.C: warning war
3139:
3140: * src/main/pa_globals.C: x64 libs support
3141:
3142: * src/include/pa_config_includes.h: warning war
3143:
3144: * src/types/pa_method.h: warning war
3145:
1.127 moko 3146: 2019-11-28 moko
3147:
3148: * src/classes/math.C: vs2003 compatibility + warning war
3149:
3150: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3151: libxml2-2.9.9 (related to feature #1136)
3152:
3153: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3154: typecast for more compatibility (related to feature #1136)
3155:
3156: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3157: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3158: feature #1136)
3159:
3160: 2019-11-26 moko
3161:
3162: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3163: removed (it was failing in $$var case), condition added
3164:
1.126 moko 3165: 2019-11-25 moko
3166:
3167: * tests/: 397.html, 399.html, results/141.processed,
3168: results/399.processed: base64 options tested
3169:
3170: * src/: classes/math.C, main/pa_http.C: base64 options used
3171:
3172: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3173: implemented (feature #986)
3174:
3175: * src/main/pa_cache_managers.C: whitespace
3176:
3177: * tests/: 397.html, 399.html, results/399.processed: tests for
3178: ^base64 encode options added (related to feature #986)
3179:
3180: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3181: pa_base64_encode(file) removed - more memory, but faster and less
3182: code (related fo feature #986)
3183:
3184: 2019-11-24 moko
3185:
3186: * tests/: 155.html, results/155.processed: limit and offset in
3187: ^table::load[] now supported, thus test added
3188:
3189: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3190: main/pa_common.C: optimization: offset and limit options parsing
3191: moved inside file_load.
3192:
3193: 2019-11-23 moko
3194:
3195: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3196: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3197: optimization: file_read replaced with simplified file_read_binary
3198:
3199: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3200: types/pa_vform.C: whitespace
3201:
3202: * src/: include/pa_common.h, main/pa_common.C: never used params
3203: removed
3204:
3205: 2019-11-21 moko
3206:
3207: * tests/: 193.html, results/193.processed, results/389.processed:
3208: test results updated as now base64 does not discard tail without
3209: padding (related to feature #986)
3210:
3211: 2019-11-20 moko
3212:
3213: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3214: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3215: pa_base64_decode (related to feature #986)
3216:
3217: * tests/398.html: tests for base64 decode added (related to feature
3218: #986)
3219:
3220: * src/main/pa_base64.C: base64_decode rewritten - padding option
3221: support, padding inside base 64 supported (related to feature
3222: #096)
3223:
3224: 2019-11-19 moko
3225:
3226: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3227: FreeBSD 12
3228:
1.125 moko 3229: 2019-11-16 moko
3230:
3231: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3232: support added, step support removed (related to #986)
3233:
3234: 2019-11-15 moko
3235:
3236: * src/classes/math.C: using log since log2 is not present on
3237: FreeBSD < 8.4 (related to feature #1177)
3238:
3239: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3240: pa_base64_size extracted and used for files as well (related to
3241: feature 986)
3242:
3243: 2019-11-14 moko
3244:
3245: * tests/: 397.html, results/397.processed: + content check
3246:
3247: * tests/: 141.html, results/141.processed: make test resuls more
3248: readable
3249:
3250: * tests/: 397.html, results/193.processed, results/397.processed:
3251: test results updated after \x00 character was disabled in
3252: math:convert string mode (related to feature #1177)
3253:
3254: * src/classes/: math.C, string.C: \\x00 character disabled while
3255: converting to string (as in base64, related to feature #1177)
3256:
3257: * src/classes/file.C: more correct arguments separation
3258:
3259: * src/: classes/file.C, classes/math.C, classes/string.C,
3260: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3261: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3262: options added, but not yet implemented (related to feature #986)
3263:
3264: * src/classes/math.C: whitespace
3265:
3266: 2019-11-13 moko
3267:
3268: * tests/: 397.html, results/397.processed: +tainting test (related
3269: to feature #1177)
3270:
3271: * src/classes/math.C: as we now produce not only digits, result
3272: should be tainted (related to feature #1177)
3273:
3274: * src/main/pa_base64.C: whitespace
3275:
3276: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3277: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3278: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3279: implementation moved from pa_common.h and pa_common.C
3280:
3281: 2019-11-12 moko
3282:
3283: * tests/: 275.html, results/275.processed: out of range test fixed,
3284: as ^math:convert now supports arbitrary precision
3285:
3286: 2019-11-11 moko
3287:
3288: * tests/results/389.processed: uctualized error message
3289:
3290: * tests/: 389.html, 397.html, results/397.processed: tests for
3291: ^math:convert added (related to feature #1177)
3292:
3293: * src/classes/math.C: ^math:convert now supports arbitrary
3294: precision, alphabet support added (implements feature #1177)
3295:
1.124 moko 3296: 2019-11-06 moko
3297:
3298: * tests/: 181.html, results/181.processed: entities usage added,
3299: more entites load tests (related to bug #842 discussion)
3300:
3301: 2019-11-05 moko
3302:
3303: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3304: call from xmlFileOpen if http://localhost/<file> was not found
3305: (related to bug #842)
3306:
3307: * src/main/pa_xml_io.C: rename
3308:
3309: * src/main/pa_xml_io.C: +MemoryStream constructor
3310:
3311: * src/main/pa_xml_io.C: whitespace
3312:
1.123 moko 3313: 2019-10-31 moko
3314:
3315: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3316: XML_PARSE_NOENT) added to fix entities load, (related to feature
3317: #1181)
3318:
1.122 moko 3319: 2019-10-25 moko
3320:
3321: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3322: queries tests
3323:
3324: 2019-10-24 moko
3325:
3326: * tests/: 388-sql.html, results/388-sql.processed: support for
3327: pgsql driver test
3328:
3329: * tests/: 388-sql.html, results/388-sql.processed:
3330: multi_statements=1 now tested, mysql test now supported
3331: (connection must be specified in [parser3] section in .my.cnf)
3332: related to issues #1195 and #1194
3333:
1.121 moko 3334: 2019-09-11 moko
3335:
3336: * src/classes/int.C: whitespace
3337:
3338: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3339: exception test
3340:
3341: * tests/results/388-sql.processed: sql queries now shown (related
3342: to feature #1196)
3343:
3344: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3345: with old parser versions.
3346:
3347: * src/: classes/file.C, classes/hash.C, classes/string.C,
3348: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3349: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3350: instead of connect string in query_event_handlers exceptions
3351: (implements feature #1196)
3352:
1.120 moko 3353: 2019-09-06 moko
3354:
3355: * tests/388-sql.html: mysql compat
3356:
3357: * src/: classes/hash.C, classes/string.C, classes/table.C,
3358: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3359: sql_ variables declaration moved to pa_common.h
3360:
1.116 moko 3361: 2019-01-15 moko
3362:
3363: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3364: logically sorted
3365:
3366: 2018-12-27 moko
3367:
3368: * src/include/pa_config_includes.h: warning war:
3369: -Wdeprecated-register added for C++ 17
3370:
3371: 2018-10-15 moko
3372:
3373: * configure.ac: FreeBSD 11.2 can be build with ./configure
3374: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3375: --with-xml=/usr/local/
3376:
3377: 2018-09-24 moko
3378:
3379: * tests/: 396.html, 396.tiff, results/396.processed: test for
3380: ^image::measure[] now supports tiff added (related to feature
3381: #1188)
3382:
3383: * src/classes/image.C: ^image::measure[] now supports tiff
3384: (implements feature #1188)
3385:
3386: 2018-09-20 moko
3387:
3388: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3389: files measure added (related to ticket #1188)
3390:
3391: * src/classes/image.C: measure of bmp files implemented (related to
3392: ticket #1188)
3393:
3394: 2018-09-18 moko
3395:
3396: * tests/: 394-curl.html, results/394-curl.processed,
3397: results/auto.p: test for bug #1187 (max_file_size check for head
3398: requests) added
3399:
3400: 2018-08-24 moko
3401:
3402: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3403: response content-length check is required (fixes bug #1187)
3404:
3405: 2018-05-11 moko
3406:
3407: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3408: $.append(bool) ] option added (related to feature #919)
3409:
3410: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3411: from misha@ patch (implements feature #919)
3412:
3413: 2018-03-22 moko
3414:
3415: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3416: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3417: with 128kb buffer. Now works at least 12 times faster. :) May be
3418: Windows-only problem.
3419:
3420: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3421: build fix)
3422:
3423: 2018-02-03 moko
3424:
3425: * src/main/execute.C: removes irrelevant lines from exception stack
3426: trace when exceptions occurs in assigment (fixes bug #1165)
3427:
3428: * tests/: 393.html, results/393.processed: test for behavour after
3429: "Property can not be created, already exists field with that
3430: name" exception removed (related to feature #1183)
3431:
3432: * src/types/pa_vclass.C: "Property can not be created, already
3433: exists field with that name" exception removed (implements
3434: feature #1183)
3435:
3436: 2018-01-19 moko
3437:
3438: * src/classes/string.C: whitespace
3439:
3440: * src/classes/string.C: whitespace
3441:
3442: * tests/: 392.html, results/392.processed: test for
3443: ^regex::create[$regex] added (related to feature #1135)
3444:
3445: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3446: ^regex::create[$regex] added (implements feature #1135)
3447:
3448: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3449: commented define added (related to feature #1157)
3450:
3451: 2018-01-17 moko
3452:
3453: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3454:
3455: 2018-01-15 moko
3456:
3457: * tests/: 390.html, results/390.processed: real path replaced by
3458: stub
3459:
3460: * tests/: 391.html, results/391.processed: test for feature #1181
3461: (XML_PARSE_HUGE exception) added
3462:
3463: 2018-01-11 moko
3464:
3465: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3466: XML_PARSE_HUGE option passed by default (implements feature
3467: #1181)
3468:
3469: * src/classes/string.C: whitespace
3470:
3471: 2017-12-10 moko
3472:
3473: * tests/: 389.html, 390.html, results/389.processed,
3474: results/390.processed: image code coverage tests added (related
3475: to feature #1125)
3476:
3477: 2017-12-08 moko
3478:
3479: * tests/: 346-curl.html, 388-sql.html, 389.html,
3480: results/346-curl.processed, results/388-sql.processed,
3481: results/389.processed: more code coverage tests
3482:
3483: * tests/: 264.html, results/264.processed: code coverage for
3484: ^file::exec[]
3485:
3486: 2017-12-07 moko
3487:
3488: * tests/: 174.html, 388-sql.html, 389.html,
3489: results/388-sql.processed, results/389.processed,
3490: results/174.processed: more coverage tests
3491:
3492: * src/classes/math.C: exception text actualized
3493:
3494: 2017-12-06 moko
3495:
3496: * tests/388-sql.html: $SQL can be here
3497:
3498: * tests/results/auto.p: $SQL not required here
3499:
3500: * tests/: 388-sql.html, 389.html, Makefile,
3501: results/388-sql.processed, results/389.processed, results/auto.p:
3502: code coverage tests for sql (using sqlite) and int/double/bool
3503: added (related to feature #1125)
3504:
3505: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3506: lib/json/json.vcproj, lib/md5/md5.vcproj,
3507: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3508: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3509: targets/apache/ApacheModuleParser3Core.vcproj,
3510: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3511: types/types.vcproj: gc\include no longer required
3512:
3513: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3514: required
3515:
3516: * src/: classes/Makefile.am, classes/table.C,
3517: include/pa_config_includes.h, include/pa_string.h,
3518: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3519: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3520: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3521: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3522: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3523: used, we now include it directly
3524:
3525: 2017-12-04 moko
3526:
3527: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3528: memcached/memcached.vcproj, punycode/punycode.vcproj,
3529: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3530: where required
3531:
3532: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3533: now can be used to trace memory allocations
3534:
3535: * src/: classes/table.C, include/pa_config_includes.h,
3536: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3537: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3538: method removes, libcord also can work without libgc
3539:
3540: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3541:
3542: 2017-11-29 moko
3543:
3544: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3545: are not present (related to feature #1173)
3546:
3547: * tests/346-curl.html: test updated to test curl content-length bug
3548: (related to feature #1173)
3549:
3550: * tests/results/346-curl.processed: more test for content-length
3551: curl bug (related to feature #1173)
3552:
3553: * tests/results/346-curl.processed: test results updated after
3554: #1173 implemented
3555:
3556: 2017-11-28 moko
3557:
3558: * src/classes/curl.C: another libcurl Content-length bug walkaround
3559: (related to feature #1173)
3560:
3561: 2017-11-27 moko
3562:
3563: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3564: $.http_version[version string] added (implements feature #1173),
3565: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3566: where $post(true) bug existed.
3567:
3568: 2017-11-18 moko
3569:
3570: * src/include/pa_memory.h: warning war (related to feature #1170)
3571:
3572: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3573: feature #1170)
3574:
3575: 2017-11-17 moko
3576:
3577: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3578: std::basic_stringstream used in ^table.csv-string[] is compatible
3579: with delete usage check only under Debian 9 (related to feature
3580: #1170)
3581:
3582: 2017-11-16 moko
3583:
3584: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3585: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3586: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3587: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3588: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3589: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3590: stubs defend from accidental use (implements feature #1170)
3591:
3592: 2017-06-24 moko
3593:
3594: * configure.ac: minor fix: thanks to alx@
3595:
1.115 moko 3596: 2017-05-29 moko
3597:
3598: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3599: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3600: added to avoid cutting of UTF-8 chars (fixed bug #123)
3601:
3602: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3603: ignored, =?UTF-8?Q?= should start in case of leading space
3604: (related to bug #123)
3605:
3606: * buildall: echo -n -> printf for OS X. :)
3607:
3608: 2017-05-25 moko
3609:
3610: * tests/: 288.html, results/288.processed: test updated afted
3611: setting $o.prop without setter exception removed (related to
3612: feature #1157)
3613:
3614: * src/types/pa_vclass.C: no more "this property has no setter
3615: method" when setting $o.prop without setter (implements feature
3616: #1157)
3617:
3618: * buildall: echo \c -> echo -n for FreeBSD
3619:
3620: * configure, configure.ac, src/include/pa_config_auto.h.in,
3621: src/types/pa_vdouble.h: isfinite now checked in configure
3622:
3623: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3624: upgraded to automake 1.15
3625:
3626: 2017-05-23 moko
3627:
3628: * src/types/pa_vdouble.h: finite returned where isfinite not
3629: defined
3630:
3631: 2017-05-22 moko
3632:
3633: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3634:
3635: * buildall: extern CFLAGS setting support
3636:
3637: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3638:
3639: * buildall: http -> https
3640:
3641: * buildall: gc-7.2f -> gc-7.6.0
3642:
3643: 2017-05-20 moko
3644:
3645: * buildall: https, pcre, xml, xslt updated to current versions
3646: (related to feature #1136)
3647:
3648: 2017-05-19 moko
3649:
3650: * tests/097.html: after parser.ru moved to https
3651:
3652: 2017-05-17 moko
3653:
3654: * tests/results/: 175.processed, 372.processed: tests resuls
3655: updated after lintian spelling typos fixed (related to bug #1156)
3656:
3657: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3658: classes/string.C, classes/table.C, main/pa_charset.C,
3659: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3660: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3661: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3662:
3663: * tests/results/096.processed: +XMP
3664:
3665: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3666: $.xmp(true) options tested (test for feature #1154)
3667:
3668: * src/classes/image.C: ^image:measure[] options $.exif(false)
3669: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3670: fetched by default! (implements feature #1154)
3671:
3672: 2017-05-16 moko
3673:
3674: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3675: allowed (related to feature #1154)
3676:
3677: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3678: initial XMP implementation - without options and transcode
3679: (related to feature #1154)
3680:
3681: 2017-05-12 moko
3682:
3683: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3684: image: exif moved to ffields, skipped in ^image.html[] where
3685: iterators now used (preparation for feature #1154)
3686:
3687: 2017-05-05 moko
3688:
3689: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3690: results/387.processed: test for circular class inheritance check
3691: added (related to bug #1150)
3692:
3693: * src/types/pa_vstateless_class.C: circular class inheritance check
3694: added (fixes endless add_derived bug #1150)
3695:
3696: 2017-05-04 moko
3697:
3698: * tests/: 386.html, results/386.processed: test for
3699: $table.value(number) added (related to feature #1152)
3700:
3701: * src/types/pa_vtable.C: table put_element: column value must be
3702: string - > column value must be string compatible to allow
3703: $t.value(1) (implements feature #1152)
3704:
3705: 2017-05-03 moko
3706:
3707: * src/main/pa_request.C: $use[$method] is not possible, reverting
3708: (related to feature #1151)
3709:
3710: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3711: not possible, removing test (related to feature #1151)
3712:
3713: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3714: get_element_method added and used to allow $use[$method] and
3715: $autouse[$method] (implements feature 1151)
3716:
3717: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3718: variable added (related to feature #1151)
3719:
3720: * tests/results/226.processed: actualized after ^try-catch used
3721:
3722: * tests/: 226.html, 385.html, results/385.processed: test for
3723: @autouse in variable added
3724:
3725: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3726:
1.114 moko 3727: 2017-02-27 moko
3728:
3729: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3730:
1.113 moko 3731: 2017-02-20 moko
3732:
1.211 moko 3733: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3734:
3735: 2017-02-16 moko
3736:
3737: * tests/: 384.html, results/384.processed: test for
3738: ^reflection:mixin[; $.name[] ] option added (related to feature
3739: #1089)
3740:
3741: * tests/: 384.html, results/384.processed: test for
3742: ^reflection:mixin[] added (related to feature #1089)
3743:
3744: * src/types/pa_value.h: warning war: virtual ~Value() added
3745:
1.112 moko 3746: 2017-02-15 moko
3747:
3748: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3749: fixed
3750:
3751: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3752: test added (related to feature #1069)
3753:
3754: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3755: compilation without HASH_ORDER fixed
3756:
3757: * src/: classes/reflection.C, include/pa_hash.h:
3758: $.reverse(true/false) added to ^reflection:methods[] (related to
3759: feature #1069)
3760:
3761: 2017-02-14 moko
3762:
3763: * tests/: 152.html, results/152.processed: test for $._default hash
3764: added (related to bug #1131)
3765:
3766: * tests/: 277.html, results/277.processed: test for hash with only
3767: $._default is now defined (related to bug #1131)
3768:
3769: * src/types/pa_vhash.h: hash with only $._default is now defined
3770: (fixed bug #1131)
3771:
3772: 2017-02-13 moko
3773:
3774: * tests/cat-windows.sh: cat-windows added (cygwin required)
3775:
3776: * tests/: 171.html, 264.html, 286.html, 370.html,
3777: results/320.processed, results/375.processed, results/auto.p:
3778: cat-windows.sh support added
3779:
3780: * tests/375.html: Windows support
3781:
3782: * tests/270.html: documented
3783:
3784: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3785: (not backslashes) even under Windows (broke test 270)
3786:
3787: 2017-02-12 moko
3788:
3789: * tests/: descript.ion, todo.txt: cleanup
3790:
3791: 2017-02-09 moko
3792:
3793: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3794: run_tests.cmd: Windows compatibility
3795:
3796: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3797: incorrectly (GMT) if parser is called from cygwin
3798:
1.111 moko 3799: 2017-02-08 moko
3800:
1.211 moko 3801: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3802:
1.211 moko 3803: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3804:
3805: * NEWS, README: minor update
3806:
3807: * src/include/pa_config_includes.h: warning war continues
3808:
3809: * src/: include/pa_config_includes.h, include/pa_memory.h,
3810: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3811: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3812: gcc 6.x issues fixed
3813:
1.111 moko 3814: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3815: classes/classes.h, classes/curl.C, classes/date.C,
3816: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3817: classes/hashfile.C, classes/image.C, classes/inet.C,
3818: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3819: classes/memcached.C, classes/memory.C, classes/op.C,
3820: classes/reflection.C, classes/regex.C, classes/response.C,
3821: classes/string.C, classes/table.C, classes/void.C,
3822: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3823: include/pa_array.h, include/pa_cache_managers.h,
3824: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3825: include/pa_config_fixed.h, include/pa_config_includes.h,
3826: include/pa_dictionary.h, include/pa_dir.h,
3827: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3828: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3829: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3830: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3831: include/pa_request_charsets.h, include/pa_request_info.h,
3832: include/pa_sapi.h, include/pa_socks.h,
3833: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3834: include/pa_stack.h, include/pa_string.h,
3835: include/pa_stylesheet_connection.h,
3836: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3837: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3838: include/pa_uue.h, include/pa_xml_exception.h,
3839: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3840: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3841: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3842: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3843: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3844: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3845: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3846: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3847: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3848: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3849: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3850: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3851: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3852: main/pa_string.C, main/pa_stylesheet_connection.C,
3853: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3854: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3855: main/untaint.C, sql/pa_sql_driver.h,
3856: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3857: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3858: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3859: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3860: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3861: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3862: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3863: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3864: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3865: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3866: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3867: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3868: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3869: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3870: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3871: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3872: types/pa_vmemcached.h, types/pa_vmemory.h,
3873: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3874: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3875: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3876: types/pa_vresponse.C, types/pa_vresponse.h,
3877: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3878: types/pa_vstateless_object.h, types/pa_vstatus.C,
3879: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3880: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3881: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3882: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3883: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3884: 2015->2017
3885:
1.110 moko 3886: 2017-02-07 moko
3887:
3888: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3889:
3890: 2017-02-06 moko
3891:
3892: * src/main/pa_common.C: minor fixes, whitespace
3893:
3894: * src/: classes/curl.C, classes/file.C, classes/image.C,
3895: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3896: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3897: now used (implements feature #1081)
3898:
3899: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3900:
3901: 2017-02-01 moko
3902:
3903: * src/include/pa_request.h: cleanup
3904:
3905: 2017-01-30 moko
3906:
3907: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3908:
3909: 2017-01-29 moko
3910:
3911: * tests/: 383.html, results/383.processed: test for
3912: ^reflection:stack[] added (related to feature #1052)
3913:
3914: * src/classes/reflection.C: else added
3915:
3916: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3917: $.max_file_lock_wait added (implements feature #1128)
3918:
3919: 2017-01-28 moko
3920:
3921: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3922: body and other cases tests added (related to featue #1014)
3923:
3924: * src/classes/curl.C: bug if response is empty fixed (related to
3925: feature #1014)
3926:
3927: 2017-01-27 moko
3928:
3929: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3930: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3931: added (implements feature #1052)
3932:
3933: 2017-01-25 moko
3934:
3935: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3936: method test added
3937:
3938: 2017-01-23 moko
3939:
3940: * src/classes/reflection.C: optimization: options->get replaced by
3941: hash iterator
3942:
3943: * tests/: 381.html, results/381.processed: now -> fixed date
3944:
3945: * src/main/pa_request.C: warning war
3946:
3947: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3948: 5Mb (fixes bug #1058)
3949:
3950: * src/classes/curl.C: warning war
3951:
3952: * tests/: 381.html, results/381.processed: tests for ^json:string
3953: $.one-line(true) option added (related to feature #1124)
3954:
3955: * src/: classes/json.C, types/pa_value.h: $json-string
3956: $.one-line(true|false) options is now supported (implements
3957: feature #1124)
3958:
3959: * tests/: 380.html, results/380.processed: test for modified
3960: $.max_file_size added (related to bug #1014)
3961:
3962: * tests/: 379.html, results/auto.p: tests for rewritten http file
3963: load added (related to bug #1014)
3964:
3965: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3966: main/pa_common.C, main/pa_http.C: check_file_size added and used
3967: in curl / file load from disk and http, http file load rewritten
3968: (related to bug #1014)
3969:
3970: 2017-01-18 moko
3971:
3972: * tests/: 378.html, results/378.processed: tests for ^result[]
3973: added (related to feature #66)
3974:
3975: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3976: Method::CO_WITHOUT_FRAME as frame still added in expression
3977: (related to feature #66)
3978:
3979: 2017-01-17 moko
3980:
3981: * tests/: 377.html, results/377.processed: test for different
3982: combinations of breaks in body and delimiter (related to bug
3983: #1077)
3984:
3985: * tests/: 376.html, results/376.processed: many ^break[] tests
3986: added (related to bug #1077)
3987:
3988: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3989: passed to native method" exception added to avoid bugs due to
3990: WRITE_EXPR_RESULT skipped and native methods execution continues
3991: after ^break[] (related to bug #1077)
3992:
3993: 2017-01-14 moko
3994:
3995: * tests/: 330.html, results/330.processed: test results updated
3996: after ^break[] bugs where fixed (related to bug #1077)
3997:
3998: * tests/: 329.html, results/329.processed: test results updated
3999: after ^break[] bugs where fixed (related to bug #1077)
4000:
4001: * tests/results/320.processed: ^return[] added
4002:
4003: 2017-01-13 moko
4004:
4005: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4006: classes/table.C, include/pa_request.h, main/execute.C,
4007: main/pa_request.C, targets/cgi/parser3.C,
4008: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4009: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4010: checked after each possible process/execute call (fixes bug
4011: #1077)
4012:
4013: 2016-12-29 moko
4014:
4015: * src/main/pa_common.C: warning war
4016:
4017: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4018: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4019: pa_file_size_limit added, ^math:random fixed for upper limit and
4020: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4021: (related to feature #1014)
4022:
4023: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4024: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4025: (related to feature #1014)
4026:
4027: 2016-12-28 moko
4028:
4029: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4030: warning war
4031:
4032: 2016-12-26 moko
4033:
4034: * tests/: 341.html, results/341.processed: test for
4035: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4036:
4037: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4038: (related to feature #1057)
4039:
4040: * src/types/pa_vdate.C: warning war continues...
4041:
4042: * src/: classes/date.C, classes/image.C, classes/table.C,
4043: include/pa_config_includes.h, types/pa_vfile.C: warning war
4044:
4045: * src/lib/gd/gifio.C: warning war / cleanup
4046:
4047: * src/lib/json/pa_json.C: warning war
4048:
4049: * src/classes/hash.C: warning war
4050:
4051: * src/types/pa_vfile.C: warning war
4052:
4053: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4054: -Wall warning war continues
4055:
4056: * configure.ac: --with-build-warnings actualized
4057:
4058: 2016-12-25 moko
4059:
4060: * src/main/pa_exec.C: -wAll warning war
4061:
4062: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4063: -wAll warning war
4064:
4065: * src/: include/pa_common.h, include/pa_sapi.h,
4066: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4067: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4068: -wAll warning war
4069:
4070: 2016-12-23 moko
4071:
4072: * src/lib/ltdl/Makefile.am: extra dist added
4073:
4074: * tests/results/344.processed: test result updated after $file.text
4075: prefetched in ^hash::create[$file] (related to feature #1075)
4076:
4077: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4078: ^hash::create[$file] (related to feature #1075)
4079:
4080: 2016-12-22 moko
4081:
4082: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4083: main/pa_request.C, main/pa_stylesheet_connection.C,
4084: types/pa_vfile.C: file_stat now return 64-bit size (implements
4085: #1014 under 32-bit unix versions)
4086:
4087: 2016-12-21 moko
4088:
4089: * tests/: 375.html, results/375.processed: test for exec returning
4090: stated file added (related to feature #1119)
4091:
4092: * src/classes/file.C: load should not return file with null body
4093: (fixes bug #1119)
4094:
4095: 2016-12-14 moko
4096:
4097: * tests/: 374.html, results/374.processed: test for $method.name
4098: added (related to feature #1117) plus method returning junction
4099: test
4100:
4101: 2016-12-13 moko
4102:
4103: * src/: include/pa_symbols.h, main/pa_symbols.C,
4104: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4105: (implements feature #1117)
4106:
4107: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4108: HEAD and TRACE can't have body (implements feature #1116)
4109:
4110: 2016-12-09 moko
4111:
4112: * tests/: 373.html, results/373.processed: tests for
4113: ^reflection:tainting added (related to feature #1098)
4114:
4115: * src/classes/reflection.C: ^reflection:tainting arguments order
4116: change (related to feature #1098)
4117:
4118: 2016-12-06 moko
4119:
4120: * src/: classes/reflection.C, include/pa_string.h,
4121: main/pa_string.C: ^reflection:tainting[$string] added (implements
4122: feature #1098)
4123:
4124: 2016-12-05 moko
4125:
4126: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4127: (fixes bug #1114)
4128:
4129: 2016-12-04 moko
4130:
4131: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4132: check added
4133:
4134: 2016-12-03 moko
4135:
4136: * tests/: 346-curl.html, results/346-curl.processed: test modified
4137: to test value.as_hash() usage
4138:
4139: * src/classes/curl.C: value.as_hash() used for correct hash
4140: processing
4141:
4142: * src/classes/reflection.C: exceptions texts fixes
4143:
4144: 2016-12-02 moko
4145:
4146: * tests/: 372.html, results/372.processed: tests for
4147: ^reflection:create[ $.class[name] $.constructor[name]
4148: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4149: feature #1094)
4150:
4151: * src/types/pa_vmethod_frame.h: comment added: params should be
4152: declared outside of *_FRAME_ACTION as MethodParams destructor
4153: will be called in ~VNativeMethodFrame
4154:
4155: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4156: ] minor fix
4157:
4158: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4159: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4160: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4161: now supported (implements feature #1094) value::as_hash added
4162: (and should be used everywhere)
4163:
4164: * src/classes/reflection.C: cleanup
4165:
4166: 2016-12-01 moko
4167:
4168: * tests/: 356.html, results/356.processed: test for method
4169: junctions class name added to the resulting hash added (related
4170: to feature #1068)
4171:
4172: * src/classes/reflection.C: for method junctions class name added
4173: to the resulting hash (related to feature #1068)
4174:
4175: 2016-11-30 moko
4176:
4177: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4178: exception (related to bug #1113)
4179:
4180: * src/types/pa_vhashfile.C: whitespace
4181:
4182: * src/main/pa_os.C: errno now returned as it should (fixes bug
4183: #1113)
4184:
4185: * tests/results/: 175.processed, 192.processed, 224.processed,
4186: 229.processed, 239.processed, 244.processed, 246.processed,
4187: 314.processed, 352.processed: tests results updated after method
4188: call exceptions improved as method now keeps its name
4189:
4190: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4191: types/pa_vmethod_frame.h: method call exceptions improved as
4192: method now keeps its name
4193:
4194: * tests/: 224.html, 239.html, results/224.processed,
4195: results/239.processed: tests and tests results updated after
4196: Request::construct exception changed
4197:
4198: * src/: classes/reflection.C, main/execute.C: Request::construct
4199: exception optimized
4200:
4201: * tests/: 371.html, results/371.processed: test for
4202: WWrapper.get_element call in $.name.key[value] code added
4203: (related to feature #1091)
4204:
4205: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4206: in $.name.key[value] code (related to feature #1091)
4207:
4208: 2016-11-29 moko
4209:
4210: * src/classes/op.C: VS warning war
4211:
4212: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4213: C4239: nonstandard extension used : 'return' : conversion from
4214: 'Value' to 'Value &' (related to feature #1020)
4215:
4216: * src/: main/execute.C, types/pa_vmethod_frame.h,
4217: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4218: used : 'return' : conversion from 'Value' to 'Value &' (related
4219: to feature #1020)
4220:
4221: * src/main/execute.C: VS warning war
4222:
4223: * src/targets/cgi/parser3.C: VS compatibility fix
4224:
4225: * src/include/pa_request.h: VS warning war
4226:
4227: * tests/: 370.html, results/370.processed: test for ^file::exec[
4228: ... $.stdin[$binary_file] ] added (related to bug #1044)
4229:
4230: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4231: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4232: $.stdin[$binary_file] (fixes bug #1044)
4233:
4234: 2016-11-28 moko
4235:
4236: * src/main/pa_exec.C: whitespace
4237:
4238: * src/main/pa_request.C: whitespace
4239:
4240: * tests/: 369.html, results/369.processed: test for
4241: $response:status usage added (related to feature #1099)
4242:
4243: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4244: if < 100 (implements feature #1099)
4245:
4246: * src/targets/cgi/parser3.C: whitespace
4247:
4248: * src/targets/cgi/parser3.C: whitespace
4249:
4250: * tests/: 368.html, results/368.processed: test updated after
4251: ^reflection:filename[$method] added (related to feature #1053)
4252:
4253: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4254: main/compile.y, main/execute.C, main/pa_request.C,
4255: types/pa_vclass.h: filename -> filespec,
4256: ^reflection:filename[$method] added (related to feature #1053)
4257:
4258: 2016-11-27 moko
4259:
4260: * tests/: 368.html, results/368.processed: test for
4261: reflection:filename[$class or object] added (related to feature
4262: #1053)
4263:
4264: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4265: types/pa_vstateless_class.h: ^reflection:filename[$class or
4266: object] added (implements feature #1053)
4267:
4268: 2016-11-26 moko
4269:
4270: * src/: include/pa_request_info.h,
4271: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4272: remove_absolute_uri -> strip_absolute_uri
4273:
4274: 2016-11-25 moko
4275:
4276: * src/: include/pa_request_info.h,
4277: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4278: request_info.remove_absolute_uri added to remove possible
4279: http://site.name/ from $request:uri (implements feature #1112)
4280:
4281: 2016-11-24 moko
4282:
4283: * tests/: 367-curl.html, results/367-curl.processed: test for
4284: previous request headers clearing after redirect added (related
4285: to bug #1109)
4286:
4287: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4288: response headers from previous requests are now cleared, only
4289: last request headers are collected (fixes bug #1109)
4290:
4291: * tests/results/: 266.processed, 321.processed, 356.processed:
4292: tests results updated as method name now added to the resulting
4293: hash for new syntax only (Imp1 compatimility fixed, related to
4294: feature #1068)
4295:
4296: * src/classes/reflection.C: method name now added to the resulting
4297: hash for new syntax only (Imp1 compatimility fixed, related to
4298: feature #1068)
4299:
4300: * tests/results/366.processed: test for native and parser
4301: implementation of ^use[] logic (related to feature #1074)
4302:
4303: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4304: for native and parser implementation of ^use[] logic (related to
4305: feature #1074)
4306:
4307: 2016-11-23 moko
4308:
4309: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4310: main/pa_request.C: @USE file now implemented as ^use[file;
4311: $.origin[origin_file] ] (implements feature #1074)
4312:
1.109 moko 4313: 2016-11-21 moko
4314:
1.110 moko 4315: * tests/: 365.html, results/365.processed: test for $caller bugs in
4316: 3.4.4 and $caller.method now tested (related to feature #1110)
4317:
4318: * tests/: 364.html, results/364.processed: $caller usage in
4319: different contexts now tested (related to feature #1110)
4320:
4321: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4322:
4323: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4324:
1.109 moko 4325: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4326: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4327: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4328: used (implements feature #1110)
4329:
4330: 2016-11-20 moko
4331:
4332: * src/types/pa_vdouble.h: whitespace
4333:
4334: 2016-11-11 moko
4335:
4336: * tests/: 363.html, results/363.processed: more tests for feature
4337: #1091 (how parser methods work in expression context)
4338:
4339: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4340: expressions strings are now written as strings, not values by
4341: write_as_string (related to feature #1091)
4342:
4343: * src/classes/op.C: to make more correct behavour in expression
4344: context
4345:
4346: 2016-11-07 moko
4347:
4348: * tests/: 362.html, results/362.processed: test for
4349: xsltParseStylesheetDoc caching as xsl modification after it added
4350: (related to bug #1108)
4351:
4352: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4353: result now cached as xdoc is modified after it (fixes bug #1108)
4354:
4355: 2016-11-06 moko
4356:
4357: * src/types/pa_vxdoc.h: whitespace
4358:
4359: 2016-11-05 moko
4360:
4361: * src/types/pa_vmethod_frame.h: cleanup
4362:
4363: 2016-11-03 moko
4364:
4365: * tests/results/244.processed: more correct exception after method
4366: frames separation
4367:
4368: * src/types/pa_vmethod_frame.h: minor optimizaion
4369:
4370: * src/types/pa_method.h: optimization: params_count added
4371:
4372: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4373: include/pa_request.h, main/execute.C, main/pa_request.C,
4374: types/pa_value.C, types/pa_vmethod_frame.C,
4375: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4376: VMethodFrame now divided into VNativeMethodFrame,
4377: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4378: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4379: and used (related to feature #1104)
4380:
4381: 2016-11-02 moko
4382:
4383: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4384: classes/double.C, classes/file.C, classes/hash.C,
4385: classes/hashfile.C, classes/image.C, classes/inet.C,
4386: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4387: classes/memcached.C, classes/op.C, classes/reflection.C,
4388: classes/regex.C, classes/string.C, classes/table.C,
4389: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4390: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4391: r.write (implements feature #1091)
4392:
4393: * src/main/execute.C: cleanup (related to feature #1104)
4394:
4395: * src/: include/pa_request.h, main/execute.C,
4396: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4397: added, in_expression removed (implements feature #1104)
4398:
4399: 2016-10-31 moko
4400:
4401: * src/types/pa_value.C: whitespace
4402:
4403: 2016-10-28 moko
4404:
4405: * tests/results/244.processed: updated after error reporting fixed
4406: in pa_wcontext.C
4407:
4408: * src/types/pa_wcontext.C: error reporting fixed
4409:
4410: * src/types/pa_wcontext.h: whitespace
4411:
4412: * src/classes/image.C: not fully readed entries are no longer
4413: processed (fixes bug #1106)
4414:
4415: 2016-10-26 moko
4416:
4417: * src/classes/image.C: whitespace
4418:
4419: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4420: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4421: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4422: longer required (related to feature #1091)
4423:
4424: * tests/results/: 264.processed, 350.processed: test results update
4425: reverted (whitespace optimization) after write_no_lang removed :)
4426: (related to feature #1091)
4427:
4428: * src/: classes/file.C, classes/hash.C, classes/op.C,
4429: classes/string.C, classes/table.C, classes/void.C,
4430: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4431: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4432: equal write_pass_lang (related to feature #1091)
4433:
4434: * tests/results/: 264.processed, 350.processed: test results
4435: updated (whitespace optimization) after write_assign_lang removed
4436: (related to feature #1091)
4437:
4438: * tests/: 361.html, results/361.processed: test for non-string
4439: ^untaint added (related to feature #1091)
4440:
4441: * src/: classes/curl.C, classes/date.C, classes/file.C,
4442: classes/hash.C, classes/op.C, classes/string.C,
4443: include/pa_request.h, main/execute.C: optimization:
4444: write_assign_lang removed as not required (first part of feature
4445: #1091 implementation)
4446:
1.108 moko 4447: 2016-10-12 moko
4448:
4449: * tests/: 360.html, results/360.processed: more test code (related
4450: to feature #1104)
4451:
4452: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4453: include/pa_request.h, main/compile.y, main/execute.C: opcode
4454: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4455: WContext is next task (implements feature #1104)
4456:
4457: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4458: / CO_WITHOUT_WCONTEXT
4459:
4460: * tests/: 360.html, results/360.processed: test for in expression
4461: state (related to feature #1104)
4462:
4463: 2016-10-11 moko
4464:
4465: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4466:
4467: * src/classes/op.C: default value removed from initializer
4468:
4469: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4470:
4471: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4472:
4473: 2016-10-10 moko
4474:
4475: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4476: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4477: to feature #42)
4478:
4479: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4480: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4481:
4482: 2016-10-08 moko
4483:
4484: * src/classes/double.C: whitespace
4485:
4486: 2016-10-07 moko
4487:
4488: * src/types/pa_vmethod_frame.h: reorder
4489:
4490: 2016-10-06 moko
4491:
4492: * src/classes/date.C: typo
4493:
4494: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4495:
4496: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4497: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4498: types/pa_vmethod_frame.h: params.get now returns Value&, not
4499: Value*
4500:
4501: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4502:
4503: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4504: removed; first as_* code rewrite
4505:
4506: 2016-10-05 moko
4507:
4508: * src/include/pa_request.h: whitespace
4509:
4510: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4511: intercept_string added (related to feature #1097)
4512:
4513: * src/: classes/image.C, classes/op.C, classes/table.C,
4514: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4515: optimization: intercept_string removed (implements feature #1097)
4516:
4517: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4518:
4519: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4520: from VCodeFrame and WWrapper as not required
4521:
4522: 2016-10-04 moko
4523:
4524: * src/: classes/curl.C, classes/date.C, classes/double.C,
4525: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4526: classes/int.C, classes/json.C, classes/op.C,
4527: classes/reflection.C, classes/string.C, classes/table.C,
4528: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4529: proces_to_value -> process after StringOrValue removed (related
4530: to feature #1020)
4531:
4532: * src/classes/form.C: whitespace
4533:
4534: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4535:
4536: * tests/: 357.html, 358.html, results/357.processed,
4537: results/358.processed, results/auto.p: test for @conf
4538: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4539:
4540: 2016-10-03 moko
4541:
4542: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4543: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4544: supported (implements feature #42)
4545:
4546: * src/types/pa_vregex.h: no reason for VRegex to be
4547: is_evaluated_expr
4548:
4549: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4550: (implements feature #1095)
4551:
4552: 2016-10-01 moko
4553:
4554: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4555: false by default (related to feature #1089)
4556:
4557: 2016-09-30 moko
4558:
4559: * src/types/pa_wcontext.h: cleanup
4560:
4561: 2016-09-29 moko
4562:
4563: * src/main/execute.C: whitespace
4564:
4565: * src/include/pa_request.h: whitespace
4566:
4567: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4568: classes/op.C, classes/table.C, include/pa_request.h,
4569: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4570: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4571: StringOrValue removed as it just slows down and adds complexity
4572: (implements feature #1020)
4573:
4574: 2016-09-28 moko
4575:
4576: * tests/: 356.html, results/266.processed, results/321.processed,
4577: results/356.processed: tests updated after name was added to
4578: method_info hash, test for ^reflection:method_info[junction]
4579: added (related to feature #1068)
4580:
4581: * src/classes/reflection.C: ^reflection:method_info[junction] now
4582: supported, method name added to the resulting hash (implements
4583: feature #1068)
4584:
4585: * tests/: 276.html, results/276.processed: more tests for
4586: ^reflection:delete[]
4587:
4588: * src/classes/reflection.C: fixed bug then ^reflection:delete
4589: didn't work on class and could damage native objects (like file)
4590:
4591: 2016-09-26 moko
4592:
4593: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4594: results/345.processed, results/346-curl.processed,
4595: results/347-curl.processed, results/348.processed: numbers added
4596: to simplify diff analysis
4597:
4598: * tests/: 352.html, results/352.processed: test result updated as
4599: method name used
4600:
4601: * src/classes/reflection.C: method name used
4602:
4603: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4604: its name
4605:
4606: * src/types/pa_method.h: whitespace
4607:
4608: * src/classes/reflection.C: both method and field with one name can
4609: exist.
4610:
4611: * src/classes/reflection.C: ^reflection:mixin added (implements
4612: feature #1089)
4613:
4614: * tests/: 355.html, results/355.processed: property appears in
4615: derived class if added in base test added
4616:
4617: * src/types/pa_vstateless_class.h: get_method declaration +
4618: whitespace
4619:
4620: * tests/: 354.html, results/354.processed: nice test from method
4621: and property with one name in class added
4622:
4623: 2016-09-23 moko
4624:
4625: * src/classes/reflection.C: ^reflection:method usage documented
4626:
4627: 2016-09-22 moko
4628:
4629: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4630: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4631: compile warning and GPF occures on VS2003 (related to feature
4632: #1087)
4633:
4634: * tests/: 350.html, results/350.processed: test added for
4635: $.encloser[] support in ^table::create (related to feature #11)
4636:
4637: * src/classes/table.C: another minor fix (related to feature #11)
4638:
1.107 moko 4639: 2016-09-21 moko
4640:
4641: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4642:
4643: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4644: classes/json.C, classes/string.C, classes/table.C,
4645: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4646: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4647: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4648: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4649: pa_charsets, vs2015 warning war
4650:
4651: * src/classes/table.C: vs2015 warning war
4652:
4653: * src/types/pa_vdate.C: vs2015 warning war
4654:
4655: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4656:
4657: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4658: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4659:
4660: * src/main/pa_common.C: vs2015 compilation fixes
4661:
4662: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4663: vs2015 compilation fixes
4664:
4665: * src/main/pa_charset.C: vs2015 warning war
4666:
4667: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4668:
4669: * src/main/pa_charset.C: vs2015 warning war
4670:
4671: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4672:
4673: * src/types/pa_vdate.C: vs2015 compilation fix
4674:
4675: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4676:
4677: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4678: VS2015 compilation fixes
4679:
4680: * src/classes/table.C: minor fix (related to feature #11)
4681:
4682: * tests/results/282.processed: no longer skipping extra enclosers
4683: (related to feature #11)
4684:
4685: * src/classes/table.C: minor fix + no longer skipping extra
4686: enclosers (related to feature #11)
4687:
4688: * src/classes/table.C: minor optimization (related to feature #11)
4689:
4690: * src/classes/table.C: minor fix and optimization (related to
4691: feature #11)
4692:
4693: 2016-09-20 moko
4694:
4695: * tests/: 353.html, results/353.processed: test for
4696: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4697: added (related to bug #1090)
4698:
4699: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4700: one_big_piece (fixes bug #1090)
4701:
4702: * tests/: 229.html, results/229.processed: code coverage tests
4703:
4704: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4705: body) was called
4706:
4707: * src/classes/op.C: whitespace
4708:
4709: * tests/: 323.html, results/323.processed: test for code junction
4710: should not be returned by ^reflection:class, ^reflection:base
4711:
4712: * src/classes/reflection.C: bugfix: code junction should not be
4713: returned by ^reflection:class, ^reflection:base
4714:
4715: * tests/: 323.html, 352.html, results/352.processed: no more
4716: exception for ^reflection:method[class;no-such-method] (related
4717: to feature #1087)
4718:
4719: * src/classes/reflection.C:
4720: ^reflection:method[class;no-such-method] : exception -> void
4721: (related to feature #1087)
4722:
4723: * src/include/pa_request.h: request::write_value added to allow
4724: write value without convertion (related to issue #1091)
4725:
4726: 2016-09-19 moko
4727:
4728: * src/main/pa_random.C: windows build fix
4729:
4730: * src/types/pa_vhash.h: warning war
4731:
4732: 2016-09-14 moko
4733:
4734: * tests/: 352.html, 552.html, results/352.processed,
4735: results/552.processed: test for ^reflection:method[] extension
4736: added (related to feature #1087)
4737:
4738: * tests/: 552.html, results/552.processed: test for
4739: ^reflection:method[] extension added (related to feature #1087)
4740:
4741: * src/classes/reflection.C: compatibility issue fixed, VClass
4742: dynamic_cast check added (related to feature #1087)
4743:
4744: * tests/: 351.html, results/351.processed: test for @auto[]
4745: inheritance bug diring ^process[] added (related to bug #1088)
4746:
4747: * src/: classes/op.C, main/pa_request.C,
4748: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4749: disable it inheritance during ^process (fixes bug #1088)
4750:
4751: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4752: added (implements feature #1087)
4753:
4754: 2016-09-13 moko
4755:
4756: * tests/: 349.html, results/auto.p: test for objects prototyping
4757: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4758: to feature #1086)
4759:
4760: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4761: types/pa_vobject.C: objects now are not class instances, but have
4762: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4763: in @conf (implements feature #1086)
4764:
4765: 2016-09-08 moko
4766:
4767: * src/: classes/file.C, classes/mail.C, classes/string.C,
4768: classes/table.C, main/pa_http.C, main/pa_string.C,
4769: include/pa_string.h: cleanup: string::split limit argument
4770: removed as no longer required, pos_after no longer reference
4771: (related to feature #11)
4772:
4773: * src/classes/table.C, tests/results/348.processed: now exception
4774: is rised when invalid option is passed to ^table::create[]
4775:
4776: * tests/: 282.cfg, 282.html, results/282.processed: more code
4777: coverage tests
4778:
4779: * tests/: 348.html, results/348.processed: code coverage tests
4780: added
4781:
4782: * tests/: 348.html, results/348.processed: generic ^table::create[]
4783: tests
4784:
4785: * tests/: 035.html, results/035.processed, results/272.processed:
4786: tests updated after $.encloser[] support for ^table::create
4787: implementation (related to feature #11)
4788:
4789: * src/classes/table.C: $.encloser[] support for ^table::create
4790: finally added (implements feature #11)
4791:
4792: 2016-09-07 moko
4793:
4794: * src/include/pa_string.h: added StringSplitHelper as friend
4795: (related to feature #11)
4796:
4797: * src/include/pa_string.h: body and langs now protected, not
4798: private to allow inheritance (related to feature #11)
4799:
4800: * src/classes/table.C: lsplit optimized before cloning for
4801: ^table::create with $.encloser[] (related to feature #11)
4802:
4803: * src/classes/table.C: optimizaion: TableControlChars.separators
4804: added and used (related to feature #11)
4805:
4806: * src/classes/table.C: spelling:
4807:
4808: TableSeparators -> TableControlChars column -> separator
4809: separators -> control_chars
4810:
4811: 2016-09-06 moko
4812:
4813: * src/main/pa_string.C: whitespace
4814:
4815: * src/main/pa_string.C: whitespace
4816:
4817: 2016-09-01 moko
4818:
4819: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4820: results OS-independent
4821:
4822: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4823: compiler (related to feature #1042)
4824:
4825: 2016-08-15 moko
4826:
4827: * src/include/pa_string.h: whitespace
4828:
4829: * src/classes/table.C: whitespace
4830:
1.106 moko 4831: 2016-08-05 moko
4832:
4833: * tests/: 344.html, results/344.processed: test for
4834: ^hash::create[$file] added (related to feature #1075)
4835:
4836: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4837: supported (implements feature #1075)
4838:
4839: 2016-08-04 moko
4840:
4841: * tests/: 341.html, results/341.processed: more code coverage tests
4842:
4843: * tests/: 346-curl.html, results/346-curl.processed: more code
4844: coverage tests for curl
4845:
4846: * tests/: 346-curl.html, results/346-curl.processed: more code
4847: coverage tests for curl
4848:
4849: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4850: results/223.processed: code coverage tests: $.form[ $.table[] ]
4851: test added
4852:
4853: * tests/: 223-curl.html, results/223-curl.processed: more code
4854: coverage tests for curl
4855:
4856: 2016-08-03 moko
4857:
4858: * src/classes/curl.C: dlink(curl_library) now called not once, but
4859: until it will be loaded, allowing to find existing library.
4860:
4861: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4862: results/347-curl.processed: more code coverage tests for curl
4863:
4864: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4865: results/339-curl.processed, results/346-curl.processed: curl
4866: functionality tests
4867:
4868: 2016-08-02 moko
4869:
4870: * tests/: 339.html, results/339.processed: test for tables in
4871: ^file:load[] and ^curl:load[] (commented) added (related to
4872: feature #1042)
4873:
4874: * tests/: 345.html, results/345.processed: code coverage tests for
4875: file class
4876:
4877: * tests/: 344.html, results/344.processed: code coverage tests
4878:
4879: * tests/: 344.html, results/344.processed: mdate removed from
4880: output
4881:
4882: * src/classes/file.C: minor bugfix: is_text should be taked from
4883: fcontent.is_text_mode() if not set (related to feature #1061)
4884:
4885: * tests/: 344.html, results/344.processed: more tests
4886:
4887: * tests/: 343.html, 344.html, results/343.processed,
4888: results/344.processed: tests for ^file::create[ $.from-charset
4889: and $.to-charset ] (related to feature #1061)
4890:
4891: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4892: aset_text_mode argument optimized
4893:
4894: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4895: checkBOM now used in detect_binary_content (related to feature
4896: #1061)
4897:
4898: * src/main/pa_request.C: load_charset no longer required to_upper
4899:
4900: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4901: preserves original file mode (if no $.mode specified)
4902:
4903: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4904: ^file::create now supports $.from-charset[] and $.to-charset
4905: options (implements feature #1061), automatic transcode is done
4906: if text file is created from binary file and charset is detected.
4907:
4908: 2016-07-30 moko
4909:
4910: * src/classes/table.C: ^t.hash[..;] now supported (related to
4911: feature #1057)
4912:
4913: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4914: added (related to feature #1057)
4915:
4916: * tests/: 286.html, results/286.processed: code tests coverage
4917:
4918: 2016-07-29 moko
4919:
4920: * src/classes/table.C: table size should be checked inside menu and
4921: foreach (related to feature #858)
4922:
4923: * src/: classes/curl.C, classes/file.C, classes/string.C,
4924: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4925: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4926: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4927: charsets.get now does str_upper inside (related to feature #1061)
4928:
4929: * tests/: 342.html, results/342.processed: more code coverage tests
4930:
4931: * tests/: 342.html, outputs/342.processed: table menu code coverage
4932: + foreach test added (related to feature #858)
4933:
4934: * tests/: 341.html, results/341.processed: tests for
4935: ^table.hash[]{code} added + code coverage tests (related to
4936: feature #1057)
4937:
4938: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4939: value} support (implements feature #1057)
4940:
4941: * src/classes/table.C: whitespace
4942:
4943: 2016-07-28 moko
4944:
4945: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4946: from URL, if not specified query string removed from url-based
4947: filenames in ^curl:load[] and ^file::load[] (related to feature
4948: #1042)
4949:
4950: 2016-07-27 moko
4951:
4952: * tests/: 340.html, results/340.processed: test for
4953: transcode_text_result=false added (related to issue #1042)
4954:
4955: 2016-07-26 moko
4956:
4957: * src/types/pa_vfile.C: file name should not be empty (if file path
4958: is folder and ends with /) (related to feature #1042)
4959:
4960: * src/main/pa_http.C: whitespace optimizaion
4961:
4962: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4963: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4964: multiple headers, ^file::load supports headers transcoding
4965: (implements feature #1042)
4966:
4967: 2016-07-25 moko
4968:
4969: * src/include/pa_common.h: PA_DEFAULT added
4970:
4971: 2016-07-22 moko
4972:
4973: * tests/: 338.html, results/338.processed: test for
4974: $date.field(value) added (related to feature #1066)
4975:
4976: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4977: $date.field(value) now supported for y/m/d/h/m/s (implements
4978: feature #1066)
4979:
1.105 moko 4980: 2016-07-21 moko
4981:
4982: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4983: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4984: arguments removed; image.C - absolute path shown in exception
4985: (implements feature #1071)
4986:
4987: * tests/: 235.html, results/235.processed: test and test result
4988: updated after static boundary in mail and Errors-To: mail header
4989: removed (related to feature #1047)
4990:
4991: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4992: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4993: used, static boundary in mail removed, Errors-To: mail header
4994: removed (implements feature #1047)
4995:
4996: 2016-07-20 moko
4997:
4998: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4999: equest.classes(): Value -> VStateless_class, part 3 (related to
5000: issue #1051)
5001:
5002: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5003: request.classes(): Value -> VStateless_class, part 2 (related to
5004: issue #1051)
5005:
5006: * tests/results/: 224.processed, 323.processed: classes without
5007: methods should not be methoded (related to issue #1051)
5008:
5009: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5010: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5011: -> VStateless_class, part 1 (related to issue #1051)
5012:
5013: * tests/: 337.html, results/337.processed: test for
5014: ^reflection:fields_reference[] and VHashReference class added
5015: (related to feature #1072)
5016:
5017: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5018: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5019: and VHashReference added, allowing ^reflection:fields_reference[]
5020: implementation (closes feature #1072)
5021:
5022: 2016-07-19 moko
5023:
5024: * tests/: 323.html, results/323.processed: we want to see
5025: "methoded"
5026:
5027: * tests/: 336.html, results/336.processed: test for $BASE:property
5028: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5029: #1059)
5030:
5031: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5032: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5033: somebody_entered_some_class, $BASE:property works again,
5034: ^BASE:method[] bugs fixed (fixes bug #1059)
5035:
5036: 2016-07-14 moko
5037:
5038: * tests/: 335.html, results/335.processed: test for feature #1055
5039: added
5040:
5041: * src/classes/hash.C: bugfix: $._default was not copied if empty
5042: feature: ^hash.contains[_default] added (implements feature
5043: #1055)
5044:
5045: 2016-07-13 moko
5046:
5047: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5048: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5049:
5050: 2016-07-05 moko
5051:
5052: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5053: in ^hash.foreach (related to feature #1073)
5054:
5055: 2016-07-04 moko
5056:
5057: * tests/: 134.html, 281.html, results/134.processed,
5058: results/281.processed: tests updated after hash blocking removed
5059: (related to feature #1073)
5060:
5061: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5062: no longer blocks on change during foreach (implements feature
5063: #1073)
5064:
5065: 2016-06-17 moko
5066:
5067: * tests/: 330.html, results/330.processed: try exception source
5068: test added (related to bug in #1062)
5069:
5070: * tests/: 334.html, results/334.processed: Exception stack trace
5071: test added (related to bug in $1062)
5072:
5073: * src/classes/op.C: Exception trace now correctly restored and
5074: errors reported (related to bug #1062)
5075:
1.104 moko 5076: 2016-05-25 moko
5077:
5078: * src/main/compile.y: minor cleanup + beauty
5079:
5080: 2016-05-24 moko
5081:
5082: * tests/: 333.html, results/333.processed: more exceptions testing
5083:
5084: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5085: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5086: features #1056, #1026)
5087:
5088: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5089: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5090: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5091: (implements feature #1056)
5092:
5093: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5094: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5095: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5096: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5097: feature #1026)
5098:
5099: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5100: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5101: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5102: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5103: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5104: feature #1026)
5105:
5106: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5107: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5108: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5109: SYMBOLS_CACHING define implemented (related to feature #1026)
5110:
5111: * src/main/main.vcproj: + ps_symbols
5112:
5113: * src/: include/Makefile.am, include/pa_string.h,
5114: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5115: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5116: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5117: types/pa_vstateless_class.C: initial implementation for symbols
5118: cache (related to feature #1026)
5119:
5120: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5121:
5122: * src/main/pa_globals.C: minor cleanup
5123:
5124: 2016-05-19 moko
5125:
5126: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5127: (related to feature #1046)
5128:
5129: * tests/: 331.html, results/331.processed: test for
5130: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5131: (related to feature #1051)
5132:
5133: * src/main/compile.y:
5134: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5135: (implements feature #1054)
5136:
5137: 2016-05-18 moko
5138:
5139: * src/types/pa_vtable.C, tests/results/324.processed: no more
5140: "column not found" exception for ^table.no-such-method[] (related
5141: to feature #1046)
5142:
5143: * tests/: 261.html, results/261.processed: test added and updated
5144: after feature #1046 implementation
5145:
5146: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5147: types/pa_vvoid.h: $string.anything works for whitespace strings,
5148: ^string.contains added for hash compatibility, $string.method no
5149: longer returns stting method (implements feature #1046)
5150:
5151: 2016-05-12 moko
5152:
5153: * src/classes/curl.C: content-type response header no longer
5154: ignored (fixes issue #1045)
5155:
5156: * tests/: 330.html, results/330.processed: test for incomplete
5157: finally execution when break occures added (related to issue
5158: #1077)
5159:
5160: * src/classes/op.C: bugfix: Request::skip reset is called before
5161: executing catch and finally code (fixes issue #1062)
5162:
5163: 2016-05-11 moko
5164:
5165: * tests/: 329.html, results/329.processed: test for invalid
5166: ^break[] behavour added (bug #1077)
5167:
5168: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5169:
5170: 2016-04-24 moko
5171:
5172: * src/types/pa_vstateless_class.h: warning war
5173:
5174: 2016-04-17 moko
5175:
5176: * tests/: 328.html, results/328.processed: test for
5177: ^break(condition) and ^continue(condition) (related to feature
5178: #1063)
5179:
5180: * src/classes/op.C: ^break(condition) and ^continue(condition)
5181: implemented (feature #1063)
5182:
5183: 2016-04-12 moko
5184:
5185: * tests/results/280.processed: ordered hash now used for class
5186: methods and properties (test results updated for feature #1069)
5187:
5188: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5189: to xdoc.C as under FreeBSD it was inited after and inheritance
5190: failed (related to issue #1051)
5191:
5192: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5193: are printed to check inheritance (related to feature #1051)
5194:
1.103 moko 5195: 2016-04-09 moko
5196:
5197: * tests/results/320.processed: ordered hash now used for class
5198: methods and properties (test results updated for feature #1069)
5199:
5200: * src/types/pa_vstateless_class.h: ordered hash now used for class
5201: methods and properties (implements feature #1069)
5202:
5203: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5204: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5205: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5206: feature #1051)
5207:
5208: 2016-04-07 moko
5209:
5210: * src/main/execute.C: returned Value in .CLASS case for VJunction
5211: (related to feature #1051)
5212:
5213: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5214: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5215: string constants deduplication (related to feature #1051)
5216:
5217: * tests/results/224.processed: test result updated (related to
5218: feature #1051)
5219:
5220: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5221: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5222: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5223: types/pa_vstatus.h: classes hash now contains only
5224: VStateless_class derived objects, .CLASS is also allways
5225: VStateless_class derived object (related to feature #1051).
5226:
5227: 2016-04-06 moko
5228:
5229: * tests/results/323.processed: test result updated after feature
5230: #1051 implementation
5231:
5232: * src/: classes/classes.h, classes/op.C, classes/response.C,
5233: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5234: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5235: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5236: types/pa_vresponse.C, types/pa_vresponse.h,
5237: types/pa_vstateless_class.h: base -> methoded_donor for static
5238: classes, type() moved from VStateless_class to VClass and
5239: Methoded (implements feature #1051)
5240:
5241: 2016-04-04 moko
5242:
5243: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5244: beauty: put_class added (related to feature #1051)
5245:
5246: 2016-04-01 moko
5247:
5248: * tests/results/: 175.processed, 192.processed, 224.processed,
5249: 229.processed, 244.processed, 246.processed, 316.processed: test
5250: results updated as class.type() removed from error messages, only
5251: type() left (related to feature #1051)
5252:
5253: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5254: classes/op.C, classes/reflection.C, main/compile.y,
5255: main/compile_tools.h, main/execute.C, main/pa_request.C,
5256: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5257: types/pa_vmethod_frame.h, types/pa_vobject.h,
5258: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5259: from VStateless_class, type() is used instead (related to feature
5260: #1051)
5261:
5262: * src/classes/mail.C: old logic restored.
5263:
5264: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5265: classes/classes.h, classes/curl.C, classes/date.C,
5266: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5267: classes/hashfile.C, classes/image.C, classes/inet.C,
5268: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5269: classes/memcached.C, classes/memory.C, classes/reflection.C,
5270: classes/regex.C, classes/response.C, classes/string.C,
5271: classes/table.C, classes/xdoc.C, classes/xnode.C,
5272: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5273: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5274: feature #1051)
5275:
5276: 2016-03-30 moko
5277:
5278: * tests/: 327.html, results/224.processed, results/327.processed:
5279: test for TZ specification in ^date::create[], TZ is kept during
5280: ^date::create[$dt] (related to feature #1048)
5281:
5282: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5283: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5284: feature #1048)
5285:
5286: 2016-03-29 moko
5287:
5288: * tests/: 315.html, results/315.processed: test for timezone format
5289: +HHmm added (related to feature #1065)
5290:
5291: * src/classes/date.C: timezone format +HHmm now supported
5292: (implements feature #1065)
5293:
5294: 2016-03-28 moko
5295:
5296: * tests/: 202.html, results/131.processed, results/202.processed,
5297: results/224.processed, results/256.processed,
5298: results/315.processed: test results updated after %.2d now
5299: default for hours offset in iso-string (was %2d), test for
5300: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5301: added (related to feature #1065)
5302:
5303: 2016-03-27 moko
5304:
5305: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5306: feature #1065)
5307:
5308: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5309: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5310: added (implements feature #1065)
5311:
5312: 2016-03-24 moko
5313:
5314: * tests/: 202.html, results/202.processed: test $date.week added
5315: (related to bug #1067)
5316:
5317: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5318: date (fix for bug #1067)
5319:
5320: 2016-03-10 moko
5321:
5322: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5323:
1.102 moko 5324: 2015-12-07 moko
5325:
5326: * tests/: 326.html, results/326.processed: test for .CLASS &
5327: .CLASS_NAME optimization added (related to feature #844)
5328:
5329: 2015-11-17 moko
5330:
5331: * tests/: 323.html, results/323.processed: order added
5332:
5333: * tests/: 325.html, results/325.processed: double range test added
5334: (related to bug #1049)
5335:
5336: 2015-11-16 moko
5337:
5338: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5339: added to disallow NaN and Infinity (fixes bug #1049)
5340:
5341: 2015-11-11 moko
5342:
5343: * tests/324.html: parser 3.4.3 execution support added (related to
5344: feature #1017)
5345:
5346: * tests/: 324.html, results/324.processed: test for
5347: GET_ELEMENT4CALL feature added (feature #1017)
5348:
1.101 moko 5349: 2015-10-29 moko
5350:
1.211 moko 5351: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5352:
5353: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5354:
5355: * src/main/pa_exec.C: get_exit_status implemented for Windows
5356: (related to bug #1043)
5357:
5358: 2015-10-28 moko
5359:
5360: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5361: hangup during ^file::exec (fixes bug #1043)
5362:
1.100 moko 5363: 2015-10-27 moko
5364:
5365: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5366:
1.99 moko 5367: 2015-10-26 moko
5368:
1.100 moko 5369: * tests/322.html, src/classes/reflection.C: arguments reorder
5370: (related to issue #1041)
5371:
5372: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5373: Copyright year updated
5374:
1.99 moko 5375: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5376: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5377: classes/form.C, classes/hash.C, classes/hashfile.C,
5378: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5379: classes/mail.C, classes/math.C, classes/memcached.C,
5380: classes/memory.C, classes/op.C, classes/reflection.C,
5381: classes/regex.C, classes/response.C, classes/string.C,
5382: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5383: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5384: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5385: include/pa_config_fixed.h, include/pa_config_includes.h,
5386: include/pa_dictionary.h, include/pa_dir.h,
5387: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5388: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5389: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5390: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5391: include/pa_request_charsets.h, include/pa_request_info.h,
5392: include/pa_sapi.h, include/pa_socks.h,
5393: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5394: include/pa_stack.h, include/pa_string.h,
5395: include/pa_stylesheet_connection.h,
5396: include/pa_stylesheet_manager.h, include/pa_table.h,
5397: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5398: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5399: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5400: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5401: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5402: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5403: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5404: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5405: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5406: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5407: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5408: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5409: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5410: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5411: main/pa_string.C, main/pa_stylesheet_connection.C,
5412: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5413: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5414: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5415: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5416: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5417: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5418: targets/isapi/parser3isapi.C, types/pa_junction.h,
5419: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5420: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5421: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5422: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5423: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5424: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5425: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5426: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5427: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5428: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5429: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5430: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5431: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5432: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5433: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5434: types/pa_vresponse.C, types/pa_vresponse.h,
5435: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5436: types/pa_vstateless_object.h, types/pa_vstatus.C,
5437: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5438: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5439: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5440: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5441: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5442:
5443: * src/targets/cgi/parser3.C: year updated
5444:
5445: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5446: issue #1041)
5447:
5448: * tests/: 323.html, results/323.processed: test for base classes
5449: added
5450:
5451: * tests/: 261.html, results/261.processed: updated after better
5452: error reporting done for $string.key exception
5453:
5454: * src/types/pa_vstring.h: better error report for $string.key
5455: exception
5456:
5457: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5458: copied as VObject::get_element4call to remove extra virtual call
5459:
5460: * tests/: 322.html, results/322.processed: test for
5461: ^reflection:is[] added (related to feature #1041)
5462:
5463: * src/classes/reflection.C: ^reflection:is empty value is void
5464: (related to feature #1041)
5465:
5466: * src/classes/reflection.C:
5467: ^reflection:is[class_name|code|method;[context;]element_name]
5468: added (implements feature #1041)
5469:
5470: 2015-10-24 moko
5471:
5472: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5473:
1.98 moko 5474: 2015-10-22 moko
5475:
5476: * tests/: 321.html, results/321.processed: test for
5477: ^reflection:method_info[] file detection added
5478:
5479: * tests/: 320.html, results/320.processed: test for
5480: ^reflection:class_by_name[class_name] added (related to feature
5481: #993)
5482:
5483: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5484: added (implements feature #993)
5485:
5486: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5487: (related to feature #1017)
5488:
5489: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5490: added (related to issue #1039)
5491:
5492: * src/main/pa_request.C: ^throw origin fixed (related to feature
5493: #1039)
5494:
5495: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5496: for VDate
5497:
5498: * tests/results/182.processed: updated after feature #1038
5499: implemented
5500:
5501: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5502: compile-time exception origin added (test for feature #1039)
5503:
5504: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5505: main/pa_request.C: exception unification: compile-time exceptions
5506: now have origin, @USE origins also tracked (implements feature
5507: #1039)
5508:
5509: 2015-10-20 moko
5510:
5511: * src/main/pa_request.C: cleanup
5512:
5513: 2015-10-15 moko
5514:
5515: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5516:
5517: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5518: types/pa_vtable.C: new feature: no more $table.method and
5519: $hash.method, aliases for _at, _count, _key (related to feature
5520: #1017)
5521:
1.97 moko 5522: 2015-10-14 moko
5523:
1.98 moko 5524: * tests/: 317.html, results/317.processed: test for
5525: ^string.unescape[] added (related to feature #120)
5526:
1.97 moko 5527: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5528: defined" bug (described in issue #1036)
5529:
5530: * tests/: 247.html, results/247.processed: test for checkBOM added
5531: (test for bug #1037)
5532:
5533: * src/: include/pa_charsets.h, main/pa_charsets.C,
5534: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5535: it's not enforced, skips BOM signature if it complies charset
5536: (fixes bug #1037)
5537:
5538: 2015-10-13 moko
5539:
5540: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5541: linking
5542:
5543: * src/classes/inet.C: vs2003 compilation fix
5544:
5545: * src/classes/math.C: warning war
5546:
5547: * src/lib/punycode/pa_punycode.c: warning war
5548:
5549: 2015-10-12 moko
5550:
5551: * src/lib/punycode/pa_punycode.c: warning war
5552:
5553: * parser3.sln: moved parser3 first, to make it default startup
5554: project
5555:
5556: * buildall: parser "mirror" now used for external libs sources
5557: (implements feature #1036)
5558:
5559: * buildall: most external libs are updated to their current
5560: versions (related to feature #1036)
5561:
5562: * src/classes/image.C: more tags added
5563:
5564: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5565:
5566: 2015-10-11 moko
5567:
5568: * src/classes/curl.C: minor optimization (related to feature #1035)
5569:
5570: 2015-10-09 moko
5571:
5572: * src/classes/curl.C: pa_strdup added for strings from curl
5573: (related to feature #1035)
5574:
5575: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5576: ULLONG_MAX definition
5577:
5578: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5579: (implements feature #1035)
5580:
5581: * src/main/pa_charset.C: String::Body(String::C) used
5582:
5583: * src/main/pa_charset.C: exceptions unified
5584:
5585: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5586: unified
5587:
5588: * src/: classes/file.C, classes/image.C, classes/mail.C,
5589: classes/op.C, classes/xdoc.C, classes/xnode.C,
5590: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5591: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5592: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5593: String::Body(String::C) constructor added (related to bug #957)
5594:
5595: * src/classes/file.C: minor optimization
5596:
5597: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5598: Cord(char*) autocreation (related to bug #957)
5599:
5600: * src/: classes/string.C, main/untaint.C: minor optimizations
5601:
5602: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5603: String(char*, Lang, length) removed, String(C(), Lang) used
5604: instead (related to bug #957)
5605:
5606: 2015-10-08 moko
5607:
5608: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5609: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5610: main/untaint.C: Now char * is converted to CORD only using
5611: AS_CORD() to check for empty cord bug (fixes bug #957)
5612:
5613: * src/include/pa_hash.h: fixed compilation without
5614: HASH_CODE_CACHING
5615:
5616: * src/classes/string.C:
5617: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5618: feature #120)
5619:
5620: * src/main/pa_common.C: reduce js flags checks count (related to
5621: feature #120)
5622:
1.96 moko 5623: 2015-10-07 moko
5624:
5625: * tests/: 275.html, results/275.processed: test modified after
5626: unsigned long long int support implemented (feature #1034)
5627:
5628: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5629: pa_atoul added for unsigned long long int support
5630:
5631: 2015-10-06 moko
5632:
5633: * src/types/pa_vdate.C: INT_MAX used
5634:
5635: 2015-10-03 moko
5636:
5637: * tests/: 302.html, results/302.processed: test for bug #1023
5638: (\u2028, \u2029 escaping) added
5639:
5640: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5641: json:string[] (fixes bug #1023)
5642:
5643: 2015-09-29 moko
5644:
5645: * tests/305.html: try-catch added for OS without ipv6 support
5646:
5647: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5648: compilation
5649:
5650: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5651: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5652: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5653: implemented to distinguish ^hash.method from $hash.field
5654: (implements feature #1017)
5655:
5656: * src/lib/punycode/pa_punycode.c: warning war
5657:
5658: * src/include/pa_config_includes.h: warning war
5659:
5660: * src/include/pa_config_includes.h: pragma warning actualized a bit
5661:
5662: * src/include/pa_config_includes.h: warning war
5663:
5664: * src/include/pa_hash.h: clang compilation fix
5665:
5666: 2015-09-27 moko
5667:
5668: * src/main/compile.tab.C: Bison 3 is now default
5669:
5670: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5671:
5672: 2015-09-25 moko
5673:
5674: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5675: works with undefined HASH_ORDER (related to feature #196)
5676:
5677: 2015-09-24 moko
5678:
5679: * tests/: 027.html, results/027.processed: test modified to test
5680: ^hash.sort (feature #196)
5681:
5682: * src/: classes/hash.C, include/pa_hash.h:
5683: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5684: added (implements feature #196)
5685:
5686: * tests/: 316.html, results/316.processed: Added test for bug #1025
5687: (exception handling in non-cached ^cache), plus for "it does not
5688: have logical value" and "$exception.handled value must be either
5689: boolean or string 'cache'" exceptions.
5690:
5691: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5692: code (fixes bug #1025)
5693:
1.95 moko 5694: 2015-09-23 moko
5695:
5696: * src/classes/table.C: warning war
5697:
5698: * src/: classes/math.C, types/pa_vcookie.C: warning war
5699:
5700: * src/classes/file.C: warning war
5701:
5702: * src/: include/pa_table.h, main/pa_table.C: warning war
5703:
5704: * src/: main/pa_request.C, classes/date.C: warning war
5705:
5706: * src/: types/pa_vdate.C, classes/op.C: warning war
5707:
5708: * tests/: 122.html, results/122.processed: win sync: to remove
5709: differences with OS that doesn't keep timezone change history
5710:
5711: * src/types/pa_vdate.C: tzset() should be called in Windows after
5712: TZ change (related to feature #36)
5713:
5714: * tests/: 075.html, results/075.processed: win sync: to remove
5715: differences with OS that doesn't keep timezone change history
5716:
5717: * tests/: 315.html, results/315.processed: win sync: to remove
5718: differences with OS that doesn't keep timezone change history
5719:
5720: * tests/: 256.html, results/256.processed: win sync: to remove
5721: differences with OS that doesn't keep timezone change history
5722:
5723: * tests/: 124.html, results/124.processed: win results sync: to
5724: avoid hitting time change hole.
5725:
5726: * src/types/pa_vdate.C: static returned. :)
5727:
5728: 2015-09-22 moko
5729:
5730: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5731:
5732: * tests/results/131.processed: more tests for feature #1032
5733:
5734: * src/classes/date.C: minor fix related to feature #1032
5735:
1.211 moko 5736: * operators.ru.txt, operators.txt: ISO date creation documented
5737: (related to feature #1032)
1.95 moko 5738:
1.211 moko 5739: * operators.ru.txt, operators.txt: iso-string documented (related
5740: to feature #1032)
1.95 moko 5741:
5742: * tests/: 315.html, results/315.processed: more tests added
5743: (related to feature #1032)
5744:
5745: * tests/: 131.html, results/131.processed: date range checks
5746: updated (related to feature #36)
5747:
5748: * tests/: 315.html, results/057.processed, results/315.processed:
5749: test added for ISO date support (related to issue #315)
5750:
5751: * src/classes/date.C: more readable exceptions in date creation
5752: (related to ticket #1032)
5753:
5754: 2015-09-18 moko
5755:
5756: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5757: added (related to issue #1032)
5758:
5759: * tests/results/256.processed, src/classes/json.C: iso-string
5760: documented (related to issue #1032)
5761:
5762: * tests/: 256.html, results/256.processed: ISO date check added
5763: (related to issue #1032)
5764:
5765: * tests/: 057.html, results/057.processed, results/224.processed:
5766: tests results updated after ISO date support implemented (related
5767: to feature #1032)
5768:
5769: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5770: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5771: ^date::create[string] constructor formalized, ^date.iso-string[]
5772: added (implements feature #1032)
5773:
5774: 2015-09-05 moko
5775:
1.211 moko 5776: * operators.ru.txt, operators.txt: actualized
1.95 moko 5777:
1.211 moko 5778: * operators.ru.txt, operators.txt: date changes documented (related
5779: to ticket #36)
1.95 moko 5780:
5781: 2015-09-04 moko
5782:
5783: * src/types/pa_vdate.C: warning war
5784:
5785: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5786:
5787: 2015-09-03 moko
5788:
5789: * tests/results/096.processed: test result updated for 0..9999 year
5790: date range support (related to feature #36)
5791:
5792: * tests/: 314.html, results/314.processed: test for
5793: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5794: bug #1031)
5795:
5796: * src/classes/string.C: Static calls fixed for ^string:base64[],
5797: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5798:
1.116 moko 5799: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5800: configure.in -> configure.ac
1.95 moko 5801:
1.116 moko 5802: * configure, configure.in, src/include/pa_config_auto.h.in: more
5803: correct timezone check for FreeBSD Warning war: configure.in ->
5804: configure.ac
1.95 moko 5805:
5806: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5807: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5808: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5809: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5810: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5811: src/main/Makefile.am, src/targets/apache/Makefile.am,
5812: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5813: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5814: check added
5815:
5816: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5817:
5818: * tests/results/: 124.processed, 224.processed: test resuls updated
5819: for new date implementation (related to feature #36)
5820:
5821: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5822: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5823: types/pa_vdate.h: new double date implementation with internal
5824: support for extended 0..9999 year range, default timezone support
5825: (related to feature #36)
5826:
5827: 2015-08-28 moko
5828:
5829: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5830: (fixes bug #1030)
5831:
5832: 2015-08-21 moko
5833:
5834: * src/classes/inet.C: snprintf size "bug" commented
5835:
5836: * src/main/pa_common.C: snprintf comments updated
5837:
5838: 2015-08-16 moko
5839:
5840: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5841:
5842: 2015-08-11 moko
5843:
5844: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5845: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5846: can be null (fixes bug #1029)
5847:
5848: 2015-08-06 moko
5849:
1.116 moko 5850: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5851: pa_vdate.C added
1.95 moko 5852:
5853: 2015-08-05 moko
5854:
5855: * tests/: 313.html, results/313.processed: test for
5856: ^table.count[columns] and ^table.flip[] with nameless tables
5857: (feature #1003)
5858:
5859: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5860: max_cell added, now ^table.count[columns] and ^table.flip[] works
5861: correctly for nameless tables (implements feature #1003)
5862:
5863: 2015-08-03 moko
5864:
5865: * tests/312.html: test for ^table.append[$hash] and
5866: ^table.insert[$hash] added (related to feature #1028)
5867:
5868: * src/classes/table.C: ^table.append[$hash] and
5869: ^table.insert[$hash] now supported (implements feature #1028)
5870:
5871: * tests/: 312.html, results/312.processed: test row copy in
5872: ^table.hash[; $.type[table] ] added (related to feature #1016)
5873:
5874: * src/classes/table.C: row copy now created in ^table.hash[;
5875: $.type[table] ] (related to feature #1016)
5876:
5877: 2015-07-29 moko
5878:
5879: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5880: added (related to feature #1016)
5881:
5882: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5883: ^table.delete[] added to delete current row (related to feature
5884: 1016)
5885:
5886: 2015-07-28 moko
5887:
5888: * tests/: 312.html, results/312.processed: test for
5889: $table.column[value] and ^table.insert{row} (related to feature
5890: #1016)
5891:
5892: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5893: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5894: ^table.insert{row} are now implemented (feature #1016)
5895:
5896: * src/include/pa_array.h: Optimization: bool reverse removed from
5897: append(), insert() added, memmove arguments order in remove()
5898: fixed (related to feature #1016)
5899:
5900: 2015-07-23 moko
5901:
5902: * src/classes/json.C: tainted json and empty json exception added
5903: (implements feature #1015)
5904:
5905: * tests/: 311.html, results/311.processed: empty json and tainted
5906: json exception test added (related to issue #1015)
5907:
5908: 2015-07-22 moko
5909:
5910: * tests/: 311.html, results/311.processed: test for UTF-8
5911: processing added
5912:
5913: * tests/: 311.html, results/311.processed: test for
5914: json_exception_with_source added (related to issue #394)
5915:
5916: * src/classes/json.C: json_exception_with_source added (implements
5917: feature #394)
5918:
5919: 2015-06-29 moko
5920:
5921: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5922: directories are now correctly determined if _d_type == DT_UNKNOWN
5923: (closes bug #1027)
5924:
5925: 2015-06-10 moko
5926:
5927: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5928: error if libxml has LIBXML_ICU_ENABLED.
5929:
5930: 2015-06-04 moko
5931:
5932: * tests/099.html: ups, reverting
5933:
5934: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5935: results/310.processed: tests for $response:body[ $.file[] ] and
5936: $response:last-modified added
5937:
5938: * src/main/pa_request.C: last-modified check fixed
5939:
5940: 2015-06-03 moko
5941:
5942: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5943: results/205.processed, results/293.processed: $response:headers
5944: logging added (tests for feature #1007)
5945:
5946: * src/: include/pa_common.h, include/pa_request.h,
5947: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5948: $response:headers are now in uppercase (closes feature #1007)
5949:
5950: 2015-06-02 moko
5951:
5952: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5953: build errors reverted for clang compatibility
5954:
5955: 2015-06-01 moko
5956:
5957: * src/include/pa_memory.h: -pedantic build errors fixed
5958:
5959: * src/classes/math.C: -pedantic build error fixed
5960:
5961: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5962:
5963: 2015-05-31 moko
5964:
5965: * src/classes/table.C: USE_STRINGSTREAM optimized
5966:
5967: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5968: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5969: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5970: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5971: types/pa_vxnode.h: warning war (-pedantic flag)
5972:
5973: 2015-05-28 moko
5974:
5975: * tests/: 308.html, results/308.processed: test for
5976: ^table::create[$t;], etc work added (related to bug #975)
5977:
5978: * src/classes/table.C: check_option_param removed,
5979: ^table::create[$t;], etc now works (fixes bug #975)
5980:
5981: 2015-05-27 moko
5982:
5983: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5984: (Debian jessie) fixed (closes issue #1024)
5985:
5986: * tests/Makefile: sort added as in Debian jessie list become
5987: unsorted
5988:
5989: 2015-05-18 moko
5990:
5991: * tests/: 201.html, results/201.processed: test for
5992: ^string.trim[what] feature #1022
5993:
5994: * src/classes/string.C: ^string.trim[what] now supported,
5995: implements feature #1022
5996:
5997: 2015-05-17 moko
5998:
5999: * tests/results/185.processed: test result updated as feature #1021
6000: implemented (left/right accept negative parameter)
6001:
6002: * src/classes/string.C: left/right now accept negative parameter
6003: (implements feature #1021)
6004:
6005: 2015-05-08 moko
6006:
6007: * src/classes/math.C: isalnum -> pa_isalnum
6008:
6009: * src/main/execute.C: optimization in getter-junction processing
6010: (related to issue #997)
6011:
6012: 2015-05-07 moko
6013:
6014: * tests/: 307.html, results/307.processed: test for issue #997
6015: added
6016:
6017: * src/main/execute.C: process_getter result now checked if junction
6018: returned (closes issue #997)
6019:
6020: * tests/: 305.html, results/305.processed: sort added to ignore
6021: different order
6022:
6023: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6024: assignment (closes issue #994)
6025:
6026: * tests/: 306.html, results/306.processed: test for issue #994
6027: added
6028:
6029: * tests/: 303.html, results/303.processed: two more errors tested
6030:
6031: 2015-05-06 moko
6032:
6033: * tests/: 305.html, results/305.processed: test for name2ip &
6034: ip2name added (related to feature #992)
6035:
6036: * tests/: 303.html, 304.html, results/303.processed,
6037: results/304.processed: tests for idna conversion added (related
6038: to issue #849)
6039:
6040: 2015-05-02 moko
6041:
6042: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6043: implemented
6044:
6045: 2015-04-30 moko
6046:
6047: * src/main/pa_http.C: idna_host added, related to issue #849
6048:
6049: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6050: (related to issue #849)
6051:
6052: 2015-04-24 moko
6053:
6054: * src/types/pa_vjunction.C: warning war
6055:
6056: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6057: unification
6058:
6059: * src/lib/punycode/pa_idna.c: warning war
6060:
6061: 2015-04-22 moko
6062:
6063: * src/main/main.vcproj: punycode include path added
6064:
6065: * src/lib/punycode/pa_idna.c: windows compile error fixed
6066:
6067: * src/lib/punycode/pa_idna.c: warning war
6068:
6069: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6070: project file added
6071:
6072: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6073:
6074: * src/include/pa_memory.h: warning war
6075:
6076: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6077: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6078: implemented (related to feature #849)
6079:
6080: * configure.in, src/main/Makefile.am,
6081: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6082: libpunycode added in Unix
6083:
6084: 2015-04-21 moko
6085:
6086: * configure.in: large files support
6087:
6088: 2015-04-15 moko
6089:
6090: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6091: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6092: pa_punycode.h: initial version for punycode/idna support library
6093: (ticket #849)
6094:
6095: 2015-04-08 moko
6096:
6097: * src/: classes/curl.C, classes/date.C, classes/file.C,
6098: classes/image.C, classes/mail.C, classes/reflection.C,
6099: classes/string.C, classes/xnode.C, include/pa_request.h,
6100: include/pa_string.h, include/pa_stylesheet_connection.h,
6101: main/compile.y, main/compile_tools.h, main/execute.C,
6102: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6103: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6104: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6105: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6106: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6107: clang compiler warnings (closes issue #1018)
6108:
6109: * src/include/pa_string.h: String::Body comparation operators with
6110: char * added (related to issue #958)
6111:
6112: 2015-04-07 moko
6113:
6114: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6115: pa_malloc/pa_free to remove system malloc/free usage (related to
6116: issue #1018)
6117:
6118: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6119: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6120: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6121: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6122: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6123: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6124: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6125: malloc/strdup/free replaced with pa_ version and checks for
6126: accidental use of non-pa_ version added (related to issue #1018)
6127:
6128: 2015-04-03 moko
6129:
6130: * buildall: pcre-8.33 -> pcre-8.36
6131:
6132: * src/: main/compile.y, classes/form.C, classes/mail.C,
6133: classes/op.C, classes/string.C, main/compile.tab.C,
6134: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6135: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6136: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6137: ticket #958)
6138:
6139: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6140: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6141: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6142: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6143: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6144: $request:headers, $request:method added (implements feature
6145: #1007)
6146:
6147: 2015-03-17 misha
6148:
6149: * tests/302.html: - test for
6150: ^json:string[...;$._default[method-name]]
6151:
6152: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6153: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6154: option $._default[method-name] is specified in ^json:string[], a
6155: method with specified name will be called for classes/objects
6156: serialization ( new feature: #982 )
6157:
6158: 2015-03-16 misha
6159:
6160: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6161: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6162: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6163: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6164: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6165: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6166: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6167: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6168: types/pa_vrequest.h, types/pa_vstateless_class.C,
6169: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6170: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6171: $var.CLASS_NAME now have special opcodes. This can be switched
6172: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6173: on pa_opcode.h ( new feature: #844 )
6174:
6175: 2015-03-15 misha
6176:
6177: * tests/075.html: - test for $response:header[]
6178:
6179: * src/types/pa_vresponse.C: - $response:header[] deletes header
6180: that was set earlie ( new feature: #1001 )
6181:
6182: 2015-03-12 misha
6183:
6184: * tests/246.html: - more tests for ^hash._at[]
6185:
6186: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6187: accepts second param [key|value|hash] ( new feature: #1012 )
6188:
6189: 2015-03-09 moko
6190:
6191: * src/types/pa_vmail.C: exception for everything but
6192: $mail:received, closes issue #1011
6193:
6194: 2015-02-20 moko
6195:
6196: * tests/: 275.html, results/275.processed: hex detection in
6197: pa_atoui fix test (closes issue #1010)
6198:
6199: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6200: issue #1010)
6201:
6202: 2015-02-17 moko
6203:
6204: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6205: tainted.
6206:
6207: 2015-02-03 misha
6208:
6209: * tests/301.html: - test for ^json:string($double) causes
6210: exception. bugfix: #1008
6211:
6212: * src/classes/json.C: - ^json:string($double) causes exception.
6213: bugfix: #1008
6214:
6215: * tests/014.html: - updated for work with ^hash.delete[]
6216:
6217: 2015-01-12 misha
6218:
6219: * src/: classes/form.C, include/pa_common.h,
6220: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6221: types/pa_vform.h: - supports body with PUT method as well ( new
6222: feature: #1006 )
6223:
6224: * src/classes/file.C: - warnings war
6225:
6226: 2015-01-11 misha
6227:
6228: * tests/300.html: - test for ^hash.delete[] is added
6229:
6230: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6231: feature: #989 ) - tiny optimization in intersects
6232:
6233: 2015-01-06 moko
6234:
6235: * src/types/pa_vmail.C: file names transcode added, to and cc added
6236: with transcode, attachments detection fixed
6237:
6238: * src/main/pa_request.C: filling mail received after cgi/auto.p
6239: load to allow charset switch (related to issue #996)
6240:
6241: 2014-12-31 moko
6242:
6243: * src/types/pa_vmail.C: from and subject now transcoded if not
6244: UTF-8 source charset (fixes issue 996)
6245:
6246: * src/main/pa_exception.C: fixed string from stack bug (closes
6247: issue #1000)
6248:
6249: 2014-12-11 misha
6250:
6251: * src/types/pa_vhashfile.C: - check if key is not empty before
6252: access ( bug fix: #1005 )
6253:
6254: 2014-11-13 misha
6255:
6256: * src/main/compile.y: - PC.append does not reset to false while
6257: creating a new class. bugfix: #990
6258:
6259: * tests/299.html: - test for creation class after working with
6260: partial class (create+append)
6261:
6262: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6263: #995
6264:
6265: * tests/232.html: - test for @get[def] added
6266:
6267: 2014-10-12 moko
6268:
6269: * src/lib/pcre/pcre_internal.vcproj: correct path
6270:
6271: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6272: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6273: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6274: targets/apache/ApacheModuleParser3.vcproj,
6275: targets/apache/ApacheModuleParser3Core.vcproj,
6276: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6277: types/types.vcproj: project GUID inserted in *.vcproj for correct
6278: conversion in newer VS versions
6279:
6280: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6281: pcre_internal.vcproj added
6282:
6283: 2014-08-28 moko
6284:
6285: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6286: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6287: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6288:
6289: 2014-06-30 misha
6290:
6291: * tests/298.html: - tests for ^reflection:def[class;className]
6292: added
6293:
6294: * src/classes/reflection.C: - ^reflection:def[class;className]
6295: added ( new feature: #918 )
6296:
6297: 2014-06-29 misha
6298:
6299: * src/classes/table.C: - ^table::create[unsupported data] -
6300: exception comment changed to "body must be table or code" ( bug
6301: fix: #951 )
6302:
6303: * tests/: 261.html, results/261.processed: - tests for
6304: ^json:string[...;$.void[null|string]] added
6305:
6306: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6307: option $.void[string|null] added to ^json:string[...] ( new
6308: feature: #952 )
6309:
6310: 2014-06-28 moko
6311:
6312: * src/classes/curl.C: $.charset now processed before other curl
6313: options (closes issue #980)
6314:
6315: 2014-05-23 misha
6316:
6317: * src/classes/json.C: - bug fix: #987
6318:
6319: 2014-05-04 misha
6320:
6321: * tests/: 253.html, 253_json.txt: - test for
6322: ^json:parse[$.int(false)] is added
6323:
6324: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6325: default true). The option is similar to $.double(bool) but for
6326: integers.
6327:
6328: 2014-05-01 moko
6329:
6330: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6331: #12 )
6332:
6333: 2014-04-16 moko
6334:
6335: * src/main/pa_http.C: response-charset option should finally work
6336: now (fix for issue #867)
6337:
6338: * src/main/pa_http.C: response-charset option should work now (fix
6339: for issue #867)
6340:
6341: 2014-03-07 moko
6342:
6343: * buildall: libgc moved
6344:
6345: * buildall: libgc moved
6346:
6347: 2013-12-29 moko
6348:
6349: * src/classes/string.C: ^string:js-unescape result now tainted,
6350: closes issue #966
6351:
6352: * tests/: 186.html, results/186.processed: ^string:js-unescape
6353: result now tainted, issue #966
6354:
6355: 2013-12-03 moko
6356:
6357: * src/: classes/memcached.C, types/pa_vmemcached.C,
6358: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6359: option was added for http://www.parser.ru/forum/?id=79343
6360:
6361: * src/classes/file.C: bugfix for
6362: http://www.parser.ru/forum/?id=79337
6363:
6364: 2013-11-05 moko
6365:
6366: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6367:
6368: * src/main/pa_globals.C: spelling fixed
6369:
6370: 2013-10-29 moko
6371:
6372: * src/lib/json/json.vcproj: json.c -> pa_json.C
6373:
6374: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6375: #892
6376:
6377: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6378: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6379: exceptions to be thrown thougth json library), related to issue
6380: #892
6381:
6382: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6383: related to issue #896
6384:
6385: 2013-10-24 moko
6386:
6387: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6388:
6389: 2013-10-23 moko
6390:
6391: * README: actualization
6392:
6393: 2013-10-22 moko
6394:
6395: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6396: compatibility patch from Sergey Kirpichev
6397:
6398: * tests/: 297.html, results/297.processed: non-working getter fix
6399: test for issue #948
6400:
6401: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6402: called when saving value of $match variable in ^string.match[] to
6403: increase compatibility (related to issue #948).
6404:
6405: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6406: usage optimization
6407:
6408: 2013-10-21 moko
6409:
6410: * tests/: 182.html, results/182.processed: local path removed for
6411: compatibility
6412:
6413: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6414: results/244.processed, results/253.processed,
6415: results/254.processed, results/275.processed,
6416: results/281.processed: try_catch -> try-catch
6417:
6418: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6419: results/294.processed, results/296.processed: try_catch ->
6420: try-catch
6421:
6422: 2013-10-20 moko
6423:
6424: * tests/: 296.html, results/296.processed: test for xsl exception
6425: for issue #938 added.
6426:
6427: * src/: include/pa_xml_exception.h,
6428: main/pa_stylesheet_connection.C: forgotten to be replaced
6429: XmlException is now replaced (once again closes issue #938)
6430:
6431: 2013-10-18 moko
6432:
6433: * buildall: disable clock_gettime detection to avoid librt linking
6434: (which in turn depends on libpthread), related to issue #943
6435:
6436: 2013-10-18 misha
6437:
6438: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6439: lib/smtp/smtp.vcproj, main/main.vcproj,
6440: targets/apache/ApacheModuleParser3Core.vcproj,
6441: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6442: types/types.vcproj: - new locations for libxml2 includes where
6443: added to vcproj files
6444:
6445: 2013-10-18 moko
6446:
6447: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6448: fix
6449:
6450: * tests/: 295.html, results/295.processed: test for issue #948
6451: updated
6452:
6453: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6454: :)
6455:
6456: * tests/: 295.html, results/295.processed: test for issue #948
6457: added
6458:
6459: * src/: classes/hash.C, classes/string.C, classes/table.C,
6460: include/pa_request.h, types/pa_method.h: for getters and setters
6461: to be executed request.put_element should be called, not
6462: context.put_element (fixes issue #948)
6463:
6464: 2013-10-17 moko
6465:
6466: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6467: LIBXML2_NEW_BUFFER check (closes issue #943)
6468:
6469: * buildall: libxml 2.9.1 build is broken --without-reader.
6470:
6471: 2013-10-16 moko
6472:
6473: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6474:
6475: * tests/: 294.html, results/294.processed: test for issue #938
6476:
6477: * src/: classes/xdoc.C, classes/xnode.C,
6478: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6479: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6480:
6481: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6482: libxslt-1.1.26 -> libxslt-1.1.28
6483:
6484: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6485: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6486: to '?', related to issue #938
6487:
6488: 2013-10-15 moko
6489:
6490: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6491: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6492: minor optimizations (closes issue #896)
6493:
6494: * tests/results/: 292.processed, 293.processed: results updated to
6495: comply with issue #896
6496:
6497: * tests/: 292.html, 293.html, results/292.processed,
6498: results/293.processed: tests for json escaping
6499:
6500: 2013-10-14 moko
6501:
6502: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6503: and cleanup, code moved from .h to .C, no changes in code
6504:
6505: 2013-10-12 moko
6506:
6507: * tests/results/119.processed: updated test result commited
6508:
6509: * tests/: 291.html, results/291.processed: test for issue #894
6510: added
6511:
6512: * src/types/pa_wcontext.h: base methods call support function
6513: get_somebody_entered_some_class should not be true forever, as
6514: wcontext can have many get_elements calls (fixes issue #894)
6515:
6516: 2013-10-11 moko
6517:
6518: * tests/: 290.html, results/290.processed: test for junction GPF
6519: issue #942 added
6520:
6521: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6522: to native method fixed (closes issue #942)
6523:
6524: * tests/: 158.html, results/158.processed: test for csv-string[]
6525: added
6526:
6527: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6528: feature #907)
6529:
6530: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6531: feature #907)
6532:
6533: 2013-10-09 moko
6534:
6535: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6536: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6537: types/pa_vstateless_class.C: GET_default, SET_default now works
6538: properly not only in objects, but in classes as well (closes
6539: issue #903)
6540:
6541: * tests/: 289.html, results/289.processed: GET/SET_default now
6542: works in classes, not only objects, test case added, related to
6543: issue #903
6544:
6545: * tests/: 288.html, results/288.processed: test for endless
6546: recursion bug added (related to issue #903)
6547:
6548: 2013-10-05 moko
6549:
6550: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6551: classes/table.C, main/execute.C, types/pa_method.h,
6552: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6553: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6554: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6555: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6556: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6557: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6558: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6559: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6560: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6561: optimization: put_element no longer has "bool areplace" argument,
6562: related to issue #903
6563:
6564: 2013-10-03 moko
6565:
6566: * tests/results/182.processed: result for $.replace(false) test
6567: commited
6568:
6569: * src/classes/date.C: ^date::create(number) processed correctly
6570: (fixes issue #901)
6571:
6572: * src/classes/image.C: as_no_junction removed, as param can be
6573: expression (closes issue #931)
6574:
6575: * tests/233.html: test for issue #931 added
6576:
6577: 2013-10-02 moko
6578:
6579: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6580: modified, test for $.replace(false) added
6581:
6582: * src/main/compile_tools.h: forgotten class replace returned. :)
6583:
6584: 2013-09-30 moko
6585:
6586: * tests/: 141.html, results/141.processed: md5 tainting test added
6587:
6588: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6589: main/compile_tools.h, main/pa_request.C: allow_class_replace
6590: implemented; $.replace option added to ^process and ^use
6591:
6592: 2013-08-27 moko
6593:
6594: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6595: cstr_to_string_body_untaint should be called with charsets for
6596: possible uri language and connection for possible sql language.
6597: related to issue #857
6598:
6599: * buildall: and -> or fixed
6600:
6601: 2013-08-26 moko
6602:
6603: * buildall: prepare_ functions logic changed to support
6604: gc-7.2d.tar.gz extracting to gc-7.2 directory
6605:
6606: 2013-08-23 moko
6607:
6608: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6609: statically
6610:
6611: 2013-08-22 moko
6612:
6613: * src/classes/string.C: String::Empty used (related to issue #912)
6614: append_know_length removed (related to old GPF bug)
6615:
6616: 2013-08-21 moko
6617:
6618: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6619:
6620: * src/classes/math.C: ^math:digest[...;$file] support added
6621: (related to ticket #857
6622:
6623: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6624: implemented
6625:
6626: * src/types/pa_vhashfile.h: warning war
6627:
6628: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6629: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6630: anti_endless_json_string_recoursion removed from request;
6631: json_string_recoursion added to json_options; $.indent[indent
6632: value] now supported and passed within recoursion closes feature
6633: #937
6634:
6635: * tests/: 287.html, results/287.processed: test for feature #937
6636:
6637: 2013-07-31 moko
6638:
6639: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6640: compilation having #define _S
6641:
6642: * src/main/pa_globals.C: cleanup
6643:
6644: 2013-07-30 moko
6645:
6646: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6647: main/pa_common.C: vs2003 warning war
6648:
6649: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6650:
6651: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6652:
6653: * src/lib/md5/pa_sha2.c: warning war
6654:
6655: 2013-07-29 moko
6656:
6657: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6658: patches from github
6659:
6660: * src/: classes/bool.C, classes/double.C, classes/int.C,
6661: classes/memcached.C, include/pa_config_includes.h,
6662: types/pa_vfile.C, types/pa_vfile.h: warning war
6663:
6664: * src/lib/json/json.vcproj: C++ -> C
6665:
6666: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6667:
6668: * src/lib/json/: json.c, pa_json.C: windows compatibility
6669:
6670: * src/lib/json/: json.c, pa_json.C: windows compatibility
6671:
6672: * src/lib/json/: json.c, pa_json.C: warning war
6673:
6674: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6675:
6676: * src/include/pa_config_fixed.h: uint16_t added
6677:
6678: * configure.in: uint16_t check added
6679:
6680: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6681: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6682: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6683: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6684: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6685:
6686: 2013-07-25 moko
6687:
6688: * parser3.sln: dependencies added
6689:
6690: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6691: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6692: module support
6693:
6694: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6695:
6696: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6697:
6698: 2013-07-23 moko
6699:
6700: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6701: PA_DEBUG_GC_MEMORY removed
6702:
6703: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6704: PA_DEBUG_DISABLE_GC compilation fix
6705:
6706: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6707: main/pa_request.C: outdated RESOURCES_DEBUG removed
6708:
6709: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6710: garbage cleanup
6711:
6712: * src/main/pa_common.C: warning war
6713:
6714: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6715:
6716: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6717: minor cleanup
6718:
6719: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6720: uses cygwin, not WIN32 implementation
6721:
6722: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6723: able to exec shell scripts
6724:
6725: * src/classes/math.C: ifdef WIN32 cleanup
6726:
6727: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6728:
6729: * src/classes/curl.C: LT_MODULE_EXT used
6730:
6731: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6732:
6733: 2013-07-22 moko
6734:
6735: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6736: includes fix
6737:
6738: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6739:
6740: * configure.in, src/include/pa_config_includes.h,
6741: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6742: src/main/pa_exec.C: includes cleanup
6743:
6744: * src/targets/cgi/parser3.C: 2012->2013
6745:
6746: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6747:
6748: * configure.in, src/include/pa_config_includes.h,
6749: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6750: src/main/pa_random.C, src/main/pa_socks.C,
6751: src/types/pa_vstatus.C: cygwin support cleanup
6752:
6753: * configure.in: dirent.h check added
6754:
6755: * src/: include/pa_config_includes.h, include/pa_dir.h,
6756: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6757: not copied
6758:
6759: 2013-07-21 moko
6760:
6761: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6762:
6763: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6764: parser3.vcproj: unused getopt.h / getopt.c removed
6765:
1.211 moko 6766: * operators.ru.txt, operators.txt, src/classes/file.C,
6767: tests/022.html, tests/results/022.processed:
6768: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6769:
6770: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6771: src/main/pa_dir.C: ^file:list[] now has dir column and when
6772: $.stat(true) it has size/*date columns modified patch from misha@
6773: that closes issue #914.
6774:
6775: * src/: include/pa_config_includes.h, main/pa_globals.C:
6776: PA_RELEASE_ASSERTS removed
6777:
6778: * src/lib/md5/pa_md5c.c: minor cleanup
6779:
6780: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6781: localeconv()->decimal_point usage remoed (related to issue #934)
6782:
6783: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6784: cordprnt.c removed
6785:
6786: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6787: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6788: pa-include/pa_strings.h: includes cleanup
6789:
6790: * src/lib/md5/pa_md5c.c: headers cleanup
6791:
6792: 2013-07-20 moko
6793:
6794: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6795: cleanup
6796:
6797: 2013-07-19 moko
6798:
6799: * src/classes/math.C: extern "C" added for crypt
6800:
6801: 2013-07-18 moko
6802:
6803: * src/classes/math.C: fix redhat7.2 build
6804:
6805: 2013-07-17 moko
6806:
6807: * configure.in, src/include/pa_config_includes.h,
6808: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6809: added for uint8/32/64_t)
6810:
6811: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6812: pa_config_includes.h used for uint32/64_t
6813:
6814: 2013-07-16 moko
6815:
6816: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6817: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6818: war
6819:
6820: * src/main/compile.tab.C: compile.y was updated
6821:
6822: * src/main/compile.y: warning war
6823:
6824: * src/: include/pa_exception.h, main/pa_exception.C,
6825: main/pa_xml_exception.C: warning war
6826:
6827: * src/: include/pa_common.h, main/pa_common.C: warning war
6828:
6829: * configure.in: beauty :)
6830:
6831: * tests/: 141.html, results/141.processed: sha256/512 added
6832:
6833: 2013-07-13 moko
6834:
6835: * src/lib/md5/md5.vcproj: sha2 added
6836:
6837: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6838: classes/math.C: sha2 support (sha256/sha512 digest)
6839:
6840: 2013-07-08 moko
6841:
6842: * src/classes/image.C: directory read or other read problem message
6843: fixed (related to issue #933)
6844:
6845: 2013-07-07 moko
6846:
6847: * AUTHORS: + misha + moko. :)
6848:
6849: 2013-07-06 moko
6850:
6851: * src/: classes/curl.C, include/pa_globals.h,
6852: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6853: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6854: for lt_dlinit to be called once and lt_dlexit called at right
6855: place (related to issue #925)
6856:
6857: 2013-07-04 moko
6858:
6859: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6860: VString::as_vfile now uses vfile.set_binary_string to avoid
6861: content-type to be set, as it brokes badly designed logic in
6862: response output. This hopefully finishes issue #928.
6863:
6864: * tests/results/: 256.processed, 286.processed: file now displayed
6865: as name, size, mode, content-type
6866:
6867: * src/main/pa_common.C: read error now reported cottectly (fixes
6868: issue #933
6869:
6870: 2013-06-28 moko
6871:
6872: * tests/: 286.html, results/286.processed: test extended
6873:
6874: * tests/: 286.html, results/286.processed: Test for issue #928
6875: added. it tests default content-type change.
6876:
6877: * src/types/pa_vfile.C: closes issue #928 - default content-type
6878: now updated
6879:
6880: 2013-06-25 moko
6881:
6882: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6883: content-type for text/binary files without name added;
6884: ^file::create[$f;...] options now works properly and $f
6885: properties are default (fixes issue #928)
6886:
6887: 2013-05-16 misha
6888:
6889: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6890: added
6891:
6892: * src/main/pa_table.C: - a tiny memory optimisation while creating
6893: table if specified limit is bigger than source rows count
6894:
6895: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6896: added ( new feature: #858 )
6897:
6898: 2013-04-29 moko
6899:
6900: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6901: $.ipresolve(0|1|2) added (closes issue #891)
6902:
6903: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6904:
6905: 2013-04-24 moko
6906:
6907: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6908: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6909: types/pa_vmemcached.h: ^memcache.release[] added, calls
6910: memcached_quit (refs #893)
6911:
6912: 2013-04-22 moko
6913:
6914: * src/: include/pa_string.h, main/pa_common.C: no more double
6915: slashes in file path (fixes bug #872)
6916:
6917: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6918: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6919: #739)
6920:
6921: * tests/results/266.processed: $.max_params added (feature #915)
6922:
6923: * src/: include/pa_common.h, main/pa_http.C: response-charset
6924: option added to file::load (closes issue #867)
6925:
6926: 2013-04-20 misha
6927:
6928: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6929: commited
6930:
6931: 2013-03-15 misha
6932:
6933: * src/classes/: hash.C, table.C: - Optimisation: do not create
6934: multiple empty strings while ::sql. uae String::Empty instead
6935:
6936: 2013-03-14 misha
6937:
6938: * src/classes/reflection.C: - for user classes
6939: ^reflection:method_info[] returns $.max_params and $.extra_param
6940: with $.call_type if they available ( new feature: #915 )
6941:
6942: * src/classes/file.C: - ^file:delete[] now supports an option
6943: $.exception(false) that suppress any exception while deleting
6944: file ( new feature: #916 )
6945:
6946: * src/classes/curl.C: - parsing cookies after curl:load now should
6947: work :)
6948:
6949: 2013-03-12 misha
6950:
6951: * src/types/pa_vfile.C: - if specified file_name is empty string
6952: set default name for the file
6953:
6954: 2013-03-11 misha
6955:
6956: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6957: also available in $f.cookies
6958:
6959: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6960: moved to a separate method
6961:
6962: 2013-03-10 moko
6963:
6964: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6965: added
6966:
6967: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6968: removed (declared by autoconf)
6969:
6970: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6971: uint32_t define
6972:
6973: 2013-03-10 misha
6974:
6975: * src/classes/file.C: ^file:delete and ^file:move now support
6976: option $.keep-empty-dirs(true) ( new feature: #884 )
6977:
6978: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6979: empty dirs is added
6980:
6981: 2013-03-10 moko
6982:
6983: * src/classes/: bool.C, double.C, int.C: default can be present,
6984: but default check removed from ^int/double/bool.int/double/bool
6985: for string.int/double/bool compatibility (related to issue #913)
6986:
6987: * src/classes/string.C: ^string.int/dobule/bool no longer
6988: internally throws exception if default is present (closes issue
6989: #913)
6990:
6991: 2013-03-09 misha
6992:
6993: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6994: optimisations ( #845 )
6995:
6996: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6997:
6998: 2013-03-08 moko
6999:
7000: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7001: creates correct table (fixes issue #910)
7002:
7003: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7004: use outside of 'connect' operator (fixes issue #911)
7005:
7006: * tests/results/: 096.processed, 122.processed: test results
7007: updated as doubles now printed with 15 significant digits, not 5
7008: (fixes issue #882)
7009:
7010: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7011: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7012:
7013: 2013-02-21 moko
7014:
7015: * src/classes/table.C: _locate_name_value does not check arguments
7016: count, so we check it in advance (fixes issue #905)
7017:
7018: 2012-10-23 moko
7019:
7020: * buildall: old shell for and echo compatibility (for six)
7021:
7022: 2012-10-19 moko
7023:
7024: * buildall: --strip added --disable-safe-mode listed in usage
7025:
7026: 2012-10-17 misha
7027:
7028: * src/classes/op.C: - apply-taint should not throw "outside
7029: connect" exception with sql lang now
7030:
7031: 2012-10-17 moko
7032:
7033: * src/main/pa_request.C: bugfix: safe mode should be inited for
7034: each request (for apache module)
7035:
7036: 2012-09-26 moko
7037:
7038: * src/doc/doxygen.cfg: png -> svg
7039:
7040: 2012-09-25 moko
7041:
7042: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7043: test added
7044:
7045: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7046: double use when key is long
7047:
7048: 2012-09-16 moko
7049:
7050: * src/classes/math.C: Format -> Method Encode -> Format
7051:
7052: * tests/: 141.html, results/141.processed: math:digest hmac test
7053: added
7054:
7055: 2012-09-14 moko
7056:
7057: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7058: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7059: implementation added
7060:
7061: 2012-09-12 moko
7062:
7063: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7064: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7065: targets.dox and string.dox slightly actualized
7066:
7067: 2012-08-31 moko
7068:
7069: * ChangeLog: now generated with patched cvs2cl.pl
7070:
7071: 2012-07-29 moko
7072:
7073: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7074: result should be pushed after VMethodFrame destructor is called,
7075: as it deletes junctions from stack params (fixes issue #868)
7076:
7077: 2012-07-23 moko
7078:
7079: * INSTALL, README: buildall script usage documented, other outdated
7080: info updated.
7081:
7082: * buildall-with-xml, buildall-without-xml: replaced by buildall
7083:
7084: 2012-07-21 moko
7085:
7086: * buildall: glib does not compile when threads are disabled...
7087:
7088: * src/types/pa_vmail.C: g_assertion fixes for empty input
7089:
7090: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7091: unref, can't unref nested objects)
7092:
7093: * src/types/pa_vmail.C: another check added
7094:
7095: 2012-07-19 moko
7096:
7097: * buildall: usage added
7098:
7099: * buildall: new buildall script that unites buildall-with-xml,
7100: buildall-without-xml, --with-apache and --with-mailreceive
7101:
7102: * configure.in: support for static gmime and dynamic glib linking.
7103: fixes for FreeBSD
7104:
7105: 2012-07-17 moko
7106:
7107: * configure.in: --with-mailreceive replaced
7108: --with-static-mailreceive and --with-shared-mailreceive pathlink
7109: removed
7110:
7111: 2012-07-16 moko
7112:
7113: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7114: capitalized, content now decoded and text content converted to
7115: $request:charset. all properties are accessed by functions, this
7116: ready for dynamic load.
7117:
7118: 2012-06-28 moko
7119:
1.116 moko 7120: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7121: 32 bit
1.95 moko 7122:
7123: 2012-06-27 moko
7124:
7125: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7126: passive ftp
7127:
7128: * src/lib/ltdl/ltdl.vcproj: release build fixed
7129:
7130: * configure.in: 3.4.2 RC -> 3.4.2
7131:
7132: 2012-06-22 moko
7133:
7134: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7135: #815)
7136:
7137: * tests/: 284.html, results/284.processed: output options test
7138: (feature #265)
7139:
7140: 2012-06-22 misha
7141:
7142: * tests/215.html: - little changes
7143:
7144: 2012-06-21 moko
7145:
7146: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7147: types/pa_vxdoc.h: output_options returned and used (bugfix for
7148: feature #265)
7149:
7150: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7151: breaks long .*, default 10M restored. (issue #216)
7152:
7153: * tests/: 283.html, results/283.processed: test for issue #815
7154: added
7155:
7156: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7157: again, cstrm not required.
7158:
7159: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7160: Win32 and broken FreeBSD (issue #45)
7161:
7162: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7163:
7164: * src/main/pa_string.C: warnings war
7165:
7166: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7167: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7168: main/pa_socks.C, targets/apache/pa_threads.C,
7169: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7170: types/pa_vstatus.C: compilation under cygwin fixed
7171:
7172: 2012-06-19 moko
7173:
7174: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7175: Windows fixed
7176:
7177: * parser3.sln: removed antique pcre_ctype
7178:
7179: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7180:
7181: * src/include/pa_config_fixed.h: undefined reference to
7182: __imp__pcre_* fix for Windows
7183:
7184: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7185: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7186: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7187: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7188: define fixed
1.95 moko 7189:
7190: 2012-06-18 moko
7191:
7192: * src/classes/memcached.C: flush -> clear
7193:
7194: * src/classes/memcached.C: memcached does not support quotes even
7195: in server name
7196:
7197: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7198: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7199: called on open to check servers existance. $.key(true) syntax
7200: now supported
7201:
7202: 2012-06-17 moko
7203:
7204: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7205: cleanup
7206:
7207: * src/classes/table.C, tests/282.cfg, tests/282.html,
7208: tests/results/282.processed: encloser at the EOF bug fixed,
7209: incorrectly enclosed data now processed more logicaly (fixes
7210: #339)
7211:
7212: 2012-06-15 moko
7213:
7214: * buildall-without-xml: sync with buildall-with-xml
7215:
7216: * buildall-with-xml: download auto-detected between fetch and curl
7217:
7218: * configure.in: --with-gc and --with-pcre now also processed
7219: correctly
7220:
1.116 moko 7221: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7222: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7223: should be run on rol1 using automake / aclocal (GNU automake)
7224: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7225:
7226: * configure.in: new PARSER_VERSION logic
7227:
7228: * src/include/pa_version.h: new pa_version.h logic
7229:
7230: * src/: classes/curl.C, classes/file.C, classes/image.C,
7231: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7232: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7233: feols_normalized -> fis_text_content set_binary added
7234:
7235: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7236:
7237: 2012-06-15 misha
7238:
7239: * src/: classes/curl.C, classes/file.C, classes/image.C,
7240: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7241: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7242: ^file::create[text;content] EOLs in content now is normalized. (
7243: new feature: #815 )
7244:
7245: 2012-06-15 moko
7246:
7247: * configure.in: --disable-version-update added to disable version
7248: update with host information (for debian package) whitespace
7249: optimized
7250:
7251: * configure.in: version changed to 3.4.2 RC no-pic added for
7252: libtool
7253:
7254: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7255: it.
7256:
7257: 2012-06-14 moko
7258:
7259: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7260: tests/results/281.processed: "hash flocked" error removed for
7261: safe operations like ^h._count[] ( new feature: #335 )
7262:
1.116 moko 7263: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7264:
7265: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7266:
7267: * configure.in: --with-static/shared xml replaced with --with-xml,
7268: xml compilation check added
7269:
7270: * configure.in: --with-static/shared-gc, --with-static-pcre are
7271: replaced with --with-gc and --with-pcre test for pcre linking
7272: added
7273:
7274: 2012-06-13 moko
7275:
7276: * configure.in: apxs2 check optimized
7277:
7278: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7279: .la, includes optimized
7280:
7281: * buildall-with-xml: --with-pic looks better for -fPIC
7282:
7283: * configure.in: switched to convenience library in static linking
7284:
7285: * src/targets/apache/Makefile.am: switched to convenience library
7286: usage to avoid libtool warnings
7287:
7288: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7289: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7290: smtp/Makefile.am: switched to convenience library usage
7291:
7292: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7293:
7294: * src/targets/apache/Makefile.am: updated for libtool usage
7295:
7296: * buildall-without-xml: --with-included-ltdl added
7297:
7298: * buildall-without-xml: sync with buildall-with-xml
7299:
7300: * buildall-with-xml: --with-included-ltdl added $cflags added for
7301: -fPIC for x64 $download added for wget success check added
7302:
7303: * buildall-without-xml: --with-dynamic-stdcpp removed
7304:
7305: * configure.in: disable-static returned
7306:
7307: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7308: LIBTOOLFLAGS
7309:
7310: 2012-06-12 moko
7311:
7312: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7313: compatible with LIBTOOLFLAGS for unknown reasons
7314:
7315: * buildall-with-xml: --with-dynamic-stdcpp removed
7316:
7317: * configure.in: static/dynamic -lstdc++ linking option removed
7318: apxs2 check added
7319:
7320: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7321: option removed
7322:
7323: 2012-06-10 moko
7324:
7325: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7326: added
7327:
7328: * src/targets/cgi/pp3.cmd: old PAF stuff
7329:
1.116 moko 7330: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7331: beauty
1.95 moko 7332:
7333: * depcomp: from libtool 2.4.2
7334:
7335: * configure.in: ltdl directory removed, it has correct Makefile.in
7336:
7337: 2012-06-09 moko
7338:
1.116 moko 7339: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7340: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7341: autogenerated files updated after libtool update
7342:
1.116 moko 7343: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7344: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7345: config_auto.h.in, config_fixed.h, configure, configure.ac,
7346: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7347: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7348: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7349: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7350: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7351: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7352: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7353: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7354: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7355: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7356:
7357: * configure.in: preparation for new libtool
7358:
7359: * configure.in: Some beauty added :)
7360:
7361: * src/targets/apache/Makefile.am: := -> =
7362:
7363: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7364: again. :)
7365:
7366: * src/include/pa_config_includes.h, configure.in: limits.h added,
7367: previously was taken from pcre_internal.h. :)
7368:
7369: * src/lib/pcre/Makefile.am: config.h returned
7370:
7371: * src/lib/pcre/config.h: still need this. :)
7372:
7373: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7374:
7375: * configure.in: --with-charsets removed; --with-mysql-client & co
7376: removed
7377:
7378: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7379: now in parser tree, no need to copy
7380:
7381: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7382: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7383: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7384: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7385: extracts now used old trash removed
7386:
7387: * etc/parser3.charsets/Makefile.am: charsets now in share
7388: (debian/patches/104_automake.patch) + all charsets are copied
7389:
7390: * buildall-with-xml, buildall-without-xml: curl option removed +
7391: extra arguments now supported
7392:
7393: 2012-06-08 misha
7394:
7395: * src/classes/table.C: - one params.as_hash usage was rolled back:
7396: the 2nd option in ^table.hash[] could be hash or table so
7397: .as_hash will throw an exception when table option is specified
7398:
7399: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7400: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7401: classes/table.C, classes/void.C, classes/xdoc.C,
7402: include/pa_exception.h, types/pa_vmethod_frame.C,
7403: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7404: and improved (whitespaces are allowed as empty options) -
7405: MethodParams::as_table is added - above methods are used for
7406: parsing methods' options ( new feature: #9 )
7407:
7408: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7409: to vclass. now class fields can be accessible as a hash:
7410: $h[^hash::create[$asd:CLASS]]
7411:
7412: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7413: have get_fields method so their fields can be accessed with
7414: ^reflection:fields[...] & ^reflection:field[...]
7415:
7416: 2012-06-06 misha
7417:
7418: * tests/280.html: - tests for
7419: ^reflection:method[obj-or-class;method],
7420: ^reflection:field[obj-or-class;field] and
7421: ^reflection:fields[obj-or-class] are added
7422:
7423: 2012-06-05 misha
7424:
7425: * src/classes/reflection.C: - ^reflection:method[class or
7426: object;method name] and ^reflection:field[class or object;field
7427: name] are added
7428:
7429: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7430: is used
7431:
7432: * src/types/pa_method.h: - Method::as_vjunction method is added
7433:
7434: 2012-06-05 moko
7435:
1.116 moko 7436: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7437:
7438: * src/classes/memcached.C: flish ttl fixed
7439:
7440: 2012-06-04 moko
7441:
7442: * src/classes/json.C, src/classes/op.C, tests/279.html,
7443: tests/results/279.processed: ^json:parse[] now supports $.taint
7444: option (new feature #833)
7445:
7446: 2012-06-04 misha
7447:
7448: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7449: - search_stop method was moved from pa_vcookie.C to pa_common.C
7450:
7451: 2012-06-03 misha
7452:
7453: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7454: cookies are parced and stored into $.cookies ( new feature: #31 )
7455:
7456: 2012-05-30 misha
7457:
7458: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7459: incomplete class into a scope while @USE is found
7460:
7461: * src/main/compile.y: - add incomplete class into a scope while
7462: @USE and @CLASS instructions are found ( bugfix: #838 )
7463:
7464: 2012-05-30 moko
7465:
7466: * src/types/pa_vclass.C, tests/278.html,
7467: tests/results/278.processed: removed "property has no getter
7468: method" exception when GET_DEFAULT present (fixes #269)
7469:
7470: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7471: $._default
7472:
7473: 2012-05-29 moko
7474:
7475: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7476: uninitialized values usage (new feature: #154)
7477:
7478: 2012-05-28 moko
7479:
7480: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7481: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7482: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7483: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7484: src/types/pa_vobject.C, src/types/pa_vobject.h,
7485: src/types/pa_vstring.h, src/types/pa_vtable.C,
7486: tests/results/277.processed, src/types/pa_vtable.h,
7487: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7488: ^json:string[$o; $.default[$method]] implemented for VObject (new
7489: feature #803)
7490:
7491: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7492: tests/results/277.processed: json numbers are now treated as
7493: double ( new feature: #834 )
7494:
7495: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7496: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7497: added for out of range checks, zero division in vint/vdouble
7498: check added ( fixes #832 )
7499:
7500: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7501: ( fixes #832 )
7502:
7503: 2012-05-28 misha
7504:
7505: * buildall-with-xml: - --without-lzma option is added to libxml2
7506: configure
7507:
7508: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7509: added - tests for unsupported values for options $.file, $.table
7510: and $.date are added
7511:
7512: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7513: accepts "stat" $.file[] option's value in addition to existed
7514: "text" and "base64" ( new feature: #835 )
7515:
7516: * tests/276.html: - test for
7517: ^reflection:delete[$object-or-class;field-name]
7518:
7519: * src/classes/reflection.C: -
7520: ^reflection:delete[$object-or-class;field-name] is added ( new
7521: feature: #268 )
7522:
7523: 2012-05-27 misha
7524:
7525: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7526:
7527: 2012-05-24 misha
7528:
7529: * src/include/pa_common.h: - method lastposafter was removed
7530:
7531: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7532: lastposafter - ^file:dirname[] & Co proper handle windows file
7533: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7534: work as *nix commands
7535:
7536: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7537:
7538: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7539: rskipchars were added
7540:
7541: * tests/270.html: - more tests for ^file:find[]
7542:
7543: * tests/065.html: - more tests for ^file:dirname[] & Co
7544:
7545: * src/include/pa_version.h: - must be "win32" here. it is
7546: auto-generated on *nix
7547:
7548: 2012-05-24 moko
7549:
7550: * src/classes/math.C: ^math:convert[] now supports uint32 and
7551: throws overflow exception ( new feature: #830 )
7552:
7553: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7554: uint32 support and overflow added ( new feature: #830 )
7555:
7556: 2012-05-23 moko
7557:
7558: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7559: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7560: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7561: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7562: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7563: types/pa_vregex.h, types/pa_vstateless_class.C,
7564: types/pa_vstateless_class.h, types/pa_vstring.h,
7565: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7566: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7567: "return string as-is" removed from as_expr_result. ( new feature:
7568: #831 )
7569:
7570: * tests/results/244.processed: test changed after bug #782 fix
7571: commited
7572:
7573: * tests/results/229.processed: test results for bug #782 commited
7574:
7575: * tests/: 254.html, results/254.processed: uid now just compared,
7576: not printed. :)
7577:
7578: 2012-05-20 moko
7579:
7580: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7581: feature: #341 )
7582:
7583: * tests/: 254.html, results/254.processed: test for
7584: ^reflection:uid[] added
7585:
7586: * tests/: 254.html, results/254.processed: test for
7587: ^reflection:uid[$obj] added
7588:
7589: 2012-05-17 misha
7590:
7591: * src/main/untaint.C: - do not replace ' char by _26 while
7592: exploding filespec-tainting ( new feature: #829 )
7593:
7594: 2012-05-12 moko
7595:
7596: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7597: not.
7598:
7599: 2012-05-08 moko
7600:
7601: * src/types/pa_vmethod_frame.h: bug #782 fixed
7602:
7603: * tests/229.html: test for bug #782
7604:
7605: * tests/results/259.processed, src/main/pa_request.C,
7606: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7607: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7608: src/types/pa_vvoid.h: feature #154 - first empty param now
7609: string; defined locals are empty strings; $STRICT-VARS(true)
7610: added
7611:
7612: 2012-04-27 moko
7613:
1.116 moko 7614: * src/targets/apache/Makefile.am:
1.95 moko 7615: ../../lib/memcached/libmemcached.a added
7616:
7617: 2012-04-27 misha
7618:
7619: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7620: ( #827 )
7621:
7622: 2012-04-25 moko
7623:
7624: * src/: classes/json.C, classes/memcached.C,
7625: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7626: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7627: implemented.
7628:
7629: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7630:
7631: 2012-04-23 moko
7632:
7633: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7634: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7635: types/pa_vmemcached.h: open allows options hash for new
7636: memcached(options) function
7637:
7638: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7639: not appended
7640:
7641: 2012-04-21 moko
7642:
7643: * src/classes/curl.C: '' added. :)
7644:
7645: * src/classes/classes.vcproj: new curl.h location
7646:
7647: * src/classes/curl.C: verbose output redirection from stderr to
7648: file curl option added
7649:
7650: 2012-04-20 moko
7651:
7652: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7653: contains what we need from curl, #ifdef HAVE_CURL removed
7654:
1.116 moko 7655: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7656: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7657: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7658: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7659: configure option
7660:
7661: 2012-04-19 moko
7662:
7663: * src/: classes/double.C, classes/inet.C, classes/int.C,
7664: classes/string.C, lib/gc/include/gc_allocator.h,
7665: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7666: options from sql_result_string removed. (closes issue #468)
7667:
7668: * src/types/pa_vmemcached.C: empty string fix
7669:
7670: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7671: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7672: pa_vmemcached.C
7673:
7674: 2012-04-18 moko
7675:
7676: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7677: apache2-mpm-prefork" error displayed in threaded mpm.
7678:
7679: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7680: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7681: installed (issue #354)
7682:
7683: 2012-04-16 moko
7684:
7685: * src/types/pa_vmemcached.C: call to memcached_result_create and
7686: memcached_result_free removed
7687:
7688: 2012-04-14 moko
7689:
7690: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7691:
7692: * src/types/pa_vmemcached.C: check_key added and used
7693:
7694: 2012-04-13 moko
7695:
7696: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7697: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7698: Serialization_data now added and used, VString now serialized
7699: with languages into memcached.
7700:
7701: 2012-03-28 moko
7702:
7703: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7704: lib/memcached/pa_memcached.h: result lengths added
7705:
7706: 2012-03-27 moko
7707:
7708: * src/types/pa_vmemcached.C: strdup added
7709:
7710: 2012-03-24 moko
7711:
7712: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7713: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7714: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7715:
7716: 2012-03-20 moko
7717:
1.116 moko 7718: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7719:
7720: * src/targets/cgi/Makefile.am: cleanup
7721:
7722: * src/: types/Makefile.am, types/pa_vmemcached.C,
7723: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7724:
7725: * src/: classes/Makefile.am, classes/memcached.C,
7726: lib/memcached/Makefile.am, lib/memcached/constants.h,
7727: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7728: lib/memcached/types.h, lib/Makefile.am: memcached initial
7729:
7730: 2012-03-16 moko
7731:
7732: * src/main/execute.C: ident now works under Linux + ident displays
7733: filenames (closes issue #818)
7734:
1.116 moko 7735: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7736: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7737: pa_vmethod_frame_local.h removed
7738:
7739: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7740: classes/classes.h, classes/curl.C, classes/date.C,
7741: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7742: classes/hashfile.C, classes/image.C, classes/inet.C,
7743: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7744: classes/memory.C, classes/op.C, classes/reflection.C,
7745: classes/regex.C, classes/response.C, classes/string.C,
7746: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7747: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7748: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7749: include/pa_config_fixed.h, include/pa_config_includes.h,
7750: include/pa_dictionary.h, include/pa_dir.h,
7751: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7752: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7753: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7754: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7755: include/pa_request_charsets.h, include/pa_request_info.h,
7756: include/pa_sapi.h, include/pa_socks.h,
7757: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7758: include/pa_stack.h, include/pa_string.h,
7759: include/pa_stylesheet_connection.h,
7760: include/pa_stylesheet_manager.h, include/pa_table.h,
7761: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7762: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7763: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7764: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7765: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7766: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7767: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7768: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7769: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7770: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7771: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7772: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7773: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7774: main/pa_string.C, main/pa_stylesheet_connection.C,
7775: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7776: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7777: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7778: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7779: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7780: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7781: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7782: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7783: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7784: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7785: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7786: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7787: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7788: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7789: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7790: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7791: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7792: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7793: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7794: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7795: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7796: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7797: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7798: types/pa_vresponse.h, types/pa_vstateless_class.C,
7799: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7800: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7801: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7802: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7803: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7804: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7805: ident now works under Linux + ident displays filenames (closes
7806: issue #818) Copyright updated
7807:
7808: 2012-03-13 moko
7809:
7810: * src/main/pa_string.C: compilation fix for feature #741
7811:
7812: 2012-03-09 misha
7813:
7814: * tests/193.html: - tests for ^string:base64[encoded] are updated
7815:
7816: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7817: now detects invalid base64 chars in the middle of encoded stricg
7818: ( new feature: #55 )
7819:
7820: * src/include/pa_exception.h: - new exception type for base64
7821: decoding is added
7822:
7823: 2012-03-06 misha
7824:
7825: * tests/274.html: - tests for ^date::today[] and
7826: ^date.sql-string[datetime|date|time] are added
7827:
7828: * src/classes/date.C: - constructor ^date::today[] is added ( new
7829: feature: #811 ) - ^date.sql-string[] now can accept one param --
7830: strings "datetime", "date" or "time" - comments tidying up
7831:
7832: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7833: date and time
7834:
7835: 2012-03-03 misha
7836:
7837: * tests/193.html: - tests for
7838: ^string:base64[encoded;$.strict(true)] are added
7839:
7840: * tests/results/auto.p: - try-catch operator is added
7841:
7842: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7843: main/pa_common.C: - $.strict(true|false) option is added to
7844: base64 decode methods ( new feature: #55 )
7845:
7846: * src/main/pa_common.C: - base64 decode memory usage was decreased
7847: ( new feature: #819 )
7848:
7849: 2012-02-28 moko
7850:
7851: * src/classes/hash.C: ident test
7852:
7853: 2012-02-27 misha
7854:
7855: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7856:
7857: 2012-01-08 misha
7858:
7859: * tests/273.html: - tests for ^string.replace[from;to] are added
7860:
7861: * src/: classes/string.C, include/pa_dictionary.h,
7862: main/pa_dictionary.C, main/pa_string.C: -
7863: ^string.replace[from;to] is added ( new feature: #741 ) -
7864: ^string.replace[one subst here] is slightly optimized
7865:
7866: 2011-12-07 misha
7867:
7868: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7869: named table with one empty column ( bugfix: #63 )
7870:
7871: 2011-11-30 misha
7872:
7873: * src/classes/json.C: - it's possible to set user's method for
7874: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7875: #763 )
7876:
7877: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7878:
7879: 2011-11-23 misha
7880:
7881: * src/: classes/curl.C, classes/file.C, classes/image.C,
7882: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7883: types/pa_vfile.h, types/pa_vform.C: - constructor
7884: ^file::create[mode;filename;content[;options]] now accepts binary
7885: mode and file-content - new constructor's format:
7886: ^file::create[string-or-file-content[;$.name[filename]
7887: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7888: feature: #65 )
7889:
7890: * src/: include/pa_request.h, main/pa_request.C: - new method
7891: mime_type_of(const String*) is added
7892:
7893: * src/include/pa_exception.h: - new exception constant
7894: FILE_NAME_MUST_BE_SPECIFIED is added
7895:
7896: * src/classes/table.C: - bug with negative offset transformed into
7897: a feature. it means pointing to a row from the end of the table (
7898: new feature: #810 )
7899:
7900: 2011-11-19 misha
7901:
7902: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7903: â ìåòîäå _select ( new feature: #810 )
7904:
7905: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7906: options were specified together is simplified
7907:
7908: 2011-11-12 misha
7909:
7910: * src/main/pa_request.C: - forgotten fix for escaping filename in
7911: HTTP content-disposition header (a part of bug #361 )
7912:
7913: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7914: checks for ancestors' classes as well ( new feature: #456 )
7915:
7916: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7917: "without cycle" now have types "parser.break" and
7918: "parser.continue" instead of "parser.runtime" ( new feature: #799
7919: )
7920:
7921: 2011-11-11 misha
7922:
7923: * tests/results/: 099.processed, 100.processed, 205.processed,
7924: 237.processed: - since bug #361 was fixed the content of filename
7925: in HTTP headers is quoted
7926:
7927: * tests/results/270.processed: - result for test 270
7928:
7929: * tests/: 065.html, results/065.processed: - more tests for
7930: ^file:basename[] & Co were added
7931:
7932: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7933:
7934: * tests/270.html: - tests for ^file:find[] are added
7935:
7936: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7937: using option $.charset. option $.engoding is still supported but
7938: these options can not be specified together
7939:
7940: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7941: comparation charset name with string "UTF-8" ( bugfix: #759 )
7942:
7943: 2011-10-11 misha
7944:
7945: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7946: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7947: #622)
7948:
7949: 2011-09-30 misha
7950:
7951: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7952: exception "saving stat-ed file" ( bugfix: #395 )
7953:
7954: 2011-05-30 misha
7955:
7956: * src/classes/string.C: - fixed bug which was added with
7957: params.as_hash into string:sql
7958:
7959: 2011-05-29 misha
7960:
7961: * src/types/pa_value.C: - filename in content-disposition header
7962: must be quoted ( bugfix: #361 )
7963:
7964: 2011-05-27 misha
7965:
7966: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7967: created file
7968:
7969: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7970: usage
7971:
7972: * src/include/pa_exception.h: - one more string for exception was
7973: added
7974:
7975: 2011-05-25 misha
7976:
7977: * tests/269.html: - tests for checking input params in some dom
7978: methods
7979:
7980: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7981: was added. it isn't possible not wo create xdoc with invalid
7982: tagName. ( bugfix: #160 )
7983:
7984: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7985: string "data must be string" was mover from pa_exception.h to
7986: pa_xml_exception.h
7987:
7988: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7989: as_xmlncname, as_xmlname and as_xmlnsuri were added
7990:
7991: * src/main/pa_xml_exception.C: - XmlException accepts more options
7992:
7993: * src/include/pa_xml_exception.h: - XmlException accepts more
7994: options - XML-related exception's strings were added
7995:
7996: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7997: output_options were removed)
7998:
7999: 2011-05-19 misha
8000:
8001: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8002: params.as_hash is used more while parsing methods hash-options
8003:
8004: 2011-05-18 misha
8005:
1.211 moko 8006: * operators.ru.txt, operators.txt: - info about json-serialization
8007: of xdoc was added
1.95 moko 8008:
8009: * tests/256.html: - tests for json-serialization xdoc were added
8010:
8011: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8012:
8013: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8014: classes/json.C, classes/xdoc.C: - now json:string can serialize
8015: xdoc-objects. options (the same as ^xdoc.string[]) could be
8016: specified in $.xdoc[] ( new feature: #265 )
8017:
8018: 2011-05-15 misha
8019:
8020: * tests/268.html: - tests for ^table.count[with options] were added
8021:
8022: * src/classes/table.C: - method ^table.count[] now can accept
8023: options ( new feature: #93 ): ^table.count[column] returns number
8024: of columns for named table; ^table.count[cells] returns number of
8025: cells in the current row; ^table.count[] & ^table.count[rows]
8026: return number of rows in a table.
8027:
8028: * tests/267.html: - test for checking switch/case in boolean mode
8029: was added
8030:
8031: * src/classes/op.C: - if switch's or case's value is bool, they are
8032: compared as bool values, not as double values: new feature: #351
8033:
8034: 2011-05-06 misha
8035:
8036: * tests/242.html: - EOL before EOF was added
8037:
8038: * tests/169.html: - tests for splitting empty string and void were
8039: added
8040:
8041: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8042: returned table with one empty cell)
8043:
8044: 2011-04-03 misha
8045:
8046: * src/include/pa_version.h, configure.in: - version in head was
8047: changed to 3.4.2b
8048:
8049: 2011-03-30 misha
8050:
8051: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8052: as well ( new feature #294 )
8053:
8054: 2011-03-29 misha
8055:
8056: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8057: limited to approx. 6 MB. previous limits were too big for real
8058: life. bugfix: #216
8059:
8060: 2011-03-04 moko
8061:
8062: * etc/parser3.charsets/cp866.cfg: Conforms to
8063: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8064:
8065: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8066: vlalek@
8067:
8068: 2011-02-22 misha
8069:
1.211 moko 8070: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8071: methods mustn't be under #ifdef XML or parser can't be compiled
8072: without xml support
1.95 moko 8073:
8074: 2011-02-21 misha
8075:
1.116 moko 8076: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8077: ApacheModuleParser3.vcproj was removed
8078:
8079: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8080: removed)
8081:
8082: 2011-02-20 misha
8083:
8084: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8085: $.overridden in ^reflection:method_info[...] were added
8086:
8087: * src/classes/reflection.C: - beautifying result of
8088: ^reflection:method_info[] ($.overridden/inherited)
8089:
8090: 2011-02-18 misha
8091:
8092: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8093: and pa_isalnum instead of isalpha and isalnum - bug with
8094: redundand quoting lowercased latin chars while building email
8095: body was fixed
8096:
8097: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8098: added (they check for latin chars only)
8099:
8100: 2011-02-16 misha
8101:
8102: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8103: string size for transcoding gave too small value (should ever
8104: look for availability char in dest charset inspite of the char
8105: size)
8106:
8107: 2011-02-04 moko
8108:
8109: * tests/223.html: header values now not url-encoded (issue #195)
8110:
8111: 2011-02-01 misha
8112:
8113: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8114:
8115: 2011-01-31 misha
8116:
8117: * src/main/pa_request.C: - throw exception if param file_name in
8118: use_file is empty
8119:
8120: 2011-01-08 moko
8121:
8122: * src/classes/curl.C: compilations errors fixed
8123:
8124: 2010-12-29 moko
8125:
8126: * tests/: 265.html, results/265.processed: test for issue #200
8127: added
8128:
8129: * src/main/pa_string.C: empty regex result check added (fixes issue
8130: #200)
8131:
8132: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8133:
8134: * tests/results/223.processed: header values now not url-encoded
8135: (issue #195)
8136:
8137: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8138: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8139: pa_http_safe_header_name added for headers names (fixes bug #195)
8140:
8141: 2010-12-18 misha
8142:
8143: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8144: => pa-include
8145:
8146: 2010-11-28 moko
8147:
8148: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8149:
8150: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8151: -> pa
8152:
8153: * configure.in: apr -> pa
8154:
8155: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8156:
8157: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8158: classes/Makefile.am, types/Makefile.am: apr -> pa
8159:
8160: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8161: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8162: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8163: pa-include/pa_apr.h, pa-include/pa_errno.h,
8164: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8165: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8166: module apr name conflict resolved)
8167:
8168: 2010-11-27 misha
8169:
8170: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8171: libbz2
8172:
8173: 2010-11-26 misha
8174:
8175: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8176: warnings removed
8177:
8178: 2010-11-25 moko
8179:
1.211 moko 8180: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8181:
1.211 moko 8182: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8183:
1.211 moko 8184: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8185:
8186: * buildall-with-xml: libxml2-2.7.8 + with-apache
8187:
8188: 2010-11-24 moko
8189:
1.116 moko 8190: * configure: apxs support
1.95 moko 8191:
8192: * configure.in: apxs support -Bstatic gc removed for OS X
8193:
8194: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8195:
8196: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8197: THREAD_LOCAL usage
8198:
8199: * src/: classes/curl.C, include/pa_config_includes.h,
8200: main/pa_globals.C: THREAD_LOCAL defined and used
8201:
8202: 2010-11-23 moko
8203:
8204: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8205: should be passed to pa_sleep, and only fractional part (bugfix:
8206: #188)
8207:
8208: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8209:
8210: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8211: GC_dont_gc=1, as in cgi version
8212:
8213: * src/targets/apache/mod_parser3.c: warning war
8214:
8215: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8216: pa_httpd.h: version removed, some trash removed
8217:
8218: * src/targets/apache/mod_parser3.c: version removed (we don't want
8219: to show it), warning war
8220:
8221: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8222: pa_httpd.h: parser_status_allowed removed + merge config
8223: functions removed (override is the default) + beauty
8224:
8225: * src/: include/pa_request.h, main/pa_request.C,
8226: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8227: hide $status used in apache module removed
8228:
8229: 2010-11-18 moko
8230:
1.211 moko 8231: * operators.ru.txt, operators.txt: $.table[compact] added for
8232: ^json:string[]
1.95 moko 8233:
8234: 2010-11-16 moko
8235:
8236: * src/targets/apache/mod_parser3.c: some cleanup done
8237:
8238: * src/main/untaint.C: bugfix: first, second String::Body argument
8239: is hashcode; second, info.fragment_begin is original, not
8240: resulting length
8241:
8242: * src/classes/file.C: new feature: $.stdin now untainted
8243:
8244: * tests/results/264.processed: new feature: $.stdin[] now untainted
8245:
8246: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8247:
8248: * src/classes/op.C: ^apply-taint[] method added
8249:
8250: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8251: added; $.stdin untaint test added
8252:
8253: 2010-11-15 moko
8254:
8255: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8256: removed
8257:
8258: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8259: pa_httpd.h: 2x2 calculated under apache2. :)
8260:
8261: 2010-11-13 moko
8262:
8263: * src/targets/apache/mod_parser3.c: initial changes to build module
8264: with apache 2.x includes
8265:
8266: * src/targets/apache/: Makefile.am, mod_parser3.c,
8267: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8268: united apache 1.3 / apache 2.x DSO module
8269:
8270: 2010-11-09 moko
8271:
8272: * src/types/pa_method.h: check added to dissallow @method[name;*]
8273: syntax
8274:
8275: * tests/: 263.html, results/263.processed: test from method[*args]
8276: added
8277:
8278: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8279: number of params can now be passed to a method declared with *arg
8280:
8281: 2010-11-06 moko
8282:
8283: * src/classes/table.C: formating fixed. :)
8284:
8285: * src/classes/table.C: closes #4: ^table.select now supports
8286: $.limit(), $.offset, $.reverse() options
8287:
8288: * tests/: 262.html, results/262.processed: test for ^table:select
8289: with options added (feature #4)
8290:
8291: * src/include/pa_array.h: remove function added
8292:
8293: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8294: object in get_element/put_element, using static one.
8295:
8296: 2010-11-04 moko
8297:
8298: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8299: options is passed
8300:
8301: * tests/: 256.html, results/256.processed: $.table[compact] feature
8302: now tested; k and p in handler now tested.
8303:
8304: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8305: $.table[compact] feature added
8306:
8307: * src/classes/json.C: key is now passed to handler in
8308: value_json_string; ^json:string result now process tainting
8309: inside and returns clean string, related to issue #153
8310:
8311: * src/main/untaint.C: bugfix: charset can be null (in
8312: ^string:save[] as example), thus check is added
8313:
8314: 2010-10-31 moko
8315:
8316: * src/classes/string.C: error message changed (fixes issue #149)
8317:
8318: 2010-10-29 moko
8319:
8320: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8321: port is not default (fixes issue #155); exception on invalid port
8322: added.
8323:
8324: * src/main/untaint.C: '*' is now not urlencoded to allow header
8325: "Accept: */*" to be passed
8326:
8327: 2010-10-28 moko
8328:
8329: * src/classes/curl.C: bugfix: detect_charset() was throwing
8330: exception on unknown charset even if response_charset was
8331: specified
8332:
8333: 2010-10-27 moko
8334:
8335: * src/classes/string.C: ^string.append removed for void
8336: compatibility
8337:
8338: 2010-10-26 moko
8339:
8340: * src/classes/json.C: libjson supports array at top level, we too
8341: (GPF fixed)
8342:
8343: 2010-10-25 moko
8344:
8345: * tests/: 253.html, results/253.processed: libjson supports array
8346: at top level, parser now supports it as well.
8347:
8348: * tests/261.html, tests/results/261.processed,
8349: src/types/pa_vstring.h: empty string is now void compatible
8350: (allows $empty.key)
8351:
8352: 2010-10-22 misha
8353:
8354: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8355: while adding additional expires checkout)
8356:
8357: * tests/030.html: - test for session cookie was added
8358:
8359: 2010-10-21 moko
8360:
8361: * src/: classes/string.C, classes/void.C, main/execute.C,
8362: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8363: string (feature #111)
8364:
8365: * tests/: 261.html, results/261.processed: checks void from string
8366: inheritance (feature #111)
8367:
8368: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8369: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8370: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8371: now true by default
8372:
8373: 2010-10-17 moko
8374:
8375: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8376: upload now uses binary blocks instead of L_FILE_POST tainting.
8377: (bugfix: #128)
8378:
8379: * tests/: 223.html, results/223.processed: binary file upload test
8380: added, GPF (issue #128) also checked in this test
8381:
8382: 2010-10-13 misha
8383:
8384: * tests/260.html: - test for math:convert
8385:
8386: * src/classes/math.C: - error in math:convert was fixed
8387:
1.211 moko 8388: * operators.ru.txt, operators.txt: - info about
1.95 moko 8389: ^math:convert[number](from-base;to-base) was added
8390:
8391: * src/classes/math.C: - method
8392: ^math:convert[number](from-base;to-base) for converting number
8393: represention from one base to another was added ( new feature:
8394: #23 )
8395:
8396: 2010-10-13 moko
8397:
8398: * src/main/compile.tab.C: [] now is empty string, not void
8399:
8400: * src/main/compile.y: [] now is empty string, not void
8401:
8402: * src/types/pa_vvoid.h: void now passed as parameter
8403:
8404: * tests/: 259.html, results/259.processed: to test difference
8405: between void and empty string (see ticket #111)
8406:
8407: * tests/results/152.processed: $sEmpty[] is now empty string, not
8408: void
8409:
8410: * tests/256.html: $s[$void] is no longer empty string
8411:
8412: * tests/254.html: empty string is no longer void
8413:
8414: 2010-10-12 misha
8415:
8416: * src/types/pa_vcookie.C: - check if $.expires value can be
8417: converted to date during cookies set up ( bugfix: #104 )
8418:
8419: * tests/041.html: - more tests for ^table.locate were added
8420:
8421: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8422: work ( bugfix: #129 ) - exception comment for incorrect options
8423: ^table.locate[field;value;options] was fixed
8424:
8425: 2010-10-10 moko
8426:
8427: * src/: classes/reflection.C, main/execute.C: constructor returning
8428: another object feature returned
8429:
8430: * tests/results/258.processed: test result updated as constructor
8431: returning another object feature returned
8432:
8433: * tests/: 258.html, results/258.processed: test for constructor
8434: returning another object
8435:
8436: 2010-10-08 misha
8437:
8438: * tests/257.html: - whitespaces after @METACOMMANDS and their
8439: options shouldn't cause exceptions any longer
8440:
8441: 2010-10-06 moko
8442:
8443: * src/classes/: hash.C, table.C: length from sql server is now
8444: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8445:
8446: 2010-10-02 misha
8447:
1.211 moko 8448: * operators.ru.txt, operators.txt: - the X mark was removed from
8449: ^cache[file]. it is usable to delete cache file.
1.95 moko 8450:
8451: 2010-10-02 moko
8452:
8453: * tests/: 253.html, results/253.processed: hook_key added for key
8454: checking
8455:
8456: * src/classes/json.C: null key bug fixed
8457:
8458: 2010-09-29 misha
8459:
8460: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8461:
8462: 2010-09-25 moko
8463:
8464: * src/classes/json.C: small fixed
8465:
8466: * tests/results/: 253.processed, 255.processed: just updated
8467:
8468: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8469: results/255.processed: charset transcode test added for
8470: json:parse
8471:
8472: 2010-09-24 moko
8473:
8474: * src/types/pa_value.h: warning war :)
8475:
8476: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8477: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8478: ^json:string
8479:
8480: 2010-09-22 moko
8481:
8482: * src/main/pa_charset.C: parser charset tables declare only
8483: white-space before 0x20, thus adding the missing chars
8484:
8485: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8486: to http://unicode.org/Public/MAPPINGS/VENDORS/
8487:
8488: 2010-09-21 misha
8489:
8490: * src/main/compile.y: - some semicolons were added (VS2010 don't
8491: want to compile grammar if they are absent)
8492:
8493: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8494:
8495: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8496:
8497: * src/main/main.vcproj: - path to bison is changed
8498:
8499: 2010-09-21 moko
8500:
1.116 moko 8501: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8502: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8503: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8504:
8505: 2010-09-20 misha
8506:
8507: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8508:
8509: * src/classes/json.C: - add EOL while json-serializing hash
8510:
8511: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8512: compilers don't like 'ES'.
8513:
8514: 2010-09-17 misha
8515:
1.211 moko 8516: * operators.ru.txt, operators.txt: - info about json class was
8517: added
1.95 moko 8518:
8519: * src/classes/json.C: - ^json:string[object]
8520:
8521: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8522: preventing infinite recursion while executing json:string was
8523: added
8524:
8525: * src/include/pa_string.h: - method append_quoted was added
8526:
8527: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8528: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8529: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8530: was added to Value & Co
8531:
8532: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8533: were used
8534:
8535: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8536: were added
8537:
8538: 2010-09-10 moko
8539:
8540: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8541: die_or_abort (backport from 3.4.1)
8542:
8543: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8544: die_or_abort (bugfix: #106)
8545:
8546: 2010-09-09 moko
8547:
8548: * src/classes/json.C: warning war. :)
8549:
8550: 2010-09-08 misha
8551:
8552: * src/lib/json/Makefile.am: - additional include directories were
8553: added (for pa_memory.h and gc.h)
8554:
8555: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8556: compile as C++ instead default - additional include directory was
8557: added (for gc.h)
8558:
8559: * src/types/pa_vform.C: - little code reformating
8560:
8561: * src/classes/file.C: - $.content-type option now can be specified
8562: in ^file::create ( new feature: #102 )
8563:
8564: 2010-09-08 moko
8565:
8566: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8567: pa_malloc/pa_free
8568:
8569: 2010-09-07 moko
8570:
8571: * tests/results/254.processed: VStateless_class:put_element
8572: exception was fixed
8573:
8574: * src/types/: pa_value.h, pa_vstateless_class.h: now
8575: VStateless_class:put_element barks self.type, not this.type
8576: (bugfix: #105)
8577:
8578: 2010-09-06 moko
8579:
8580: * src/classes/reflection.C: bugfix: new String() is required for
8581: exception handling
8582:
8583: * tests/: 254.html, results/254.processed: test modified
8584:
8585: 2010-09-05 moko
8586:
8587: * tests/: 254.html, results/254.processed: ^reflection:copy test
8588: added
8589:
8590: * src/: classes/reflection.C, include/pa_request.h:
8591: ^reflection:copy implemented (new feature: #100)
8592:
8593: 2010-09-03 moko
8594:
8595: * src/lib/json/JSON_parser.C: c++ compatiblity
8596:
8597: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8598: option testing added
8599:
8600: 2010-09-02 moko
8601:
8602: * src/classes/json.C: $.distinct[first|last|all] added
8603:
8604: 2010-09-01 moko
8605:
8606: * tests/results/253.processed: json test result
8607:
8608: * tests/: 253.html, 253_json.txt: json test added
8609:
8610: * src/classes/json.C: json.C update to actual version + hash key
8611: creation bugfix
8612:
8613: 2010-08-31 misha
8614:
8615: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8616: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8617: src/lib/Makefile.am, src/classes/Makefile.am,
8618: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8619: json library was added
8620:
8621: 2010-08-30 moko
8622:
8623: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8624: types/pa_vobject.C: cosmetic optimization in
8625: request:execute_method usage
8626:
8627: * src/: include/pa_charset.h, main/pa_charset.C: small
8628: optimization, just to decrease number of lines. :)
8629:
8630: 2010-08-27 misha
8631:
8632: * src/classes/op.C: - taint[json] was added
8633:
8634: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8635: were added
8636:
8637: * src/main/pa_exec.C: - warning fix was rolled back.
8638:
8639: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8640: include/pa_string.h: - taint[json] was added - escaping was
8641: slightly modified
8642:
8643: 2010-08-25 misha
8644:
8645: * src/classes/file.C: - typo in file:sql exception was fixed
8646:
8647: * src/main/pa_exec.C: - warning about declared and not used
8648: variable forced_allow was removed
8649:
8650: 2010-08-14 misha
8651:
8652: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8653: were removed
8654:
8655: 2010-08-11 moko
8656:
8657: * tests/: 249.html, results/249.processed: default setter and
8658: anti-recursive default getter test added
8659:
8660: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8661: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8662: types/pa_vobject.h, types/pa_vstateless_class.C,
8663: types/pa_vstateless_class.h: default setter support +
8664: anti-recursive default getter support ( new feature: #13 )
8665:
8666: * src/include/pa_hash.h: optimization: threshold member removed
8667: from hash, reducing sizeof(hash)
8668:
8669: 2010-08-10 misha
8670:
8671: * tests/196.html: - junction-method was added to the test
8672:
8673: * tests/248.html: - ups. typo :)
8674:
8675: * tests/248.html: - test for checking .match with 4 params
8676:
8677: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8678: 247_windows1251.txt: - test for "transcode file from utf-8 to
8679: $request:charset during loading if the BOM code is detected"
8680:
8681: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8682: $request:charset during loading if the BOM code is detected ( new
8683: feature: #98 )
8684:
8685: 2010-08-05 misha
8686:
8687: * src/classes/image.C: - ^image.replace now can accept only 2
8688: params. in this case the whole image is affected ( new feature:
8689: #95 )
8690:
8691: 2010-08-04 misha
8692:
8693: * tests/246.html: - test tor ^hash._at[] was added
8694:
8695: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8696: #53 )
8697:
8698: * src/include/pa_hash.h: - methods for accessing the first and the
8699: last values of ordered hash were added (first_value and
8700: last_value)
8701:
8702: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8703: (similar to others file's methods):
8704: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8705: #68 )
8706:
8707: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8708:
8709: 2010-08-01 moko
8710:
8711: * src/classes/op.C: to correctly process $result[] in code, called
8712: from ^process
8713:
8714: * tests/245.html: $result in ^process[] test added
8715:
8716: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8717: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8718: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8719: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8720: caller, self) op_call(VMethodFrame &frame, bool constructing)
8721: removed, construct(class,method) added
8722:
8723: * tests/results/: 192.processed, 244.processed: request::construct
8724: added
8725:
8726: * tests/: 244.html, 245.html, results/244.processed,
8727: results/245.processed: object creation exceptions and ^process
8728: tests added
8729:
8730: 2010-07-28 misha
8731:
8732: * tests/make_tests.cmd: - win32 EOLs
8733:
8734: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8735: tests on Win32 were added (The system timezone should be GMT+3)
8736:
8737: 2010-07-26 misha
8738:
8739: * tests/: 212.html, results/212.processed: - sizes were removed
8740: mecause they could be different on different OSs
8741:
8742: * tests/065.html: - make it "win32 friendly"
8743:
8744: 2010-07-25 misha
8745:
8746: * src/main/compile.y: - all EOLs between methods are removed during
8747: compilation ( new feature: #47 )
8748:
8749: * tests/results/149.processed: - prepare tests to trim trailing
8750: methods' EOLs
8751:
8752: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8753:
8754: * tests/: results/006.processed, results/014.processed, 006.html,
8755: 014.html, 022.html: - prepare tests to trim trailing methods'
8756: EOLs
8757:
8758: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8759: results/071.processed, results/022.processed: - prepare tests to
8760: trim trailing methods' EOLs
8761:
8762: * tests/: results/073.processed, results/109.processed,
8763: results/142.processed, results/144.processed,
8764: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8765: 144.html: - prepare tests to trim trailing methods' EOLs
8766:
8767: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8768: 149.html, 152.html, results/096.processed, results/107.processed,
8769: results/109.processed, results/142.processed,
8770: results/144.processed: - prepare tests to trim trailing methods'
8771: EOLs
8772:
8773: 2010-07-24 moko
8774:
8775: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8776: the hash order in this test
8777:
8778: * tests/014.html: to check hash order, hash no is longer sorted
8779: before print
8780:
8781: * src/include/pa_hash.h: hash copy constructor now keeps order
8782: (bugfix: #54)
8783:
8784: 2010-07-23 moko
8785:
8786: * tests/results/224.processed: @auto[] is no longer inherited
8787:
8788: * src/types/pa_vstateless_class.C, tests/227.html,
8789: tests/results/227.processed: @auto[] is no longer inherited
8790: (bugfix: #57)
8791:
8792: 2010-07-22 misha
8793:
8794: * src/classes/table.C: - don't skip comment lines during
8795: table::load if encloser or separator is set as '#' ( new feature:
8796: #30 )
8797:
8798: * src/targets/cgi/parser3.C: - don't run as cgi if
8799: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8800: #12 )
8801:
8802: * src/classes/file.C: - set PARSER_VARSION env before external
8803: script executing
8804:
8805: 2010-07-13 misha
8806:
8807: * tests/058.html: - test for suppressing @border was added - test
8808: for user attribute was added
8809:
8810: * tests/results/186.processed: unescaping from \uXXXX
8811:
8812: * tests/186.html: unescaping from \uXXXX
8813:
8814: * tests/: 239.html, results/239.processed: method call type
8815:
8816: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8817: $junction_method.CLASS_NAME (+CLASS)
8818:
8819: 2010-07-07 misha
8820:
8821: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8822: *nix
8823:
8824: 2010-07-05 misha
8825:
8826: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8827: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8828: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8829: comment strings "options must be hash", "options must be hash,
8830: not code" and "called with invalid option" were replaced by
8831: constatns - exception comment string "invalid option passed" was
8832: replaced by "called with invalid option" (now in different
8833: methods are the same exception comment string)
8834:
8835: * src/include/pa_exception.h: - more exception strings were defined
8836:
8837: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8838: types/pa_vstateless_class.h: - now we can define possible
8839: method's call type ( new feature: #5 ) 1.
8840: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8841: methods 2. @static:method[params] (only static keyword could be
8842: used here) -- for specified methods
8843:
8844: * src/main/pa_common.C: - junction points should not be deleted on
8845: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8846: cleanup
8847:
8848: 2010-07-03 misha
8849:
8850: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8851: results/158.processed, results/160.processed,
8852: results/161.processed, results/162.processed,
8853: results/163.processed: - prepare tests to trim trailing methods'
8854: EOLs
8855:
8856: * tests/results/169.processed: - prepare tests to trim trailing
8857: methods' EOLs
8858:
8859: * tests/results/: 168.processed, 169.processed: - prepare tests to
8860: trim trailing methods' EOLs
8861:
8862: * tests/: results/170.processed, results/167.processed,
8863: results/168.processed, results/169.processed, 167.html, 168.html,
8864: 169.html: - prepare tests to trim trailing methods' EOLs
8865:
8866: * tests/: results/170.processed, results/171.processed,
8867: results/172.processed, results/173.processed,
8868: results/174.processed, results/175.processed, 170.html, 171.html,
8869: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8870: trailing methods' EOLs
8871:
8872: * tests/: results/176.processed, results/180.processed,
8873: results/184.processed, results/185.processed,
8874: results/191.processed, results/192.processed,
8875: results/196.processed, results/197.processed,
8876: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8877: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8878: to trim trailing methods' EOLs
8879:
8880: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8881: results/199.processed, results/208.processed,
8882: results/209.processed, results/213.processed,
8883: results/214.processed: - prepare tests to trim trailing methods'
8884: EOLs
8885:
8886: 2010-06-29 misha
8887:
8888: * tests/: 220.html, 218.html, results/218.processed,
8889: results/215.processed, results/217.processed, 215.html, 217.html:
8890: - prepare tests to trim trailing methods' EOLs
8891:
8892: * tests/: results/224.processed, 224.html, 223.html,
8893: results/223.processed, results/220.processed: - prepare tests to
8894: trim trailing methods' EOLs
8895:
8896: * tests/results/: 226.processed, 230.processed: - prepare tests to
8897: trim trailing methods' EOLs
8898:
8899: * tests/: 229.html, results/229.processed: - prepare tests to trim
8900: trailing methods' EOLs
8901:
8902: * tests/: 232.html, 235.html, results/232.processed,
8903: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8904: results/226.processed, results/227.processed,
8905: results/228.processed, results/230.processed: - prepare tests to
8906: trim trailing methods' EOLs
8907:
8908: 2010-06-16 moko
8909:
8910: * tests/: 229.html, results/229.processed: elseif now supported in
8911: ^if
8912:
8913: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8914:
8915: 2010-06-03 misha
8916:
8917: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8918: instead of memcopy for overlaped regions
8919:
8920: 2010-05-25 misha
8921:
8922: * src/main/pa_common.C: - wanring about unused vars was removed
8923:
8924: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8925: get_method_filename was moved to execute.C
8926:
8927: 2010-05-23 misha
8928:
8929: * src/main/pa_request.C: - more accurate detection of method's file
8930:
8931: 2010-05-22 misha
8932:
8933: * src/classes/reflection.C: - bugfix: core during detection of
8934: .file if filespec isn't detected successfully
8935:
8936: 2010-05-20 misha
8937:
8938: * src/main/pa_request.C: - fix in get_method_filename
8939:
8940: * src/include/pa_request.h: - new feature: #24 -- searching
8941: included file in @USE/^use is changed. if its filespec doesn't
8942: start from '/' it will be searched in caller file directory
8943:
8944: * src/classes/reflection.C: - ^reflection:method_info returns file
8945: where the method is defined
8946:
8947: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8948: classes/op.C: - new feature: #24 -- searching included file in
8949: @USE/^use is changed. if its filespec doesn't start from '/' it
8950: will be searched in caller file directory
8951:
8952: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8953: is moved to pa_common.h
8954:
8955: 2010-05-18 misha
8956:
8957: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8958: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8959: cookie parser decode \uXXXX as well as %uXXXX
8960:
8961: 2010-05-17 misha
8962:
8963: * src/classes/curl.C: beauty: - unused param is removed in method
8964: _curl_version_action - some spaces were removed or replaced by
8965: tabs
8966:
8967: * src/classes/table.C: - bugfix: #72 core with empty value during
8968: ^table.hash[...;name_of_the_last_column][$.type[string]]
8969:
8970: 2010-05-16 misha
8971:
8972: * src/classes/curl.C: new: #61 more curl options were added
8973: (contributed by Sumo)
8974:
8975: 2010-04-29 pretender
8976:
8977: * src/main/pa_string.C: fixes #63 Split result from empty string
8978: now empty string.
8979:
8980: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8981: string type.
8982:
8983: 2010-04-28 pretender
8984:
8985: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8986: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8987: macrodefinition removed
8988:
8989: 2010-04-19 pretender
8990:
8991: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8992: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8993:
8994: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8995: fixes #64 Now file.missing exception generates in unsafe mode to.
8996:
8997: * src/classes/file.C: fixes #48 Now not throw "not save environment
8998: variable" exception in grpunlim version.
8999:
9000: 2010-04-05 misha
9001:
9002: * src/classes/string.C: - new feature: 4th param was added to
9003: match. if specified its value is returned in case of nothing was
9004: found
9005:
9006: 2010-04-01 misha
9007:
9008: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9009: multiple execution of /a/b/auto.p
9010:
9011: 2010-03-19 misha
9012:
9013: * src/main/execute.C: - core in $table1.$table2 was fixed
9014:
9015: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9016:
9017: 2010-01-27 misha
9018:
9019: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9020: trying to open file by path /existing-file/non-exixting-file
9021:
9022: 2010-01-26 misha
9023:
9024: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9025: was added (returns file)
9026:
9027: 2009-12-22 misha
9028:
9029: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9030: now parser doesn't have class curl if it was built without it
9031:
9032: 2009-12-15 misha
9033:
9034: * configure.in: - little cheat with curl include dir was added
9035:
9036: 2009-12-05 misha
9037:
9038: * src/classes/curl.C: - some fixes
9039:
9040: 2009-12-04 misha
9041:
9042: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9043: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9044: buildall-with-xml, buildall-without-xml, configure.in: - curl
9045: class was added
9046:
9047: * src/include/pa_hash.h: - hash-iterator was added
9048:
9049: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9050: was added to pcre
9051:
9052: 2009-11-27 misha
9053:
9054: * src/classes/image.C: - don't add @border attribute to output of
9055: ^image.html[] if it was specified by user with empty value
9056:
9057: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9058: root element and we are trying to access .documentElement
9059:
9060: 2009-11-11 misha
9061:
9062: * src/classes/table.C: - in ^table.flip[] look at number of columns
9063: instead of number of items in first row for named tables
9064:
9065: 2009-11-10 misha
9066:
1.211 moko 9067: * operators.ru.txt, operators.txt: - info about hash-options in
9068: ^file::create was added
1.95 moko 9069:
9070: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9071: added
9072:
9073: 2009-11-09 misha
9074:
9075: * buildall-with-xml: - moving to libxml 2.7.6
9076:
9077: * tests/236.html: - tests for comparations cords with functions
9078: were added
9079:
9080: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9081: added
9082:
9083: * src/main/pa_http.C: - little optimisation
9084:
9085: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9086: GPF mallocs + stringstream (table.save)
9087:
9088: * src/classes/file.C: - file::create now accepts 4th param: options
9089: with $.charset
9090:
9091: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9092: bug in cord (comparation cords with functions was buggy)
9093:
9094: 2009-11-06 misha
9095:
9096: * src/main/pa_string.C: - bugfix: calculation string.length
9097: sometimes was buggy
9098:
9099: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9100: destroyed if exception occured during match/replace
9101:
9102: * src/: main/pa_charset.C, include/pa_charset.h: - method
9103: lengthUTF8Char was added
9104:
9105: * src/classes/op.C: - clean tainting lang was added for user's
9106: usage
9107:
9108: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9109: fixed: checkouts are required after GC_MALLOC
9110:
9111: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9112:
1.211 moko 9113: * operators.ru.txt, operators.txt: - actually, there is no
9114: ^untaint[xml] in file::create
1.95 moko 9115:
9116: 2009-10-15 misha
9117:
9118: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9119: were added
9120:
9121: * tests/234.html: - more tests for checking ^taint[uri] escaping
9122: were added
9123:
9124: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9125: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9126: hacking: for dealing with transcoding+^taint[uri]
9127: transcode_and_untaint was replaced by untaint_and_transcode
9128:
9129: 2009-10-13 misha
9130:
9131: * tests/: 121.html, results/121.processed: - test transcoding +
9132: url-escaping now
9133:
9134: * tests/results/auto.p: - more helpers' methods were added
9135:
9136: * src/main/pa_globals.C: - die instead of abort
9137:
9138: 2009-10-06 misha
9139:
9140: * src/main/pa_common.C: - don't allocate memory during
9141: capitalization if input string is already capitalized
9142:
9143: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9144:
9145: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9146: use format function because it calls malloc
9147:
9148: * src/include/pa_common.h: - more capitalized headers were added
9149:
9150: * src/main/pa_common.C: - in safe mode clear executable bits during
9151: file writing
9152:
9153: 2009-10-05 misha
9154:
9155: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9156:
9157: 2009-10-03 misha
9158:
9159: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9160: ^img.text[] & ^img.length[] can work in utf-8 now
9161:
9162: * src/: include/pa_charset.h, main/pa_charset.C: - class
9163: UTF8_string_iterator was added
9164:
9165: * src/classes/image.C: - respect utf-8 when calculate alphabet
9166: length
9167:
9168: * src/classes/mail.C: - check from before get message.cstr
9169:
9170: 2009-10-02 misha
9171:
9172: * tests/233.html: - test for image.font, image.length, image.text
9173: with text in utf-8 were added
9174:
9175: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9176:
9177: * buildall-with-xml, buildall-without-xml: - comment about gc
9178: version for freebsd 4 was added
9179:
9180: 2009-10-01 misha
9181:
9182: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9183: terminator) - read_pipe were slightly optimized
9184:
9185: 2009-09-28 misha
9186:
9187: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9188: removed
9189:
9190: * src/types/pa_vmail.C: - forgot about space after ':'
9191:
9192: * src/types/pa_vmail.C: - escape filenames while preparing mail
9193: body - small simplifications
9194:
9195: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9196: inout params like pa_base64
9197:
9198: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9199: option $.debug-print(1) was added to mail:send - changes for
9200: using uue_encode which uses less memory
9201:
9202: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9203:
9204: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9205: memory now
9206:
9207: 2009-09-26 misha
9208:
9209: * src/types/pa_vmail.C: - default encoding now is base64
9210:
9211: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9212:
9213: 2009-09-25 misha
9214:
9215: * src/types/pa_vmail.C: - capitalization of headers was added to
9216: sending mail as well
9217:
9218: * buildall-with-xml: - catalog package was removed from libxml
9219:
9220: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9221: win32 absolute path
9222:
9223: * src/include/pa_common.h: - one more capitalized header was added
9224:
9225: 2009-09-22 misha
9226:
9227: * INSTALL: - comment about building just httpd binary while
9228: building apache module was added
9229:
9230: 2009-09-21 misha
9231:
9232: * buildall-with-xml: - moving to the latest versions of xml libs:
9233: libxml 2.7.4 and libxslt 1.1.25
9234:
9235: 2009-09-19 misha
9236:
9237: * tests/231.html: - test for encoding cookie in win-1251
9238:
9239: 2009-09-18 misha
9240:
9241: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9242: object] were added
9243:
1.211 moko 9244: * operators.ru.txt, operators.txt: - info about method
9245: ^reflection:fields[class or object] was added
1.95 moko 9246:
9247: * src/classes/reflection.C: - method ^reflection:fields[class or
9248: object] was added
9249:
9250: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9251: methods get_fields were added
9252:
9253: * tests/232.html: - tests for @GET[name]
9254:
9255: * src/classes/table.C: - some changes in handling hash-options for
9256: creare, join and locate
9257:
9258: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9259: defined with option: the type of requested value
9260:
9261: 2009-09-17 misha
9262:
9263: * tests/212.html: - tests for .pattern and .options were added
9264:
9265: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9266: $regex.options were added
9267:
9268: 2009-09-11 misha
9269:
9270: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9271: rewrited. it checks not just one case of sending cookies during
9272: file::load[http], but also sending headers and fields (including
9273: files)
9274:
9275: 2009-09-10 misha
9276:
9277: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9278: was removed => now parser can open files with Russian 'r' in
9279: filename
9280:
9281: * src/main/untaint.C: - bugfix: client charset whould be analized
9282: while escaping cookies but now source charset
9283:
9284: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9285: ^tainted[uri] so it was possible to make request with incorrect
9286: http header
9287:
9288: * src/main/pa_http.C: - capitalization of http headers during
9289: file::load[http was slightly changes - bugfix: all headers which
9290: parser sends during file::load[http should be transcoded and only
9291: then escaped
9292:
9293: * src/main/untaint.C: - a bit more comments were added
9294:
9295: * src/classes/: file.C, string.C: - types where changes (minus 2
9296: warnings)
9297:
9298: * src/include/pa_common.h: - 2 capitalized strings for making http
9299: headers during file::load[http were added
9300:
9301: 2009-09-08 misha
9302:
1.211 moko 9303: * operators.ru.txt, operators.txt: - changes in file.save and
9304: string.save were added
1.95 moko 9305:
9306: * tests/: 230.html, 230.txt: - tests for checking options in
9307: file.save and string.save were added
9308:
9309: * src/main/pa_request.C: - http headers names, which are passed to
9310: SAPI::add_header_attribute are lowercased now (it'll be
9311: capitalized in that method)
9312:
9313: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9314: classes/string.C: - file_write accepts Request_charsets and asked
9315: charset and cound transcode content before writing - string.save
9316: and file.save have option $.charset now
9317:
9318: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9319: classes/xdoc.C: - file_write accepts Request_charsets and asked
9320: charset and cound transcode content before writing
9321:
9322: * src/include/pa_exception.h: - new exception comment string was
9323: defined
9324:
9325: 2009-09-07 misha
9326:
9327: * src/main/compile.y: - grammar $name\ name stops now for regex
9328: sub-pattern\s
9329:
9330: 2009-09-04 misha
9331:
9332: * src/main/pa_http.C: - capitalization of http headers during
9333: file::load[http was implemented
9334:
9335: 2009-09-03 misha
9336:
9337: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9338: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9339: types/pa_vmail.C, targets/cgi/parser3.C,
9340: targets/isapi/parser3isapi.C: - back to storing response http
9341: headers in lowercase - capitalize them during output
9342:
9343: 2009-08-31 misha
9344:
9345: * src/classes/table.C: - allow call with any brackets (it could be
9346: useful in methods with explict result declaration)
9347:
9348: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9349: correctly if $request:charset==koi8-r
9350:
9351: 2009-08-30 misha
9352:
9353: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9354: changed: content-type => Content-type and so on
9355:
9356: * src/classes/file.C, src/include/pa_common.h,
9357: src/include/pa_request.h, src/main/pa_http.C,
9358: src/main/pa_request.C, src/types/pa_vcookie.C,
9359: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9360: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9361: tests/results/002.processed, tests/results/003.processed,
9362: tests/results/004.processed, tests/results/005.processed,
9363: tests/results/006.processed, tests/results/007.processed,
9364: tests/results/008.processed, tests/results/009.processed,
9365: tests/results/010.processed, tests/results/011.processed,
9366: tests/results/012.processed, tests/results/013.processed,
9367: tests/results/014.processed, tests/results/015.processed,
9368: tests/results/016.processed, tests/results/017.processed,
9369: tests/results/018.processed, tests/results/019.processed,
9370: tests/results/020.processed, tests/results/021.processed,
9371: tests/results/022.processed, tests/results/023.processed,
9372: tests/results/024.processed, tests/results/025.processed,
9373: tests/results/026.processed, tests/results/027.processed,
9374: tests/results/028.processed, tests/results/029.processed,
9375: tests/results/030.processed, tests/results/031.processed,
9376: tests/results/032.processed, tests/results/033.processed,
9377: tests/results/034.processed, tests/results/035.processed,
9378: tests/results/036.processed, tests/results/037.processed,
9379: tests/results/038.processed, tests/results/039.processed,
9380: tests/results/040.processed, tests/results/041.processed,
9381: tests/results/042.processed, tests/results/043.processed,
9382: tests/results/044.processed, tests/results/045.processed,
9383: tests/results/046.processed, tests/results/047.processed,
9384: tests/results/048.processed, tests/results/049.processed,
9385: tests/results/050.processed, tests/results/051.processed,
9386: tests/results/052.processed, tests/results/053.processed,
9387: tests/results/054.processed, tests/results/055.processed,
9388: tests/results/056.processed, tests/results/057.processed,
9389: tests/results/058.processed, tests/results/059.processed,
9390: tests/results/060.processed, tests/results/061.processed,
9391: tests/results/062.processed, tests/results/063.processed,
9392: tests/results/064.processed, tests/results/065.processed,
9393: tests/results/066.processed, tests/results/067.processed,
9394: tests/results/068.processed, tests/results/069.processed,
9395: tests/results/070.processed, tests/results/071.processed,
9396: tests/results/072.processed, tests/results/073.processed,
9397: tests/results/074.processed, tests/results/075.processed,
9398: tests/results/076.processed, tests/results/077.processed,
9399: tests/results/078.processed, tests/results/079.processed,
9400: tests/results/080.processed, tests/results/081.processed,
9401: tests/results/082.processed, tests/results/083.processed,
9402: tests/results/084.processed, tests/results/085.processed,
9403: tests/results/086.processed, tests/results/087.processed,
9404: tests/results/088.processed, tests/results/089.processed,
9405: tests/results/090.processed, tests/results/091.processed,
9406: tests/results/092.processed, tests/results/093.processed,
9407: tests/results/094.processed, tests/results/095.processed,
9408: tests/results/096.processed, tests/results/097.processed,
9409: tests/results/098.processed, tests/results/099.processed,
9410: tests/results/100.processed, tests/results/101.processed,
9411: tests/results/102.processed, tests/results/103.processed,
9412: tests/results/104.processed, tests/results/105.processed,
9413: tests/results/106.processed, tests/results/107.processed,
9414: tests/results/108.processed, tests/results/109.processed,
9415: tests/results/110.processed, tests/results/111.processed,
9416: tests/results/112.processed, tests/results/113.processed,
9417: tests/results/114.processed, tests/results/115.processed,
9418: tests/results/116.processed, tests/results/117.processed,
9419: tests/results/118.processed, tests/results/119.processed,
9420: tests/results/120.processed, tests/results/121.processed,
9421: tests/results/122.processed, tests/results/123.processed,
9422: tests/results/124.processed, tests/results/125.processed,
9423: tests/results/126.processed, tests/results/127.processed,
9424: tests/results/128.processed, tests/results/129.processed,
9425: tests/results/130.processed, tests/results/131.processed,
9426: tests/results/132.processed, tests/results/133.processed,
9427: tests/results/134.processed, tests/results/135.processed,
9428: tests/results/136.processed, tests/results/138.processed,
9429: tests/results/139.processed, tests/results/140.processed,
9430: tests/results/141.processed, tests/results/142.processed,
9431: tests/results/143.processed, tests/results/144.processed,
9432: tests/results/145.processed, tests/results/146.processed,
9433: tests/results/147.processed, tests/results/148.processed,
9434: tests/results/149.processed, tests/results/150.processed,
9435: tests/results/151.processed, tests/results/152.processed,
9436: tests/results/153.processed, tests/results/154.processed,
9437: tests/results/155.processed, tests/results/156.processed,
9438: tests/results/157.processed, tests/results/158.processed,
9439: tests/results/159.processed, tests/results/160.processed,
9440: tests/results/161.processed, tests/results/162.processed,
9441: tests/results/163.processed, tests/results/164.processed,
9442: tests/results/165.processed, tests/results/166.processed,
9443: tests/results/167.processed, tests/results/168.processed,
9444: tests/results/169.processed, tests/results/170.processed,
9445: tests/results/171.processed, tests/results/172.processed,
9446: tests/results/173.processed, tests/results/174.processed,
9447: tests/results/175.processed, tests/results/176.processed,
9448: tests/results/177.processed, tests/results/178.processed,
9449: tests/results/179.processed, tests/results/180.processed,
9450: tests/results/181.processed, tests/results/182.processed,
9451: tests/results/183.processed, tests/results/184.processed,
9452: tests/results/185.processed, tests/results/186.processed,
9453: tests/results/187.processed, tests/results/188.processed,
9454: tests/results/189.processed, tests/results/190.processed,
9455: tests/results/191.processed, tests/results/192.processed,
9456: tests/results/193.processed, tests/results/194.processed,
9457: tests/results/195.processed, tests/results/196.processed,
9458: tests/results/197.processed, tests/results/198.processed,
9459: tests/results/199.processed, tests/results/200.processed,
9460: tests/results/201.processed, tests/results/202.processed,
9461: tests/results/203.processed, tests/results/204.processed,
9462: tests/results/205.processed, tests/results/206.processed,
9463: tests/results/207.processed, tests/results/208.processed,
9464: tests/results/209.processed, tests/results/210.processed,
9465: tests/results/211.processed, tests/results/212.processed,
9466: tests/results/213.processed, tests/results/214.processed,
9467: tests/results/215.processed, tests/results/216.processed,
9468: tests/results/217.processed, tests/results/218.processed,
9469: tests/results/219.processed, tests/results/220.processed,
9470: tests/results/221.processed, tests/results/222.processed,
9471: tests/results/223.processed, tests/results/224.processed,
9472: tests/results/225.processed, tests/results/226.processed,
9473: tests/results/227.processed, tests/results/228.processed,
9474: tests/results/229.processed: - http headers were changed:
9475: content-type => Content-type and so on
9476:
9477: 2009-08-27 misha
9478:
9479: * src/: main/pa_random.C, include/pa_random.h,
9480: targets/cgi/parser3.C: - year was updated :)
9481:
9482: 2009-08-26 misha
9483:
9484: * tests/: 224.html, 224.p: - test for creating of parser object
9485: using constructor without params - little bugfix in test
9486:
9487: * src/main/compile_tools.h: - bugfix: should't call autouse while
9488: checking existed class while processing partial option
9489:
9490: * src/classes/reflection.C: - bugfix: core when creating object
9491: with reflection and constructor doesn't have params
9492:
9493: 2009-08-24 misha
9494:
9495: * tests/229.html: - tests for checking the number of parameters
9496: were added
9497:
9498: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9499: number of method's parameters wasn't checked correctly (the bug
9500: was introduced in 3.4.0)
9501:
9502: 2009-08-22 misha
9503:
9504: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9505: transcoded, but tainted pieces are escaped only when
9506: content-type==url-encoding
9507:
9508: * tests/228.html: - test for checking
9509: ^file::load[http://...;$.body[]]
9510:
9511: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9512: post charset was too early (charsets is empty at this moment)
9513:
9514: 2009-08-21 misha
9515:
9516: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9517: main/untaint.C: - some fixes with transcode+untaint
9518:
9519: 2009-08-15 misha
9520:
9521: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9522: was increaced to 100 (was 50)
9523:
9524: * tests/227.html: - test for checking overriding properties in
9525: static classes was added
9526:
9527: * tests/: 226.html, 226.p: - test for @autoload[] was added
9528:
9529: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9530: main/execute.C, main/pa_request.C, classes/reflection.C: -
9531: autouse was implemented
9532:
9533: 2009-08-14 misha
9534:
9535: * src/classes/reflection.C: - outdated checkout was removed
9536:
9537: * src/classes/reflection.C: - optimization - method ^dynamical was
9538: added.
9539:
9540: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9541: types/pa_vstateless_class.h, main/execute.C: - optimization
9542:
9543: * src/types/pa_vclass.C: - exception if base on sytem class
9544:
9545: 2009-08-12 misha
9546:
9547: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9548: pa_vstateless_class.h: - little optimisation
9549:
9550: 2009-08-11 misha
9551:
9552: * tests/224.html: - method_params => method_info - checking for
9553: $.inherited
9554:
1.211 moko 9555: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9556: method method_params was renamed to method_info and now it
9557: returns class name, if method was defined in ancestor
1.95 moko 9558:
9559: * tests/225.html: - tests for cheching properties in hierarhical
9560: classes were added
9561:
9562: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9563: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9564: main/compile.y, main/execute.C, classes/classes.C: - problems
9565: with properties in new classes implementation were fixed
9566:
9567: 2009-08-10 misha
9568:
9569: * src/main/execute.C: - now constructor shouldn't be defined in
9570: class. it could be defined in parent.
9571:
9572: 2009-08-09 misha
9573:
9574: * src/classes/reflection.C: - ^reflection:methods doesn't return
9575: base's methods
9576:
9577: 2009-08-08 misha
9578:
9579: * src/: classes/classes.h, classes/date.C, classes/file.C,
9580: classes/form.C, classes/hash.C, classes/hashfile.C,
9581: classes/image.C, classes/mail.C, classes/op.C,
9582: classes/reflection.C, classes/regex.C, classes/string.C,
9583: classes/table.C, classes/xdoc.C, classes/xnode.C,
9584: classes/xnode.h, include/pa_hash.h, main/execute.C,
9585: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9586: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9587: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9588: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9589: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9590: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9591: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9592: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9593: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9594: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9595: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9596: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9597: types/pa_vresponse.C, types/pa_vresponse.h,
9598: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9599: types/pa_vstateless_object.h, types/pa_vstatus.C,
9600: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9601: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9602: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9603: types/pa_wwrapper.h, types/types.vcproj: - new classes
9604: implementation
9605:
9606: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9607: USE_MUNMAP is used. so it is disabled as a workaround.
9608:
9609: 2009-08-05 misha
9610:
9611: * src/: main/pa_common.C, include/pa_common.h: - not needed
9612: parameter was removed
9613:
9614: * src/main/pa_http.C: - bugfix: error was during detecting
9615: content-type of file which was loaded by http
9616:
9617: 2009-08-01 misha
9618:
9619: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9620: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9621: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9622: can't be disabled with defines any longer
9623:
9624: 2009-07-29 misha
9625:
9626: * src/classes/reflection.C, tests/results/224.processed: - for
9627: native methods with any call type now returned empty call_type
9628: value
9629:
9630: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9631: classes/table.C, include/pa_hash.h, include/pa_request.h,
9632: main/pa_request.C: - break in cycles was optimized
9633:
9634: * INSTALL: - more defines were described
9635:
9636: 2009-07-28 misha
9637:
1.211 moko 9638: * operators.ru.txt, operators.txt: - some changes in information
9639: about reflection class
1.95 moko 9640:
9641: * tests/: 224.html, 224.p: - tests for reflection class
9642:
9643: * src/classes/reflection.C: - some bugs were fixed, method classes
9644: was added, refactoring
9645:
9646: 2009-07-26 misha
9647:
9648: * src/classes/classes.vcproj: - reflection class wass added to
9649: project
9650:
1.211 moko 9651: * operators.ru.txt, operators.txt: - information about reflection
9652: class was added
1.95 moko 9653:
9654: * src/classes/reflection.C: - class was redesigned
9655:
9656: 2009-07-24 misha
9657:
9658: * src/classes/: Makefile.am, reflection.C: - class reflection was
9659: added
9660:
9661: * src/types/pa_vstateless_class.h: - method for reflection method's
9662: in classes was added
9663:
9664: 2009-07-22 misha
9665:
9666: * src/main/compile_tools.h: - bugfix: $object.$var was
9667: over-optimized. it failed if $object1.$object2.field
9668:
9669: 2009-07-16 misha
9670:
9671: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9672: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9673: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9674: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9675: one more arg: length of cord
9676:
9677: 2009-07-15 misha
9678:
9679: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9680: tainted in ^file::load[http://...;$.cookies[]]
9681:
9682: * src/classes/: op.C, regex.C, string.C: - new string with
9683: exception was used
9684:
9685: * src/include/pa_exception.h: - new string with exception was added
9686:
9687: * tests/223.html: - test for checking cookie-encoding during
9688: ^file::load[http was added
9689:
9690: * tests/: 221.html, 222.html: - tests for checking type of
9691: $table.fields.field were added
9692:
9693: * src/types/pa_vtable.C: - not used var decl was removed
9694:
9695: * src/include/pa_string.h: - use cached string length in Body::mid.
9696: it improves speed of match with brackets in pattern
9697:
9698: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9699: outside
9700:
9701: 2009-07-14 misha
9702:
9703: * src/types/pa_vtable.C: - $table.fields.a return string even if
9704: column is empty (sometime returned void) - $table.fields was
9705: added for nameless tables
9706:
9707: * src/targets/cgi/getopt.c: - one warning resolved
9708:
9709: * src/main/pa_string.C: - potentian bug fixed
9710:
9711: * src/classes/op.C: - small optimization in taint/untaint
9712:
9713: 2009-07-13 misha
9714:
9715: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9716: added
9717:
9718: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9719: souldn't add the attribut to output
9720:
9721: 2009-07-11 misha
9722:
9723: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9724: stack size was increaced to 2MB (default=1MB)
9725:
9726: 2009-07-08 misha
9727:
9728: * src/main/pa_string.C: - link to UTF-8 description was added
9729:
9730: * src/include/pa_hash.h: - hash keeps element's order in more
9731: places (ex: ._keys[])
9732:
9733: * tests/220.html: - test for checking order of elements in hash in
9734: foreach was added
9735:
9736: * tests/172.html: - small changes in printing hash
9737:
9738: * tests/129.html: - small changes in printing hash
9739:
9740: * src/: include/pa_common.h, include/pa_hash.h,
9741: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9742: types/pa_vmethod_frame.h: - hash now keeps order of elements
9743:
9744: * tests/014.html: - small changes in printing hash
9745:
9746: 2009-07-07 misha
9747:
9748: * src/classes/op.C: - new taint language "parser-code" was added
9749:
9750: * tests/219.html: - test for auto untaint parser code in process
9751: was added
9752:
9753: * src/classes/op.C: - tainted pieces in body of process are
9754: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9755:
9756: * src/: include/pa_string.h, main/untaint.C: - new language
9757: L_PARSER_CODE for auto-untaint in process was added
9758:
9759: * src/: classes/file.C, classes/hash.C, classes/image.C,
9760: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9761: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9762: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9763: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9764: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9765: code cleanup
9766:
9767: 2009-07-06 misha
9768:
9769: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9770: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9771: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9772:
9773: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9774: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9775: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9776: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9777: should be used
9778:
9779: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9780: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9781: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9782: untaint_cstr[m] should be used
9783:
9784: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9785: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9786:
9787: * tests/218.html: - test for checking automatic file-spec-taint was
9788: added
9789:
9790: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9791: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9792: classes/file.C, classes/hash.C, classes/image.C,
9793: classes/string.C, classes/table.C, classes/void.C,
9794: classes/xdoc.C: - optimizations and simplification of
9795: string.cstr(...)
9796:
9797: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9798: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9799: - optimizations and simplification of string.cstr(...)
9800:
9801: 2009-07-04 misha
9802:
9803: * tests/217.html: - test for recursion detection was added
9804:
9805: * src/: types/types.vcproj, main/main.vcproj,
9806: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9807: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9808: from .vcproj
9809:
9810: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9811:
9812: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9813: uploading files and case-insensitive http-method were added
9814:
9815: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9816: tainted pattern in ^file:list[] was added
9817:
9818: 2009-07-03 misha
9819:
9820: * src/: classes/classes.vcproj, main/main.vcproj,
9821: types/types.vcproj, targets/cgi/parser3.vcproj,
9822: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9823: for dynamic_cast) - little options changes
9824:
9825: * src/main/pa_http.C: - file::load[http works now with uploading
9826: files _and_ changing $.charset
9827:
9828: 2009-06-29 misha
9829:
9830: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9831: while creating pattern
9832:
9833: 2009-06-25 misha
9834:
1.211 moko 9835: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9836: names for ^image.font were changed to $.space, $.width and
9837: $spacing - default space width now == gif's width
1.95 moko 9838:
9839: 2009-06-24 misha
9840:
9841: * tests/215.html: - tests for $file.mode were added
9842:
1.211 moko 9843: * operators.ru.txt, operators.txt: - added info about $file.mode
9844: and changes in ^image.font[
1.95 moko 9845:
9846: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9847: param now could be omited - third param now could be hash (with
9848: all widths options: $.space-width, $.letter-width) - it's
9849: possible to specify tracking ($.letter-space)
9850:
9851: * src/classes/file.C: - file objects now could have mode field
9852: (text|binary)
9853:
9854: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9855:
9856: 2009-06-23 misha
9857:
9858: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9859: trim can work with utf-8 chars now
9860:
9861: 2009-06-20 misha
9862:
9863: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9864: was implemented
9865:
9866: * src/classes/table.C: - string length cacheing was implemented
9867:
9868: * src/include/pa_string.h: - string length cacheing was implemented
9869:
9870: 2009-06-17 misha
9871:
9872: * src/main/execute.C: - value param was removed from
9873: WContext::WContext
9874:
9875: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9876: pa_wwrapper.h: - value param was removed from WContext::WContext
9877: - field wcontext was removed from VCodeFrame (using fparent
9878: instead)
9879:
9880: * tests/214.html: - test with hash copying
9881:
9882: 2009-06-16 misha
9883:
9884: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9885: strings doesn't work in expression anymore
9886:
9887: * src/main/execute.C: - less calls for get_constructing() - little
9888: refactoring
9889:
9890: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9891: include/pa_request.h: - less calls for get_constructing()
9892:
9893: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9894: introduced with OPTIMIZE_SINGLE_STRING optimization
9895:
9896: 2009-06-14 misha
9897:
9898: * src/: classes/date.C, classes/file.C, classes/hash.C,
9899: classes/hashfile.C, classes/image.C, classes/regex.C,
9900: classes/table.C, classes/xdoc.C, classes/xnode.h,
9901: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9902: types/pa_vstateless_class.h, main/execute.C: - create object for
9903: storing object's fields only for parser objects
9904:
9905: 2009-06-13 misha
9906:
9907: * buildall-with-xml, buildall-without-xml: - new option was added
9908: for building GC (it slightly reduces memory usage)
9909:
9910: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9911: single string write
9912:
9913: * src/main/execute.C: - bytecode optimization of ^class:constructor
9914: - optimization of single string write
9915:
9916: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9917: - bytecode optimization of ^class:constructor
9918:
9919: 2009-06-09 misha
9920:
9921: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9922: main (better compatibility)
9923:
9924: 2009-06-08 misha
9925:
9926: * src/main/compile.y: - I've forgot to commit it :(
9927:
9928: 2009-06-07 misha
9929:
9930: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9931: WITH_READ and WITH_ROOT
9932:
9933: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9934: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9935: WITH_ROOT - little refactoring
9936:
9937: 2009-06-06 misha
9938:
9939: * tests/213.html: - tests for 3rd match string-param were added
9940:
9941: * src/classes/string.C: - 3rd match param could be string now
9942:
9943: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9944: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9945: GET_OBJECT_ELEMENT
9946:
9947: 2009-06-05 misha
9948:
9949: * src/main/pa_http.C: - bugfix: content-length was not calculated
9950: if $.body was specified
9951:
9952: 2009-06-04 misha
9953:
9954: * src/classes/op.C: - optimizing write_assign_lang in connect
9955:
9956: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9957:
9958: * src/main/execute.C: - little refactoring - optimizing
9959: write_assign_lang in taint/untaint
9960:
9961: * src/include/pa_opcode.h: - little refactoring
9962:
9963: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9964: main/compile_tools.h, main/execute.C: - optimizations for
9965: $self.field, ^self.method, $self.field[...] and $self.field(...)
9966: were added
9967:
9968: 2009-06-03 misha
9969:
9970: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9971:
9972: 2009-06-02 misha
9973:
9974: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9975: include/pa_opcode.h: - refactoring in last optimizations
9976: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9977: now but code is much easy and it is ready for further
9978: improvements.
9979:
9980: 2009-05-27 misha
9981:
9982: * src/: types/pa_junction.h, types/pa_vjunction.C,
9983: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9984: changed in destructing junctions
9985:
9986: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9987: String:Body
9988:
9989: 2009-05-26 misha
9990:
9991: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9992: one method detect_charset was deleted - bug was fixed in this
9993: method (error while detecting charset in content_type withot last
9994: ';')
9995:
9996: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9997: once
9998:
9999: 2009-05-25 misha
10000:
10001: * src/classes/file.C: - bugfix: file::exec didn't work after
10002: optimizing of helper_length
10003:
10004: 2009-05-24 misha
10005:
10006: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10007: were added - little refactoring
10008:
10009: * src/main/execute.C: - core while printing in debug log
10010: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10011: optimisations were added
10012:
10013: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10014: were added
10015:
10016: 2009-05-23 misha
10017:
10018: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10019: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10020: CORD_cat optimization
10021:
10022: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10023: - call constr optimisation under separate define now
10024:
10025: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10026: in $b should be string, not void
10027:
10028: * src/main/compile.y: - little fix for rem-cut optimisation
10029:
10030: * src/: include/pa_opcode.h, main/compile_tools.C,
10031: main/compile_tools.h, main/execute.C: - optimisations for
10032: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10033:
10034: * INSTALL: - description of some #defined were added
10035:
10036: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10037: before 1st access (memory usage is reduced if don't access to
10038: .text field)
10039:
10040: * src/include/pa_array.h: - array grows step now not static (it
10041: reduces numbers of reallocs)
10042:
10043: 2009-05-20 misha
10044:
10045: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10046: $.b(2), $c[d] and $.e[f] was added
10047:
10048: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10049: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10050: $.e[f] was added
10051:
10052: * src/main/execute.C: - debug printing moved in defines
10053:
10054: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10055: and little refactoring for OP_GET_OBJECT_ELEMENT +
10056: OP_GET_OBJECT_VAR_ELEMENT optimisation
10057:
10058: 2009-05-19 misha
10059:
10060: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10061: execute.C: - $a.$b & ^a.$b bytecode optimisation
10062:
10063: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10064: ^a.$b optimisation)
10065:
10066: * src/main/compile.y: - compiler now generate new opcodes:
10067: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10068: ^a.b - compiler now cut off ^rem{ with all content ; any number
10069: of params }
10070:
10071: * src/main/execute.C: - code for handle new opcodes
10072: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10073:
10074: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10075: added for LA2V and LA2S
10076:
10077: * src/include/pa_opcode.h: - new defines which can be used for
10078: disable some bytecode optimisation and new opcodes were added
10079:
10080: 2009-05-17 misha
10081:
10082: * src/lib/cord/cordxtra.c: - bugfix.
10083:
10084: * tests/212.html: - .size[] and .study_size[] were added to tests
10085:
1.211 moko 10086: * operators.ru.txt, operators.txt: - info about regex class was
10087: added
1.95 moko 10088:
10089: * tests/212.html: - tests for regex class were added
10090:
10091: 2009-05-16 misha
10092:
10093: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10094: gc7.1
10095:
10096: * tests/022.html: - test for ^file:list[path;] (empty second param)
10097: was added
10098:
10099: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10100: param) should work
10101:
10102: 2009-05-15 misha
10103:
10104: * src/classes/table.C: - automatically disable stringstream usage
10105: on freebsd4
10106:
10107: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10108: scope
10109:
10110: * tests/211.html: - test with different types of access to hash was
10111: added
10112:
10113: * tests/210.html: - test which checks for loosing tainting in
10114: hash's keys was added
10115:
10116: * tests/208.html: - some parser work added. or stime == 0 %-)
10117:
10118: * src/lib/cord/cordbscs.c: - little hack was added to cord
10119:
10120: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10121:
10122: * src/include/pa_version.h, configure.in: - moko have made a lot of
10123: optimisations for increacing version number more dramatically :)
10124:
10125: * src/classes/date.C: - little refactoring: use constructor which
10126: accepts formated string
10127:
10128: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10129: which can print formatted string was added
10130:
10131: 2009-05-14 misha
10132:
10133: * src/include/pa_string.h: - type was fixed
10134:
10135: * src/: classes/hashfile.C, classes/op.C,
10136: include/pa_cache_managers.h, include/pa_charset.h,
10137: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10138: include/pa_request.h, include/pa_sql_driver_manager.h,
10139: include/pa_string.h, include/pa_stylesheet_manager.h,
10140: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10141: main/pa_charsets.C, main/pa_string.C,
10142: main/pa_stylesheet_connection.C, types/pa_value.h,
10143: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10144: types/pa_vobject.C, types/pa_vstateless_class.C,
10145: types/pa_vstateless_class.h: - hash_code caching was implemented
10146: (seaches should be faster now)
10147:
10148: * src/: classes/file.C, classes/hash.C, classes/image.C,
10149: classes/string.C, classes/table.C, include/pa_string.h,
10150: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10151: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10152: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10153: types/pa_vrequest.C: - String constructors don't have that stupid
10154: true/false param which means 'tainted'. they accept lang instead.
10155:
10156: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10157: with OPTIMIZE_RESULT
10158:
10159: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10160: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10161:
10162: 2009-05-13 misha
10163:
10164: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10165: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10166: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10167: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10168: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10169: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10170: include/pa_string.h, classes/date.C, classes/file.C,
10171: classes/hash.C, classes/image.C, classes/string.C,
10172: classes/table.C, classes/xdoc.C: - result optimisation -
10173: helper_length parameter removed from string constructors
10174:
10175: 2009-05-11 misha
10176:
10177: * tests/209.html: - tests for ^hash::create[hash] were added
10178:
10179: * tests/208.html: - tests for $status:rusage, $status:memory,
10180: ^memory:compact[] were added
10181:
10182: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10183: log10 were added
10184:
10185: * tests/206.html: - test for try with finally was added
10186:
10187: 2009-05-10 misha
10188:
10189: * tests/205.html: - test for ^file::create[...] was added
10190:
10191: * tests/204.html: - test for ^response:clear[] was added
10192:
10193: * tests/038.html: - tests for trigonometric functions were added
10194:
10195: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10196: added - more tests for .add, .sub, .union, .intersects and
10197: .intersections
10198:
10199: * tests/065.html: - test for ^file:dirname was added
10200:
10201: * tests/030.html: - test for $cookie:fields was added
10202:
10203: * tests/203.html: - test for ^h._keys[column name] was added
10204:
10205: * tests/201.html: - tests for .trim were added
10206:
10207: * tests/202.html: - tests for last-day,
10208: date:calendar[type](YYYY;MM;DD) were added
10209:
10210: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10211: .offset[type](N) were added
10212:
10213: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10214: and .pos[c](N) were added
10215:
10216: * tests/141.html: - test for math:sha1 was added
10217:
10218: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10219:
10220: 2009-05-09 misha
10221:
10222: * src/main/compile.y: - rollback
10223:
10224: 2009-05-05 misha
10225:
10226: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10227: replaced by is_empty()
10228:
10229: * src/: include/pa_string.h, main/pa_charset.C: - little
10230: optimisation: somewhere length() was replaced by is_empty()
10231:
10232: * src/classes/table.C: - little optimisation: somewhere length()
10233: was replaced by is_empty()
10234:
10235: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10236: classes/op.C, classes/table.C, main/pa_exception.C: - little
10237: optimisation: somewhere length() was replaced by is_empty()
10238:
10239: 2009-05-04 misha
10240:
10241: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10242: types/pa_vstateless_class.h, main/execute.C,
10243: include/pa_request.h, classes/hash.C, classes/op.C,
10244: classes/table.C: - more optimisations were added: some operators
10245: don't switch write context anylonger
10246:
10247: 2009-05-01 misha
10248:
10249: * src/main/compile.y: - slightly more opcode optimisations for
10250: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10251:
10252: * src/main/execute.C: - simplifying process for getters
10253:
10254: 2009-04-30 misha
10255:
10256: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10257:
10258: * tests/results/199.processed: - test for checking $result into
10259: ^rem was added
10260:
10261: * tests/199.html: - test for checking $result into ^rem was added
10262:
10263: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10264: some OS it returns list in different order)
10265:
10266: * src/: include/pa_array.h, include/pa_request.h,
10267: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10268: changes in stack impl - get_element() optimisation: 3rd param
10269: removed - bugfix: problems with reading empty input param -
10270: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10271:
10272: * tests/results/198.processed: - test for reading empty local var
10273: was added
10274:
10275: * tests/198.html: - test for reading empty local var was added
10276:
10277: 2009-04-29 misha
10278:
10279: * src/main/compile.y: - bugfix: couldn't compile because
10280: OP_VALUE__GET_ELEMENT should be unde #ifdef
10281:
10282: * src/: include/pa_array.h, include/pa_opcode.h,
10283: include/pa_request.h, main/compile.y, main/execute.C,
10284: main/pa_request.C, types/pa_vmethod_frame.C,
10285: types/pa_vmethod_frame.h: - we can work without opcode
10286: OP_STORE_PARAM, so it was removed
10287:
10288: 2009-04-28 misha
10289:
10290: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10291: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10292: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10293: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10294: 4.
10295: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10296:
10297: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10298:
10299: * src/: main/pa_string.C, classes/string.C: - !length() =>
10300: is_empty()
10301:
10302: 2009-04-27 misha
10303:
10304: * src/types/pa_vregex.h: - back explicit vars initialisation
10305:
10306: 2009-04-24 misha
10307:
10308: * src/classes/string.C: - ups. typo fixed
10309:
10310: * src/main/execute.C: - more replacements '*new VBool' to
10311: 'VBool::get' - checks for ^break[], ^continue[] and
10312: parser.interrupted were optimised
10313:
10314: * src/classes/string.C: - number of params.count() calls was
10315: slightly reduced
10316:
10317: 2009-04-23 misha
10318:
10319: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10320: make it x64 friendly
10321:
10322: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10323: parser is x64 friendly now
10324:
10325: 2009-04-22 misha
10326:
10327: * src/types/pa_vhashfile.C: - coder friendly exception about
10328: exceeding record size was added
10329:
10330: * src/classes/file.C: - use vregex object instead of direct calls
10331: methods from pcre lib
10332:
10333: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10334: classes/string.C: - use vregex object instead of direct calls
10335: methods from pcre lib
10336:
10337: * src/: include/pa_common.h, main/pa_common.C: - method
10338: print_pcre_exec_error_text was moved to class vregex
10339:
10340: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10341: was added
10342:
10343: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10344: - class vregex was added
10345:
10346: 2009-04-21 misha
10347:
10348: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10349:
10350: * src/: types/pa_junction.h, types/pa_value.C,
10351: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10352: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10353: junction-optimisation (destructors)
10354:
10355: * src/include/pa_array.h: - free under if now
10356:
10357: 2009-04-19 misha
10358:
10359: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10360:
10361: 2009-04-18 misha
10362:
10363: * src/include/pa_version.h:
10364: :q :
10365:
10366: CV:
10367: ----------------------------------------------------------------------
10368:
10369: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10370: refactoring
10371:
10372: * src/: include/pa_array.h, include/pa_hash.h,
10373: types/pa_vmethod_frame.h: - destructors under #ifdef now
10374:
10375: * src/include/pa_memory.h: - define for using destructors was added
10376:
10377: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10378: main/execute.C: - some junctions will be cached now
10379:
10380: * src/include/pa_hash.h: - hash destructor frees pairs now
10381:
10382: * src/include/pa_array.h: - inline was added to destructor
10383:
10384: * src/types/pa_method.h: - comment was changed
10385:
10386: 2009-04-17 misha
10387:
10388: * src/: include/pa_array.h, include/pa_hash.h,
10389: types/pa_vmethod_frame.h: - destructors were added
10390:
10391: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10392: renamed to always_use_result
10393:
10394: * src/main/: compile.y, compile_tools.h: - rollback changes in
10395: compiler: full backward compatibility is better
10396:
10397: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10398: result in var's hash
10399:
10400: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10401: optimisation in method_frame
10402:
10403: * src/include/pa_array.h: - optimisation in array (allocate
10404: elements only when needed)
10405:
10406: * src/types/pa_vresponse.C: - check for $response:headers field
10407: before looking at custom fields
10408:
10409: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10410: not needed to check existance var with name 'result' in var's
10411: hash
10412:
10413: * src/main/compile.y: - compiler was changed: now it detects
10414: writings to $result and set flag writo_to_result in method
10415:
10416: * src/classes/string.C: - little optimisation: no needed to write
10417: number with lang
10418:
10419: * src/main/pa_charset.C: - methods readChar and skipChar which is
10420: used for read utf8-strings were renamed - is_escaped was renamed
10421: to isEscaped (to the same name convention)
10422:
10423: * src/: types/pa_method.h, main/compile_tools.h: - flag
10424: write_to_result added. compiler get this info from code.
10425:
10426: 2009-04-16 misha
10427:
10428: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10429: String only before 1st write
10430:
10431: * src/include/pa_string.h: - not needed template removed
10432:
10433: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10434: types/pa_vjunction.C, types/pa_vproperty.C,
10435: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10436: main/pa_request.C, classes/bool.C, classes/double.C,
10437: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10438: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10439: bool objects)
10440:
10441: 2009-04-15 misha
10442:
10443: * src/lib/cord/cordxtra.c: - more optimisation
10444:
10445: * src/: include/pa_string.h, main/untaint.C: - String::append
10446: optimisation
10447:
10448: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10449: then get and can sometime be used)
10450:
10451: * src/main/pa_string.C: - String::length optimisation
10452:
10453: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10454: these methods read different strings
10455:
10456: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10457: fresult_initial_void removed + some optimisation - if $result
10458: defined we don't write to context anymore
10459:
10460: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10461: need just skip char)
10462:
10463: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10464: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10465: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10466:
10467: * src/types/pa_vvoid.h: - added get() method for retreave one
10468: instance
10469:
10470: 2009-04-11 misha
10471:
10472: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10473:
10474: * tests/197.html: - test for parser://test in xml was added
10475:
10476: * src/classes/string.C: - small optimisation
10477:
10478: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10479: optimisation
10480:
10481: 2009-04-10 misha
10482:
10483: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10484: to pcre-7.8
10485:
10486: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10487:
10488: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10489: added
10490:
10491: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10492: $request:CLASS_NAME were added
10493:
10494: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10495: were added
10496:
10497: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10498: $env:CLASS_NAME were added
10499:
10500: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10501: '@todo' now
10502:
10503: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10504: compirer
10505:
10506: * src/main/pa_string.C: - little code cleanup
10507:
10508: * src/main/pa_common.C: - describe one more UTF-8 related error
10509: during PCRE compile/execute
10510:
10511: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10512: normalizing todo-comments: '@todo' now
10513:
10514: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10515:
10516: * src/main/pa_charset.C: - type changed for making compiler happy
10517:
10518: 2009-03-10 misha
10519:
10520: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10521: in main()
10522:
10523: 2009-02-01 misha
10524:
10525: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10526: boundary
10527:
10528: 2009-01-25 misha
10529:
10530: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10531:
10532: * src/classes/file.C: - more changes for parsing different number
10533: of params for file::load
10534:
10535: * tests/193.html: - tests for exception while base64-decode binary
10536: to string was added
10537:
10538: * tests/192.html: - tests for file::load with different number of
10539: options
10540:
10541: * src/classes/math.C: - ups. forgot '+1'
10542:
10543: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10544: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10545: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10546: (new option $.encode[multipart-form/data] should be specified) -
10547: $.method[] option for file::load now is not case-sensitive
10548:
10549: * src/: include/pa_string.h, main/untaint.C: - for file post the
10550: new taint language L_FILE_POST was added
10551:
10552: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10553: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10554: stuff was moved to separate files
10555:
10556: 2009-01-23 misha
10557:
10558: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10559: spaces to tabs were converted
10560:
10561: 2009-01-12 misha
10562:
10563: * src/main/pa_http.C: - value of $.method[] option force uppercased
10564: now
10565:
10566: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10567: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10568: their names
10569:
10570: * src/main/pa_common.C: - changes in formating
10571:
10572: * src/: classes/file.C, main/pa_http.C: - some constants changed
10573: their names
10574:
10575: * src/include/pa_http.h: - some spaces were converted to tabs
10576:
10577: * src/include/pa_common.h: - some constants changed their names
10578:
10579: * src/classes/file.C: - fixed 4-th paramether for file::load -
10580: little code rewriting
10581:
10582: * src/types/pa_vfile.C: - little code rewriting
10583:
10584: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10585: types/pa_value.h: - some formating changes
10586:
10587: * src/include/pa_common.h: - some formating spaces transformed to
10588: tabs
10589:
10590: * src/classes/string.C: - exception while base64-decode binary to a
10591: string
10592:
10593: 2009-01-11 misha
10594:
10595: * configure.in: - version changed to 3.3.1b
10596:
10597: 2008-09-05 misha
10598:
10599: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10600: release_3_3_0 on 2008-09-05 10:59:35 +0000
10601:
10602: 2008-09-04 misha
10603:
10604: * tests/: 130.html, 131.html: - these exceptions not typeless
10605: anymore
10606:
10607: * src/classes/op.C: - exception with 'invalid taint language' not
10608: typeless anylonger
10609:
10610: * src/classes/image.C: - some exceptions while operations with
10611: image not typeless anymore
10612:
10613: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10614: main/pa_exec.C, main/pa_http.C: - some exceptions while
10615: operations with files not typeless anymore
10616:
10617: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10618: types/pa_vdate.h: - exceptions while checking date range not
10619: typeless anymore
10620:
10621: * src/include/pa_exception.h: - exception type string for invalid
10622: date range was added
10623:
10624: 2008-09-03 misha
10625:
10626: * src/: classes/file.C, main/pa_string.C: - exception while pce
10627: operations not typeless anymore
10628:
10629: * src/include/pa_exception.h: - exception type for pce operations
10630: was added
10631:
10632: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10633: and .CLASS_NAME insite classes
10634:
10635: * src/classes/table.C: - don't save table header whiile
10636: ^table.save[append;filename] if file exists
10637:
10638: 2008-09-02 misha
10639:
10640: * src/main/compile.y, src/main/compile_tools.h,
10641: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10642: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10643: renamed to partial and it login changed: we must mark class as
10644: partial for allow their modifications in future.
10645:
10646: 2008-08-29 misha
10647:
10648: * tests/results/022.processed: - testing taint[regex] in mask for
10649: file:list
10650:
10651: * tests/022.html: - testing taint[regex] in mask for file:list
10652:
10653: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10654: for file:list was added
10655:
10656: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10657: file:list
10658:
10659: 2008-08-26 misha
10660:
10661: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10662: last derived object
10663:
10664: * src/classes/image.C: - many strings "image.format" replaced by
10665: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10666: understand some more exif tags
10667:
10668: * src/include/pa_exception.h: - string "image.format" was added
10669:
10670: 2008-08-21 misha
10671:
10672: * src/: main/pa_string.C, classes/file.C: - use method for print
10673: pcre_exec text error
10674:
10675: * src/main/pa_common.C: - method for print pcre_exec text error was
10676: added
10677:
10678: * src/include/pa_common.h: - method declaration for print pcre_exec
10679: text error was added
10680:
10681: 2008-08-19 misha
10682:
10683: * src/main/execute.C: - bugfix: opcodes must be in separate
10684: namespace while debug execution as well
10685:
10686: * tests/: 015.html, results/015.processed: - test for escaping some
10687: parser chars was added
10688:
10689: 2008-08-18 misha
10690:
10691: * tests/: 190.html, 190.p, results/190.processed: - test for
10692: $caller.self.field + default getter in one class was added
10693:
10694: * tests/: 189.html, results/189.processed: - test for
10695: ^date::create[date object]
10696:
10697: * tests/: 188.html, results/188.processed: - tests for match with
10698: UTF-8 strings
10699:
10700: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10701: ^string.match[]
10702:
10703: * ChangeLog: - parser 3.3.0 beta13
10704:
10705: 2008-08-15 misha
10706:
1.116 moko 10707: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10708: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10709: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10710: dftables.c: - old PCRE files removed
1.95 moko 10711:
10712: * src/lib/pcre/config.h: - configuration for PCRE library
10713:
10714: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10715: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10716:
10717: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10718: library and set flag UTF8 if $request:charset is UTF-8
10719:
10720: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10721: include/pa_config_fixed.h: - moved to new PCRE library
10722:
10723: * src/: main/main.vcproj, types/types.vcproj,
10724: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10725: win32\pcre instead of parser3\src\lib\pcre
10726:
10727: * src/: include/pa_opcode.h, include/pa_operation.h,
10728: main/compile.C, main/compile.y, main/compile_tools.C,
10729: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10730: opcodes were moved to separate namespace
10731:
10732: 2008-08-14 misha
10733:
10734: * src/types/pa_vstateless_class.C: - newline at the end missed
10735:
10736: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10737: tainting
10738:
10739: 2008-08-11 misha
10740:
10741: * tests/: 187.html, 187.p, results/187.processed: - tests for
10742: $caller.self, $caller.self.field and $caller.self.field[value]
10743: were added
10744:
10745: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10746: runtime as well (for $caller.self)
10747:
10748: 2008-07-25 misha
10749:
10750: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10751: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10752: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10753: tests with international characters
10754:
10755: 2008-07-23 misha
10756:
10757: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10758: file::load[...;http://
10759:
10760: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10761: now everywhere in separate namespace
10762:
10763: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10764: for vars
10765:
10766: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10767: can be escaped by '^'
10768:
10769: 2008-07-22 misha
10770:
10771: * src/classes/string.C, tests/186.html: - names changes:
10772: escape=>js-escape, unescape=>js-unescape
10773:
10774: 2008-07-21 misha
10775:
10776: * tests/results/186.processed: - test for string escape/unescape
10777:
10778: * tests/186.html: - test for string escape/unescape
10779:
10780: * src/classes/string.C: - string has escape and unescape methods
10781: now
10782:
10783: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10784: added
10785:
10786: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10787: method-layers added (with different params)
10788:
10789: 2008-07-18 misha
10790:
10791: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10792: was added
10793:
10794: * tests/185.html: - test for ^str.pos[sub](offset) added
10795:
1.211 moko 10796: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10797: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10798: accepted now
1.95 moko 10799:
10800: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10801: strings
10802:
10803: 2008-07-17 misha
10804:
10805: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10806: helper length added for mid for small optimisation
10807:
10808: 2008-07-16 misha
10809:
10810: * tests/: 185.html, results/185.processed: - tests for
10811: length/left/right/mid/pos with utf-8 strings
10812:
10813: * src/classes/string.C: - left/right/mid/length/pos works fine for
10814: utf-8 strings
10815:
10816: * src/main/untaint.C: - comments removed
10817:
10818: * src/: include/pa_string.h, main/pa_string.C,
10819: include/pa_charset.h, main/pa_charset.C: - methods for working
10820: with pos/mid for strings in utf-8 were added
10821:
10822: 2008-07-15 misha
10823:
10824: * tests/: 184.html, results/184.processed: - test for case body as
10825: expression: $var(^switch(1){^case(1)(true)..})
10826:
10827: * src/classes/op.C: - case body can be expression now:
10828: $var(^switch(1){^case(1)(true)..})
10829:
10830: * tests/: results/183.processed, 183.html: - added test for testing
10831: new cookie encoding (%uXXXX)
10832:
10833: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10834: decoding for backward compatibility they decoded from %XX in
10835: request:charset too
10836:
10837: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10838: - cookie class now decode cookies before first access after last
10839: request:charset changing (as form class).
10840:
10841: * src/main/pa_charset.C: - added method escape for escaping cookies
10842: as %uXXXX - before transcode calculate required space for dest
10843: string. it reduce mem usage for transcode
10844:
10845: * src/include/pa_charset.h: - added method escape for escaping
10846: cookies as %uXXXX
10847:
10848: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10849: was added. will used for escaping cookies as %uXXXX
10850:
10851: * src/include/pa_common.h: - escape method has new option for skip
10852: converting '+' to a space char
10853:
10854: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10855: transcode - escape method has new option for skip converting '+'
10856: to a space char
10857:
10858: 2008-07-08 misha
10859:
10860: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10861: (no UE if more then 1 case matches anylonger) - optimization:
10862: doing searching.as_string() || searching.as_double() only once
10863:
10864: 2008-07-04 misha
10865:
10866: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10867: now ^date::create[date object] works
10868:
10869: * src/classes/string.C: - left and right added as aliases for start
10870: and end in ^string.trim[]
10871:
10872: 2008-07-03 misha
10873:
10874: * src/classes/file.C: - allow $.limit for file::sql as well
10875:
10876: * src/classes/file.C: - allow $.offset option for file::sql - force
10877: send limit=1 to query for use sql specifics authomatically
10878:
10879: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10880: if $.limit value if empty. autoconvert it as everywere
10881:
10882: 2008-07-02 misha
10883:
10884: * configure.in: - time to change version number to 3.3.0 %-)
10885:
10886: * src/include/pa_version.h: - time to change version number to
10887: 3.3.0 %-)
10888:
10889: 2008-06-26 misha
10890:
10891: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10892: $.limit(0) fixes
10893:
10894: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10895: - $.limit(0) fixes
10896:
10897: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10898: new API)
10899:
10900: * src/: include/pa_sql_driver_manager.h,
10901: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10902: classes/op.C: - document_root added
10903:
10904: * src/main/compile.tab.C: - error message was changed
10905:
10906: 2008-06-25 misha
10907:
10908: * src/main/compile.y: - error message was changed
10909:
10910: 2008-06-24 misha
10911:
10912: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10913:
10914: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10915: tests for @OPTIONS\nappend
10916:
10917: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10918:
10919: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10920:
10921: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10922:
10923: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10924: compile.y
10925:
10926: 2008-06-17 misha
10927:
10928: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10929: compilation: ^if(default){true. it's incorrect. must be
10930: exception}
10931:
10932: 2008-06-16 misha
10933:
10934: * tests/: 181.ent, 181.html, results/181.processed: - test for
10935: checking external reference loading with 'http://localhost'
10936: prefix while creating xdoc
10937:
10938: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10939: ^math:long2ip[] and ^math:ip2long[]
10940:
10941: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10942: added which use scalar stateless class method when user object
10943: used in scalar context - use get_scalar_value when user object
10944: requested in scalar context
10945:
10946: * src/main/pa_common.C: - size must be int but not size_t or we
10947: can't compare with 0 sprintf result
10948:
10949: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10950: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10951: with internal switch between local/global vars
10952:
10953: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10954: specified
10955:
10956: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10957: pa_vstateless_object.h: - stateless class and object now has
10958: private scalar field and getter/setter for working with it
10959:
10960: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10961: moved to inet static class
10962:
10963: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10964: class added (^inet:aton[IP], ^inet:ntoa(number))
10965:
10966: * tests/: 180.html, results/180.processed: - tests for
10967: ^math:long2ip(long) and ^math:ip2long[IP]
10968:
10969: * src/classes/math.C: - ^math:ip2long[IP] added
10970:
10971: 2008-06-11 misha
10972:
10973: * src/main/pa_xml_io.C: - use file_read_text again because of we
10974: need cut BOM code and remove DOS newline chars. but don't
10975: transcode it anyway.
10976:
10977: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10978: main/pa_http.C: - option for disable transcoding while file_read
10979: and file_read_text added
10980:
10981: 2008-06-10 misha
10982:
10983: * tests/: 179.html, 179.p, results/179.processed: - test for many
10984: classes in 1 file
10985:
10986: * src/main/: compile.C, compile_tools.h: - compile return list of
10987: classes now.
10988:
10989: * src/main/: compile.y, compile.tab.C: - compile return list of
10990: classes now. internals.
10991:
10992: * src/main/pa_request.C: - compile return list of classes now. try
10993: call @conf and @auto for each returned class
10994:
10995: * src/include/pa_request.h: - compile return list of classes now
10996:
10997: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10998: return list of classes when compile buf)
10999:
11000: 2008-06-07 misha
11001:
11002: * src/main/pa_request.C: - constructing VRequest object with 3rd
11003: param -- form
11004:
11005: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11006: 3rd param: form. needed for get post_charset
11007:
11008: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11009: added
11010:
11011: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11012: types/pa_vform.C, types/pa_vform.h: - some polish
11013:
11014: 2008-06-06 misha
11015:
11016: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11017: charset and decode chars from it but not from response:charset
11018:
11019: * src/main/pa_http.C: - detect_charset moved out of here
11020:
11021: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11022: methods moved here - unescape_chars accepn one charset now
11023:
11024: * src/main/pa_http.C: - new constants used - don't allow
11025: $.content-type in ^file::load[;http://;$.method[POST]] - add
11026: charset info while ^file::load[;http://;$.method[POST]] - option
11027: $.omit-post-charset(true) added to ^file::load[;http://] for
11028: disabling charset during post
11029:
11030: * src/types/pa_vform.C: - new constants used
11031:
11032: * src/include/pa_common.h: - some constants were added
11033:
11034: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11035: instead of StrEqNc
11036:
11037: * src/main/pa_common.C: - new method for caseless search
11038: c-substring in c-string - use isxdigit instead of is_hex_digit
11039:
11040: * src/include/pa_common.h: - new method for caseless search
11041: c-substring in c-string
11042:
11043: 2008-06-05 misha
11044:
11045: * tests/results/178.processed: - test for testing default getter
11046:
11047: * tests/178.html: - test for testing default getter
11048:
11049: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11050: for test for testing default getter
11051:
11052: * src/main/execute.C: - default getter soul
11053:
11054: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11055: requested objects' field not found
11056:
11057: * src/types/pa_vclass.C: - register default getter if defined - get
11058: default getter if requested field not found
11059:
11060: * src/types/pa_vstateless_object.h: - method get_default_getter was
11061: added
11062:
11063: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11064: pointer to default getter and methods for get/set it were added
11065:
11066: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11067: auto_name field (for default getter)
11068:
11069: 2008-06-04 misha
11070:
11071: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11072: transcoding, no cutting BOM code, no fixing line breaks) and get
11073: it to libxml "as is"
11074:
11075: 2008-06-03 misha
11076:
11077: * src/main/pa_common.C: - use store_Char instead of
11078: transcodeCharFromUTF8
11079:
11080: * src/: include/pa_charset.h, main/pa_charset.C: - method
11081: store_Char added, transcodeCharFromUTF8 -- removed
11082:
11083: 2008-06-02 misha
11084:
11085: * tests/: results/177.processed, 177.html: - test for checking
11086: .[acm]date after local ^file::load[] was added
11087:
11088: * tests/: results/176.processed, 176.html: - test for checking
11089: @OPTION\locals + @method[vars][locals] added
11090:
11091: * tests/results/auto.p: - CLASS_PATH specified for checking use
11092:
11093: 2008-05-30 misha
11094:
11095: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11096: @OPTION\nlocals + @method[vars][;locals;] were added
11097:
11098: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11099: moved to separate method op_code - switch from VMethodFrame to
11100: VMethodFrameGlobal + VMethodFrameLocal
11101:
11102: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11103: was moved to separate method op_code
11104:
11105: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11106: VMethodFrame now
11107:
11108: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11109: all_vars_local as well
11110:
11111: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11112: pa_vmethod_frame_local.h, Makefile.am: - who children for
11113: VMethodFrame were added: one (global) works as VMethodFrame
11114: before and second (local) write all vars in self vars scope
11115:
11116: * src/types/pa_method.h: - method has bool flag all_vars_local now
11117:
11118: 2008-05-29 misha
11119:
11120: * tests/: 129.html, results/129.processed: - more tests for
11121: ^table.hash[]
11122:
11123: * src/classes/hash.C: - ^hash::sql has a new option:
11124: $.type[hash|string|table] as ^table.hash[] one.
11125:
11126: * src/classes/op.C: - ^try has 3rd param now: finally code which
11127: executed anyway after try or catch section
11128:
11129: 2008-05-27 misha
11130:
11131: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11132: must not fail if $.distinct(1) wasn't specified
11133:
11134: 2008-05-26 misha
11135:
11136: * src/classes/op.C: - allow ^throw[my type]
11137:
11138: 2008-05-22 misha
11139:
11140: * configure.in, configure: - version number updated to 3.2.4b
11141:
11142: * src/classes/: op.C, string.C: - trim format string before
11143: eval/format
11144:
11145: * tests/: results/175.processed, 175.html: - more tests for
11146: different format strings in .format[]
11147:
11148: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11149: as well (not only %XX)
11150:
11151: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11152: charset specified - checks for format before print number
11153: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11154: (instead of tabs) removed
11155:
11156: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11157: charset specified
11158:
11159: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11160: char in requested charset from utf code was added
11161:
11162: 2008-05-19 misha
11163:
11164: * tests/: 174.html, results/174.processed: - test for
11165: ^hashfile.cleanup[] added
11166:
11167: * src/classes/hashfile.C: - optimization: don't create any key or
11168: value variable if it's name weren't specified
11169: (^hf.foreach[;v]{...})
11170:
11171: 2008-05-16 misha
11172:
11173: * src/classes/hash.C: - optimization: don't create any key variable
11174: if variable name wasn't specified (^h.foreach[;v]{...})
11175:
11176: 2008-05-15 misha
11177:
11178: * src/classes/op.C: - small changes
11179:
11180: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11181:
11182: * src/classes/hash.C: - calculate var_context once before foreach
11183:
11184: 2008-05-14 misha
11185:
11186: * src/classes/hashfile.C: - incorrect vars context calculation for
11187: ^hashfile.foreach[;]{} fixed
11188:
11189: * src/classes/: hash.C, table.C: - little optimisation
11190:
11191: * src/classes/file.C: - bugfix: double absolute path while loading
11192: file
11193:
11194: * tests/: 174.html, results/174.processed: - tests for hashfile
11195: were added
11196:
11197: * buildall-with-xml: - moving to libxslt 1.1.24
11198:
11199: 2008-04-30 misha
11200:
11201: * src/classes/file.C: - stat file while loading (local only) so
11202: .adate, .mdate and .cdate available without additional ::stat
11203:
11204: 2008-04-28 misha
11205:
11206: * src/classes/file.C: - $.name and $.content-type available for
11207: stated file
11208:
11209: 2008-04-14 misha
11210:
11211: * src/targets/cgi/parser3.C: - new year in copyright %-)
11212:
11213: * src/include/pa_version.h: - new version number in head
11214:
11215: 2008-04-10 misha
11216:
11217: * tests/: 080.html, results/080.processed: - cut '0' from
11218: exponential part because of on diff OS it differ (20 or 020 for
11219: ex)
11220:
11221: * tests/: 119.html, results/119.processed: - check for encoding
11222: while creating xdoc
11223:
11224: 2008-04-09 misha
11225:
11226: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11227:
11228: * src/main/pa_common.C: - comment added
11229:
11230: * src/classes/date.C: - little refactoring
11231:
11232: 2008-04-07 misha
11233:
11234: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11235: style of ^table.save[]: prepare one big string and sabe it at
11236: once. it's safe on freebsd 4.x but use much more memory.
11237:
11238: * buildall-with-xml, buildall-without-xml: - option
11239: --disable-stringstream added (under comment. use it on freebsd
11240: 4.x)
11241:
11242: 2008-02-22 misha
11243:
11244: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11245: specified together in file::load[;http] - get back transcoding
11246: $.body[] in file::load[;http]
11247:
11248: 2008-02-21 misha
11249:
11250: * src/classes/date.C: - ^date.gmt-string[] was added
11251:
11252: * src/types/pa_value.C: - method for output date in RFC 822 format
11253: moved to pa_common.h
11254:
11255: * src/include/pa_common.h: - method for output date in RFC 822
11256: format moved here from pa_value.C
11257:
11258: * src/types/pa_vmail.C: - fixed core in sending mail with
11259: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11260:
11261: 2008-02-20 misha
11262:
11263: * src/main/pa_http.C: - transcode $.headers before escaping into
11264: specified charset while ^file::load[...;http://...] (L_URI
11265: instead of L_HTTP_HEADER) - $.cookies param available in
11266: ^file::load[;http://...] now (but we don't parse set-cookies from
11267: response yet) (cookies not transcoded as common $cookies)
11268:
11269: 2008-02-19 misha
11270:
11271: * src/main/pa_request.C: - rollback: we mustn't force taint
11272: $response:field values because in this case
11273: $response:locateion[http://...] don't works.
11274:
11275: 2008-02-15 misha
11276:
11277: * src/classes/op.C: - little refactoring
11278:
11279: * src/main/pa_http.C: - taint names of $.headers for load[;http
11280:
11281: * src/main/pa_request.C: - force taint values of $response:field
11282:
11283: 2008-02-14 misha
11284:
11285: * src/main/pa_request.C: - $response:field transcoded to
11286: $response:charset before escaping now
11287:
11288: * src/main/pa_http.C: - some outdated comments removed
11289:
11290: * src/classes/date.C: - lastdat -> last-day
11291:
11292: * src/classes/date.C: - ^date:lastday(year;month) and
11293: ^date.lastday[] were added - little code refactoring - comments
11294: changes
11295:
11296: * tests/: 159.html, results/159.processed: - test for number of
11297: days in February
11298:
11299: * src/types/pa_value.C: - fixes in code formatting
11300:
11301: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11302: and comments
11303:
11304: 2008-02-13 misha
11305:
11306: * src/main/pa_common.C: - bugfix for february at leap year
11307:
11308: 2008-01-28 misha
11309:
11310: * tests/: 160.html, results/160.processed: - more test for cache
11311: added
11312:
11313: * src/classes/op.C: - bugfix: cache body executed twice if contains
11314: unhandled exception
11315:
11316: 2008-01-25 misha
11317:
11318: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11319: bug when hashfile became inavailable after memory:compact)
11320:
11321: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11322:
11323: 2008-01-22 misha
11324:
11325: * src/classes/table.C: - little refactiring and exception texts
11326: changes in method ^table.hash[]
11327:
11328: * src/types/pa_vcookie.C: - link to cookie specification changed
11329:
11330: 2008-01-21 misha
11331:
11332: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11333: file::exec/cgi
11334:
11335: * src/classes/file.C: - bugfix: core while processing headers if
11336: executed cgi script don't return content
11337:
11338: 2008-01-18 misha
11339:
11340: * buildall-with-xml: - move to libxml2 version 2.6.31
11341:
11342: * src/include/pa_version.h, configure.in: - version number updated
11343: to '3.2.3b'
11344:
11345: 2007-12-28 misha
11346:
11347: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11348: hash.contains
11349:
11350: 2007-12-27 misha
11351:
11352: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11353: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11354: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11355: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11356: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11357: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11358: src/targets/cgi/parser3.vcproj,
11359: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11360: back to VS2003 because of Apache 1.3 module can't work if it was
11361: built in VS 2005. with cgi all file so VS2003 project files can
11362: be easy converted to the new format.
11363:
11364: 2007-12-04 misha
11365:
11366: * src/types/pa_vcode_frame.h: - changes in comment
11367:
11368: 2007-11-29 misha
11369:
11370: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11371: intercept strings any longer
11372:
11373: * tests/: 173.html, results/173.processed: - tests for
11374: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11375: but not in main code frame
11376:
11377: * tests/: 172.html, results/172.processed: - more tests for pass
11378: objects from code frames
11379:
11380: 2007-11-27 misha
11381:
11382: * tests/: 152.html, results/152.processed: - tests for converting
11383: strings 'true'/'false' to bool were added
11384:
11385: * tests/152.html: - added checks for converting strings
11386: 'true'/'false' to bool
11387:
11388: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11389: not only strings with numbers but with values 'true'/'false' as
11390: well
11391:
11392: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11393: for parser3.log increased
11394:
11395: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11396:
11397: * src/include/pa_common.h: - remove_crlf return cstring size now
11398:
11399: * src/include/pa_types.h: - constant with buffer size for
11400: parser3.log added
11401:
11402: 2007-11-16 misha
11403:
11404: * tests/cat.sh: - script for tests for file::exec/cgi
11405:
11406: * tests/171.html: - tests for file::exec/cgi
11407:
11408: * tests/results/171.processed: - tests results for file::exec/cgi
11409:
11410: 2007-11-15 misha
11411:
11412: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11413:
11414: * src/classes/file.C: - .body must be set before analyzing cgi
11415: headers
11416:
11417: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11418: only if exec/cgi return anything.
11419:
11420: 2007-11-14 misha
11421:
1.211 moko 11422: * operators.ru.txt, operators.txt: - info about new text|binary
11423: option for file::exec/cgi was added
1.95 moko 11424:
11425: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11426: ^file:exec[[text|binary];script;...]
11427:
11428: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11429: classes/string.C, classes/table.C: - more text strings moved to
11430: the one place
11431:
11432: 2007-11-09 misha
11433:
11434: * src/types/pa_vrequest.C: - $request:argv must be taint
11435:
11436: * ChangeLog: - $request:argv [patch from Sumo]
11437:
1.211 moko 11438: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11439:
11440: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11441: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11442:
11443: 2007-10-25 misha
11444:
11445: * buildall-with-xml, buildall-without-xml: - options preparations
11446: for ./configure rewrited
11447:
11448: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11449: error occure in unhandled_exception finally fixed
11450:
11451: 2007-10-23 misha
11452:
11453: * tests/: 170.html, results/170.processed: - test for
11454: @method[][result]
11455:
1.211 moko 11456: * operators.ru.txt, operators.txt: - added info about node.prefix
11457: and node.namespaceURI
1.95 moko 11458:
11459: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11460:
11461: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11462: added for node and attribute
11463:
11464: 2007-10-22 misha
11465:
11466: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11467:
11468: * src/main/pa_request.C: - added const content-transfer-encoding
11469:
11470: * src/include/pa_request.h: - added const content-transfer-encoding
11471: - ups. constants must be in lowercase (for search)
11472:
11473: * src/types/pa_vmail.C: - more constants used -
11474: content-transfer-encoding: 8bit added
11475:
11476: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11477:
11478: * src/include/pa_request.h: - more constants
11479:
11480: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11481: ommit anymore if $.content-disposition was specified - little
11482: refactoring
11483:
11484: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11485:
11486: 2007-10-17 misha
11487:
1.211 moko 11488: * operators.ru.txt, operators.txt: - info about
1.95 moko 11489: table::create[nameless]{data}[>options<] was added
11490:
11491: * src/main/: compile.tab.C, compile.y: - if error occure while
11492: compile method don't put this method in methods table anymore.
11493: in other case the parser coredumped if @unhandled_exception
11494: method can't be compiled because of parser.compile error.
11495:
11496: * src/main/execute.C: - little code reformating
11497:
11498: * src/main/pa_request.C: - little code reformating - comment
11499: changed
11500:
11501: 2007-10-16 misha
11502:
11503: * tests/: 035.html, results/035.processed: - tests
11504: table::create[]{}[options] added
11505:
11506: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11507: options (only $.seperator[] yet)
11508:
11509: 2007-10-10 misha
11510:
11511: * src/classes/table.C: - some contstants moved to pa_common.h -
11512: some code changes
11513:
11514: 2007-10-02 misha
11515:
11516: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11517: then three time as much. but base64 encoding method still use
11518: less memory anyway.
11519:
11520: 2007-09-17 misha
11521:
1.211 moko 11522: * operators.ru.txt, operators.txt: - added info about
11523: $cookie:fields
1.95 moko 11524:
11525: * src/types/pa_vcookie.C: - $cookie:fields available now
11526:
11527: * src/classes/hash.C: - some stuff for use with .for_each moved to
11528: common
11529:
11530: * src/include/pa_common.h: - some stuff for use with .for_each
11531: moved here
11532:
11533: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11534:
11535: 2007-09-14 misha
11536:
11537: * buildall-with-xml: - new xml libs again =)
11538:
11539: 2007-08-28 misha
11540:
1.211 moko 11541: * operators.ru.txt, operators.txt: - texts about
11542: ^table.columns[[column name]] and ^string.split[...][v][column
11543: name] were added
1.95 moko 11544:
11545: * tests/: 168.html, 169.html, results/168.processed,
11546: results/169.processed: - tests for ^table.columns[[column name]]
11547: and ^string.split[...][v][column name] were added
11548:
11549: * src/classes/table.C: - new option ^table.columns[[column name]]
11550: was added
11551:
11552: * src/classes/string.C: - new option ^string.split[...;v;[column
11553: name]]
11554:
11555: * src/include/pa_exception.h: - error text message for
11556: ^hash._keys[], ^table.columns[] and ^string.split[]
11557:
11558: 2007-08-27 misha
11559:
11560: * src/main/untaint.C: - try to fix coredump on unix if print to
11561: body ^taint[sql][something] outside of connect
11562:
11563: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11564: outside of connect
11565:
11566: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11567: added (commented by default)
11568:
11569: 2007-08-20 misha
11570:
1.211 moko 11571: * operators.ru.txt, operators.txt: - comment about new method
11572: ^node.hasAttributes[] was added
1.95 moko 11573:
11574: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11575: duplicated exception text strings were removed
11576:
11577: * src/include/pa_exception.h: - more exception text strings moved
11578: here
11579:
11580: * src/classes/table.C: - some duplicate exceptions' text strings
11581: removed
11582:
11583: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11584: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11585: removed
11586:
11587: * src/include/pa_exception.h: - some exception text strings movet
11588: to pa_exception
11589:
11590: * tests/: 149.html, results/149.processed: - test for
11591: ^xnode.hasAttributes[] was added - some code changes
11592:
11593: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11594: added
11595:
11596: 2007-08-17 misha
11597:
11598: * tests/: results/006.processed, results/059.processed, 006.html,
11599: 059.html: - more tests for match
11600:
11601: * tests/: 129.html, results/129.processed: - tests for
11602: ^table.hash[...][$.type[string|hash|table]] added
11603:
11604: * src/targets/cgi/parser3.C: - little syntax changes
11605:
11606: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11607: syntax changes
11608:
1.211 moko 11609: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11610: annoying 'SIGPIPE' messages in parser3.log switched off by
11611: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11612:
11613: 2007-08-08 misha
11614:
11615: * buildall-with-xml, buildall-without-xml: - remove libs source
11616: files by default since now
11617:
11618: 2007-08-07 misha
11619:
11620: * buildall-without-xml: - some option syntax changes
11621:
11622: * buildall-with-xml: - compile libxml2 without http support - some
11623: option syntax changes
11624:
11625: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11626:
11627: 2007-08-06 misha
11628:
11629: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11630:
11631: * tests/: 160.html, results/160.processed: - cache test was
11632: rewrited
11633:
11634: 2007-07-06 misha
11635:
11636: * tests/: 153.html, results/153.processed: - added test for
11637: ^math:sha1[string]
11638:
11639: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11640: transcoded
11641:
11642: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11643: were added
11644:
11645: 2007-06-28 misha
11646:
11647: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11648: some incorrect chars
11649:
11650: 2007-06-19 misha
11651:
11652: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11653: were moved on top because of gcc 4 had a problems during
11654: building.
11655:
11656: 2007-06-18 misha
11657:
11658: * tests/results/019.processed: - new image commited
11659:
11660: 2007-06-09 misha
11661:
11662: * src/classes/: op.C, table.C: - in while and table.select method
11663: as_expression used now
11664:
11665: * src/types/pa_vmethod_frame.h: - method as_expression was added
11666:
11667: 2007-06-08 misha
11668:
11669: * tests/: 166.html, results/166.processed: - test for
11670: ^match[...][n]
11671:
11672: * tests/: 165.html, results/165.processed: - tests for loops
11673:
11674: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11675: because of no speed/memory optimisation but some proglems with
11676: long cycles occure
11677:
11678: 2007-06-06 misha
11679:
11680: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11681: ^table.select(true) and ^table.select(1) didn't works because of
11682: awaiting junction-param only. fixed.
11683:
11684: 2007-05-24 misha
11685:
11686: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11687: with 0.5 secs interval
11688:
11689: * src/classes/op.C: - cache was rewrited. I hope it works with
11690: locking system now on unix
11691:
11692: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11693: system locks which wait till other threads release it but try get
11694: lock, if fail wait 1 sec and make 10 attempts.
11695:
11696: * src/include/pa_os.h: - consts for blocking locks + some comments
11697: were added
11698:
11699: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11700: opening files
11701:
11702: * src/classes/table.C: - changes in includes. if unclude <sstream>
11703: after our classes on unix it can't be build
11704:
11705: * src/types/pa_vhashfile.C: - not needed code removed
11706:
11707: 2007-05-23 misha
11708:
11709: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11710: include/pa_common.h: - cosmetic changes
11711:
11712: 2007-05-18 misha
11713:
11714: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11715: often. it's give some speed increasing
11716:
11717: * tests/results/160.processed: - returned time corrected
11718:
11719: * tests/160.html: - time increased because on unix 1 mean nothing
11720: :(
11721:
1.211 moko 11722: * operators.ru.txt, operators.txt: - added info about
11723: ^hash.contain[key]
1.95 moko 11724:
11725: * src/classes/hash.C: - added ^hash.contain[key]
11726:
11727: * src/include/pa_hash.h: - added method for checking key exists in
11728: hash
11729:
11730: 2007-05-07 misha
11731:
11732: * src/include/pa_string.h: - was compilation error during build on
11733: freebsd4
11734:
11735: 2007-05-03 misha
11736:
11737: * src/classes/table.C: - option $.type[hash|string|table] was added
11738: for ^table.hash[]
11739:
11740: * src/classes/file.C: - comment removed
11741:
11742: 2007-04-26 misha
11743:
11744: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11745: real files doesn't opened in place anymore
11746:
11747: 2007-04-24 misha
11748:
11749: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11750:
11751: * src/include/pa_exception.h: "static" removed
11752:
11753: 2007-04-23 misha
11754:
11755: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11756:
11757: * src/classes/math.C: added: - ^math:ln(N) (the same as
11758: ^math:log(N)) - ^math:lg(N)
11759:
11760: * tests/: 097.html, results/097.processed: - charsets converstion
11761: during ^file::load[text;http://...] added
11762:
11763: * tests/: 164.html, results/164.processed: - check for set expires
11764: as a date
11765:
11766: * tests/: 164.html, results/164.processed: - test for hashfile
11767:
11768: * src/classes/hashfile.C: - little comment changes
11769:
11770: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11771: access
11772:
11773: * src/: classes/date.C, classes/double.C, classes/file.C,
11774: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11775: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11776: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11777: classes/xnode.h, include/pa_request.h, main/execute.C,
11778: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11779: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11780: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11781: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11782: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11783: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11784: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11785: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11786: "parser.runtime" strings were removed
11787:
11788: * src/classes/hashfile.C: - with .clear[] called files_delete()
11789: now.
11790:
11791: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11792:
11793: * src/include/pa_exception.h: - string constant with
11794: "parser.runtime" text was added
11795:
11796: 2007-04-20 misha
11797:
1.211 moko 11798: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11799:
1.211 moko 11800: * operators.ru.txt, operators.txt: - added info about
11801: .^hashfile.release[], ^hashfile.clenaup[] and new
11802: ^string.match[][>N-option<]
1.95 moko 11803:
11804: * configure: =cheching for unsetenv
11805:
11806: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11807: ^hashfile.release[] were added
11808:
11809: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11810: ^string.match[][] understand new option now: return number of
11811: matches but not table wit results
11812:
11813: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11814: reopen now
11815:
11816: * src/classes/op.C: - bug. must be false
11817:
11818: * configure.in: - checking for unsetenv was added
11819:
11820: * src/types/pa_vform.C: - some comments
11821:
11822: 2007-04-18 misha
11823:
11824: * buildall-with-xml: moving to libxml2-2.6.28
11825:
11826: * buildall-with-xml, buildall-without-xml: added commented lines
11827: with --disable-safe-mode option
11828:
1.211 moko 11829: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11830:
11831: 2007-04-17 misha
11832:
11833: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11834: $form:files was added
11835:
11836: * tests/: 163.html, results/163.processed: removing auto format
11837:
11838: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11839:
11840: 2007-04-16 misha
11841:
11842: * tests/: 163.html, results/163.processed: - test for .int[],
11843: floor, round, ceiling and .format[]
11844:
11845: * src/classes/file.C: - little optimization for getting args in
11846: exec/cgi
11847:
11848: 2007-04-13 misha
11849:
11850: * src/classes/file.C: - arguments for file::exec/cgi can be
11851: specified now as s table with one column
11852:
11853: 2007-03-27 misha
11854:
11855: * tests/: 162.html, results/162.processed: - test for
11856: ^table.select(^condition[$t])
11857:
11858: * tests/results/auto.p: - load windows-1251 charset for some tests
11859:
11860: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11861:
11862: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11863: 161_windows1251.txt: - added test for
11864: ^file::load[text;/local/file.txt;$.charset[...]]
11865:
11866: * tests/: results/013.processed, 013.html: - added test for
11867: checking $._default value while hash modifications
11868:
11869: * tests/: 160.html, results/160.processed: - add test for
11870: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11871:
11872: 2007-03-22 misha
11873:
11874: * src/include/pa_common.h: - "charset" string defined for
11875: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11876:
11877: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11878: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11879: added - not needed transcodes were removed from
11880: ^file::load[...;http://...]
11881:
11882: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11883: added
11884:
11885: * src/classes/date.C: - date.week was fixed
11886:
1.211 moko 11887: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11888:
11889: * tests/: 159.html, results/159.processed: - tests for date.week
11890: and date.weekyear added
11891:
11892: 2007-03-15 misha
11893:
11894: * src/classes/table.C: - enclose column numbers for nameless tables
11895: as well
11896:
11897: 2007-03-14 misha
11898:
11899: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11900:
11901: * src/classes/table.C: - table.save optimization: now required much
11902: less memory
11903:
11904: 2007-03-13 misha
11905:
11906: * tests/results/: 158.processed, 158.processes: - tests for
11907: table.save/table.load
11908:
11909: * tests/: 158.html, results/158.processes: - tests for
11910: table.save/table.load
11911:
11912: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11913:
11914: * buildall-with-xml: - pattern needed now for building
11915:
11916: * tests/results/097.processed: - added test results for xdoc::load
11917: & xdoc::load[http://...]
11918:
11919: * tests/097.html: - added test for xdoc::load
11920:
11921: 2007-03-12 misha
11922:
11923: * tests/: 107.html, results/107.processed: - added test for xpath
11924: '//man'
11925:
11926: 2007-03-01 misha
11927:
11928: * tests/: 097.html, results/097.processed: - added test for
11929: creating xdoc from file
11930:
11931: * tests/: results/157.processed, 157.html: - added test for
11932: file:move
11933:
11934: 2007-02-28 misha
11935:
11936: * src/classes/xdoc.C: - another attempt
11937:
11938: * src/classes/xdoc.C: - roll back last changes for a while
11939:
1.211 moko 11940: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11941: ^xdoc::create[$file] added.
1.95 moko 11942:
11943: * src/classes/file.C: - under lock we create non-exist dir anyway
11944:
11945: * tests/results/099.processed: - ever send content-disposition to
11946: client with file
11947:
11948: * tests/157.html: + test for file:copy
11949:
11950: 2007-02-26 misha
11951:
11952: * src/classes/file.C: - some similar strings moved to #define
11953: instead of to be copy/pasted many times
11954:
11955: * src/types/pa_vfile.h: - class name string ("file") moved to
11956: #define
11957:
11958: 2007-02-20 misha
11959:
11960: * configure.in: - added some strings for sqlite detection
11961:
11962: 2007-02-19 misha
11963:
1.211 moko 11964: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11965:
11966: * buildall-with-xml, buildall-without-xml: - some modifications
11967:
11968: 2007-02-17 misha
11969:
11970: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11971:
11972: * src/main/pa_request.C: - damn, i forgot to commit it while I
11973: change console behaviour
11974:
11975: 2007-02-12 misha
11976:
11977: * src/targets/cgi/parser3.C: - don't print headers if
11978: $console:line[data] was used during cgi execution.
11979:
11980: * src/types/pa_vconsole.h: - console class have bool flag now which
11981: marked as 'true' if class was used.
11982:
11983: * tests/: 152.html, results/152.processed: - more types was added
11984: to test 152
11985:
11986: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11987: adding 'bool' (^if($image){} caused exception)
11988:
11989: 2007-02-09 misha
11990:
11991: * tests/: 152.html, results/152.processed: - test alightly updated
11992:
11993: * tests/: 152.html, results/152.processed: - test rewrited
11994:
11995: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11996: bugfix. I broke xdoc & xnode in expression
11997:
11998: 2007-02-08 misha
11999:
12000: * tests/: 152.html, results/152.processed: - add test for checking
12001: 'def' for void, string, bool, int & double
12002:
12003: 2007-02-07 misha
12004:
1.211 moko 12005: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12006: added
1.95 moko 12007:
12008: * tests/results/153.processed: - result test for
12009: ^file:base64[filespec] was updated
12010:
12011: * tests/153.html: - test for ^file:base64[filespec] was added
12012:
12013: * src/types/pa_vconsole.h: - little optimization
12014:
12015: * src/classes/file.C: - ^file:base64[filespec]
12016:
12017: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12018:
12019: * src/include/pa_common.h: - declarations for
12020: ^file:base64[filespec]
12021:
12022: * src/types/pa_vcookie.C: - little optimization
12023:
12024: 2007-02-06 misha
12025:
12026: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12027: were temporary commented
12028:
12029: * src/types/pa_vbool.h: - bugfix
12030:
12031: * tests/156.html: - added test for bool cookie
12032:
12033: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12034:
12035: * tests/: 155.html, results/155.processed: - added test for check
12036: $.encloser[] option for table save/load
12037:
12038: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12039:
12040: 2007-02-05 misha
12041:
12042: * tests/results/152.processed: - newline at the end was missed
12043:
12044: * tests/results/141.processed: - math:md5 must be lowercased
12045:
12046: * src/targets/cgi/parser3.C: - 2007 in help ;)
12047:
12048: 2007-02-03 misha
12049:
12050: * tests/results/: 150.processed, 151.processed, 152.processed: -
12051: test for bool added and some content length fixes
12052:
12053: * tests/152.html: - test for bool added
12054:
12055: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12056:
1.211 moko 12057: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12058:
1.116 moko 12059: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12060: classes/classes.vcproj, classes/double.C, classes/int.C,
12061: classes/string.C, classes/void.C, classes/xnode.C,
12062: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12063: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12064: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12065: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12066: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12067: types/types.vcproj: - bool class was added
12068:
12069: * src/main/pa_request.C: - fix
12070:
12071: 2007-01-18 misha
12072:
12073: * src/: main/pa_string.C, classes/string.C: - return table during
12074: ^string.match[][] even if no matched found.
12075:
12076: 2006-12-20 misha
12077:
12078: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12079: http://www.parser.ru/forum/?id=55598 ]
12080:
12081: 2006-12-19 misha
12082:
12083: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12084: details: http://www.parser.ru/forum/?id=52359
12085:
12086: * src/main/pa_request.C: - always set content-disposition for
12087: $response:body[hash here]. more details:
12088: http://www.parser.ru/forum/?id=52130
12089:
12090: 2006-12-07 misha
12091:
1.211 moko 12092: * operators.ru.txt, operators.txt: - added info about bool params
12093: in cookie set
1.95 moko 12094:
12095: * src/types/pa_vcookie.C: - bool param in cookies available now
12096: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12097: ]
12098:
12099: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12100: was added
12101:
12102: 2006-12-02 misha
12103:
12104: * src/classes/file.C: - file_block_read used instead of native read
12105:
12106: * src/main/pa_common.C: - added file_block_read with read error
12107: detection - file_block_read used instead of native read
12108:
12109: * src/include/pa_common.h: - added file_block_read declaration
12110:
12111: 2006-12-01 misha
12112:
1.211 moko 12113: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12114: added
1.95 moko 12115:
12116: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12117: $var.CLASS_NAME added
12118:
1.211 moko 12119: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12120:
12121: * src/classes/file.C: - ^file:copy[from;fo] was added
12122:
12123: 2006-11-20 misha
12124:
12125: * src/classes/date.C: - bug fix :)
12126:
12127: 2006-11-17 misha
12128:
12129: * src/include/pa_common.h: - array in crc32 calculation was changed
12130: to static
12131:
12132: * src/main/pa_common.C: - little optimization in getMonthDays -
12133: small changes in crc32 calculation
12134:
12135: * src/classes/date.C: - not needed code was removed
12136:
12137: 2006-11-16 misha
12138:
12139: * src/types/pa_vmail.C: - fix missed brakes
12140:
12141: * src/types/pa_vmail.C: - mail:send now set content-type:
12142: multipart/related instead of multipart/mixed if file have
12143: $.content-id[]
12144:
12145: 2006-11-15 misha
12146:
12147: * src/types/pa_vdouble.h: abs -> fabs
12148:
12149: 2006-11-14 misha
12150:
1.211 moko 12151: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12152: and ^file:md5[file-name]
1.95 moko 12153:
12154: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12155: added
12156:
12157: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12158: FILE_BUFFER_SIZE
12159:
12160: * src/classes/math.C: - hex_string was moved to pa_common.h
12161:
12162: * src/include/pa_common.h: - hex_string was moved from math.C -
12163: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12164:
12165: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12166: values was fixed
12167:
12168: 2006-11-13 misha
12169:
1.211 moko 12170: * operators.ru.txt, operators.txt: - added info about
12171: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12172:
12173: * src/classes/math.C: - added ^math:crc32[string]
12174:
12175: * src/classes/file.C: - some comments were changed - added
12176: ^file:crc32[file-name] and ^file.crc32[]
12177:
12178: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12179: crc32 calculation added
12180:
12181: 2006-11-03 misha
12182:
12183: * src/include/pa_array.h: - not needed variable removed
12184:
12185: * tests/: 150.html, 151.html, results/150.processed,
12186: results/151.processed: - 2 tests were added
12187:
12188: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12189: with $.reverse(1) were fixed
12190:
12191: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12192: query converted to $.charset during ^file::load[http://...]
12193:
12194: 2006-11-02 misha
12195:
12196: * src/include/pa_table.h: ups. forget '=' char
12197:
12198: * src/include/pa_table.h: - one more fix in
12199: .locate[...][$.reverse(1)]
12200:
12201: 2006-11-01 misha
12202:
12203: * src/classes/math.C: - bug fix, details:
12204: http://www.parser.ru/forum/?id=53360
12205:
12206: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12207: false for all records )[$.reverse(1)]
12208:
12209: * src/main/pa_http.C: - second param for this mid method is length
12210: but not end_index so this method has error and can't detect
12211: charsets in next content-types: Content-type: text/html;
12212: charset="windows-1251" Content-type: text/html;
12213: charset="windows-1251"; Content-type: text/html;
12214: charset=windows-1251;
12215:
12216: only Content-type: text/html; charset=windows-1251 was fine
12217:
12218: 2006-10-31 misha
12219:
12220: * src/classes/file.C: - empty args in file::exec removed now
12221:
12222: 2006-09-03 paf
12223:
12224: * src/classes/file.C: proper tainting of
12225: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12226:
12227: 2006-06-09 paf
12228:
12229: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12230:
12231: * src/classes/table.C: formatting
12232:
12233: * src/classes/table.C: incorporated patch from misha: Sent:
12234: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12235: ignoring string options for ^table.save[]
12236:
12237: * src/classes/hash.C: incorporated patch from misha Sent:
12238: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12239: $hash._default disappear while
12240:
1.211 moko 12241: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12242: $.value[file] $.format[!uue|!base64] << new base64 option.
12243: default uue ] ]
1.95 moko 12244:
12245: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12246: PM Subject: patch for base64 in ^mail:send[] %-)
12247:
12248: 2006-04-09 paf
12249:
12250: * src/main/compile.tab.C: ` change compiled
12251:
1.211 moko 12252: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12253: src/classes/classes.vcproj, src/classes/file.C,
12254: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12255: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12256: src/classes/xnode.C, src/include/pa_array.h,
12257: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12258: src/include/pa_memory.h, src/include/pa_request.h,
12259: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12260: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12261: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12262: src/lib/pcre/pcre_dftables.vcproj,
12263: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12264: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12265: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12266: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12267: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12268: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12269: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12270: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12271: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12272: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12273: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12274: src/types/pa_value.h, src/types/pa_vcookie.C,
12275: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12276: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12277: src/types/pa_vstatus.C, src/types/types.vcproj,
12278: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12279: ^menu, ^hash/hashfile.foreach
12280:
12281: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12282: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12283: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12284: src/classes/xnode.C, src/include/pa_array.h,
12285: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12286: src/include/pa_memory.h, src/include/pa_request.h,
12287: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12288: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12289: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12290: src/lib/pcre/pcre_dftables.vcproj,
12291: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12292: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12293: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12294: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12295: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12296: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12297: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12298: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12299: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12300: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12301: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12302: src/types/pa_value.h, src/types/pa_vcookie.C,
12303: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12304: src/types/pa_vstatus.C, src/types/types.vcproj,
12305: tests/descript.ion: ! switched to VS2005 (projects and
12306: object<info explicitly typed>.for_each(, info)) +
12307: $response:field[] setting void means removing + grammar $name`
12308: name stops now, for mysql `$field` + started ^break[]
12309: ^continue[], in ^for. TODO: to other iterators (while, menu,
12310: foreach) + all log messages += [uri=, method=, cl=]
12311:
12312: * buildall-with-xml: merged . ftp paths update
12313:
12314: * buildall-with-xml: . ftp paths update
12315:
12316: 2006-03-04 paf
12317:
12318: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12319: checks++ [thanks to Igor Zinkovsky for detailed report]
12320:
12321: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12322: Igor Zinkovsky for detailed report]
12323:
12324: 2006-03-01 paf
12325:
12326: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12327: \n to ' ' in
12328:
12329: 2006-02-18 paf
12330:
12331: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12332: \n to ' ' in
12333:
12334: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12335:
12336: 2006-02-03 paf
12337:
12338: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12339: base64
12340:
12341: * src/main/pa_common.C: ! bugfix: decoding from base64
12342:
12343: 2006-01-20 paf
12344:
12345: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12346: economy fix
12347:
12348: * src/classes/: table.C: merged from HEAD ! bugfix
12349: ^table.save[$.encloser-s now handled properly
12350:
12351: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12352: handled properly
12353:
12354: 2006-01-19 paf
12355:
12356: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12357: libgc:USE_MUNMAP activates merging of free memory blocks which
12358: helps a lot in our case: after transform we want
12359: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12360:
12361: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12362: economy fix
12363:
12364: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12365: activates merging of free memory blocks which helps a lot in our
12366: case: after transform we want CORD(main.result)->cstr[big
12367: malloc]->transcode[big malloc]
12368:
12369: 2006-01-17 paf
12370:
12371: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12372: before reading them. got rid of reallocs = became quicker and
12373: less fragmentated
12374:
12375: 2005-12-29 paf
12376:
1.116 moko 12377: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12378: configure, configure.in, src/include/pa_version.h,
12379: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12380: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12381: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12382: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12383: src/lib/ltdl/missing: . merged from 3.2.1
12384:
1.116 moko 12385: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12386: packaged when 'make dist', so do configure companion files in
12387: src/lib/ltdl
12388:
12389: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12390: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12391: missing: . now config_auto.h is created with configure [were
12392: constant]
1.95 moko 12393:
12394: * INSTALL: . references to documentation and some clarification
12395:
12396: * buildall-with-xml, buildall-without-xml: . farawell doc
12397: indication
12398:
1.116 moko 12399: * Makefile.am: . dist+=buildall*
1.95 moko 12400:
12401: 2005-12-28 paf
12402:
12403: * configure: . 3.2.1
12404:
12405: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12406: simplify build process, see INSTALL
12407:
12408: 2005-12-26 paf
12409:
12410: * configure: ver
12411:
12412: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12413: version
12414:
12415: 2005-12-21 paf
12416:
12417: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12418: compiled with bison 1.875b, it reports unexpected token names
12419:
12420: 2005-12-19 paf
12421:
12422: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12423: holds a link to xmlNode to prevent premature gc(xmlNode)
12424:
12425: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12426: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12427: src/main/main.vcproj, src/main/pa_globals.C,
12428: src/targets/cgi/parser3.vcproj,
12429: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12430: configure, configure.in, src/include/pa_version.h: . killing
12431: gdome [what a relief]
12432:
12433: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12434: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12435: run_parser.sh, results/001.processed, results/002.processed,
12436: results/003.processed, results/004.processed,
12437: results/005.processed, results/006.processed,
12438: results/008.processed, results/009.processed,
12439: results/010.processed, results/011.processed,
12440: results/012.processed, results/013.processed,
12441: results/014.processed, results/015.processed,
12442: results/016.processed, results/017.processed,
12443: results/018.processed, results/020.processed,
12444: results/021.processed, results/022.processed,
12445: results/023.processed, results/024.processed,
12446: results/025.processed, results/026.processed,
12447: results/027.processed, results/028.processed,
12448: results/029.processed, results/030.processed,
12449: results/031.processed, results/032.processed,
12450: results/033.processed, results/034.processed,
12451: results/035.processed, results/036.processed,
12452: results/037.processed, results/038.processed,
12453: results/039.processed, results/040.processed,
12454: results/041.processed, results/042.processed,
12455: results/043.processed, results/044.processed,
12456: results/045.processed, results/046.processed,
12457: results/047.processed, results/048.processed,
12458: results/049.processed, results/050.processed,
12459: results/051.processed, results/052.processed,
12460: results/053.processed, results/054.processed,
12461: results/055.processed, results/056.processed,
12462: results/057.processed, results/058.processed,
12463: results/059.processed, results/060.processed,
12464: results/061.processed, results/062.processed,
12465: results/063.processed, results/064.processed,
12466: results/065.processed, results/066.processed,
12467: results/067.processed, results/068.processed,
12468: results/069.processed, results/070.processed,
12469: results/071.processed, results/072.processed,
12470: results/073.processed, results/074.processed,
12471: results/075.processed, results/076.processed,
12472: results/077.processed, results/078.processed,
12473: results/079.processed, results/080.processed,
12474: results/081.processed, results/082.processed,
12475: results/083.processed, results/084.processed,
12476: results/085.processed, results/086.processed,
12477: results/087.processed, results/088.processed,
12478: results/089.processed, results/090.processed,
12479: results/091.processed, results/092.processed,
12480: results/093.processed, results/094.processed,
12481: results/095.processed, results/096.processed,
12482: results/097.processed, results/099.processed,
12483: results/100.processed, results/101.processed,
12484: results/102.processed, results/104.processed,
12485: results/105.processed, results/106.processed,
12486: results/107.processed, results/108.processed,
12487: results/109.processed, results/110.processed,
12488: results/111.processed, results/112.processed,
12489: results/113.processed, results/114.processed,
12490: results/115.processed, results/117.processed,
12491: results/119.processed, results/120.processed,
12492: results/121.processed, results/122.processed,
12493: results/123.processed, results/124.processed,
12494: results/125.processed, results/126.processed,
12495: results/127.processed, results/128.processed,
12496: results/129.processed, results/130.processed,
12497: results/131.processed, results/132.processed,
12498: results/133.processed, results/134.processed,
12499: results/135.processed, results/136.processed,
12500: results/138.processed, results/139.processed,
12501: results/140.processed, results/141.processed,
12502: results/142.processed, results/143.processed,
12503: results/144.processed, results/145.processed,
12504: results/146.processed, results/147.processed,
12505: results/148.processed, results/149.processed, results/auto.p: .
12506: now works if we turn off default auto.p
12507:
1.116 moko 12508: * configure: . makes
1.95 moko 12509:
12510: * src/types/pa_vxnode.C: . less warnings
12511:
12512: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12513: tests/145.html, tests/149.html, tests/descript.ion,
12514: tests/outputs/d.cmd, tests/results/142.processed,
12515: tests/results/143.processed, tests/results/144.processed,
12516: tests/results/145.processed, tests/results/146.processed,
12517: tests/results/147.processed, tests/results/148.processed,
12518: tests/results/149.processed: . removed .nodeValue from all node
12519: types other than 5 (grabbed piece from gdome)
12520:
12521: * tests/: 137.html, results/137.processed: . not handled this case
12522: yet. code does not hang from inserting parent into child,
12523: considering thing minor issue -- nodes are removed from source
12524: anyway, don't know why shold that be an error after all
12525:
12526: * src/targets/cgi/parser3.C: . style
12527:
12528: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12529: xdoc too [were barking "not element"]
12530:
12531: 2005-12-16 paf
12532:
12533: * tests/: 146.html, 147.html, 148.html: . more tests
12534:
12535: * src/classes/xnode.C: . also bark on possible errors
12536:
12537: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12538: props
12539:
12540: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12541: main/compile.y: merged from HEAD ! fixed overoptimized
12542: ^call(false) case. (confused it with ^call[] case)
12543:
12544: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12545: ^call(false) case. (confused it with ^call[] case)
12546:
12547: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12548:
12549: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12550: results/001.processed, results/002.processed,
12551: results/003.processed, results/004.processed,
12552: results/005.processed, results/006.processed,
12553: results/008.processed, results/009.processed,
12554: results/010.processed, results/011.processed,
12555: results/012.processed, results/013.processed,
12556: results/014.processed, results/015.processed,
12557: results/016.processed, results/017.processed,
12558: results/018.processed, results/019.processed,
12559: results/020.processed, results/021.processed,
12560: results/022.processed, results/023.processed,
12561: results/024.processed, results/025.processed,
12562: results/026.processed, results/027.processed,
12563: results/028.processed, results/029.processed,
12564: results/030.processed, results/031.processed,
12565: results/032.processed, results/033.processed,
12566: results/034.processed, results/035.processed,
12567: results/036.processed, results/037.processed,
12568: results/038.processed, results/039.processed,
12569: results/040.processed, results/041.processed,
12570: results/042.processed, results/043.processed,
12571: results/044.processed, results/045.processed,
12572: results/046.processed, results/047.processed,
12573: results/048.processed, results/049.processed,
12574: results/050.processed, results/051.processed,
12575: results/052.processed, results/053.processed,
12576: results/054.processed, results/055.processed,
12577: results/056.processed, results/057.processed,
12578: results/058.processed, results/059.processed,
12579: results/060.processed, results/061.processed,
12580: results/062.processed, results/063.processed,
12581: results/064.processed, results/065.processed,
12582: results/066.processed, results/067.processed,
12583: results/068.processed, results/069.processed,
12584: results/070.processed, results/071.processed,
12585: results/072.processed, results/073.processed,
12586: results/074.processed, results/075.processed,
12587: results/076.processed, results/077.processed,
12588: results/078.processed, results/079.processed,
12589: results/080.processed, results/081.processed,
12590: results/082.processed, results/083.processed,
12591: results/084.processed, results/085.processed,
12592: results/086.processed, results/087.processed,
12593: results/088.processed, results/089.processed,
12594: results/090.processed, results/091.processed,
12595: results/092.processed, results/093.processed,
12596: results/094.processed, results/095.processed,
12597: results/096.processed, results/097.processed,
12598: results/099.processed, results/101.processed,
12599: results/102.processed, results/104.processed,
12600: results/105.processed, results/106.processed,
12601: results/107.processed, results/108.processed,
12602: results/109.processed, results/110.processed,
12603: results/111.processed, results/112.processed,
12604: results/113.processed, results/114.processed,
12605: results/115.processed, results/116.processed,
12606: results/117.processed, results/118.processed,
12607: results/119.processed, results/120.processed,
12608: results/121.processed, results/122.processed,
12609: results/123.processed, results/124.processed,
12610: results/125.processed, results/126.processed,
12611: results/127.processed, results/128.processed,
12612: results/129.processed, results/130.processed,
12613: results/131.processed, results/132.processed,
12614: results/133.processed, results/134.processed,
12615: results/135.processed, results/136.processed,
12616: results/137.processed, results/138.processed,
12617: results/139.processed, results/140.processed,
12618: results/141.processed: . refreshed old tests, made them work
12619: without auto.p (in utf8) . things noted: . gif got encoded
12620: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12621: some strange year)
12622:
12623: * INSTALL: . revived linux libgc fix
12624:
12625: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12626: glib/gdome in INSTALL and patches]
12627:
12628: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12629: include/pa_charset.h, include/pa_config_includes.h,
12630: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12631: include/pa_xml_exception.h, lib/cord/Makefile.am,
12632: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12633: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12634: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12635: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12636: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12637: types/pa_vxnode.h: . started killing gdome
12638:
12639: 2005-12-13 paf
12640:
12641: * src/main/: pa_request.C: merged from HEAD ! when code in
12642: @unhandled_exception thrown another exception, print correct
12643: origin (earlier code in catch of exception inside of
12644: @unhandled_exception grabbed parent_frame(original_exception)
12645: origin and printed it, instead of true origin)
12646:
12647: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12648: another exception, print correct origin (earlier code in catch of
12649: exception inside of @unhandled_exception grabbed
12650: parent_frame(original_exception) origin and printed it, instead
12651: of true origin)
12652:
12653: 2005-12-09 paf
12654:
12655: * INSTALL: . updated INSTALL doc to work around linux stack base
12656: detection problem, due to change in gc6.4 code
12657:
12658: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12659: ignored in ^string.matched :(
12660:
12661: * src/main/pa_string.C: ! regex tainting were ignored in
12662: ^string.matched :(
12663:
12664: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12665: src/include/pa_config_fixed.h, src/include/pa_version.h,
12666: src/main/compile.y, src/main/compile_tools.h,
12667: src/main/pa_charset.C, src/main/pa_common.C,
12668: src/main/pa_globals.C, src/main/pa_string.C,
12669: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12670: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12671:
12672: 2005-12-08 paf
12673:
12674: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12675: 500 chars now handled OK [were wrapped on 500th char according to
12676: rfc, but sendmail failed to unwrap it properly]
12677:
12678: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12679: handled OK [were wrapped on 500th char according to rfc, but
12680: sendmail failed to unwrap it properly]
12681:
12682: * src/targets/isapi/parser3isapi.C: . less warnings
12683:
12684: * src/targets/isapi/parser3isapi.C: . undone some strange change
12685: since 3.1.5
12686:
12687: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12688: link fixes
12689:
12690: * src/: classes/date.C, include/pa_config_fixed.h,
12691: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12692: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12693: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12694:
12695: * src/include/pa_config_fixed.h: . removed outdated string origins
12696: [in current storage scheme there's no place for them. someday we
12697: can add third CORD to store origins and special version of parser
12698: which stores origins there [separate binary]]
12699:
12700: 2005-12-07 paf
12701:
12702: * src/targets/isapi/parser3isapi.C: . now links in release mode
12703:
12704: * src/include/pa_version.h: makefiles
12705:
12706: * src/include/pa_version.h: . not beta
12707:
12708: * configure, configure.in, src/include/pa_version.h: not beta
12709:
12710: 2005-12-06 paf
12711:
12712: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12713: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12714: decided to undo the change ^call[$void] passes void. now it will
12715: pass empty string again.
12716:
12717: * src/main/: compile.tab.C, compile.y: . version readded
12718:
12719: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12720: = ^switch[void] problem
12721:
12722: 2005-12-01 paf
12723:
12724: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12725: caused ^case[string] to be coerced to double since searching
12726: value were not string (it was vvoid)
12727:
12728: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12729: ^case[string] to be coerced to double since searching value were
12730: not string (it was vvoid)
12731:
12732: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12733: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12734:
12735: 2005-11-30 paf
12736:
12737: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12738: win32 must putenv("TZ="), on unix works only putenv("TZ")
12739:
12740: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12741: putenv("TZ="), on unix works only putenv("TZ")
12742:
12743: * INSTALL: . xml libs versions updated
12744:
12745: * src/main/pa_globals.C: //20051130 trying to remove this, author
12746: claims that fixed a lot there // 20040920 for now both
12747: workarounds needed. wait for new libxml/xsl versions
12748:
12749: 2005-11-28 paf
12750:
12751: * src/classes/table.C: merged from HEAD: ! nameless table has
12752: columns==0
12753:
12754: * src/classes/table.C: ! nameless table has columns==0
12755:
12756: * src/main/pa_http.C: merged from HEAD: ! status line check made
12757: earlier [was totally wrong]
12758:
12759: * src/main/pa_http.C: ! status line check made earlier [was totally
12760: wrong]
12761:
12762: 2005-11-25 paf
12763:
12764: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12765: undoing for now...
12766:
12767: * src/include/pa_version.h: -this reduces speed(table::load),
12768: strange. undoing
12769:
12770: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12771:
12772: * src/classes/op.C: + ^while(){}[SEPARATOR]
12773:
12774: * src/include/pa_array.h: + optimistics added: all arrays (table
12775: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12776: this speeds things up and saves memory a LOT! (not noticed
12777: negative effect on syntetic tests, future will tell...)
12778:
12779: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12780: changed gc_malloc implementation, which obscured profiling
12781:
12782: * src/classes/table.C: merged from HEAD: + optimized
12783: table::load/sql, now row ArrayString-s allocated with
12784: columns.count() elements and don't always grow from
12785: count=3[realloc,realloc]
12786:
12787: * src/classes/table.C: + optimized table::load/sql, now row
12788: ArrayString-s allocated with columns.count() elements and don't
12789: always grow from count=3[realloc,realloc]
12790:
12791: * src/classes/table.C: merged from HEAD: . ^table.save unused
12792: buffer after save
12793:
12794: * src/classes/table.C: . ^table.save unused buffer after save
12795:
12796: 2005-11-24 paf
12797:
12798: * configure.in: . merged glib2-config patch
12799:
12800: * configure.in: + trying to find glib2-config
12801:
12802: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12803: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12804: file/dir_readable to simple file/dir_exist, this would help in
12805: situations "class not found because .p file has bad rights" << in
12806: that case error would be explicit "access denied to 'this' file"
12807:
1.116 moko 12808: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12809:
12810: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12811: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12812: to simple file/dir_exist, this would help in situations "class
12813: not found because .p file has bad rights" << in that case error
12814: would be explicit "access denied to 'this' file"
12815:
12816: * src/: classes/file.C, 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: merged from HEAD: +!
12819: ^file::exec/cgi[script;$.charset[changed]
12820: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12821: encoded in $.charset charset
12822:
12823: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12824: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12825: encoded in $.charset charset
12826:
12827: * src/: include/Makefile.am, include/pa_common.h,
12828: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12829: main/pa_common.C, main/pa_http.C: . extracted http:// into
12830: separate file [preparation for
12831: ^file::cgi[script;$.form[$.field1[]
12832:
12833: 2005-11-22 paf
12834:
12835: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12836:
12837: * acinclude.m4, configure.in: . merged underquting fixes
12838:
1.116 moko 12839: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12840:
12841: * src/classes/op.C: . overmerged a little
12842:
12843: * src/main/compile.tab.C: Makefile
12844:
12845: * src/main/: pa_common.C: . less gcc warnings
12846:
12847: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12848: now reports original exception if we have no old cache
12849:
12850: * src/classes/op.C: + $exception.handled[cache] now reports
12851: original exception if we have no old cache
12852:
12853: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12854: from HEAD: + ^taint/untaint[regex] << escapes these:
12855: \^$.[]|()?*+{}
12856:
12857: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12858: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12859:
12860: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12861: getenv-ed variable, which does not work both on win32&unix.
12862: copied old TZ value now
12863:
12864: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12865: stored pointer to getenv-ed variable, which does not work both on
12866: win32&unix. copied old TZ value now
12867:
12868: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12869: getenv-ed variable, which does not work both on win32&unix.
12870: copied old TZ value now
12871:
12872: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12873: access to internal hash
12874:
12875: * src/types/pa_vresponse.C: + $response:headers access to internal
12876: hash
12877:
12878: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12879: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12880: isapi] this reduces number of "GC Warning: Repeated allocation of
12881: very large block" messages to only important onces
12882:
12883: * src/targets/isapi/parser3isapi.C: +
12884: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12885: isapi] this reduces number of "GC Warning: Repeated allocation of
12886: very large block" messages to only important onces
12887:
12888: * src/classes/string.C: merged from HEAD: + removed limitation on
12889: ^string/int/double:sql{}[$.default[({param style})] ]
12890:
12891: * src/classes/string.C: + removed limitation on
12892: ^string/int/double:sql{}[$.default[({param style})] ]
12893:
12894: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12895: with ?params or $.form option" limitation
12896:
12897: * src/main/pa_common.C: + removed "use either uri with ?params or
12898: $.form option" limitation
12899:
12900: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12901: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12902: ^file::base64[encoded] decode
12903:
12904: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12905: main/pa_common.C: + ^file.base64[] encode +
12906: ^file::base64[encoded] decode
12907:
12908: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12909: ^string:base64[encoded] decode
12910:
12911: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12912: ^string:base64[in] encode + ^string.base64[] decode
12913:
12914: 2005-11-21 paf
12915:
12916: * src/classes/file.C: + merged from HEAD:
12917: ^file::create[text;file.xml;^untaint[xml]{data}]
12918:
12919: * src/classes/file.C: +
12920: ^file::create[text;file.xml;^untaint[xml]{data}]
12921:
12922: * src/main/pa_request.C: ! merged: $response:body[file] now
12923: differes from :download, it does not return content-disposition
12924: at all now [previusely it returned valueless content-disposition]
12925:
12926: * src/main/pa_request.C: ! $response:body[file] now differes from
12927: :download, it does not return content-disposition at all now
12928: [previusely it returned valueless content-disposition]
12929:
12930: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12931: literals, reverted to just vvod, recreating empty array with each
12932: void_value token. that's absolutely needed, since that array
12933: grows
12934:
12935: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12936: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12937: types/pa_vmethod_frame.h: + merged: expression literals:
12938: true/false. ^format[$.indent(true)]
12939:
12940: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12941: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12942: types/pa_vmethod_frame.h: + expression literals: true/false.
12943: ^format[$.indent(true)]
12944:
12945: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12946: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12947: i386-pc-win32)"
12948:
12949: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12950: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12951: i386-pc-win32)"
12952:
12953: 2005-11-18 paf
12954:
12955: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12956: null}[$.default(123)] will now return default value
12957:
12958: * src/classes/op.C: + merged ^cache[] << returns current cache
12959: expiration time
12960:
12961: * src/classes/op.C: + ^cache[] << returns current cache expiration
12962: time
12963:
12964: * src/classes/table.C: ! merged ^table::create[not'nameless';
12965: failed << Exception.problem_source pointed to local var!
12966:
12967: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12968: Exception.problem_source pointed to local var!
12969:
12970: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12971: now loads VFile.ptr!=0, so such files can be saved now
12972:
12973: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12974: loads VFile.ptr!=0, so such files can be saved now
12975:
12976: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12977: only . and .. now removed from list [were removed all .*]
12978:
12979: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12980: .. now removed from list [were removed all .*]
12981:
12982: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12983: open error now checked, were not :( [stole that piece from apache
12984: 1.3 sources]
12985:
12986: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12987: checked, were not :( [stole that piece from apache 1.3 sources]
12988:
12989: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12990: untainting of @main result if returned by $result or
12991: $response:body
12992:
12993: * src/main/pa_request.C: ! ensured proper untainting of @main
12994: result if returned by $result or $response:body
12995:
12996: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12997: issue: now tries to guess content-length and allocates one big
12998: piece if possible [regretfully gc_realloc works as malloc+free,
12999: leaving lots of holes behind]
13000:
13001: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13002: fixed file load memory issue: now tries to guess content-length
13003: and allocates one big piece if possible [regretfully gc_realloc
13004: works as malloc+free, leaving lots of holes behind]
13005:
13006: 2005-11-16 paf
13007:
13008: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13009: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13010: table::save with enclosers now doubles them: "->"" !
13011: table::save/load do not remove elements from options hash
13012:
13013: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13014: [were overoptimized ^if(double_literal), compiler confused
13015: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13016:
13017: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13018: [were overoptimized ^if(double_literal), compiler confused
13019: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13020:
13021: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13022: main/pa_common.C: ! table::save with enclosers now doubles them:
13023: "->"" ! table::save/load do not remove elements from options hash
13024:
13025: 2005-11-03 paf
13026:
1.116 moko 13027: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13028: compilation, not all makefiles liked that
1.95 moko 13029:
13030: 2005-08-30 paf
13031:
13032: * src/classes/op.C: merge . speedup check of [DEFAULT]
13033:
13034: * src/classes/op.C: . speedup check of [DEFAULT]
13035:
13036: 2005-08-26 paf
13037:
13038: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13039:
13040: * src/: classes/date.C, types/pa_vdate.h: + date.week
13041:
13042: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13043: complains about bad!=nameless
13044:
13045: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13046: about bad!=nameless
13047:
13048: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13049: optional options were allowed to be empty. were checked
13050: if(is_string), changed to !defined||is_string to allow void
13051:
13052: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13053: classes/string.C, classes/table.C, classes/void.C: ! optional
13054: options were allowed to be empty. were checked if(is_string),
13055: changed to !defined||is_string to allow void
13056:
13057: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13058: as_junction where they needed as_int/double, so failed with
13059: recent "(const) now no junction" optimization
13060:
13061: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13062: merged ! many classes/* used as_junction where they needed
13063: as_int/double, so failed with recent "(const) now no junction"
13064: optimization
13065:
13066: * src/: classes/double.C, classes/int.C, classes/math.C,
13067: classes/op.C, classes/string.C, classes/table.C,
13068: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13069: used as_junction where they needed as_int/double, so failed with
13070: recent "(const) now no junction" optimization
13071:
13072: 2005-08-24 paf
13073:
13074: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13075: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13076: stripped it
13077:
13078: 2005-08-09 paf
13079:
13080: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13081: not cleared
13082:
13083: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13084: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13085: classes/hashfile.C, classes/image.C, classes/int.C,
13086: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13087: classes/response.C, classes/string.C, classes/table.C,
13088: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13089: include/pa_array.h, include/pa_cache_managers.h,
13090: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13091: include/pa_config_fixed.h, include/pa_config_includes.h,
13092: include/pa_dictionary.h, include/pa_dir.h,
13093: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13094: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13095: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13096: include/pa_request_charsets.h, include/pa_request_info.h,
13097: include/pa_sapi.h, include/pa_socks.h,
13098: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13099: include/pa_stack.h, include/pa_string.h,
13100: include/pa_stylesheet_connection.h,
13101: include/pa_stylesheet_manager.h, include/pa_table.h,
13102: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13103: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13104: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13105: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13106: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13107: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13108: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13109: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13110: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13111: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13112: main/pa_sql_driver_manager.C, main/pa_string.C,
13113: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13114: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13115: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13116: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13117: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13118: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13119: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13120: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13121: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13122: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13123: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13124: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13125: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13126: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13127: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13128: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13129: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13130: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13131: types/pa_vresponse.C, types/pa_vresponse.h,
13132: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13133: types/pa_vstateless_object.h, types/pa_vstatus.C,
13134: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13135: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13136: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13137: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13138: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13139:
13140: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13141: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13142: speedup consequent checks in vmethod_frame
13143:
13144: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13145: not cleared
13146:
13147: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13148: params: 50 max (were 10)
13149:
13150: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13151: params: 50 max (were 10)
13152:
13153: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13154: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13155: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13156: empty string) ! simplified (double) speedup consequent checks in
13157: vmethod_frame
13158:
13159: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13160: optimized constants in expressions vstring->vdouble + optimized
13161: ^call(vdouble), no junction creation, no calls later
13162:
13163: 2005-08-08 paf
13164:
13165: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13166: compile_tools.h: merged + optimized constants in expressions
13167: vstring->vdouble + optimized ^call(vdouble), no junction
13168: creation, no calls later
13169:
13170: * src/types/pa_vdouble.h: merged . double values without fractional
13171: part now default printed as %.0f instead of %g
13172:
13173: * src/types/pa_vdouble.h: . double values without fractional part
13174: now default printed as %.0f instead of %g
13175:
13176: * src/classes/hashfile.C: . merged ! second hashfile::open would
13177: cause an exception
13178:
13179: * src/classes/hashfile.C: ! second hashfile::open would cause an
13180: exception
13181:
13182: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13183: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13184: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13185: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13186: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13187: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13188: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13189: types/pa_vresponse.h, types/pa_vstateless_class.C,
13190: types/pa_vstateless_object.h, types/pa_vvoid.h,
13191: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13192: merged VJunction(new Junction) optimization from 3.1.4
13193:
13194: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13195: types/pa_vstateless_class.C: + optimized new VJunction(new
13196: Junction(params)) to new VJunction(params), thousands of mallocs
13197: removed
13198:
13199: 2005-08-05 paf
13200:
13201: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13202: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13203: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13204: creation, no calls later
13205:
13206: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13207: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13208: classes/hashfile.C, classes/image.C, classes/int.C,
13209: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13210: classes/response.C, classes/string.C, classes/table.C,
13211: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13212: include/pa_array.h, include/pa_cache_managers.h,
13213: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13214: include/pa_config_fixed.h, include/pa_config_includes.h,
13215: include/pa_dictionary.h, include/pa_dir.h,
13216: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13217: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13218: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13219: include/pa_request_charsets.h, include/pa_request_info.h,
13220: include/pa_sapi.h, include/pa_socks.h,
13221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13222: include/pa_stack.h, include/pa_string.h,
13223: include/pa_stylesheet_connection.h,
13224: include/pa_stylesheet_manager.h, include/pa_table.h,
13225: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13226: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13227: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13228: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13229: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13230: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13231: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13232: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13233: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13234: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13235: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13236: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13237: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13238: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13239: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13240: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13241: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13242: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13243: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13244: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13245: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13246: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13247: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13248: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13249: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13250: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13251: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13252: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13253: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13254: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13255: types/pa_vstateless_object.h, types/pa_vstatus.C,
13256: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13257: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13258: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13259: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13260: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13261:
13262: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13263: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13264: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13265: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13266: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13267: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13268: optimized constants in expressions vstring->vdouble
13269:
13270: 2005-07-29 paf
13271:
13272: * src/types/pa_vclass.C: . shaped up error messages a bit
13273:
13274: * src/types/pa_vclass.C: + property getter can now be overridden
13275:
13276: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13277: bug fix: static parent fields were not replaced in case
13278: $derived:field[put] + property setter can now be overridden
13279:
13280: 2005-07-28 paf
13281:
13282: * configure, configure.in, src/classes/classes.h,
13283: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13284: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13285: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13286: src/classes/xnode.h, src/include/pa_hash.h,
13287: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13288: src/types/Makefile.am, src/types/pa_method.h,
13289: src/types/pa_value.h, src/types/pa_vclass.C,
13290: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13291: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13292: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13293: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13294: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13295: src/types/pa_vobject.C, src/types/pa_vobject.h,
13296: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13297: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13298: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13299: src/types/pa_vstateless_class.h,
1.95 moko 13300: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13301: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13302: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13303: dynamic_fields_join
13304:
13305: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13306: classes/xnode.C, include/pa_hash.h, main/execute.C,
13307: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13308: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13309: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13310: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13311: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13312: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13313: types/pa_vresponse.h, types/pa_vstateless_object.h,
13314: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13315: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13316: restored its checks in vobject.put_element->static fields |
13317: dynamic properties
13318:
13319: 2005-07-27 paf
13320:
13321: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13322: is some old code containing @set_name $name
13323:
13324: * src/types/pa_vobject.h: . fixed warning
13325:
13326: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13327: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13328:
13329: * src/: classes/xnode.C, include/pa_hash.h,
13330: types/pa_vstateless_class.C: ! new asserts were all false.
13331: regretfully reverted them all to checks
13332:
13333: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13334: classes/op.C, main/execute.C, types/pa_method.h,
13335: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13336: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13337: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13338: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13339: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13340: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13341: types/pa_vstateless_object.h, types/pa_vvoid.h,
13342: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13343: joined_dynamic_fields: removed unused param from put_method
13344: (returned to 3 params)
13345:
13346: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13347: joined_dynamic_fields: dynamic get/set works with overriding
13348: props [alpha2]
13349:
13350: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13351: works [alfa]
13352:
13353: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13354: classes/op.C, include/pa_hash.h, main/execute.C,
13355: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13356: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13357: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13358: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13359: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13360: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13361: types/pa_vresponse.h, types/pa_vstateless_class.C,
13362: types/pa_vstateless_object.h, types/pa_vvoid.h,
13363: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13364: joined_dynamic_fields: just compiled
13365:
13366: * src/: classes/date.C, classes/file.C, classes/hash.C,
13367: classes/hashfile.C, classes/image.C, classes/table.C,
13368: classes/xdoc.C, classes/xnode.h, main/execute.C,
13369: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13370: types/pa_vstateless_class.h: joined_dynamic_fields: started
13371:
13372: * src/types/pa_vobject.C: . object setters [only started, does not
13373: work yet]
13374:
13375: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13376: object setters [only started, does not work yet]
13377:
13378: 2005-07-26 paf
13379:
13380: * src/: include/pa_request.h, main/execute.C: . properties: set
13381: works [alpha2]. for classes. todo: for objects
13382:
13383: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13384: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13385: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13386: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13387: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13388: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13389: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13390: types/pa_vstateless_object.h, types/pa_vvoid.h,
13391: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13392: properties: set works [alpha1]
13393:
13394: 2005-07-25 paf
13395:
13396: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13397: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13398: properties: started, get works [alpha1, other approach]
13399:
13400: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13401: properties: started, get works [alpha2]
13402:
13403: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13404: pa_vstateless_class.h: . properties: started, get works [alpha]
13405:
13406: 2005-07-15 paf
13407:
13408: * src/: classes/classes.h, classes/op.C, main/execute.C,
13409: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13410: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13411: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13412: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13413: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13414: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13415: types/pa_vresponse.C, types/pa_vresponse.h,
13416: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13417: types/pa_vstateless_object.h, types/pa_vvoid.h,
13418: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13419: types/pa_wwrapper.h, types/types.vcproj: + started property
13420: [getters work but think of changing them too to precaching]
13421:
13422: 2005-07-08 paf
13423:
13424: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13425: gpf
13426:
13427: 2005-06-28 paf
13428:
13429: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13430: in passing empty strings to file::exec/cgi environment
13431:
13432: 2005-06-06 paf
13433:
13434: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13435: ^table:sql ^hash:sql now DO process $.bind option
13436:
13437: 2005-05-24 paf
13438:
13439: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13440: $.limit] now work again [support was broken in 3.1.4]
13441:
13442: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13443: ALL_INTERIOR_POINTERS
13444:
13445: 2005-05-12 paf
13446:
13447: * configure: 3.1.5beta
13448:
13449: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13450:
13451: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13452: $.limit] now work again [support was broken in 3.1.4]
13453:
13454: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13455: line-width [was refusing to fill if line-width >1, thanks to
13456: Seras <seras@pinxit.lt> for repro case
13457:
13458: 2005-04-25 paf
13459:
13460: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13461: correctly
13462:
13463: 2005-04-19 paf
13464:
13465: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13466: in VString violating invariant!!
13467:
13468: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13469: getenv("TZ")==null
13470:
13471: 2005-04-08 paf
13472:
13473: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13474: bugfix: when there is no char in charset one byte produces 6
13475: (ÿ <<max). increased buffer size!
13476:
13477: 2005-03-23 paf
13478:
13479: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13480: ^date.sql-string now takes TZ into account
13481:
13482: 2005-03-16 paf
13483:
13484: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13485: gcc 3.4
13486:
13487: * src/types/pa_vhash.C: . warning about eof eol
13488:
13489: 2005-02-17 paf
13490:
1.211 moko 13491: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13492: ^sleep(double seconds)
1.95 moko 13493:
13494: 2005-02-02 paf
13495:
13496: * src/classes/xnode.C: beauty: removed needless includes
13497:
13498: 2005-01-31 paf
13499:
13500: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13501: $.partNoNumber now alias to $.part1
13502:
13503: * src/types/pa_vmail.C: change: incoming letter part contains
13504: "content-disposition" header with any value? now considering that
13505: part to be "file#" [for text/plain text/html were $.text#
13506: $.html#]
13507:
13508: * INSTALL: updatet to latest working versions available
13509:
13510: 2005-01-20 paf
13511:
13512: * configure.in, src/include/pa_version.h: version
13513:
13514: 2005-01-19 paf
13515:
1.116 moko 13516: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13517: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13518: couple warnings in parser3.C
1.95 moko 13519:
13520: 2004-12-23 paf
13521:
13522: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13523:
13524: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13525: dir to directory of script (when shbang used), not to directory
13526: of its interpreter
13527:
13528: * src/include/pa_version.h: compiled on win32...
13529:
13530: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13531: we need more hspace
13532:
13533: * configure, configure.in, src/include/pa_version.h: configured
13534: host to pa_version. will be displayed everywhere
13535:
13536: * src/main/pa_request.C: new: @unhandled_exception can prevent
13537: exception from being logged by setting $exception.handled(1)
13538:
1.211 moko 13539: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13540: ^file::sql{query}[[options]] options: $.name[file name]
13541: $.content-type[application/what]
13542:
13543: * src/: include/pa_common.h, main/pa_common.C,
13544: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13545: new file
13546:
13547: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13548: bugfix: table->hash now regards _default
13549:
13550: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13551: created by accessing $name_of_method it acquired bad self=closest
13552: methodframe; instead of proper self (current class)
13553:
13554: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13555: hashfile produced bad cord
13556:
13557: 2004-12-10 paf
13558:
13559: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13560: subsequent failures though defined in .h
13561:
13562: * src/main/pa_common.C: comment on volatile
13563:
13564: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13565: alarm function were not used since the beginning due to stupid
13566: error [setsigjmp were not checked in configure.in]
13567:
13568: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13569: unix too
13570:
13571: * src/main/pa_common.C: http: exception status of send/recv errors
13572: change to most probable http.timeout
13573:
13574: * src/main/pa_common.C: win32: http connection $.timeout option now
13575: works [setsockopt on send/receive]
13576:
13577: 2004-12-08 paf
13578:
13579: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13580: cstr-ed knowing mail charset, and untainting uri lang now knows
13581: proper charset
13582:
13583: 2004-11-24 paf
13584:
13585: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13586:
13587: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13588: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13589:
13590: 2004-11-12 paf
13591:
13592: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13593: [since 3.0.4]
13594:
13595: 2004-11-09 paf
13596:
13597: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13598: writes basics to c:\parser3.log
13599:
13600: 2004-10-21 paf
13601:
13602: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13603: tainted strings [were returning clean onces]
13604:
13605: 2004-10-15 paf
13606:
13607: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13608: cycles(i=1; i=2), which was wrong, now does ONE
13609:
13610: 2004-10-12 paf
13611:
13612: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13613:
13614: 2004-10-07 paf
13615:
13616: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13617: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13618: release asserts
13619:
13620: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13621: String.dump() to stdout in detailed form [were String.v() in
13622: short form]
13623:
13624: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13625: \t\r\n as @#| and truncates long char sequences less
13626:
13627: 2004-10-06 paf
13628:
13629: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13630: win32 beauty: socket errors properly decoded
13631:
13632: 2004-10-05 paf
13633:
13634: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13635: request::configure_user/admin done always, even if no
13636: file-to-process useful in @unhandled_exception [say, if they
13637: would want to mail by SMTP something]
13638:
13639: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13640: now performed prior to file loading [and @auto executing] thus
13641: making $cookie:value available in @auto and in
13642: @unhandled_exception when IIS is configured to run interpreter
13643: even if no file exist
13644:
13645: 2004-09-20 paf
13646:
13647: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13648: somewhere where it should have called xmlMalloc and it calls
13649: xmlFree when it should have not called it. inserted two
13650: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13651: xmlFree just ignored. put away a testcase, maybe someday libxml
13652: author would fix all that. until that day: we have SLOW garbage
13653: collecting when many xml objects are alive hint: do
13654: ^memory:compact[] before xdoc::create
13655:
13656: 2004-09-17 paf
13657:
13658: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13659: error from 3.0.8 version]
13660:
13661: 2004-09-14 paf
13662:
13663: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13664: part bugfix: hashfile.foreach iterated only part if hashfile were
13665: modified inside
13666:
13667: 2004-09-13 paf
13668:
13669: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13670: [were as octal]
13671:
13672: * src/types/pa_vhashfile.C: beauty: not reproduced
13673: $hashfile.key[$novalue] bug [reported by motorin], inserted
13674: safety-check
13675:
13676: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13677: [not something obscure from sdbm lib]
13678:
13679: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13680: = strerror now returnes something and we can properly report that
13681: to client
13682:
13683: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13684: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13685:
13686: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13687: [tainted as-is] this helps //[space][newline] to remain as-is and
13688: not be unnecessary optimized away [ruining javascript]
13689:
13690: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13691: [tainted as-is]
13692:
13693: * src/classes/mail.C: bugfix: typo error
13694:
13695: 2004-09-09 paf
13696:
13697: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13698: separators bugfix: loads header with endings \r\n\r\n and \n\n
13699: (bloody yandex.server)
13700:
13701: 2004-09-06 paf
13702:
13703: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13704: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13705: encoded
13706:
13707: 2004-09-01 paf
13708:
13709: * src/types/pa_vmail.C: change: multipart/mixed changed to
13710: multipart/related outlook express have no problems showing
13711: unrelated attachments. todo: someday figure out a way of
13712: multipart/mixed multipart/related text/html
13713: image/xxx application/octet-stream << true attachments
13714:
13715: * src/types/pa_vmail.C: new:
13716: ^mail:send[$.file[$.content-disposition can be overriden new:
13717: empty mail header fields removed from letter
13718:
13719: * src/: classes/mail.C, include/pa_config_fixed.h,
13720: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13721: ^mail:send[ $.file[ $.any[header]
13722:
13723: 2004-08-30 paf
13724:
13725: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13726: warnings
13727:
13728: * src/main/pa_common.C: beauty: do not bother with charset
13729: detection when ^file::load[binary
13730:
13731: 2004-08-27 paf
13732:
13733: * src/main/pa_common.C: hack: for yandex.server http server
13734:
13735: 2004-08-18 paf
13736:
13737: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13738: possibly-chunked response
13739:
13740: 2004-08-17 paf
13741:
13742: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13743: $f.content-type now = that of http response
13744:
13745: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13746: $f.content-type now = that of http response
13747:
13748: 2004-07-30 paf
13749:
13750: * src/: include/pa_request.h, main/pa_request.C,
13751: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13752: win32: system&parser exceptions in release mode reported properly
13753: parser exception in exception handler WERE mistakenly reported as
13754: system exception, without details [in apache & isapi] +some
13755: beauty in exception text
13756:
13757: * src/: include/pa_exception.h, main/pa_request.C,
13758: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13759: release mode reported properly parser exception in exception
13760: handler WERE mistakenly reported as system exception, without
13761: details
13762:
13763: * src/main/execute.C: beauty: simplified system exception handling
13764:
13765: 2004-07-29 paf
13766:
13767: * src/classes/table.C: bugfix:
13768: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13769: were ignored, and \t used unconditionally]
13770:
13771: * src/types/Makefile.am: added vhash.c
13772:
13773: 2004-07-28 paf
13774:
13775: * src/: classes/date.C, classes/image.C, classes/math.C,
13776: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13777: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13778: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13779: failed on russian letters
13780:
13781: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13782: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13783: letters
13784:
13785: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13786: as 'currentDirectory' parameter to CreateProcess
13787:
13788: 2004-07-27 paf
13789:
13790: * src/targets/cgi/parser3.vcproj: beauty: win32:
13791: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13792: from release somewhere [to help searching for unhandled system
13793: exceptions]
13794:
13795: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13796: TZ shift
13797:
13798: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13799: but also in ctor
13800:
13801: 2004-07-26 paf
13802:
1.211 moko 13803: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13804: src/main/pa_common.C, src/main/pa_request.C,
13805: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13806: src/types/types.vcproj: new: $response:body/download[
13807: $.file[name on disk] $.name[of file for user]
13808: $.mdate[date of last-modified. default from directory] ]
13809:
13810: * src/classes/file.C: moving file:send somewhere else..
13811:
13812: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13813: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13814: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13815: $response:download[ $.filename[filename] $.option[] ,, ]
13816:
13817: * src/classes/file.C: beauty: invalid mode thoroughly reported
13818:
13819: 2004-07-21 paf
13820:
13821: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13822: to several lines
13823:
13824: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13825:
13826: note: ms outlook[!express] shows only first 255 characters of
13827: subject
13828:
13829: 2004-07-15 paf
13830:
13831: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13832: off]
13833:
13834: 2004-07-14 paf
13835:
13836: * src/classes/table.C: bugfix: $.bind values now got untainted
13837: according to lang [were: as-is]
13838:
13839: 2004-07-07 paf
13840:
13841: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13842: checked that
13843:
13844: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13845: now untainted according to their languages. were: as-is.
13846: EVERYWHERE
13847:
13848: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13849: environment string now untainted according to their languages.
13850: were: as-is. EVERYWHERE
13851:
13852: * src/main/pa_exec.C: bufix: on unix environment string now
13853: untainted according to their languages. were: as-is. on win32:
13854: ok
13855:
13856: * parser3.vssscc: ...would not go unnoticed
13857:
13858: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13859: fails. in case on input appears nonutf, those bytes will be
13860: printed in %HH form. that can be easily decoded/recovered.
13861:
13862: this form is quite noticable, and hopefully would not go noticed
13863:
13864: 2004-07-06 paf
13865:
13866: * src/main/pa_exec.C: bufix: on unix environment string now
13867: untainted according to their languages. were: as-is. on win32:
13868: ok
13869:
13870: 2004-07-01 paf
13871:
13872: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13873: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13874: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13875: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13876: main/main.vcproj, targets/cgi/parser3.vcproj,
13877: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13878: option: global optimization ON
13879:
13880: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13881: to do xdoc::create{invalid chars} standard disables chars less
13882: then \x20, except tab, cr, lf.
13883:
13884: changed tainting so that those become '!'
13885:
13886: 2004-06-25 paf
13887:
13888: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13889: int on odd address [prev bugfix failed due to superwize
13890: optimizer, which turned memcpy into same 'ld' asm command]
13891:
13892: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13893: int on odd address
13894:
13895: 2004-06-22 paf
13896:
13897: * src/sql/pa_sql_driver.h: note: about possible optimization
13898:
1.211 moko 13899: * operators.ru.txt, operators.txt, src/classes/hash.C,
13900: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13901: src/classes/void.C, src/include/pa_config_includes.h: new:
13902: ^void:sql{call paf(:a)}[ $.bind[
13903: $.a[2] ] ] output variables work. todo:
13904: check in out variables
1.95 moko 13905:
13906: 2004-06-18 paf
13907:
13908: * src/: classes/file.C, classes/hash.C, classes/string.C,
13909: classes/table.C, classes/void.C, include/pa_globals.h,
13910: include/pa_sql_connection.h, main/compile.tab.C,
13911: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13912: $.bind[ $.a[2] ]
13913: ] input variables work. todo:output
13914:
13915: * src/targets/cgi/parser3.C: bugfix: iis specific
13916: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13917: /_bug.html?404;http://hpsv/test/
13918: --------------------------------------------------------------------------------
13919: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13920: --------------------------------------------------------------------------------
13921: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13922:
13923: 2004-06-16 paf
13924:
13925: * src/targets/cgi/parser3.C: new: iis specific
13926: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13927: $request:query
13928: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13929: $form:fields IIS-STATUS="404"
13930: IIS-DOCUMENT="http://server/_bug.html" f="v"
13931:
13932: todo: isapi too
13933:
13934: 2004-05-26 paf
13935:
13936: * src/include/pa_version.h: 3.1.3
13937:
1.211 moko 13938: * operators.ru.txt, operators.txt: beauty: removed outdated level
13939: 'table'
1.95 moko 13940:
13941: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13942:
13943: * src/main/pa_string.C: beauty: removed 3 warnings
13944:
13945: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13946: classes/op.C: beauty: removed outdated level 'table'
13947:
13948: 2004-05-25 paf
13949:
13950: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13951: implementation. mistery: how anything worked
13952:
13953: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13954: changed, it is now safe to use url if pointers to it are stored
13955: to gc mem
13956:
13957: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13958: unknown errors reported and not cause SIGSEGV now
13959:
13960: 2004-05-24 paf
13961:
13962: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13963: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13964: less memory: CORD_chars_block originally intended to ... it was
13965: good that CORD_chars_block were not used: it consumes more memory
13966: [and, might be slow too] undoing that. [and removed that func so
13967: that it would not confuse parser developer in future]
13968:
13969: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13970: less memory: CORD_chars_block originally intended to
13971: speedup/reduce mem usage were forgotten, and were used stupid
13972: CORD_chars
13973:
13974: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13975:
13976: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13977: BIGENDIAN processors space-conserving mech failed, causing
13978: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13979: (1|2|3));
13980:
13981: 2004-05-14 paf
13982:
13983: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13984: bugfix: void now has vfile value, and $response:body[] works OK
13985:
13986: 2004-05-12 paf
13987:
13988: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13989: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13990: sources to use is_defined() {return as_bool();} along VBool
13991:
13992: 2004-05-11 paf
13993:
13994: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13995: referencing to local objects
13996:
13997: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13998: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13999: left intact
14000:
14001: 2004-04-15 paf
14002:
14003: * src/classes/date.C: merged: beauty: unused var removed
14004:
14005: * src/classes/date.C: beauty: unused var removed
14006:
14007: * src/include/: pa_exec.h: bugfix: interface without pointer
14008: provoked bug
14009:
14010: 2004-04-09 paf
14011:
14012: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14013:
14014: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14015:
14016: 2004-04-08 paf
14017:
14018: * src/classes/date.C: new: ^date::create[y-m-d
14019: h-M-s>>.milliseconds<<] now allowed, ignored so far
14020:
14021: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14022:
14023: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14024: to consult default catalog [usually, that file belongs to other
14025: user/group]
14026:
14027: 2004-04-06 paf
14028:
14029: * src/main/pa_common.C: beauty: gcc warning removed
14030:
14031: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14032: accept that trick, trying other
14033:
14034: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14035: explicit result problem
14036:
14037: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14038: explicit result problem
14039:
14040: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14041: explicit result problem
14042:
1.211 moko 14043: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14044: ^string.append[string]
1.95 moko 14045:
14046: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14047: main/execute.C: attempt_check_call_in_explicit_result_mode:
14048: failed
14049:
14050: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14051: http://i.p.a.ddress gethostbyaddr added [on some platforms
14052: gethostbyname failed with such 'domains'] now checked properly,
14053: were: needless reverse/forward dns lookup
14054:
14055: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14056: http://i.p.a.ddress gethostbyaddr added [on some platforms
14057: gethostbyname failed with such 'domains'] now checked properly,
14058: were: needless reverse/forward dns lookup
14059:
14060: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14061: @method[][result] means "no string output here" moved to lexical
14062: level [on grammar level it were too difficult]
14063:
1.211 moko 14064: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14065: src/main/compile.tab.C, src/main/compile.y,
14066: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14067: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14068: string output here", implemented part of that idea: compiler
14069: throws away string literal generation code. and barks
14070: nonwhitespace chars
1.95 moko 14071:
1.211 moko 14072: * operators.ru.txt, operators.txt: truth: removed comment about
14073: $ORIGIN
1.95 moko 14074:
14075: 2004-04-05 paf
14076:
14077: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14078: src/include/pa_version.h, src/main/pa_common.C,
14079: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14080:
14081: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14082: Konstantin Tomashevitch [mailto:konst@design.ru]
14083:
14084: * src/doc/html2chm.cmd: beauty: no need in bg here
14085:
14086: * src/doc/sources2html.cmd: beauty: same window, in bg it
14087: interfered with FAR console
14088:
14089: * configure, configure.in: 3.1.3
14090:
14091: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14092:
14093: * src/main/pa_common.C: removed warning
14094:
14095: * src/include/pa_version.h: 3.1.3
14096:
14097: 2004-04-02 paf
14098:
14099: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14100:
14101: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14102: allows to specify where to put parser log file
14103:
14104: 2004-04-01 paf
14105:
14106: * src/classes/table.C: bugfix: bugfix: table::load last line
14107: without tab and enter were ignored
14108:
14109: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14110: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14111: main/pa_socks.C, targets/cgi/parser3.C,
14112: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14113: bugfix: sql connections now are disconnected
14114:
14115: 2004-03-30 paf
14116:
14117: * src/classes/table.C: bugfix: table::load last line without tab
14118: and enter were ignored
14119:
14120: * src/classes/table.C: bufix: if last table lines were commented,
14121: gpfed
14122:
14123: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14124: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14125: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14126: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14127: doc/methoded.dox, doc/object.dox, doc/string.dox,
14128: doc/targets.dox, doc/value.dox, include/pa_version.h,
14129: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14130: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14131: bugfixes from 3.1.2, changed version to 3.1.3beta
14132:
14133: 2004-03-29 paf
14134:
14135: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14136: causes gpf
14137:
14138: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14139: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14140: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14141: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14142: value.dox: translated to english
14143:
14144: 2004-03-25 paf
14145:
14146: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14147: parser3project dependency removed
14148:
14149: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14150: bugfix: refused to compile without xml
14151:
14152: * src/types/pa_vform.C: beauty: removed warning
14153:
14154: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14155: any folder [removed last ;) folder dependency]
14156:
14157: * src/classes/classes.vcproj: bugfix: now all compiles in any
14158: folder [removed last ;) folder dependency]
14159:
14160: * src/include/pa_version.h: release
14161:
14162: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14163:
14164: * src/classes/table.C: beauty: comment& more meaningful error
14165: message
14166:
14167: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14168: $.hash[$.column_value1(true) ... ] [were producing some strang
14169: thing]
14170:
14171: 2004-03-23 paf
14172:
14173: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14174: and http status line parsing checked number of columns in table
14175: [user reported an assert]
14176:
1.211 moko 14177: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14178:
14179: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14180: bugfix: junction reattach now actually reattaches a junction to
14181: new wcontext [were only assigning it to junction, which caused
14182: junction tracking to loose junction, and it's context were not
14183: killed, and it tried to process in invalid context, gpf]
14184:
14185: * src/targets/cgi/parser3.C: debug helper added
14186:
14187: 2004-03-19 paf
14188:
14189: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14190: "type(type)" in braces
14191:
14192: 2004-03-10 paf
14193:
1.211 moko 14194: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14195: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14196: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14197: src/types/pa_vxnode.h: new: refined solution to
14198: search-in-namespaces problem:
1.95 moko 14199: $xdoc.search-namespaces.x[http://pif.design.ru/]
14200: $nodes[^xdoc.select[//x:second]]
14201:
1.211 moko 14202: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14203: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14204: search for info in namespaces
1.95 moko 14205:
14206: $nodes[^xdoc.select[//x:second][
14207: $.x[http://pif.design.ru/] ]]
14208:
14209: 2004-03-09 paf
14210:
1.211 moko 14211: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14212: ^file::load[...][options] $.form[
14213: !$.field1[string]
14214: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14215: ] !$.body[string]
14216:
14217: GET ?here notGET(POST, HEAD, others) in content-type:
14218: application/x-www-form-urlencoded
14219:
14220: todo: upload files ability
14221:
14222: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14223: properly, done
14224:
14225: 2004-03-05 paf
14226:
1.211 moko 14227: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14228: file::load[;http:// GET/POST $.form[$.fields started, not tested
14229: yet todo:$.field[table] for multiple values
1.95 moko 14230:
1.211 moko 14231: * operators.ru.txt, operators.txt: new: http:// options $.user
14232: $.password basic authorization
1.95 moko 14233:
14234: * src/main/pa_common.C: beauty: link to rtf added
14235:
1.211 moko 14236: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14237: src/main/pa_common.C: new: http:// options $.user $.password
14238: basic authorization
1.95 moko 14239:
14240: * src/main/pa_common.C: beauty: removed needless vars
14241:
1.211 moko 14242: * operators.ru.txt, operators.txt: new: pgsql option [like that
14243: recently added to oracle driver]
14244: ClientCharset=parser-charset << charset in which parser thinks
14245: client works
14246:
14247: * operators.ru.txt, operators.txt: new: odbc option [like that
14248: recently added to oracle driver]
14249: ClientCharset=parser-charset << charset in which parser thinks
14250: client works
1.95 moko 14251:
14252: * src/sql/pa_sql_driver.h: beauty: important warning added
14253:
14254: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14255: char!
14256:
14257: * etc/parser3.charsets/windows-1251.cfg: typo
14258:
14259: 2004-03-04 paf
14260:
14261: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14262: cached, sql transcoding now goes faster
14263:
1.211 moko 14264: * operators.ru.txt, operators.txt: new: mysql option [like that
14265: recently added to oracle driver]
14266: ClientCharset=parser-charset << charset in which parser thinks
14267: client works
1.95 moko 14268:
14269: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14270: typo error
14271:
14272: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14273: chars commented
14274:
14275: 2004-03-03 paf
14276:
14277: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14278: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14279:
14280: 2004-03-02 paf
14281:
1.211 moko 14282: * operators.ru.txt, operators.txt: new[update typo]:
14283: !^void.left(n) nothing !^void.right(n) nothing
14284: !^void.mid(p[;n]) nothing
14285:
14286: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14287: !^void.left(n) nothing !^void.right(n) nothing
14288: !^void.pos(p[;n]) nothing
1.95 moko 14289:
1.211 moko 14290: * operators.ru.txt, operators.txt, src/classes/file.C,
14291: src/include/pa_string.h: new:
1.95 moko 14292: ^file::sql[[name_to_become_$.name]]{} query result must be one
14293: row with columns: first: data second: file name third:
14294: content-type
14295:
1.211 moko 14296: * operators.ru.txt, operators.txt, src/classes/file.C:
14297: ^file.sql-string[] inside ^connect gets properly escaped string,
14298: which can be passed to request now this for mysql only. it's up
14299: to parser sql driver to fix zeros properly
1.95 moko 14300:
14301: * INSTALL: note: added on building apache with this option:
14302: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14303:
14304: 2004-03-01 paf
14305:
14306: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14307: extension memory:compact befor processingrequest
14308:
1.211 moko 14309: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14310: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14311:
1.211 moko 14312: * operators.ru.txt, operators.txt, src/classes/image.C,
14313: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14314: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14315:
14316: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14317: beauty: image -- less checks [were ugly impl]
14318:
14319: * src/classes/string.C: bugfix: ^string.left/right/mid with
14320: negative values now considered bad
14321:
14322: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14323:
14324: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14325: options now have unified defaults [after transform
14326: indent/omit-xml-declaration/standalone 'default' erroreously
14327: meant 'true']
14328:
14329: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14330: added [on some platforms gethostbyname failed with such
14331: 'domains']
14332:
14333: * src/include/pa_config_auto.h.in: no select check, no define
14334:
14335: * src/classes/string.C: feature: ^string.trim both parameters may
14336: be empty-strings, meaning kind=both chars=whitespaces
14337:
14338: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14339: exist
14340:
14341: * src/classes/string.C: check: trim 'chars' must not be empty,
14342: exception if it is
14343:
14344: * src/classes/string.C: changed: ^string.trim [] << both,
14345: whitespaces [start|both|end] << kind, whitespaces
14346: [start|both|end;chars] full
14347:
14348: 2004-02-27 paf
14349:
1.211 moko 14350: * operators.ru.txt, operators.txt, src/classes/string.C,
14351: src/main/pa_string.C: new method:
14352: ^string.trim[start|both|end[;chars]] default 'chars' --
14353: whitespace chars finished
1.95 moko 14354:
1.211 moko 14355: * operators.ru.txt, operators.txt, src/classes/string.C,
14356: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14357: ^string.trim[start|both|end[;chars]] default 'chars' --
14358: whitespace chars started, only start works
14359:
14360: * src/main/compile.C: bugfix: line numbers after
14361: ^process{}[$.line(-10]] can be negative, allowed to print they as
14362: signed
14363:
14364: * src/main/untaint.C: speed: there's no \n chars in output
14365: [normally], so no need to optimize them they could be retrived
14366: from databases, though. but 1. should be replaced 2. if not
14367: optimized, no harm done
14368:
14369: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14370: ^file::exec/cgi could return invalid status & zombie child can
14371: remain for short period until process exists [very bad in
14372: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14373:
14374: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14375: malicious SMTP server to attack as by returning too long status
14376: responses http://i2/tasks/edit/?id=4629448401140924947
14377:
14378: 2004-02-26 paf
14379:
1.211 moko 14380: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14381: has options] which are $.main[to what to rename @main]
1.95 moko 14382: $.file[file, from which (user says) goes that CODE]
14383: $.lineno(line number in that file, where CODE starts. may be
14384: negative)
14385:
1.211 moko 14386: * operators.ru.txt, operators.txt, src/classes/op.C,
14387: src/include/pa_request.h, src/main/compile.C,
14388: src/main/compile_tools.h, src/main/pa_request.C: feature:
14389: ^process...{CODE}[now has options] which are $.main[to
14390: what to rename @main] $.file[file, from which (user says)
14391: goes that CODE] $.lineno(line number in that file, where
14392: CODE starts. may be negative)
14393:
1.95 moko 14394: 2004-02-25 paf
14395:
1.116 moko 14396: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14397: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14398:
14399: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14400: produces hash of column=>1
14401:
14402: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14403: with incomplete errno constants set
14404:
14405: 2004-02-24 paf
14406:
14407: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14408: "man select"
14409:
14410: * src/main/pa_os.C: beauty: <0 better then ==-1
14411:
14412: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14413:
14414: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14415:
1.116 moko 14416: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14417:
14418: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14419: unix: steps to work on unix [extracted 'to']
14420:
14421: * src/classes/mail.C: smtp on unix: steps to work on unix
14422:
14423: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14424:
1.116 moko 14425: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14426: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14427: unix [testing on solaris]
1.95 moko 14428:
14429: 2004-02-20 paf
14430:
14431: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14432: pointing that out
14433:
14434: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14435: fixed again [same solution, mistanenly removed one line]
14436:
14437: 2004-02-19 paf
14438:
14439: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14440: date::create from bad datetime in spring daylightsaving hole now
14441: OK for all platforms [on some platforms it failed]
14442:
14443: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14444: in daylightsaving hole] now throws error
14445:
14446: * src/classes/date.C: comment: mistake fixed
14447:
14448: 2004-02-18 paf
14449:
14450: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14451: now renderes in $request:charset, but in header puts
14452: $response:charset todo: make that default only so that coder
14453: could override that
14454:
14455: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14456: turns off omit-xml-declaration
14457:
14458: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14459: /.xsl for sample
14460:
14461: 2004-02-17 paf
14462:
14463: * src/classes/xdoc.C: beauty: needless helper class removed
14464:
14465: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14466: copied extra time
14467:
14468: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14469: part of libxml
14470:
14471: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14472: libxml to do the work] <xsl:output method="html"
14473: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14474: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14475: />
14476:
14477: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14478:
14479: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14480: caused assertion
14481:
14482: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14483: could hang. now such add does nothing, sub clears $hash
14484:
14485: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14486: not made quoted-printable
14487:
14488: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14489: string invariant
14490:
14491: 2004-02-16 paf
14492:
14493: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14494: cleared [were not cleared properly]
14495:
14496: 2004-02-13 paf
14497:
1.116 moko 14498: * src/include/pa_version.h: prerelease
1.95 moko 14499:
14500: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14501: used, introducing dependencies timestamp check
14502:
14503: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14504: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14505: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14506: .xsl.stamp now not used, introducing dependencies timestamp check
14507:
1.150 moko 14508: * configure.in: auto.p: @conf made relative
1.95 moko 14509:
14510: 2004-02-12 paf
14511:
14512: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14513: ruined empty <input type=file> submits. parser thought there were
14514: nameless empty file and $form:field got value of type 'file'
14515:
14516: * INSTALL: --without-threads
14517:
14518: * src/include/pa_sapi.h: 2004
14519:
14520: 2004-02-11 paf
14521:
14522: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14523: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14524: classes/hashfile.C, classes/image.C, classes/int.C,
14525: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14526: classes/response.C, classes/string.C, classes/table.C,
14527: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14528: include/pa_array.h, include/pa_cache_managers.h,
14529: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14530: include/pa_config_fixed.h, include/pa_config_includes.h,
14531: include/pa_dictionary.h, include/pa_dir.h,
14532: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14533: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14534: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14535: include/pa_request_charsets.h, include/pa_request_info.h,
14536: include/pa_socks.h, include/pa_sql_connection.h,
14537: include/pa_sql_driver_manager.h, include/pa_stack.h,
14538: include/pa_string.h, include/pa_stylesheet_connection.h,
14539: include/pa_stylesheet_manager.h, include/pa_table.h,
14540: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14541: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14542: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14543: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14544: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14545: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14546: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14547: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14548: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14549: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14550: main/pa_sql_driver_manager.C, main/pa_string.C,
14551: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14552: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14553: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14554: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14555: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14556: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14557: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14558: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14559: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14560: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14561: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14562: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14563: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14564: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14565: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14566: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14567: types/pa_vresponse.h, types/pa_vstateless_class.C,
14568: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14569: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14570: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14571: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14572: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14573: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14574:
14575: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14576: debug version of gc.dll
14577:
14578: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14579: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14580: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14581: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14582: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14583: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14584: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14585: processes
14586:
14587: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14588: main/pa_globals.C, targets/cgi/parser3.vcproj,
14589: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14590: changes to reflect libxml xsl new folders
14591:
14592: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14593: lib/smtp/smtp.vcproj, main/main.vcproj,
14594: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14595: to reflect libxml xsl new folders
14596:
14597: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14598: lib/smtp/smtp.vcproj, main/main.vcproj,
14599: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14600: types/types.vcproj: started changes to reflect libxml xsl new
14601: folders
14602:
14603: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14604: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14605: src/main/compile.tab.C, src/main/main.vcproj,
14606: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14607: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14608: started changes to reflect libxml xsl new folders
14609:
14610: 2004-02-10 paf
14611:
14612: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14613: compile. recommened latest libxml up to date
14614:
14615: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14616: pattern compilation errors", on which spent 4 hours worktime. use
14617: versions higher than that. recommended now latest up to date
14618:
14619: 2004-02-06 paf
14620:
14621: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14622: beauty: unified destructing style
14623:
14624: * src/main/untaint.C: beauty: removed old def/ifdef
14625:
14626: * src/main/untaint.C: beauty: coredump @unknown untaint language
14627: now
14628:
14629: 2004-02-03 paf
14630:
14631: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14632: targets/isapi/parser3isapi.C, types/pa_value.C,
14633: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14634: then %ld/%lu
14635:
14636: * src/main/pa_common.C: typo: %l -> %u
14637:
14638: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14639: in attributes or documents-results of transform now not xx;
14640:
14641: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14642:
14643: * src/main/pa_charset.C: bugfix: forgot to undo some
14644:
14645: * src/main/pa_charset.C: beauty: uncomment
14646: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14647: libraries
14648:
14649: 2004-02-02 paf
14650:
14651: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14652: $cookie:example[ $.value[value] $.path[/there/] ]
14653:
14654: $cookie:example[ $.value[] $.expires[session]
14655: $.path[/there/] $.domain[test.com] ]
14656:
14657: * src/types/pa_vform.C: bugfix: empty values with
14658: enctype=multipart/form-data now produce entries in $form:tables
14659: <form method=post enctype=multipart/form-data> <input type=hidden
14660: name=a> <input type=hidden name=b>
14661:
14662: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14663: <hr> <pre>$request:body
14664:
14665: 2004-01-30 paf
14666:
14667: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14668: or documents-results of transform now not xx;
14669:
14670: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14671: produce exception.
14672:
14673: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14674: bugfix: ^date::create[invalid fields now produce exception.
14675:
14676: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14677: year] now produces exception. todo: check other fields
14678:
14679: 2004-01-29 paf
14680:
14681: * src/include/pa_memory.h: typo error
14682:
14683: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14684: more byte then specified, then zeroed it << useless and
14685: potentially harmful(could gpf)
14686:
14687: 2004-01-22 paf
14688:
14689: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14690:
14691: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14692: optimization
14693:
14694: * src/main/untaint.C: bugfix: whitespace now optimized properly
14695: [were bug: ^taint[1 & 2]="1 &2"
14696:
14697: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14698: errors
14699:
14700: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14701: overflow
14702:
14703: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14704: error-reporting code * in parser-error reporting code [when no
14705: @unhandled_exception defined]
14706:
14707: fixed in one place: my *snprintf override
14708:
14709: 2004-01-13 paf
14710:
1.211 moko 14711: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14712:
14713: 2003-12-25 paf
14714:
14715: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14716: garbled [pieces after zero bytes were removed]
14717:
14718: 2003-12-22 paf
14719:
1.116 moko 14720: * src/include/Makefile.am: bugfix: removed from dist:
14721: src/include/pa_config_auto.h which were configured for
1.95 moko 14722: make-dist-platform and badly updated proper config file in target
14723: [when .tar used for updating existing source tree]
14724:
1.211 moko 14725: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14726: src/include/pa_sql_connection.h,
14727: src/include/pa_sql_driver_manager.h,
14728: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14729: feature: sql introducing ability to transcode charsets
14730:
14731: 2003-12-19 paf
14732:
14733: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14734: error message
14735:
14736: * src/main/pa_charset.C: bugfix: memory for charsethandler
14737: structure for libxml now allocated properly
14738:
14739: 2003-12-17 paf
14740:
14741: * src/types/pa_vfile.C: beauty: removed outdated cast
14742:
14743: * src/main/pa_common.C: bugfix: empty http response caused gpf
14744:
14745: * src/include/pa_string.h: bugfix: removed too strong a assert
14746:
14747: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14748: unreported xmlGenericErrors]
14749:
14750: 2003-12-15 paf
14751:
14752: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14753: works}
14754:
14755: 2003-12-11 paf
14756:
1.211 moko 14757: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14758: !$status:pid process id
1.95 moko 14759: !$status:tid thread id
14760:
14761: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14762: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14763: bugfix(solaris): removed dependency on object initialization
14764: order [one more place]
14765:
14766: * src/: classes/file.C, classes/mail.C, classes/op.C,
14767: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14768: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14769: understand that
14770:
14771: * src/: classes/file.C, classes/mail.C, classes/op.C,
14772: classes/xdoc.C, include/pa_cache_managers.h,
14773: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14774: include/pa_stylesheet_manager.h, main/pa_request.C,
14775: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14776: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14777: ctor call [relying on implicit String::Body(cstr) call]
14778:
14779: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14780: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14781: object initialization order [two places]
14782:
14783: 2003-12-10 paf
14784:
14785: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14786: << time now ok
14787:
1.211 moko 14788: * operators.ru.txt, operators.txt,
14789: src/main/pa_sql_driver_manager.C,
1.95 moko 14790: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14791: operational
14792:
1.211 moko 14793: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14794: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14795: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14796: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14797: back operational
14798:
14799: 2003-12-02 paf
14800:
14801: * src/types/pa_vmail.C: bugfix:
14802: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14803: as-is forced]
14804:
14805: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14806: exceptions out of libxml callbacks: reimplemented error handling
14807: of http://localhost, parser://method and safemode check callbacks
14808:
14809: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14810: [merged from HEAD]
14811:
14812: * src/classes/image.C: nothing: comment removed
14813:
14814: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14815: addresses to int
14816:
14817: 2003-12-01 paf
14818:
14819: * src/main/pa_xml_io.C: bugfix: typo
14820:
14821: * src/main/pa_globals.C: bugfix: win32: compile prob
14822:
14823: * src/classes/xdoc.C: bugfix: typo
14824:
14825: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14826: exception
14827:
14828: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14829:
14830: 2003-11-28 paf
14831:
14832: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14833: all xml documents read
14834:
14835: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14836:
14837: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14838: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14839: replaced original open mech of xdoc::create & co to use libxml
14840: open, so that this would work for root document todo: safe mode
14841: checks to libxml: ideally to some 1 point
14842:
14843: * src/main/pa_xml_io.C: comment
14844:
1.211 moko 14845: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14846: in http://parser[abscent params]
1.95 moko 14847:
1.211 moko 14848: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14849: src/main/pa_xml_io.C: works. todo: maybe replace original open
14850: mech of xdoc::create & co to use libxml open, so that this would
14851: work for root document
1.95 moko 14852:
14853: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14854: "parser://method/params/here"> <test> &test^; </test> }]
14855:
14856: ^taint[^xdoc.string[]]
14857:
14858: @method[param] <!ENTITY test
14859: "test-entity-value+$form:user+$param!">
14860:
14861: 2003-11-27 paf
14862:
14863: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14864:
14865: * src/classes/date.C: bugfix: typo error
14866:
14867: 2003-11-26 paf
14868:
1.211 moko 14869: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14870: src/include/pa_globals.h, src/main/Makefile.am,
14871: src/main/main.vcproj, src/main/pa_globals.C,
14872: src/main/pa_request.C, src/include/pa_xml_io.h,
14873: src/main/pa_xml_io.C: simplification: xml errors to
14874: hash<thread_id,error> reorganization: xml io moved to
14875: pa_xml_io.C/h
1.95 moko 14876:
14877: * src/types/pa_value.h: warnings: --
14878:
14879: 2003-11-25 paf
14880:
14881: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14882: whatever)
14883:
14884: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14885: a, (c?x:y, z)
14886:
14887: * src/main/untaint.C: bugfix: consequences of not reading this
14888: comment: CORD_pos_chars_left /* Number of characters in cache.
14889: <= 0 ==> none */
14890:
14891: * src/include/pa_array.h: removed needless checks
14892:
14893: 2003-11-24 paf
14894:
14895: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14896: removed limit: now $form:xxx can be accessed anytime, even in
14897: @auto/conf [and request/response:charset still can be changed
14898: anytime]
14899:
14900: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14901: now not transcodes response body
14902:
1.211 moko 14903: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14904: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14905: $tn[^xdoc.createTextNode[text node value]]
14906: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14907: $xdoc.firstChild.firstChild.nodeValue[different]
14908: ^taint[^xdoc.string[]]
14909:
14910: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14911: workaround: static Hash::allocates -> static Hash_allocates
14912:
14913: 2003-11-21 paf
14914:
1.116 moko 14915: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14916: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14917: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14918:
14919: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14920:
14921: * src/classes/mail.C: bugfix: typo
14922:
14923: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14924: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14925: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14926: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14927: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14928: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14929:
14930: * src/main/pa_exec.C: bug in safe mode
14931:
14932: * src/include/Makefile.am: pa_xml_exception.h
14933:
14934: * src/targets/isapi/parser3isapi.C: more warnings --
14935:
14936: 2003-11-20 paf
14937:
14938: * src/: classes/math.C, classes/op.C, classes/string.C,
14939: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14940: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14941: --
14942:
14943: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14944: more warnings --
14945:
14946: * src/classes/xdoc.C: more warnings --
14947:
14948: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14949:
14950: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14951: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14952:
14953: * src/: classes/date.C, classes/file.C, classes/hash.C,
14954: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14955: classes/table.C, include/pa_cache_managers.h,
14956: include/pa_stylesheet_connection.h, main/pa_request.C,
14957: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14958: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14959: --
14960:
14961: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14962: can't report problem (undefined @unhandled_exception) problem
14963: source string were not reported
14964:
14965: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14966: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14967: classes/hashfile.C, classes/image.C, classes/int.C,
14968: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14969: classes/response.C, classes/string.C, classes/table.C,
14970: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14971: include/pa_array.h, include/pa_cache_managers.h,
14972: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14973: include/pa_config_fixed.h, include/pa_dictionary.h,
14974: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14975: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14976: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14977: include/pa_request.h, include/pa_request_charsets.h,
14978: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14979: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14980: include/pa_stack.h, include/pa_string.h,
14981: include/pa_stylesheet_connection.h,
14982: include/pa_stylesheet_manager.h, include/pa_table.h,
14983: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14984: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14985: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14986: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14987: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14988: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14989: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14990: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14991: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14992: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14993: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14994: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14995: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14996: targets/isapi/parser3isapi.C, types/pa_junction.h,
14997: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14998: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14999: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15000: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15001: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15002: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15003: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15004: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15005: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15006: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15007: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15008: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15009: types/pa_vresponse.h, types/pa_vstateless_class.C,
15010: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15011: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15012: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15013: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15014: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15015: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15016: const IDENT
15017:
15018: * src/: include/pa_array.h, include/pa_pool.h,
15019: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15020: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15021: types/pa_wcontext.h: more warnings --
15022:
15023: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15024: classes/file.C, classes/hash.C, classes/hashfile.C,
15025: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15026: classes/memory.C, classes/op.C, classes/string.C,
15027: classes/table.C, classes/xdoc.C, classes/xnode.C,
15028: include/pa_config_includes.h, include/pa_operation.h,
15029: include/pa_sql_connection.h, include/pa_table.h,
15030: include/pa_types.h, lib/ltdl/config_fixed.h,
15031: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15032: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15033: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15034: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15035: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15036: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15037: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15038: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15039: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15040: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15041: types/pa_vmail.C, types/pa_vobject.C,
15042: types/pa_vstateless_class.h, types/pa_vtable.C,
15043: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15044: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15045: on all projects (except libltdl=off & libsdbm=level3) found
15046: several unitialized vars
15047:
15048: 2003-11-19 paf
15049:
15050: * src/classes/op.C: more ansi C++ comp
15051:
1.211 moko 15052: * operators.ru.txt, operators.txt, src/classes/op.C,
15053: src/include/pa_request.h, src/main/pa_request.C:
15054: ^cache[...]{body}{catch block with $exception.handled[cache]
15055: meaning "get expired cache, if any. else error"}
1.95 moko 15056:
15057: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15058: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15059: ^cache[...]{body}{catch code with $exception.cache field}
15060:
15061: 2003-11-12 paf
15062:
15063: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15064: [copy/paste bug]
15065:
15066: 2003-11-11 paf
15067:
15068: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15069: failed]
15070:
15071: 2003-11-10 paf
15072:
15073: * src/types/pa_vconsole.h: flush
15074:
1.211 moko 15075: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15076: src/types/Makefile.am, src/types/types.vcproj,
15077: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15078:
1.211 moko 15079: * operators.ru.txt, operators.txt: mysql: transaction support:
15080: ?autocommit=0
1.95 moko 15081:
1.211 moko 15082: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15083:
15084: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15085: serialize version and exipire now removes entries
15086:
1.211 moko 15087: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15088: altogether [and dir, if could]
1.95 moko 15089:
15090: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15091: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15092: removes files altogether [and dir, if could]
15093:
15094: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15095: nonexistent pair. .c coded that that was error. fixed
15096:
15097: * src/types/pa_vhashfile.C: sdbm: exception type change to
15098: file.access [regretfull can't split it to different exceptions
15099: without modifying sdbm source wich would prefer not to]
15100:
15101: 2003-11-07 paf
15102:
15103: * src/: classes/date.C, classes/file.C, classes/hash.C,
15104: classes/hashfile.C, classes/image.C, classes/table.C,
15105: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15106: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15107: main/execute.C, main/main.vcproj, main/pa_pool.C,
15108: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15109: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15110: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15111: destructing objects at request processing end
15112:
15113: 2003-11-06 paf
15114:
15115: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15116: updates
15117:
15118: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15119: to include sdbm
15120:
1.116 moko 15121: * src/include/: pa_config_includes.h, pa_version.h: our
15122: replacements of max& co only for cpp
1.95 moko 15123:
15124: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15125: upper dir, .am updated
15126:
15127: * tests/todo.txt: hashfile: done
15128:
1.211 moko 15129: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15130: hashfile: clear & expiration [time in value. todo: move time to
15131: key]
1.95 moko 15132:
15133: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15134:
15135: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15136: to do that in foreach, no errors, but surely wrong]
15137:
1.211 moko 15138: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15139: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15140:
1.211 moko 15141: * operators.ru.txt, operators.txt, src/classes/hash.C,
15142: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15143: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15144:
15145: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15146: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15147: hashfile: hash
1.95 moko 15148:
1.211 moko 15149: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15150: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15151: tests/todo.txt: hashfile: delete
1.95 moko 15152:
15153: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15154: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15155: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15156: get/put [raw]
15157:
15158: * src/: classes/op.C, main/pa_os.C: just linked
15159:
15160: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15161: XmlException changes
15162:
15163: * src/: include/pa_charset.h, include/pa_globals.h,
15164: include/pa_stylesheet_connection.h, main/pa_exception.C:
15165: XmlException changes
15166:
15167: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15168:
15169: * src/: include/pa_common.h, include/pa_exception.h,
15170: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15171: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15172: main/pa_xml_exception.C: locking move to pa_os [along with
15173: pa_sleep] apr-impl locking done
15174:
1.211 moko 15175: * configure, configure.in, operators.ru.txt, operators.txt,
15176: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15177: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15178: src/include/pa_exception.h, src/include/pa_globals.h,
15179: src/include/pa_memory.h, src/include/pa_version.h,
15180: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15181: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15182: src/main/compile.tab.C, src/main/main.vcproj,
15183: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15184: src/types/Makefile.am, src/types/pa_vhash.C,
15185: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15186: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15187: again with sdbm from apache
15188:
15189: 2003-11-05 paf
15190:
15191: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15192: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15193: \parser3project dir anymore
15194:
15195: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15196: thoughtlessly from xalan]
15197:
15198: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15199: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15200: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15201:
15202: * src/main/helpers/CaseFolding.txt:
15203: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15204:
15205: 2003-11-04 paf
15206:
1.211 moko 15207: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15208:
15209: * src/classes/table.C: compiled on unix
15210:
1.116 moko 15211: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15212:
15213: * src/classes/mail.C: compiled on unix
15214:
1.211 moko 15215: * operators.ru.txt, operators.txt, src/classes/mail.C,
15216: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15217: $.options[unix: string to append to sendmail command
15218: line]
15219:
1.211 moko 15220: * operators.ru.txt, operators.txt, src/classes/table.C,
15221: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15222: $.separator[^#09] $.encloser["] <nothing> by default
15223:
15224: * operators.ru.txt, operators.txt, src/classes/table.C,
15225: tests/todo.txt: ^table::load !$.separator[^#09]
15226: !$.encloser["] <nothing> by default
1.95 moko 15227:
15228: 2003-11-03 paf
15229:
1.211 moko 15230: * operators.ru.txt, operators.txt, src/classes/table.C,
15231: src/main/pa_common.C: ^table::load[; options:
15232: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15233:
1.211 moko 15234: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15235: src/types/pa_vrequest.C: $request:document-root
15236:
15237: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15238: [already included into uri=xxx]
15239:
1.211 moko 15240: * operators.ru.txt, operators.txt, src/classes/image.C,
15241: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15242:
15243: * src/classes/date.C: minor precaution
15244:
1.211 moko 15245: * operators.ru.txt, operators.txt, src/classes/date.C:
15246: !^date::unix-timestamp()
1.95 moko 15247: !^date.unix-timestamp[]
15248:
15249: 2003-10-30 paf
15250:
1.211 moko 15251: * operators.ru.txt, operators.txt, src/classes/date.C,
15252: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15253: $date.hour
1.95 moko 15254:
15255: * src/classes/: date.C, image.C: improvement diagnostics:
15256: $now[^date::create[$undefined]] now is error
15257:
15258: * src/main/pa_common.C: read errors would now be reported 'actually
15259: read -1 bytes'
15260:
15261: 2003-10-24 paf
15262:
15263: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15264: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15265: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15266: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15267:
15268: 2003-10-22 paf
15269:
15270: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15271:
15272: 2003-10-21 paf
15273:
1.211 moko 15274: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15275: src/main/pa_string.C: fixed: string.match[g] without <'> option
15276: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15277:
15278: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15279: recoursion' message with intensive throw-catches fixed: incorrect
15280: name and line (one name upper then needed) in error message about
15281: problems inside try block
15282:
15283: 2003-10-10 paf
15284:
15285: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15286: check offset argument for validity did that in String::Body::pos
15287: myself http://i2/tasks/edit/?id=4577425257580789777
15288:
15289: 2003-10-07 paf
15290:
15291: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15292: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15293:
15294: 2003-10-03 paf
15295:
15296: * parser3.sln, src/include/pa_dictionary.h,
15297: src/main/pa_dictionary.C, src/main/pa_string.C,
15298: src/targets/cgi/parser3.vcproj: dictionary optimized by
15299: precalculating cstr&length
15300:
15301: 2003-10-02 paf
15302:
15303: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15304: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15305: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15306: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15307:
15308: 2003-09-30 paf
15309:
15310: * src/main/pa_string.C: string::replace bug fix [were ignoring
15311: occurrances after lang-mismatched
15312:
15313: 2003-09-29 paf
15314:
15315: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15316: helper
15317:
15318: * src/main/pa_string.C: string::serialize bug fix with
15319: zero-terminator
15320:
15321: * src/classes/table.C: ^nameless_table.save column row now has no
15322: \t at the end
15323:
15324: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15325: @postprocess now takes $response:body/download
15326:
15327: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15328: error message
15329:
15330: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15331:
15332: * src/classes/table.C: bugfix: flip: must produce nameless
15333: http://i2/tasks/edit/?id=4573405524674081244
15334:
15335: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15336: main/helpers/simple_folding.pl: utf-8 upper/lower
15337:
15338: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15339: to typo error http://i2/tasks/edit/?id=4573354650786434584
15340:
15341: 2003-09-26 paf
15342:
15343: * src/main/untaint.C: removed needless field
15344:
15345: * src/main/untaint.C: removed needless const
15346:
15347: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15348: String.for_each bug fixed [omited one-char cases]
15349:
15350: * src/include/pa_stack.h: bugfix: before collecting garbage,
15351: runtime-executor stack were cleared... BADLY
15352:
15353: * src/main/pa_string.C: ^stirng.replace code used old
15354: param-convention on langs.append, fixed that search fo the like,
15355: found none
15356:
15357: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15358: string::serialize/deserialize implemented Language enum assigned
15359: meaningful letters [more convinient for debugging. read warning
15360: before adding/changing anything]
15361:
15362: 2003-09-25 paf
15363:
15364: * src/: include/pa_string.h, include/pa_version.h,
15365: main/pa_string.C, main/untaint.C: templates and anonymous unions
15366: differences on unix
15367:
15368: * parser3.sln, src/classes/file.C, src/classes/image.C,
15369: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15370: src/classes/xdoc.C, src/classes/xnode.C,
15371: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15372: src/include/pa_charsets.h, src/include/pa_common.h,
15373: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15374: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15375: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15376: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15377: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15378: src/main/compile_tools.h, src/main/pa_charset.C,
15379: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15380: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15381: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15382: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15383: src/types/pa_vmail.C, src/types/pa_vmath.C,
15384: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15385: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15386:
15387: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15388: functions aligned to that of eeparser3 look
15389:
15390: * src/lib/cord/cordprnt.c: removed warnings
15391:
15392: 2003-09-24 paf
15393:
15394: * src/: classes/file.C, classes/image.C, classes/mail.C,
15395: classes/op.C, classes/xdoc.C, classes/xnode.C,
15396: include/pa_cache_managers.h, include/pa_charset.h,
15397: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15398: include/pa_sql_driver_manager.h, include/pa_string.h,
15399: include/pa_stylesheet_manager.h, include/pa_table.h,
15400: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15401: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15402: main/pa_sql_driver_manager.C, main/pa_string.C,
15403: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15404: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15405: types/pa_vstateless_class.h, types/pa_vstatus.C,
15406: types/pa_vxnode.C: v() functions of String::Body,
15407: String::Languages and String itself StringBody->String::Body
15408:
15409: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15410: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15411: never optimized anything. todo: somehow speed up harder cases:
15412: concatenationA+concatenationB when last block of A and first of B
15413: contain same letters
15414:
15415: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15416: lib/cord/include/cord.h: langs: speed up by joining adjucent
15417: blocks of same char [CORD_append_block]
15418:
15419: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15420: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15421: save space by extending blocks when appending block with c ==
15422: lastblock.c
15423:
15424: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15425: working yet :( but more working &understood :)
15426:
15427: * src/: classes/table.C, include/pa_string.h,
15428: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15429:
15430: 2003-09-23 paf
15431:
15432: * src/main/untaint.C: $a[ok!] $a works!
15433:
15434: * src/main/untaint.C: something even more works :)
15435:
15436: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15437: something more works :)
15438:
15439: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15440: lib/cord/cordxtra.c: something already works :)
15441:
15442: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15443: serialize&deserialize
15444:
15445: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15446: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15447: main/untaint.C: main idea implemented, details left
15448:
15449: 2003-09-22 paf
15450:
15451: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15452:
15453: * src/classes/xnode.C: copy/paste comment bugfix
15454:
15455: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15456: allocator returns 0, just die.
15457: http://i2/tasks/edit/?id=4570798492410259445
15458:
15459: * src/classes/xdoc.C: copy/paste comment bugfix
15460:
15461: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15462: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15463: xnode: getAttributeNS setAttributeNS removeAttributeNS
15464: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15465:
15466: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15467: chars due to bitwise operation signed-char error]
15468:
15469: 2003-09-19 paf
15470:
15471: * src/types/pa_wcontext.C: output message: more practical
15472: suggestion
15473:
1.211 moko 15474: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15475: $f[^file::load[binary;http://...]] $f.tables
15476:
15477: 2003-09-02 paf
15478:
15479: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15480: flush stdout without referencing 'stdout' symbol. to hell with
15481: non-ansi libraries without 'stdout' symbol
15482:
15483: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15484: unix (users reported problems with some old libc)
15485:
15486: * src/types/pa_vdate.h: forgot initializer
15487:
15488: 2003-09-01 paf
15489:
15490: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15491: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15492: zone]
15493:
15494: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15495:
15496: 2003-08-19 paf
15497:
15498: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15499: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15500: simplified a little
15501:
15502: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15503: [lost fix from 3.0.8]
15504:
15505: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15506: visible here }
15507:
15508: bug fix
15509:
15510: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15511:
15512: * src/main/compile.tab.C: initialized couple of variables about
15513: which user reported runtime problems when parser were compiled
15514: with VC7, warning level4. study shows that later in bison
15515: they've fixed that. would migrate to latest bison someday
15516:
15517: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15518: recoding headers)
15519:
15520: * src/types/pa_vmail.C: works as before, same charset problems:
15521: gmime recodes to UTF-8 only headers, not body. so not recoding
15522: anything for now
15523:
15524: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15525: problems with body
15526:
15527: * src/types/pa_vmail.C: mail_receive just compiled
15528:
15529: 2003-08-18 paf
15530:
15531: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15532: main/main.vcproj, types/types.vcproj: win32: continued process
15533: detaching from \parser3project directory
15534:
15535: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15536: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15537: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15538: src/lib/pcre/pcre_dftables.dsp,
15539: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15540: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15541: src/types/types.dsp: moved to MSVC 7
15542:
15543: * gnu.vcproj.vspscc, parser3.vssscc,
15544: src/classes/classes.vcproj.vspscc,
15545: src/lib/cord/cord.vcproj.vspscc,
15546: src/lib/ltdl/libltdl.vcproj.vspscc,
15547: src/lib/md5/md5.vcproj.vspscc,
15548: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15549: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15550: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15551: src/targets/isapi/parser3isapi.vcproj.vspscc,
15552: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15553: moved to MSVC 7
15554:
15555: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15556: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15557: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15558: src/lib/pcre/pcre_dftables.vcproj,
15559: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15560: src/targets/cgi/parser3.vcproj,
15561: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15562: new VS project files
15563:
15564: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15565: .NET to detect Jalindi Igloo capabilities.
15566:
15567: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15568: src/classes/classes.awk, src/doc/footer.htm,
15569: src/include/pa_config_fixed.h, src/include/pa_version.h,
15570: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15571: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15572: src/types/pa_vmail.C: merged 3.1.0 latest changes
15573:
15574: 2003-08-15 paf
15575:
15576: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15577: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15578:
15579: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15580: non-ascii <yyy> now encoded correctly
15581:
15582: 2003-07-29 paf
15583:
1.116 moko 15584: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15585: dist
1.95 moko 15586:
15587: * src/types/pa_vmail.C: just started --with-mail-receive
15588:
15589: 2003-07-28 paf
15590:
1.116 moko 15591: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15592: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15593:
15594: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15595:
15596: 2003-07-25 paf
15597:
15598: * src/doc/footer.htm: year
15599:
15600: 2003-07-24 paf
15601:
15602: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15603: fix
15604:
15605: * src/include/pa_version.h: release
15606:
1.116 moko 15607: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15608:
15609: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15610: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15611: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15612: getting rid of win32xml pseudo project
15613:
15614: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15615:
1.116 moko 15616: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15617: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15618: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15619: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15620: src/classes/classes.C, src/classes/classes.awk,
15621: src/classes/classes.dsp, src/classes/classes.h,
15622: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15623: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15624: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15625: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15626: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15627: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15628: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15629: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15630: src/include/pa_array.h, src/include/pa_cache_managers.h,
15631: src/include/pa_charset.h, src/include/pa_charsets.h,
15632: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15633: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15634: src/include/pa_dictionary.h, src/include/pa_dir.h,
15635: src/include/pa_exception.h, src/include/pa_exec.h,
15636: src/include/pa_globals.h, src/include/pa_hash.h,
15637: src/include/pa_memory.h, src/include/pa_opcode.h,
15638: src/include/pa_operation.h, src/include/pa_pool.h,
15639: src/include/pa_pragma_pack_begin.h,
1.95 moko 15640: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15641: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15642: src/include/pa_sapi.h, src/include/pa_socks.h,
15643: src/include/pa_sql_connection.h,
15644: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15645: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15646: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15647: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15648: src/include/pa_uue.h, src/lib/Makefile.am,
15649: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15650: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15651: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15652: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15653: src/lib/cord/include/ec.h,
15654: src/lib/cord/include/private/Makefile.am,
15655: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15656: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15657: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15658: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15659: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15660: src/main/compile_tools.C, src/main/compile_tools.h,
15661: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15662: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15663: src/main/pa_charsets.C, src/main/pa_common.C,
15664: src/main/pa_dictionary.C, src/main/pa_dir.C,
15665: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15666: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15667: src/main/pa_request.C, src/main/pa_socks.C,
15668: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15669: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15670: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15671: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15672: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15673: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15674: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15675: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15676: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15677: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15678: src/targets/isapi/parser3isapi.dsp,
15679: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15680: src/types/pa_junction.h, src/types/pa_method.h,
15681: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15682: src/types/pa_vclass.C, src/types/pa_vclass.h,
15683: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15684: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15685: src/types/pa_vdouble.h, src/types/pa_venv.h,
15686: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15687: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15688: src/types/pa_vimage.C, src/types/pa_vimage.h,
15689: src/types/pa_vint.h, src/types/pa_vjunction.h,
15690: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15691: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15692: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15693: src/types/pa_vobject.C, src/types/pa_vobject.h,
15694: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15695: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15696: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15697: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15698: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15699: src/types/pa_vstring.h, src/types/pa_vtable.C,
15700: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15701: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15702: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15703: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15704: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15705: HEAD
15706:
15707: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15708: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15709: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15710: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15711: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15712: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15713: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15714: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15715: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15716: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15717: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15718: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15719: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15720: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15721: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15722: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15723: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15724: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15725: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15726: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15727: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15728: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15729: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15730: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15731: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15732: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15733: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15734: outputs/create-dir, results/001.processed, results/002.processed,
15735: results/003.processed, results/004.processed,
15736: results/005.processed, results/006.processed,
15737: results/007.processed, results/008.processed,
15738: results/009.processed, results/010.processed,
15739: results/011.processed, results/012.processed,
15740: results/013.processed, results/014.processed,
15741: results/015.processed, results/016.processed,
15742: results/017.processed, results/018.processed,
15743: results/019.processed, results/020.processed,
15744: results/021.processed, results/022.processed,
15745: results/023.processed, results/024.processed,
15746: results/025.processed, results/026.processed,
15747: results/027.processed, results/028.processed,
15748: results/029.processed, results/030.processed,
15749: results/031.processed, results/032.processed,
15750: results/033.processed, results/034.processed,
15751: results/035.processed, results/036.processed,
15752: results/037.processed, results/038.processed,
15753: results/039.processed, results/040.processed,
15754: results/041.processed, results/042.processed,
15755: results/043.processed, results/044.processed,
15756: results/045.processed, results/046.processed,
15757: results/047.processed, results/048.processed,
15758: results/049.processed, results/050.processed,
15759: results/051.processed, results/052.processed,
15760: results/053.processed, results/054.processed,
15761: results/055.processed, results/056.processed,
15762: results/057.processed, results/058.processed,
15763: results/059.processed, results/060.processed,
15764: results/061.processed, results/062.processed,
15765: results/063.processed, results/064.processed,
15766: results/065.processed, results/066.processed,
15767: results/067.processed, results/068.processed,
15768: results/069.processed, results/070.processed,
15769: results/071.processed, results/072.processed,
15770: results/073.processed, results/074.processed,
15771: results/075.processed, results/076.processed,
15772: results/077.processed, results/078.processed,
15773: results/079.processed, results/080.processed,
15774: results/081.processed, results/082.processed,
15775: results/083.processed, results/084.processed,
15776: results/085.processed, results/086.processed,
15777: results/087.processed, results/088.processed,
15778: results/089.processed, results/090.processed,
15779: results/091.processed, results/092.processed,
15780: results/093.processed, results/094.processed,
15781: results/095.processed, results/096.processed,
15782: results/097.processed, results/098.processed,
15783: results/099.processed, results/100.processed,
15784: results/101.processed, results/102.processed,
15785: results/103.processed, results/104.processed,
15786: results/105.processed, results/106.processed,
15787: results/107.processed, results/108.processed,
15788: results/109.processed, results/110.processed,
15789: results/111.processed, results/112.processed,
15790: results/113.processed, results/114.processed,
15791: results/115.processed, results/116.processed,
15792: results/117.processed, results/118.processed,
15793: results/119.processed, results/120.processed,
15794: results/121.processed, results/122.processed,
15795: results/123.processed, results/124.processed,
15796: results/125.processed, results/126.processed,
15797: results/127.processed, results/128.processed,
15798: results/129.processed, results/130.processed,
15799: results/131.processed, results/132.processed,
15800: results/133.processed, results/134.processed,
15801: results/135.processed, results/136.processed,
15802: results/137.processed, results/138.processed,
15803: results/139.processed, results/140.processed,
15804: results/141.processed: merged(copied) to HEAD from template_gc
15805:
15806: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15807: towards \parser3project not having to be in root
15808:
15809: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15810: module compiled [were minor unnecessary changes in lib/md5
15811: interface]
15812:
15813: * src/include/pa_version.h: release
15814:
15815: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15816:
15817: * src/classes/math.C: merged uuid bugfix
15818:
15819: * tests/: 141.html, results/141.processed: fixed bug with
15820: too-small-a-buffer
15821:
15822: * src/classes/math.C: uuid bugfix
15823:
15824: * tests/: 141.html, Makefile, results/005.processed,
15825: results/030.processed, results/075.processed,
15826: results/078.processed: to reflect date format change (were -
15827: become ' ')
15828:
15829: * src/classes/math.C: uuid bugfix
15830:
15831: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15832: debug/release changes
15833:
15834: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15835:
15836: 2003-07-23 paf
15837:
15838: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15839: renamed a little [to move to comman naming conv]
15840:
1.116 moko 15841: * src/targets/Makefile.am: apache13 splitted to simplify apache
15842: build
1.95 moko 15843:
15844: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15845: main/pa_request.C, main/pa_sql_driver_manager.C,
15846: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15847: stack top_index() fixed
15848:
15849: * src/main/pa_globals.C: minor style changes
15850:
15851: * src/: classes/op.C, include/pa_sql_connection.h: connection
15852: closing/caching fixed [connections were not closed/put to cache]
15853:
15854: 2003-07-22 paf
15855:
15856: * INSTALL: gc part updated stightly
15857:
15858: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15859: new sapi interface
15860:
15861: * src/classes/file.C: comment on OS
15862:
15863: * src/main/pa_string.C: removed reduntant invariant check [there is
15864: one deeper in cord lib]
15865:
15866: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15867:
15868: * src/main/pa_memory.C: out of memory is no longer coredump
15869:
15870: * INSTALL: disable-threads adviced
15871:
15872: 2003-07-21 paf
15873:
1.116 moko 15874: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15875:
15876: * src/classes/file.C: file::exec/cgi environment variables now must
15877: be UPPERCASE and A-Z 0-9 _-
15878:
15879: * src/classes/file.C: env passing fixed
15880:
15881: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15882:
15883: * src/main/pa_common.C: http:// CRLF now
15884:
15885: 2003-07-02 paf
15886:
1.211 moko 15887: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15888: $memory:status fields to reflect their real meaning
1.95 moko 15889:
15890: 2003-06-27 paf
15891:
15892: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15893: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15894: file::exec/cgi .charset
15895:
15896: 2003-06-26 paf
15897:
15898: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15899: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15900: src/classes/table.C: fixed several uninitialized local
15901: structures. notably ^hash.foreach now inserts delimiters
15902: properly [were inserting it before first body]
15903:
15904: 2003-06-24 paf
15905:
15906: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15907:
15908: 2003-06-20 paf
15909:
1.211 moko 15910: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15911: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15912: $f[^file::load[binary;http://...]] $f.tables
15913:
15914: 2003-06-06 paf
15915:
15916: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15917: table. [were method lookup: inconsistent]
15918:
15919: 2003-06-02 paf
15920:
15921: * src/include/pa_memory.h: empty string clone fixed to return
15922: writable memory
15923:
15924: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15925: were not appended] which violated string invariant
15926:
15927: 2003-05-30 paf
15928:
15929: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15930: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15931:
15932: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15933: GMT ; RFC 822, updated by RFC 1123
15934:
15935: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15936: targets/isapi/parser3isapi.C: initialized request_info properly
15937:
15938: * src/classes/xnode.C: found minor bug, commended for future
15939:
15940: 2003-05-28 paf
15941:
15942: * src/classes/form.C: request_info.content_length can't be <0,
15943: size_t for some time
15944:
15945: 2003-05-26 paf
15946:
15947: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15948: forgotten <0 changed to !=STRING_NOT_FOUND
15949:
15950: * src/classes/math.C: merged ffffu from HEAD
15951:
15952: 2003-05-11 paf
15953:
15954: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15955:
15956: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15957: premature doc free. transformed document had xmlDoc reference
15958: stored to non-gc-memory (libgdome) added holding-reference
15959:
15960: 2003-04-29 paf
15961:
15962: * src/main/pa_globals.C: started digging on double free. on win32
15963: found that that's perfectly normal.
15964:
15965: 2003-04-25 paf
15966:
15967: * src/classes/table.C: table.join bug fix [bad limit check]
15968:
15969: * src/classes/math.C: merged from HEAD: simpiler hash_string
15970:
15971: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15972: print anything. changed to quicker and simplier code
15973:
15974: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15975: strict a check]
15976:
15977: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15978:
15979: 2003-04-24 paf
15980:
15981: * src/include/pa_table.h: too strict assert loosened
15982:
15983: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15984: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15985: report
15986:
15987: 2003-04-21 paf
15988:
1.116 moko 15989: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15990:
15991: * src/main/pa_globals.C: pcre memory management changed to use GC
15992: memory
15993:
15994: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15995: xmlMallocAtomic [author agreed to my suggestion], used that
15996:
15997: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15998:
15999: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16000: types/pa_vmail.C: attributed_meaning_to_string added
16001: L_UNSPECIFIED piece which was sortof OK, but violated string
16002: invariant [assertion barked on that] changed to L_PASS_APPEND,
16003: made that param obligatory
16004:
16005: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16006: fixed [assert helped]
16007:
16008: * src/include/pa_string.h: assert added [looking for bug]
16009:
16010: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16011: names on Win32 considered disk-global
16012:
16013: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16014: considered disk-global
16015:
16016: 2003-04-18 paf
16017:
16018: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16019: filenames
16020:
16021: * src/main/untaint.C: enabled '~' letter in filenames
16022:
16023: 2003-04-16 paf
16024:
16025: * src/classes/file.C: small bug introduced in autoptr times fixed
16026:
16027: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16028: HEAD
16029:
1.116 moko 16030: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16031:
16032: 2003-04-15 paf
16033:
1.211 moko 16034: * operators.ru.txt, operators.txt, src/classes/math.C,
16035: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16036: tests/results/141.processed: merged from head ^math:uuid[]
16037: ^math:uid64[] ^math:md5[string]
16038:
16039: test added: 141.html
16040:
1.211 moko 16041: * operators.ru.txt, operators.txt, src/classes/math.C:
16042: ^math:uid64[]
1.95 moko 16043:
16044: * src/classes/math.C: ^math:uuid[]
16045:
1.211 moko 16046: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16047:
1.211 moko 16048: * operators.ru.txt, operators.txt, src/classes/math.C,
16049: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16050: 16-byte digest
16051:
16052: * operators.ru.txt, operators.txt, src/classes/file.C,
16053: src/include/pa_common.h, src/include/pa_config_fixed.h,
16054: src/main/pa_common.C: ^file::load[mode;name; $.offset
16055: $.limit
1.95 moko 16056:
16057: 2003-04-14 paf
16058:
16059: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16060: started ^math:md5
16061:
16062: * src/classes/table.C, src/include/pa_array.h,
16063: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16064: tests/results/140.processed: table $.reverse option works in
16065: create&co table $.distinct[tables] bug fix merged
16066:
16067: * src/: classes/table.C, include/pa_table.h: table
16068: $.distinct[tables] bug fixed
16069:
16070: * src/classes/table.C: more warnings
16071:
16072: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16073: removed checks in table::set_current, moved them back to
16074: table::locate implemented table::create/join ñ $.reverse
16075:
16076: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16077: removed checks in table::set_current, moved them back to
16078: table::locate
16079:
16080: 2003-04-11 paf
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_string.h, src/include/pa_table.h,
16086: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16087: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16088: before_append_array_limit_sense_change to
16089: after_append_array_limit_sense_change
16090:
16091: * src/classes/table.C: typo
16092:
1.211 moko 16093: * operators.ru.txt, operators.txt, src/classes/date.C,
16094: src/classes/table.C, src/include/pa_array.h,
16095: src/include/pa_common.h, src/include/pa_config_includes.h,
16096: src/include/pa_globals.h, src/include/pa_table.h,
16097: src/main/pa_array.C, src/main/pa_globals.C,
16098: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16099: src/main/pa_string.C, src/main/pa_table.C:
16100: append_array_limit_sense_change locate accepts options same as
16101: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16102:
16103: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16104: (stat xxx,
16105:
16106: * src/classes/: table.C: typo
16107:
16108: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16109: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16110: results/130.processed, results/131.processed,
16111: results/132.processed, results/133.processed,
16112: results/134.processed, results/135.processed,
16113: results/136.processed, results/137.processed,
16114: results/138.processed, results/139.processed: added few mustfail
16115: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16116: date/time 132.html mustfail: access to junction outside of
16117: context 133.html mustfail: access to junction outside of context,
16118: case version 134.html mustfail: hash: adding a key inside of
16119: foreach 135.html mustfail: modifying system class 136.html
16120: mustfail: $.name outside of $hash[here] 137.html mustfail:
16121: appendChild without import 138.html mustfail: invalid encoding
16122: inside of xml 139.html mustfail: bad XPath
16123:
1.211 moko 16124: * operators.ru.txt, operators.txt, src/classes/table.C,
16125: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16126: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16127: tests/results/126.processed, tests/results/127.processed,
16128: tests/results/128.processed, tests/results/129.processed: merged
16129: from HEAD ^table.hash[key][$.distinct[tables]]
16130:
16131: maked appropriate tests [changed one old nonconforming]
16132:
1.211 moko 16133: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16134: ^table.hash[key][$.distinct[tables]]
16135:
16136: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16137: merged fix for found very old xml (dom) bug: were passing
16138: domString objects and later ERROREOUSLY freed them
16139:
16140: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16141: src/main/pa_charset.C: re-added libgdome patch. regretfully
16142: libgdome bug can not be worked around
16143:
16144: 2003-04-10 paf
16145:
16146: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16147: found very old xml (dom) bug: were passing domString objects and
16148: later ERROREOUSLY freed them
16149:
16150: * src/doc/string.dox, src/include/pa_memory.h,
16151: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16152: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16153: tests/123.html, tests/124.html, tests/results/001.processed,
16154: tests/results/002.processed, tests/results/003.processed,
16155: tests/results/004.processed, tests/results/005.processed,
16156: tests/results/006.processed, tests/results/008.processed,
16157: tests/results/009.processed, tests/results/010.processed,
16158: tests/results/011.processed, tests/results/012.processed,
16159: tests/results/013.processed, tests/results/014.processed,
16160: tests/results/015.processed, tests/results/016.processed,
16161: tests/results/017.processed, tests/results/018.processed,
16162: tests/results/020.processed, tests/results/021.processed,
16163: tests/results/022.processed, tests/results/023.processed,
16164: tests/results/024.processed, tests/results/025.processed,
16165: tests/results/026.processed, tests/results/027.processed,
16166: tests/results/028.processed, tests/results/029.processed,
16167: tests/results/030.processed, tests/results/031.processed,
16168: tests/results/032.processed, tests/results/033.processed,
16169: tests/results/034.processed, tests/results/035.processed,
16170: tests/results/036.processed, tests/results/037.processed,
16171: tests/results/038.processed, tests/results/039.processed,
16172: tests/results/040.processed, tests/results/041.processed,
16173: tests/results/042.processed, tests/results/043.processed,
16174: tests/results/044.processed, tests/results/045.processed,
16175: tests/results/046.processed, tests/results/047.processed,
16176: tests/results/048.processed, tests/results/049.processed,
16177: tests/results/050.processed, tests/results/051.processed,
16178: tests/results/052.processed, tests/results/053.processed,
16179: tests/results/054.processed, tests/results/055.processed,
16180: tests/results/056.processed, tests/results/057.processed,
16181: tests/results/058.processed, tests/results/059.processed,
16182: tests/results/060.processed, tests/results/061.processed,
16183: tests/results/062.processed, tests/results/063.processed,
16184: tests/results/064.processed, tests/results/065.processed,
16185: tests/results/066.processed, tests/results/067.processed,
16186: tests/results/068.processed, tests/results/069.processed,
16187: tests/results/070.processed, tests/results/071.processed,
16188: tests/results/072.processed, tests/results/073.processed,
16189: tests/results/074.processed, tests/results/075.processed,
16190: tests/results/076.processed, tests/results/077.processed,
16191: tests/results/078.processed, tests/results/079.processed,
16192: tests/results/080.processed, tests/results/081.processed,
16193: tests/results/082.processed, tests/results/083.processed,
16194: tests/results/084.processed, tests/results/085.processed,
16195: tests/results/086.processed, tests/results/087.processed,
16196: tests/results/088.processed, tests/results/089.processed,
16197: tests/results/090.processed, tests/results/091.processed,
16198: tests/results/092.processed, tests/results/093.processed,
16199: tests/results/094.processed, tests/results/095.processed,
16200: tests/results/096.processed, tests/results/097.processed,
16201: tests/results/101.processed, tests/results/102.processed,
16202: tests/results/104.processed, tests/results/105.processed,
16203: tests/results/106.processed, tests/results/107.processed,
16204: tests/results/108.processed, tests/results/109.processed,
16205: tests/results/110.processed, tests/results/111.processed,
16206: tests/results/112.processed, tests/results/113.processed,
16207: tests/results/114.processed, tests/results/115.processed,
16208: tests/results/116.processed, tests/results/117.processed,
16209: tests/results/118.processed, tests/results/119.processed,
16210: tests/results/120.processed, tests/results/121.processed,
16211: tests/results/122.processed, tests/results/123.processed,
16212: tests/results/124.processed: new convention: char* never 0.
16213: assert in cord on that
16214:
16215: * src/main/pa_charset.C: couple more asserts
16216:
16217: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16218: speedup
16219:
16220: * src/main/pa_charset.C: couple assertions on fantastic situations
16221: added [may be those is the case now?]
16222:
16223: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16224: that's memory from gc_malloc, not from g_malloc :(, but would
16225: hope]
16226:
16227: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16228: that's memory from gc_malloc, not from g_malloc :(, but would
16229: hope]
16230:
16231: * src/main/pa_charset.C: checked custom malloc for returning 0
16232:
16233: 2003-04-09 paf
16234:
16235: * src/classes/date.C: merged ^date.roll changes
16236:
16237: * src/classes/date.C: ^date.roll bug fix
16238:
16239: * src/classes/date.C: ^date.roll now throws less errors: month
16240: shifts handles end of month situation by reducing day number
16241: hour-hole shift reduces hour to recover
16242:
16243: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16244: Sort by function time
16245:
1.211 moko 16246: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16247: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16248:
16249: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16250: added [after volatile fix. passes on win&intel-solaris]
16251:
16252: 2003-04-08 paf
16253:
16254: * src/: classes/file.C, classes/op.C, classes/table.C,
16255: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16256: include/pa_common.h, include/pa_request_charsets.h,
16257: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16258: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16259: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16260: types/pa_vresponse.C: started http:// $.charset[] param and
16261: http response charset detection just compiled. todo:test
16262:
16263: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16264:
16265: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16266: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16267: types/pa_vmail.C: changed transcode param converntion along with
16268: string creating convention -- all strings are zero-terminated,
16269: this allowed to fix one remaining String("123", 2) case
16270:
16271: * src/: classes/date.C, classes/file.C, classes/hash.C,
16272: classes/op.C, classes/string.C, classes/table.C,
16273: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16274: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16275: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16276: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16277: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16278: violated String::invariant. started fixing [not compiled now]
16279:
16280: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16281: main/compile.tab.C, main/compile.y, main/pa_string.C,
16282: main/untaint.C, targets/cgi/parser3.C: number of string style
16283: improvements & optimizations
16284:
16285: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16286: :(]
16287:
16288: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16289: [for it's a pointer really]
16290:
16291: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16292: 'n' param. worked that around
16293:
16294: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16295: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16296: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16297: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16298: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16299:
16300: Thanks for the bug report and patch.
16301:
16302: I hadn't looked at this code in a while. Reading it now, it
16303: seems to me that the tests should also be ">= MAX_DEPTH" to
16304: comply with the invariant, though that may not matter a lot. I
16305: changed that, too.
16306:
16307: Hans
16308:
16309: 2003-04-07 paf
16310:
16311: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16312: merged from head:safe mode error message now includes numbers
16313:
16314: * src/main/execute.C: n-th attempt to make a=a work with double.
16315: problem: as_double returns it's result in fp-register compiler
16316: optimizes access to that register after b->as_double, and just
16317: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16318: from memory. _SAME_ double values do not match here. when
16319: forced to REload fp-register, values do match.
16320:
16321: tried to make them volatile.
16322:
16323: * src/main/execute.C: n-th attempt to make a=a work with double.
16324: problem: as_double returns it's result in fp-register compiler
16325: optimizes access to that register after b->as_double, and just
16326: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16327: from memory. _SAME_ double values do not match here. when
16328: forced to REload fp-register, values do match.
16329:
16330: tried to make them volatile.
16331:
16332: * src/types/pa_vobject.h: small style change
16333:
16334: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16335:
16336: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16337: mode error message now includes numbers
16338:
16339: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16340: now causes death
16341:
16342: 2003-04-04 paf
16343:
16344: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16345: incorportated pa_exec patch by From: "Victor Fedoseev"
16346: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16347: Sent: Thursday, January 23, 2003 9:14 AM
16348:
16349: huge speedup on ^file::cgi with big result
16350:
16351: * src/classes/table.C: sort table with 0 rows bug fixed
16352:
16353: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16354: fix http://i2/tasks/edit/?id=4493701604654042676
16355:
16356: @main[] $with_default[ $.a[1] $._default[default from
16357: with_default] ] ^show[$with_default]
16358:
16359: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16360: =$to_add_to.xxx=<br>
16361:
16362: ^show[$to_add_to]
16363:
16364: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16365: ^show[$cloned]
16366:
16367: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16368:
16369: } <hr>
16370:
16371: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16372: http://i2/tasks/edit/?id=4493701604654042676
16373:
16374: @main[] $with_default[ $.a[1] $._default[default from
16375: with_default] ] ^show[$with_default]
16376:
16377: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16378: =$to_add_to.xxx=<br>
16379:
16380: ^show[$to_add_to]
16381:
16382: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16383: ^show[$cloned]
16384:
16385: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16386:
16387: } <hr>
16388:
16389: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16390: http://i2/tasks/edit/?id=4507350336410850921
16391:
16392: * src/classes/xdoc.C: memory allocation func bugfix
16393: http://i2/tasks/edit/?id=4499303470368629745
16394:
16395: * src/classes/math.C: allowed random 1...
16396:
16397: * src/classes/math.C: allowed random 0..
16398:
16399: * src/main/pa_globals.C: exif mem leak
16400: http://i2/tasks/edit/?id=4480590323629807263
16401:
16402: * src/: classes/classes.dsp, main/main.dsp,
16403: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16404: fix http://i2/tasks/edit/?id=4493946731322521294
16405: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16406:
16407: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16408: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16409: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16410: links to xml libs made relative, no need to unpack parser3project
16411: to /parser3project.
16412:
16413: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16414: column more precise - tab handling bug fixed
16415:
16416: * src/main/: compile.tab.C, compile.y: more understandable error
16417: message in case @CLASS with more then one line inside
16418:
16419: * src/targets/cgi/parser3.C: more understandable error message in
16420: case of errors in @unhandled_exception
16421:
16422: 2003-04-03 paf
16423:
16424: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16425: src/main/compile.tab.C, src/main/compile.y,
16426: src/main/compile_tools.C, src/main/compile_tools.h,
16427: src/main/execute.C, src/main/pa_request.C: debug info format
16428: simplified, now it's: OP_VALUE Operation::Origin << here value*
16429:
16430: higher limits: file number (max: 255) line number (max:
16431: 64535) column number (max: 255)
16432:
16433: * src/classes/math.C: top limit
16434:
16435: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16436: precise parse error position in case of
16437:
16438: ^bug ]
16439:
16440: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16441: changed to realities, and passed [bug fixed]
16442:
16443: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16444: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16445: main/compile_tools.h, main/pa_request.C: introducing
16446: ^process...[main-method-alias]
16447:
16448: * src/: classes/date.C, classes/image.C, classes/op.C,
16449: classes/string.C, classes/table.C, classes/xdoc.C,
16450: types/pa_vmethod_frame.h: MethodParams& now [methods without
16451: params receive zero reference, but they are expected not to look
16452: there]
16453:
1.211 moko 16454: * operators.ru.txt, operators.txt, src/classes/date.C,
16455: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16456: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16457: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16458: src/classes/response.C, src/classes/string.C,
16459: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16460: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16461: src/types/pa_method.h: MethodParams& now [methods without params
16462: receive zero reference, but they are expected not to look there]
16463:
16464: * operators.ru.txt, operators.txt, src/classes/op.C,
16465: src/include/pa_request.h, src/main/pa_request.C,
16466: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16467: better error reporting [file/line/col]
1.95 moko 16468:
16469: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16470: types/pa_vstring.h: slightly improved error messages text: 1. is
16471: '%s', it 2. method undefined in case of ^void[]
16472:
16473: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16474: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16475: handling done. now we have error columns todo: test it
16476:
16477: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16478: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16479:
16480: this makes life easier: were: bad stack order -- were in
16481: exception catch unwind order, which didn't match execution order
16482:
16483: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16484:
16485: @first[] ^throw[a;1]
16486:
16487: showed throw a first throw b try
16488:
16489: which is no good
16490:
16491: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16492: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16493: trace reset after handled exception [old bug fixed]
16494:
16495: * src/main/: compile.tab.C, compile.y: parse position old bug
16496: fixed. position reporting made precise [both, in parse erros and
16497: runtime errors]
16498:
16499: 2003-04-02 paf
16500:
16501: * src/: include/pa_operation.h, include/pa_request.h,
16502: main/compile.C, main/compile.tab.C, main/compile.y,
16503: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16504: main/pa_exception.C, main/pa_request.C: debug info: started
16505: using. todo:complete
16506:
16507: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16508: main/compile.C, main/compile.tab.C, main/compile.y,
16509: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16510: main/pa_request.C: prepared debug info todo:use it
16511:
16512: * src/include/pa_operation.h: strange mistake fixed: forgot to
16513: return Operation class->union after switching from autoptrs.
16514:
16515: * tests/: Makefile, results/108.processed, results/117.processed:
16516: meta considered OK [it's up to coder now to remove it not needed]
16517:
16518: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16519: Dictionary constructor when moved to gc]
16520:
16521: * src/main/pa_common.C: uncommented http:// file loading
16522:
16523: * src/include/pa_array.h, src/main/execute.C,
16524: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16525: fix [gdGrowingBuf]
16526:
16527: * configure.in, src/lib/Makefile.am: removed patches
16528:
16529: * configure, src/include/pa_config_auto.h.in,
16530: src/main/pa_charset.C: --enable-assertions autoconf-ed
16531:
16532: * src/main/pa_common.C: uncommented http:// file loading
16533:
16534: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16535: xdoc::create/load
16536:
16537: * src/: classes/form.C, classes/hash.C, classes/image.C,
16538: classes/string.C, classes/table.C, classes/void.C,
16539: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16540: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16541: String::String(str,helper_length) are checked. found/fixed one
16542: place: $request:body now zero-terminated,
16543:
16544: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16545: main/compile_tools.C, main/execute.C, types/pa_value.h,
16546: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16547: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16548: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16549: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16550: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16551: types/pa_vxnode.h: more locally scoped vars in execute (more
16552: easily optimizable)
16553:
16554: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16555: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16556:
16557: * src/: include/pa_array.h, include/pa_stack.h,
16558: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16559: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16560: become assertion iterator in methodframe filler
16561:
16562: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16563: targets/cgi/parser3.C: array::get/put inlined
16564:
16565: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16566: gc_substitute_memory_management_functions +installed CORD_oom
16567: function
16568:
16569: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16570: src/include/pa_config_includes.h, src/include/pa_string.h,
16571: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16572: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16573: assertions started configure.in --enable-assertions
16574:
16575: 2003-04-01 paf
16576:
16577: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16578: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16579: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16580: gdome uses glib memory, and stores last pointer to xmlDoc there,
16581: gc misses that and collects valid memory fixed by remembering
16582: xmlDoc from dom object in xdoc. todo: do something with
16583: premature free of xdoc with xnodes/node values referring into it
16584:
16585: * src/classes/: mail.C: typo fix
16586:
16587: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16588: changes
16589:
16590: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16591: main/pa_memory.C: moved memory debugging to global level: to
16592: pa_gc_malloc
16593:
16594: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16595: debugging showed no errors. todo: debug parser memory
16596:
16597: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16598: configurations
16599:
16600: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16601: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16602: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16603: types/types.dsp: prepared xml-static configuration
16604:
16605: 2003-03-31 paf
16606:
16607: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16608: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16609: xml lib memory debugging, simple checks failed: it seems that
16610: library does realloc(bad ptr), and recording those ptrs in heap
16611: [for debugging] was bad: heap situation changes = everything
16612: works fine
16613:
16614: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16615: xmlRegisterCharEncodingHandler limitation [currently imposed
16616: limit of 10 user-defined charsets]
16617:
16618: 2003-03-28 paf
16619:
16620: * src/main/execute.C: execution stack copied to local register
16621: variable, removed lots [~2e7) of memory accesses
16622:
16623: 2003-03-27 paf
16624:
16625: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16626: works in debug, but fails in release todo: fix that
16627:
16628: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16629: targets/cgi/parser3.C: forgot to merge XML memory funcs
16630: replacement from gc branch
16631:
16632: * src/main/pa_exec.C: introducing append_help_length [radical
16633: improvement here]
16634:
16635: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16636: 'not recommened' in gc.h, on win32 noticed no difference]
16637:
16638: * src/include/pa_array.h: returned checked array get [were disabled
16639: for debugging] result:not slower [don't understand that, it were
16640: INLINED] todo: find out a way of inlining it!
16641:
16642: * src/: include/pa_string.h, lib/gc/include/gc.h,
16643: lib/gc/include/gc_fake.h, main/compile.tab.C,
16644: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16645: convention changed: all resulting strings are zero-terminated
16646:
16647: * src/: classes/date.C, classes/file.C, classes/hash.C,
16648: classes/string.C, classes/table.C, classes/void.C,
16649: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16650: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16651: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16652: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16653: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16654: types/pa_vfile.C, types/pa_vmail.C: introducing
16655: append_help_length [radical improvement here]
16656:
16657: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16658: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16659: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16660: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16661: even slower
16662:
16663: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16664: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16665: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16666: clients of &get(): most to use non-ref version, some[in tight
16667: places] to get_unchecked_ref
16668:
16669: * src/doc/memory.dox: forgot to add
16670:
16671: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16672: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16673: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16674: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16675: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16676: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16677: targets/cgi/parser3.dsp, types/pa_vmail.C,
16678: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16679: T>>&<< removed after Stack::pop wiping removed [moved to separate
16680: func] other Array & removed
16681:
16682: 2003-03-26 paf
16683:
16684: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16685: classes/table.C, include/pa_array.h, include/pa_charset.h,
16686: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16687: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16688: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16689: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16690: main/pa_exec.C, main/pa_sql_driver_manager.C,
16691: main/pa_stylesheet_manager.C, main/pa_table.C,
16692: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16693: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16694: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16695: pre-evaluated .count() in some places
16696:
16697: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16698: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16699: types/types.dsp: .dsp profiling updated
16700:
16701: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16702: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16703: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16704:
16705: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16706: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16707: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16708: use lib/gc,lib/cord
16709:
1.116 moko 16710: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16711: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16712: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16713: src/include/pa_config_includes.h, src/include/pa_request.h,
16714: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16715: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16716: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16717: src/lib/cord/include/Makefile.am,
1.116 moko 16718: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16719: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16720: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16721: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16722: src/types/pa_vform.h, src/types/pa_vhash.h,
16723: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16724: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16725: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16726: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16727: funcs ported pa_exec
1.95 moko 16728:
16729: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16730:
16731: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16732: bundled gc includes
16733:
16734: * src/: classes/op.C, include/pa_array.h,
16735: include/pa_sql_connection.h, include/pa_string.h,
16736: include/pa_version.h, main/compile.tab.C, main/compile.y,
16737: main/execute.C, main/pa_common.C, main/pa_exception.C,
16738: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16739: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16740: first real site (aval)]
16741:
16742: 2003-03-25 paf
16743:
1.211 moko 16744: * operators.ru.txt, operators.txt,
16745: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16746: $status.memory used free since_compact process
1.95 moko 16747:
16748: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16749: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16750:
16751: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16752:
16753: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16754: src/types/pa_value.h, src/types/pa_vfile.h,
16755: src/types/pa_vobject.C, src/types/pa_vobject.h,
16756: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16757: tests/results/121.processed: untaint.C L_URI
16758:
1.211 moko 16759: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16760: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16761: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16762: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16763:
16764: * tests/results/109.processed: it was a bug in parser. updated 109
16765: test result
16766:
16767: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16768:
16769: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16770: tests/results/107.processed: fixed dom language [values are now
16771: considered tainted. it was a bug in parser. updated 107 test
16772: result
16773:
16774: * src/classes/xdoc.C: fixed transform params
16775:
16776: * src/: include/pa_stylesheet_manager.h,
16777: main/pa_stylesheet_manager.C: fixed stylesheet caching
16778:
16779: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16780: overloads for structure handling
16781:
16782: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16783: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16784: StringBody(0) ambiguilty, introducting static
16785: StringBody::Format(int)
16786:
16787: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16788: linked
16789:
16790: * src/types/pa_vxdoc.C: vxdoc compiled
16791:
16792: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16793: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16794: finalizers isntalled
16795:
16796: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16797: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16798: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16799: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16800: compiled todo: xnode.C / finalizers
16801:
16802: * src/doc/string.dox: updated: new string internals
16803:
16804: 2003-03-24 paf
16805:
16806: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16807: include/pa_charset.h, include/pa_config_fixed.h,
16808: include/pa_request.h, include/pa_stylesheet_connection.h,
16809: include/pa_stylesheet_manager.h, main/pa_charset.C,
16810: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16811: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16812: types/pa_vxnode.h: started XML
16813:
16814: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16815:
16816: * src/: classes/file.C, classes/image.C, classes/mail.C,
16817: include/pa_string.h, main/pa_common.C,
16818: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16819:
16820: * src/: classes/file.C, classes/image.C, classes/mail.C,
16821: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16822: main/pa_request.C, main/pa_sql_driver_manager.C,
16823: types/pa_vimage.h: size_t pos everywhere checks changed to check
16824: for eq STRING_NOT_FOUND
16825:
16826: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16827: optimize bit implemented
16828:
16829: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16830: String::ArrayFragment::append_positions fixed
16831:
16832: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16833: String::this_starts fixed
16834:
16835: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16836:
16837: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16838: hashcode implemented fully, including per-char callback [it can
16839: be - substr CORD node]
16840:
16841: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16842: rewritten to rewalloc with 100byte buf ahead
16843:
16844: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16845: src/include/pa_string.h, src/main/compile.tab.C,
16846: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16847: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16848: CORD_ec [bad] would rewrite as realloc now
16849:
16850: * src/: classes/date.C, classes/file.C, classes/form.C,
16851: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16852: include/pa_cache_managers.h, include/pa_charsets.h,
16853: include/pa_common.h, include/pa_request.h,
16854: include/pa_sql_driver_manager.h, include/pa_table.h,
16855: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16856: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16857: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16858: types/pa_vmail.C, types/pa_vmethod_frame.C,
16859: types/pa_vstateless_class.h: 2*2 worked :)
16860:
16861: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16862: src/include/pa_exec.h, src/include/pa_string.h,
16863: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16864: passed OK
16865:
16866: * src/: classes/hash.C, classes/string.C, classes/table.C,
16867: types/pa_value.C: all linked todo: debug
16868:
16869: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16870: types/pa_vstateless_class.C: all compiled. todo:link
16871:
16872: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16873:
16874: * src/types/pa_vtable.C: pa_vtable.C compiled
16875:
16876: * src/types/pa_vstring.C: pa_vstring.C compiled
16877:
16878: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16879:
16880: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16881: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16882: pa_vstateless_class.C, pa_vstateless_class.h:
16883: pa_vstateless_class.C compiled
16884:
16885: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16886: types/pa_vmath.C: pa_vmail.C compiled
16887:
16888: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16889:
16890: * src/types/pa_vform.C: pa_vform.C compiled
16891:
16892: * src/types/pa_vfile.C: pa_vfile.C compiled
16893:
16894: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16895: pa_vstateless_class.C: pa_vcookie.C compiled
16896:
16897: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16898: types/pa_vhash.h: pa_value.C compiled
16899:
16900: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16901: classes.lib main.lib compiled
16902:
16903: * src/classes/void.C: void.C compiled
16904:
16905: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16906: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16907: compiled
16908:
16909: * src/: classes/string.C, include/pa_request.h,
16910: include/pa_string.h, main/pa_string.C: string.C compiled
16911:
16912: * src/: classes/op.C, classes/string.C, classes/table.C,
16913: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16914: main/pa_request.C, main/pa_string.C: op.C compiled
16915:
16916: * src/classes/: math.C, op.C: math.C compiled
16917:
16918: * src/: classes/mail.C, classes/string.C, classes/table.C,
16919: types/pa_vmail.h: mail.C compiled
16920:
16921: * src/classes/: int.C, table.C: int.C compiled
16922:
16923: * src/: classes/hash.C, classes/image.C, classes/string.C,
16924: classes/table.C, include/pa_memory.h, include/pa_string.h,
16925: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16926: compiled
16927:
16928: * src/: classes/hash.C, classes/string.C, classes/table.C,
16929: classes/void.C, classes/xdoc.C, include/pa_request.h,
16930: include/pa_sql_connection.h: hash.C compiled
16931:
16932: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16933: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16934: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16935: classes/math.C, classes/op.C, classes/response.C,
16936: classes/string.C, classes/table.C, classes/void.C,
16937: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16938: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16939: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16940: file.C table.C compiled
16941:
16942: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16943: main/untaint.C: main.lib compiled
16944:
16945: 2003-03-21 paf
16946:
16947: * src/: classes/op.C, include/pa_cache_managers.h,
16948: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16949: include/pa_stylesheet_manager.h, main/pa_exception.C,
16950: main/pa_globals.C, main/pa_sql_driver_manager.C,
16951: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16952: compiled
16953:
16954: * src/: classes/hash.C, classes/image.C, classes/op.C,
16955: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16956: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16957: main/compile.C, main/pa_common.C, main/pa_request.C,
16958: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16959: pa_request.C compiled
16960:
16961: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16962: include/pa_request.h, main/execute.C, main/pa_request.C,
16963: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16964: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16965: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16966: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16967: compiled
16968:
16969: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16970: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16971: on unix
16972:
16973: * src/: include/pa_charset.h, include/pa_charsets.h,
16974: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16975: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16976: pa_charsets.C compiled
16977:
16978: * src/: classes/image.C, classes/mail.C, classes/op.C,
16979: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16980: main/compile.y, main/execute.C, main/pa_common.C,
16981: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16982: types/pa_vcode_frame.h, types/pa_vimage.h,
16983: types/pa_vmethod_frame.h: execute.C compiled
16984:
16985: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16986: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16987: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16988: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16989: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16990: include/pa_cache_managers.h, include/pa_charsets.h,
16991: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16992: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16993: include/pa_sql_driver_manager.h, include/pa_string.h,
16994: include/pa_stylesheet_connection.h,
16995: include/pa_stylesheet_manager.h, include/pa_table.h,
16996: main/compile.C, main/compile.tab.C, main/compile.y,
16997: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16998: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16999: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17000: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17001: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17002: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17003: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17004: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17005: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17006: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17007: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17008: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17009: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17010: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17011: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17012: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17013: types/pa_vresponse.h, types/pa_vstateless_class.C,
17014: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17015: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17016: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17017: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17018: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17019: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17020: [C++ CORD wrapper]
17021:
17022: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17023:
17024: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17025: $file::exec/cgi[script; $.charset[this is script's charset]
17026:
17027: command line, env values, input got transcoded before call
17028: stdout, stderr got transcoded after call
17029:
17030: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17031: by default. use: ^file::exec[...;$.stdin[$request.body]
17032:
17033: * src/main/pa_common.C: } typo bug fix
17034:
17035: * src/main/pa_common.C: } typo bug fix
17036:
17037: 2003-03-20 paf
17038:
17039: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17040: main/untaint.C: cord bug fix, but still errors todo: clear out
17041:
17042: * src/include/pa_string.h: more tests
17043:
17044: * src/main/pa_string.C: string.pos fixed
17045:
1.116 moko 17046: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17047: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17048: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17049: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17050: replaces
1.95 moko 17051:
17052: * src/: classes/image.C, include/pa_dictionary.h,
17053: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17054: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17055: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17056: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17057:
17058: * src/include/pa_string.h: warning
17059:
17060: * src/include/pa_string.h: this_starts fixed
17061:
17062: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17063: new String ctor & append params convention
17064:
17065: * src/: classes/file.C, classes/hash.C, classes/image.C,
17066: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17067: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17068: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17069: main/pa_exception.C, main/pa_exec.C,
17070: main/pa_sql_driver_manager.C, main/pa_string.C,
17071: main/pa_stylesheet_manager.C, main/untaint.C,
17072: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17073: types/pa_vmail.C: more tests OK
17074:
17075: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17076: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17077: gc/exit runned OK
17078:
17079: * src/types/pa_vmail.C: another naming problem: should not name
17080: vars like that: unpredictable close caused problems with later
17081: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17082: descriptors missing on startup: stdin; Bad file number
17083:
17084: todo: find out why so many filters(stream) here. probably wrong?
17085:
17086: * src/: include/pa_dictionary.h, include/pa_string.h,
17087: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17088: main/untaint.C: test compiled
17089:
17090: * src/: classes/image.C, classes/mail.C, classes/math.C,
17091: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17092: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17093: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17094: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17095: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17096: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17097: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17098: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17099: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17100:
17101: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17102: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17103: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17104: src/include/pa_memory.h, src/include/pa_request.h,
17105: src/include/pa_request_charsets.h,
17106: src/include/pa_sql_connection.h, src/include/pa_string.h,
17107: src/main/compile.tab.C, src/main/execute.C,
17108: src/main/pa_charset.C, src/main/pa_common.C,
17109: src/main/pa_exception.C, src/main/pa_exec.C,
17110: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17111: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17112: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17113: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17114: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17115: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17116: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17117: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17118: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17119: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17120: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17121: pa_common.C [done, without http for now]
17122:
17123: 2003-03-19 paf
17124:
17125: * src/: classes/date.C, classes/form.C, classes/hash.C,
17126: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17127: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17128: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17129: include/pa_string.h, include/pa_table.h, main/compile.C,
17130: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17131: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17132: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17133: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17134: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17135: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17136: types/pa_vstateless_class.h, types/pa_vtable.C,
17137: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17138: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17139: types/pa_wwrapper.h: started test
17140:
1.116 moko 17141: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17142: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17143:
17144: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17145: include/pa_string.h, main/pa_string.C: string compiled todo: test
17146: it
17147:
17148: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17149: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17150: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17151: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17152: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17153: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17154: types/pa_vmethod_frame.h, types/types.dsp: string
17155: reimplementation with cord+array<fragment>: 70%
17156:
17157: 2003-03-18 paf
17158:
17159: * src/: classes/date.C, classes/file.C, classes/form.C,
17160: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17161: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17162: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17163: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17164: can ignore lang in cmp and pos really, but would
17165: split properly!
17166:
17167: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17168: cord part made parser/src/lib: it's not compiled into libgc by
17169: default
17170:
17171: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17172: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17173: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17174: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17175: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17176: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17177: src/classes/xnode.C, src/classes/xnode.h,
17178: src/include/Makefile.am, src/include/pa_cache_managers.h,
17179: src/include/pa_charset.h, src/include/pa_charsets.h,
17180: src/include/pa_common.h, src/include/pa_dictionary.h,
17181: src/include/pa_exception.h, src/include/pa_exec.h,
17182: src/include/pa_globals.h, src/include/pa_hash.h,
17183: src/include/pa_memory.h, src/include/pa_pool.h,
17184: src/include/pa_request.h, src/include/pa_request_charsets.h,
17185: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17186: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17187: src/include/pa_stylesheet_connection.h,
17188: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17189: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17190: src/main/compile.C, src/main/compile.tab.C,
17191: src/main/compile_tools.C, src/main/compile_tools.h,
17192: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17193: src/main/pa_charsets.C, src/main/pa_common.C,
17194: src/main/pa_dictionary.C, src/main/pa_exception.C,
17195: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17196: src/main/pa_pool.C, src/main/pa_request.C,
17197: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17198: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17199: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17200: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17201: src/types/pa_junction.h, src/types/pa_method.h,
17202: src/types/pa_value.C, src/types/pa_value.h,
17203: src/types/pa_vclass.C, src/types/pa_vclass.h,
17204: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17205: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17206: src/types/pa_vdouble.h, src/types/pa_venv.h,
17207: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17208: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17209: src/types/pa_vimage.C, src/types/pa_vimage.h,
17210: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17211: src/types/pa_vmath.C, src/types/pa_vmath.h,
17212: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17213: src/types/pa_vobject.C, src/types/pa_vobject.h,
17214: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17215: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17216: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17217: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17218: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17219: src/types/pa_vstring.h, src/types/pa_vtable.C,
17220: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17221: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17222: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17223: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17224: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17225: gc: PA_Object done lots of replacements also
17226:
17227: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17228: gc logging
17229:
17230: 2003-03-17 paf
17231:
17232: * src/: classes/date.C, classes/file.C, classes/form.C,
17233: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17234: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17235: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17236: include/pa_string.h, include/pa_types.h, main/compile.C,
17237: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17238: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17239: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17240: main/pa_sql_driver_manager.C, main/pa_string.C,
17241: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17242: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17243: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17244: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17245: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17246: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17247: types/pa_vxnode.h: libgc attempt
17248:
17249: 2003-03-13 paf
17250:
17251: * src/: include/pa_sql_driver_manager.h,
17252: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17253: called
17254:
17255: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17256: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17257: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17258: types/pa_value.h, types/pa_vobject.h,
17259: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17260: set_base, set_derived simplified [counter leaks fixed]
17261:
17262: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17263: src/types/types.dsp: incorporated status class patch From:
17264: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17265: 2003 8:14 AM
17266:
17267: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17268: Win32 specific: QuotaPeakNonPagedPoolUsage
17269: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17270:
17271: 2003-03-12 paf
17272:
1.116 moko 17273: * configure, configure.in, src/lib/ltdl/configure,
17274: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17275: lib/ltdl/Makefile now created by /configure.in only [were by
17276: lib/ltdl/configure.in OVERWRITE]
17277:
1.116 moko 17278: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17279: linkage fixed for g++ 3.2.2
1.95 moko 17280:
17281: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17282: on using privately declared class [fixed]
17283:
17284: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17285: 3.2 rightliy complained on using privately declared class [fixed]
17286:
17287: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17288: sigpipe before request constructor now causes death
17289:
17290: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17291: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17292: not cause exception in exception handler
17293:
1.116 moko 17294: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17295: now default links libstdc++ statically. that can be overriden by
17296: --with-dynamic-stdcpp
1.95 moko 17297:
17298: 2003-03-11 paf
17299:
17300: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17301: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17302: necessity of libstdc++
17303:
17304: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17305:
17306: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17307:
17308: 2003-03-08 paf
17309:
17310: * tests/Makefile: make install & co
17311:
17312: * src/: include/pa_request.h, classes/op.C: removing
17313: vclass,object.h -> pa_request.h dependency
17314:
17315: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17316: main/pa_request.C: removing vform,response,cookie.h ->
17317: pa_request.h dependency
17318:
17319: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17320: dependency [testing...]
17321:
17322: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17323: return 0; fixed
17324:
17325: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17326: types/pa_vmail.h: vmail.C received just compiled [not tested]
17327:
17328: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17329:
17330: * src/main/pa_request.C: forgotten: ifdef XML
17331:
17332: * src/main/pa_request.C: forgotten: ifdef XML
17333:
17334: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17335: win32 and run memleak tests again
17336:
17337: * src/targets/cgi/parser3.C: charsets: see some strange things with
17338: old xml lib-- it's internal memory handling has faults
17339:
17340: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17341: problems when transcode from charset A to A.
17342:
17343: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17344: todo: still problems when transcode from charset A to A.
17345:
17346: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17347: classes/table.C, include/pa_array.h,
17348: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17349: started full-scale-site-test [~ http://parser.ru sources]
17350:
17351: some fixes
17352:
17353: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17354: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17355: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17356: results/110.processed, results/111.processed,
17357: results/112.processed, results/113.processed,
17358: results/114.processed, results/115.processed,
17359: results/116.processed, results/117.processed,
17360: results/118.processed, results/119.processed,
17361: results/120.processed: xml: tests 109 dom create/show 110 xpath
17362: selectSingle 111 xdoc.create from tainted & 112
17363: xdoc.create/output with russian attr value 113 xpath
17364: selectString/Number 114 dom attributes.count 115 xpath selectBool
17365: 116 output media-type change 117 transform by dom stylesheet 118
17366: empty transform result 119 dom setAttribute 120 nbsp letter
17367: output
17368:
17369: =END OF PREPARED XML TESTS=
17370:
17371: 2003-03-07 paf
17372:
17373: * src/classes/xdoc.C, src/include/pa_charset.h,
17374: src/include/pa_stylesheet_connection.h, tests/108.html,
17375: tests/108.xsl, tests/results/108.processed: xml: test 108
17376: transform with params [bugs fixed]
17377:
17378: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17379: from copy/paste bug
17380:
17381: * src/classes/xdoc.C, src/include/pa_charset.h,
17382: src/include/pa_request.h, src/main/execute.C,
17383: src/main/pa_charset.C, src/main/pa_exception.C,
17384: src/main/pa_globals.C, src/main/pa_request.C,
17385: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17386: src/types/pa_vxnode.C, tests/107.html,
17387: tests/results/107.processed: xml: test: 107 bug fixes
17388:
17389: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17390: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17391: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17392:
17393: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17394: string
17395:
17396: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17397: mem alloc functions used for different cases [libxml, libxsl]
17398:
17399: * src/classes/classes.C: fixed: prevent system classes from
17400: modification to lock ALL the classes, not only directly used
17401:
17402: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17403: linked
17404:
17405: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17406:
17407: 2003-03-06 paf
17408:
17409: * src/classes/xdoc.C: xdoc.C 50%
17410:
17411: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17412: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17413: main/pa_globals.C, main/pa_request.C,
17414: main/pa_stylesheet_manager.C: xnode.C compiled
17415:
17416: * src/: include/pa_stylesheet_connection.h,
17417: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17418: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17419:
17420: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17421: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17422: xml: stylesheet&manager STARTED
17423:
17424: * src/: include/pa_globals.h, main/pa_charset.C,
17425: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17426:
17427: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17428: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17429: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17430: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17431: charsets
17432:
17433: * tests/023.html: in some cases it rounded up badly. postponing
17434: solution of that problem, making more simple test
17435:
17436: * tests/: 058_paf2000.png, results/058.processed: .png added with
17437: -kb now
17438:
17439: * src/: include/pa_charset.h, include/pa_charsets.h,
17440: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17441: moved to charsets.C
17442:
17443: 2003-03-05 paf
17444:
17445: * src/classes/string.C, src/include/pa_string.h,
17446: src/main/pa_string.C, tests/105.html,
17447: tests/results/105.processed: String::match bug fixed
17448:
17449: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17450: tests/results/104.processed: ^bpt operator added [does int3 in
17451: debug build on win32]
17452:
17453: * tests/: 057.html, results/057.processed: test bug fixed
17454:
1.116 moko 17455: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17456:
17457: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17458: missing
17459:
1.116 moko 17460: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17461: forgotten files added to Makes
1.95 moko 17462:
17463: * ltmain.sh: ltmain.sh added
17464:
17465: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17466: change undone ;(
17467:
17468: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17469: made static
17470:
17471: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17472: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17473: todo:make linker happy
1.95 moko 17474:
17475: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17476: env param made optional
17477:
17478: 2003-03-04 paf
17479:
17480: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17481: types/pa_vimage.h: number of gcc compiler bugs fixed
17482:
17483: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17484: results/103.processed: tests: 103 image.copy transparence test
17485:
17486: * src/main/execute.C, tests/101.html, tests/102.html,
17487: tests/results/101.processed, tests/results/102.processed: tests:
17488: 101 method/variable name conflict test 102 form fields change
17489: should not not change anything [bug fix]
17490:
17491: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17492: results/099.processed, results/100.processed: tests: 57 date
17493: create 2002: added 99,100 response:body/download
17494:
17495: * src/classes/image.C, tests/098.html, tests/098font.gif,
17496: tests/results/098.processed: test: 98 image font text [bug fixed]
17497:
17498: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17499: tests/results/097.processed: test: 97 file::load http:// [bugs
17500: fixed]
17501:
17502: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17503: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17504: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17505: image EXIF [bug fixed]
17506:
17507: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17508: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17509: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17510: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17511: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17512: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17513: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17514: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17515: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17516: tests/094.html, tests/095.html, tests/results/061.processed,
17517: tests/results/062.processed, tests/results/063.processed,
17518: tests/results/064.processed, tests/results/065.processed,
17519: tests/results/066.processed, tests/results/067.processed,
17520: tests/results/068.processed, tests/results/069.processed,
17521: tests/results/070.processed, tests/results/071.processed,
17522: tests/results/072.processed, tests/results/073.processed,
17523: tests/results/074.processed, tests/results/075.processed,
17524: tests/results/076.processed, tests/results/077.processed,
17525: tests/results/078.processed, tests/results/080.processed,
17526: tests/results/081.processed, tests/results/082.processed,
17527: tests/results/083.processed, tests/results/084.processed,
17528: tests/results/085.processed, tests/results/086.processed,
17529: tests/results/087.processed, tests/results/088.processed,
17530: tests/results/089.processed, tests/results/090.processed,
17531: tests/results/091.processed, tests/results/092.processed,
17532: tests/results/093.processed, tests/results/094.processed,
17533: tests/results/095.processed, tests/079.html,
17534: tests/results/079.processed: tests: 61 file::stat size 62
17535: string->int autoconvert 63 double .int,dec,div,mul 64 date
17536: compare 65 file: basename,justname,justext 66 math:crypt 67
17537: string.match simple on long 68 string.match normalized simple on
17538: long 69 string.int 70 file::stat content-type 71 table.join 72
17539: hash parameter conditional pass 73 date daylightsaving,yearday 74
17540: date arithmetics 75 response date values/attributes 76 string.pos
17541: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17542: with local 80 scientific numeric literal in string autoconvert 81
17543: xor: logical and numerical 82 for delims 83 menu delims 84
17544: table.hash distinct 85 long string replace 86 throw+catch
17545: current language preserve 87 bit shifts 88 junction tests +
17546: $caller test 89 hash.foreach selfmodification 90 int/void to int
17547: 91 $caller test 92 junction is + def junction tests 93 $caller
17548: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17549:
17550: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17551: fixed] 60 string eq string [bug fixed]
17552:
17553: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17554: 058.html, 058_paf2000.png, 059.html, 060.html,
17555: results/053.processed, results/054.processed,
17556: results/055.processed, results/056.processed,
17557: results/057.processed, results/058.processed,
17558: results/059.processed, results/060.processed: test: 53
17559: string.replace 54 junctions 55 table.hash 56 call indirect 57
17560: date.create[string] 58 image.measure[png]
17561:
17562: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17563: outputs/051.processed, results/052.processed: test: 52
17564: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17565: task: fix that
17566:
17567: 2003-03-03 paf
17568:
17569: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17570: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17571: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17572: outputs/049.processed, outputs/050.processed,
17573: outputs/051.processed, results/001.processed,
17574: results/002.processed, results/003.processed,
17575: results/005.processed, results/006.processed,
17576: results/008.processed, results/009.processed,
17577: results/011.processed, results/012.processed,
17578: results/013.processed, results/014.processed,
17579: results/015.processed, results/016.processed,
17580: results/017.processed, results/020.processed,
17581: results/021.processed, results/022.processed,
17582: results/024.processed, results/025.processed,
17583: results/026.processed, results/027.processed,
17584: results/028.processed, results/029.processed,
17585: results/030.processed, results/031.processed,
17586: results/049.processed, results/050.processed,
17587: results/051.processed, results/043.processed,
17588: results/044.processed, results/045.processed,
17589: results/046.processed, results/047.processed,
17590: results/048.processed: tests: 43,44,45 date rolls 46
17591: autoevaluating junction 47 table.select 48 name with subvar 49
17592: hash-creating switch 50 process 51 started parent/child, works as
17593: it were but it were NOT GOOD, created separate task to fix that
17594:
17595: * tests/: 042.html, results/042.processed: test: 42
17596: exception.handled
17597:
17598: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17599: expression
17600:
17601: * tests/: 040.html, results/040.processed: test: 39 method result
17602: of type table 40 method param junction auto evaluate
17603:
17604: * tests/: 039.html, results/039.processed: test: 37 method result
17605: of type table
17606:
17607: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17608: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17609: tests/038.html, tests/results/033.processed,
17610: tests/results/034.processed, tests/results/035.processed,
17611: tests/results/036.processed, tests/results/037.processed,
17612: tests/results/038.processed: tests: 33 string.replace 34
17613: string.upper 35 table created 36 local/global vars with juntions
17614: 37 table clone 38 math PI & number formatting
17615:
17616: math class registring typo fixed
17617:
17618: * src/classes/op.C, src/include/pa_request.h,
17619: src/include/pa_string.h, src/main/execute.C,
17620: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17621: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17622: tests/032.html, tests/results/032.processed: uchar changed to
17623: String_UL in all places [was not everywhere] untaint test: 032
17624:
17625: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17626: tests/results/004.processed, tests/parser-cygwin.sh,
17627: tests/parser-unix.sh: removed -H command line key, now testing
17628: using .sh file with SERVER_SOFTWARE=xxx
17629:
17630: 2003-02-26 paf
17631:
17632: * src/main/execute.C, src/types/pa_vstateless_class.h,
17633: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17634: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17635: tests/results/024.processed, tests/results/025.processed,
17636: tests/results/026.processed, tests/results/027.processed,
17637: tests/results/028.processed, tests/results/029.processed,
17638: tests/results/030.processed, tests/results/031.processed: fixed
17639: bug with name_cstr mutable CharPtr more tests
17640:
17641: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17642: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17643: << abort. die now just exits
17644:
17645: * src/classes/classes.awk, src/classes/classes.h,
17646: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17647: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17648: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17649: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17650: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17651: src/classes/xnode.C, src/include/pa_memory.h,
17652: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17653: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17654: src/types/pa_vform.C, tests/015.html, tests/016.html,
17655: tests/017.html, tests/018.html, tests/019.html,
17656: tests/019paf2001.gif, tests/020.html, tests/021.html,
17657: tests/022.html, tests/023.html, tests/022_dir/a.html,
17658: tests/022_dir/b.txt, tests/022_dir/c.htm,
17659: tests/results/015.processed, tests/results/016.processed,
17660: tests/results/017.processed, tests/results/018.processed,
17661: tests/results/019.processed, tests/results/020.processed,
17662: tests/results/021.processed, tests/results/022.processed,
17663: tests/results/023.processed: methoded_array now contains all Mxxx
17664: classes SAPI::get_env now returns info on pool more tests
17665:
17666: * src/include/pa_array.h, src/include/pa_hash.h,
17667: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17668: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17669: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17670: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17671: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17672: tests/results/001.processed, tests/results/002.processed,
17673: tests/results/003.processed, tests/results/004.processed,
17674: tests/results/005.processed, tests/results/006.processed,
17675: tests/results/007.processed, tests/results/008.processed,
17676: tests/results/009.processed, tests/results/010.processed,
17677: tests/results/011.processed, tests/results/012.processed,
17678: tests/results/013.processed, tests/results/014.processed: hash
17679: cloning fixed
17680:
17681: 2003-02-25 paf
17682:
17683: * src/main/pa_common.C: typo fixed
17684:
17685: 2003-02-24 paf
17686:
17687: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17688: [one remained]
17689:
17690: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17691: [should have been get_string(&pool)] todo: check other such calls
17692:
17693: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17694: test10, bad lookups
17695:
17696: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17697: object got destructed, and xxx points to sky
17698:
17699: * ChangeLog, src/classes/string.C: match bug fixed
17700:
17701: * src/types/pa_vmail.C: body [text/html] transcoded to
17702: $.charset[specified] now
17703:
17704: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17705: which failed to handle sigsetjmp+throw: crashed inside of
17706: pre-throw code. rewritten simplier [though duplicating
17707: closesocket code]
17708:
17709: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17710: which failed to handle sigsetjmp+throw: crashed inside of
17711: pre-throw code. rewritten simplier [though duplicating
17712: closesocket code]
17713:
17714: 2003-02-21 paf
17715:
1.211 moko 17716: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17717: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17718: now]]
1.95 moko 17719:
17720: written makefile with regression tests [raw]
17721:
17722: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17723: tests' only [it's not forcing CGI mode now] now use -H to output
17724: CGI header when parser used in command line [useful for tests
17725: also]
17726:
17727: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17728: switches on CGI mode, and is used in regression tests
17729:
17730: * src/: include/pa_request.h, main/pa_request.C,
17731: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17732: fixed
17733:
17734: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17735: handling pa_*
17736:
17737: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17738: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17739: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17740: memory handling files
17741:
17742: * src/main/pa_array.C: pool::format_integer terminator fixed
17743:
17744: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17745: compiles OK test to show benefits of free
17746:
17747: * src/: classes/file.C, classes/image.C, classes/mail.C,
17748: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17749: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17750: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17751: use pool [as the one in ^process]
17752:
17753: * src/classes/op.C: fixed process. sould now check for all cstr's
17754: -- some must use pool [as the one in ^process]
17755:
17756: 2003-02-20 paf
17757:
17758: * src/: classes/date.C, classes/double.C, classes/file.C,
17759: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17760: classes/math.C, classes/op.C, classes/response.C,
17761: classes/string.C, classes/table.C, classes/void.C,
17762: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17763: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17764: string cmp fixed
17765:
17766: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17767: values passed OK now
17768:
17769: 2003-02-19 paf
17770:
17771: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17772: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17773: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17774: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17775: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17776: all remaning leaks resulted from pooled::malloc calls [excluding
17777: in gd -- planning complete rewrite extremely ugly code]
17778:
17779: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17780: files
17781:
17782: 2003-02-17 paf
17783:
17784: * src/: classes/date.C, classes/double.C, classes/file.C,
17785: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17786: classes/response.C, classes/string.C, classes/table.C,
17787: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17788: include/pa_stylesheet_connection.h,
17789: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17790: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17791: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17792: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17793: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17794: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17795: of unitialized simple-typed field
17796:
17797: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17798: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17799: simple-typed field fixed. todo: find&kill all like that one
17800:
17801: * src/: main/execute.C, targets/cgi/pa_pool.C,
17802: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17803: debug output fixed
17804:
17805: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17806: main/pa_request.C: stack-stored items need extra .ref to prevent
17807: object_ptr from delete[them]
17808:
17809: * src/: classes/date.C, classes/op.C, classes/table.C,
17810: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17811: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17812: main/pa_charset.C, main/pa_common.C,
17813: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17814: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17815: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17816: calls
17817:
17818: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17819: couple mem leaks rusulted from old pooled::malloc usage.
17820: todo:find more like those
17821:
17822: * src/main/: compile.C, compile_tools.C: 2*2!
17823:
17824: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17825: stackItem fixed [there were no string on stack before]
17826:
17827: * src/: main/execute.C, main/pa_request.C,
17828: types/pa_vmethod_frame.C: first letters out OK
17829:
17830: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17831: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17832: main/pa_string.C, main/untaint.C, types/pa_value.h,
17833: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17834: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17835: type not initialized with zeros :( while class fields of class
17836: types initialized with default constructors. learn C++
17837:
17838: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17839: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17840: classes/math.C, classes/xdoc.C, classes/xnode.C,
17841: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17842: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17843:
17844: 2003-02-14 paf
17845:
17846: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17847: 13 link errors
17848:
17849: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17850: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17851: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17852: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17853: errors :)
17854:
17855: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17856: classes/hash.C, classes/mail.C, classes/op.C,
17857: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17858: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17859: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17860: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17861:
17862: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17863: classes/table.C, include/pa_common.h, include/pa_globals.h,
17864: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17865: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17866: types/pa_vint.h, types/types.dsp: op compiled
17867:
17868: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17869: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17870: main/untaint.C, types/pa_vtable.h: string, response compiled
17871:
17872: 2003-02-07 paf
17873:
17874: * src/: classes/table.C, types/pa_vtable.h: table compiled
17875:
17876: 2003-02-06 paf
17877:
17878: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17879: mail compiled
17880:
17881: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17882: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17883: types/pa_vfile.h, types/pa_vimage.h: image compiled
17884:
17885: * src/classes/: file.C, form.C: form compiled
17886:
17887: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17888: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17889: types/pa_vfile.C, types/pa_vfile.h: file compiled
17890:
17891: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17892: types/pa_vmath.h: math compiled [win32]
17893:
17894: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17895: types/pa_vstring.h: hash compiled
17896:
17897: 2003-02-04 paf
17898:
17899: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17900: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17901: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17902: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17903: types/pa_vhash.h: hash 50% compiled
17904:
17905: * src/: classes/date.C, classes/file.C, classes/hash.C,
17906: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17907: classes/string.C, classes/table.C, classes/xdoc.C,
17908: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17909: main/pa_string.C: date compiled
17910:
17911: * src/classes/: classes.dsp, double.C: double compiled
17912:
17913: * src/: classes/date.C, classes/double.C, classes/file.C,
17914: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17915: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17916: classes/string.C, classes/table.C, classes/void.C,
17917: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17918: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17919: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17920: compiled
17921:
17922: * src/: classes/date.C, classes/double.C, classes/file.C,
17923: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17924: classes/math.C, classes/op.C, classes/response.C,
17925: classes/string.C, classes/table.C, classes/void.C,
17926: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17927: types/pa_vvoid.h: void compiled :)
17928:
17929: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17930: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17931: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17932: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17933: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17934: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17935: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17936: types/pa_vresponse.C, types/pa_vstateless_class.C,
17937: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17938: types/pa_wcontext.C, types/types.dsp: removed stupid
17939: value_includes.h
17940:
17941: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17942: trying to remove stupid value_includes.h
17943:
17944: * src/main/pa_exec.C: pa_exec compiled on win32
17945:
17946: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17947:
17948: * src/: include/pa_globals.h, include/pa_request.h,
17949: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17950: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17951: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17952: types/pa_vrequest.C, types/pa_vstateless_class.C,
17953: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17954:
17955: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17956: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17957: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17958:
17959: * src/: include/pa_array.h, include/pa_config_includes.h,
17960: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17961: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17962: compiled
17963:
17964: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17965: name conflicts)
17966:
17967: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17968: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17969: yelds "virtual memory exhausted" while trying to compile
17970: execute.C [eating up to 127MB]
17971:
17972: 2003-02-03 paf
17973:
17974: * src/: include/pa_config_includes.h, include/pa_hash.h,
17975: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17976: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17977: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17978: types/pa_vint.h, types/pa_vjunction.h,
17979: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17980: started gcc compiling pa_common compiled
17981:
17982: * src/: include/pa_exception.h, include/pa_pool.h,
17983: main/pa_exception.C: exception gcc change #1
17984:
1.116 moko 17985: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17986: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17987:
17988: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17989:
17990: * src/types/pa_vtable.C: vtable compiled
17991:
17992: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17993:
17994: * src/: include/pa_cache_managers.h, main/pa_request.C,
17995: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17996:
17997: * src/types/pa_vstateless_class.C: vstateless_class compiled
17998:
17999: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18000:
18001: * src/types/pa_vrequest.C: vrequest compiled
18002:
18003: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18004: pa_vobject.C, pa_vobject.h: vobject compiled
18005:
18006: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18007: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18008: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18009: compiled
18010:
18011: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18012:
18013: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18014: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18015: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18016: compiled
18017:
18018: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18019: main.lib - 0 error(s), 0 warning(s)
18020:
18021: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18022: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18023:
18024: 2003-01-31 paf
18025:
18026: * src/: include/pa_array.h, include/pa_operation.h,
18027: include/pa_request.h, main/execute.C, main/main.dsp,
18028: types/pa_vjunction.h: started last file from main library:
18029: execute
18030:
18031: * src/: include/pa_request.h, include/pa_sapi.h,
18032: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18033: main/pa_request.C, targets/cgi/parser3.C,
18034: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18035: types/pa_vhash.h: pa_request compiled
18036:
18037: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18038: include/pa_globals.h, include/pa_request.h,
18039: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18040: main/execute.C, main/main.dsp, main/pa_common.C,
18041: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18042: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18043: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18044: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18045: types/types.dsp: most pa_request compiled
18046:
18047: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18048: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18049: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18050: classes/op.C, classes/response.C, classes/string.C,
18051: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18052: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18053: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18054: include/pa_config_fixed.h, include/pa_config_includes.h,
18055: include/pa_dictionary.h, include/pa_dir.h,
18056: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18057: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18058: include/pa_pool.h, include/pa_request.h,
18059: include/pa_request_charsets.h, include/pa_request_info.h,
18060: include/pa_sapi.h, include/pa_socks.h,
18061: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18062: include/pa_stack.h, include/pa_string.h,
18063: include/pa_stylesheet_connection.h,
18064: include/pa_stylesheet_manager.h, include/pa_table.h,
18065: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18066: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18067: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18068: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18069: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18070: main/compile.C, main/compile.tab.C, main/compile.y,
18071: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18072: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18073: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18074: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18075: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18076: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18077: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18078: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18079: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18080: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18081: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18082: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18083: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18084: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18085: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18086: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18087: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18088: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18089: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18090: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18091: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18092: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18093: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18094: types/pa_vresponse.h, types/pa_vstateless_class.C,
18095: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18096: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18097: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18098: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18099: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18100: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18101:
18102: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18103: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18104: src/include/pa_charsets.h, src/include/pa_common.h,
18105: src/include/pa_dictionary.h, src/include/pa_exception.h,
18106: src/include/pa_exec.h, src/include/pa_pool.h,
18107: src/include/pa_request.h, src/include/pa_sapi.h,
18108: src/include/pa_sql_connection.h,
18109: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18110: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18111: src/main/compile.tab.C, src/main/compile_tools.C,
18112: src/main/compile_tools.h, src/main/main.dsp,
18113: src/main/pa_charset.C, src/main/pa_charsets.C,
18114: src/main/pa_common.C, src/main/pa_dictionary.C,
18115: src/main/pa_exception.C, src/main/pa_exec.C,
18116: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18117: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18118: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18119: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18120: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18121: src/types/pa_vdouble.h, src/types/pa_venv.h,
18122: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18123: src/types/pa_vhash.h, src/types/pa_vimage.C,
18124: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18125: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18126: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18127: src/types/pa_vobject.C, src/types/pa_vobject.h,
18128: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18129: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18130: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18131: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18132: src/types/pa_vstring.h, src/types/pa_vtable.h,
18133: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18134: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18135: died, long live StringPtr
18136:
18137: 2003-01-30 paf
18138:
18139: * src/: include/pa_charset.h, include/pa_request.h,
18140: include/pa_sql_driver_manager.h, main/compile.tab.C,
18141: main/compile.y, main/compile_tools.h, main/pa_request.C,
18142: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18143:
18144: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18145: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18146: types/pa_vhash.h, types/pa_vmethod_frame.h,
18147: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18148: types/types.dsp: vstateless_class compiled
18149:
18150: * src/main/compile.C: compile compiled
18151:
18152: * src/: include/pa_array.h, include/pa_operation.h,
18153: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18154: main/pa_table.C: compile_tools compiled
18155:
18156: * src/: include/pa_operation.h, main/compile.y,
18157: main/compile_tools.C, main/compile_tools.h: started
18158: compile_tools. vagues ideas of how to free compiled code
18159:
18160: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18161: main/main.dsp, types/pa_value.C, types/pa_value.h,
18162: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18163: compiled
18164:
18165: 2003-01-29 paf
18166:
18167: * src/: include/pa_globals.h, include/pa_request.h,
18168: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18169: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18170: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18171: compiled
18172:
18173: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18174: now
18175:
18176: * src/: include/pa_array.h, include/pa_exception.h,
18177: include/pa_pool.h, main/pa_exception.C: gd compiled
18178:
18179: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18180: compiled
18181:
18182: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18183: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18184: types/pa_vfile.h: vfile compiled
18185:
18186: * src/: include/pa_common.h, include/pa_globals.h,
18187: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18188: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18189: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18190:
18191: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18192: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18193: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18194: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18195: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18196:
18197: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18198: main/main.dsp, main/untaint.C: more compiled
18199:
18200: * src/: include/pa_charsets.h, include/pa_request.h,
18201: include/pa_request_info.h, include/pa_string.h,
18202: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18203: types/pa_vresponse.h: vrequest compiled
18204:
18205: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18206: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18207: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18208:
18209: * src/: classes/classes.h, include/pa_charset.h,
18210: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18211: include/pa_request.h, include/pa_string.h, main/main.dsp,
18212: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18213: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18214: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18215: types/pa_vrequest.C, types/pa_vrequest.h,
18216: types/pa_vstateless_class.h, types/pa_vstring.h,
18217: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18218:
18219: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18220: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18221: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18222: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18223: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18224: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18225: types/pa_vobject.h, types/pa_vstateless_class.h,
18226: types/pa_vstateless_object.h, types/pa_vstatus.h,
18227: types/pa_vstring.h, types/types.dsp: vmath compiled
18228:
18229: 2003-01-28 paf
18230:
18231: * src/: classes/classes.h, classes/date.C, classes/file.C,
18232: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18233: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18234: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18235: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18236: compile_tools
18237:
18238: * src/: include/pa_charset.h, include/pa_exception.h,
18239: include/pa_request.h, include/pa_string.h, main/untaint.C:
18240: untaint compiled
18241:
18242: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18243: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18244: more compiled. struck with string::store_to needing to know
18245: source/client charsets
18246:
18247: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18248: types/pa_vfile.h: uue compiled
18249:
18250: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18251: table compiled
18252:
18253: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18254: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18255:
18256: * src/: include/pa_charset.h, main/pa_charset.C,
18257: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18258: introduced]
18259:
18260: * src/: classes/date.C, include/pa_charset.h,
18261: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18262: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18263: pa_charsets compiled
18264:
18265: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18266: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18267:
18268: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18269: common compiled
18270:
18271: * src/: include/pa_charsets.h, main/pa_charsets.C,
18272: main/pa_sql_driver_manager.C: pa_charsets compiled
18273:
18274: * src/: include/pa_array.h, include/pa_charset.h,
18275: include/pa_charsets.h, include/pa_pool.h,
18276: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18277: include/pa_stack.h, include/pa_string.h,
18278: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18279: sql_driver_manager compiled
18280:
18281: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18282: letter i with two dots added to koi, all ukranian letters added
18283: to win1251.
18284:
18285: typographic simbol 0xb9 deleted from win1251 [strange one & were
18286: abscent from koi]
18287:
18288: 2003-01-27 paf
18289:
18290: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18291: include/pa_sql_driver_manager.h, include/pa_string.h,
18292: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18293: sql/pa_sql_driver.h: paused on sql_manager
18294:
18295: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18296: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18297: include/pa_stack.h, main/pa_sql_driver_manager.C,
18298: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18299:
18300: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18301: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18302: include/pa_table.h, main/pa_sql_driver_manager.C,
18303: main/pa_table.C: table compiled
18304:
18305: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18306: cache_managers compiled
18307:
18308: * src/: include/pa_array.h, include/pa_charset.h,
18309: include/pa_pool.h, main/pa_charset.C: charset compiled
18310:
18311: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18312:
18313: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18314: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18315: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18316: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18317: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18318:
18319: 2003-01-24 paf
18320:
18321: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18322: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18323: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18324: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18325: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18326: types/pa_vint.h, types/pa_vjunction.h,
18327: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18328: types/pa_vstatus.h, types/pa_vstring.h: more patched
18329:
18330: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18331: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18332: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18333: main/pa_string.C, main/pa_table.C: string compiled
18334:
18335: * src/: include/pa_array.h, include/pa_common.h,
18336: include/pa_dictionary.h, include/pa_exception.h,
18337: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18338: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18339: main/pa_string.C: dictionary compiled
18340:
18341: 2003-01-23 paf
18342:
18343: * src/: include/pa_array.h, include/pa_common.h,
18344: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18345: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18346: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18347: types/pa_value.h: resurrected pool in new sense: now it's
18348: factory, producing&accounting memory chunks for read[autofree]
18349: buffers
18350:
18351: * src/: include/pa_array.h, include/pa_exception.h,
18352: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18353: main/pa_exception.C, main/pa_table.C: table compiled
18354:
18355: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18356: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18357: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18358: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18359: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18360: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18361: main/pa_table.C: aint that easy
18362:
18363: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18364: main/main.dsp: continued with Hash
18365:
18366: * src/main/pa_common.C: connect_string allocated on heap[wes on
18367: stack] now. and exception can be reported OK now [can be reported
18368: outside of pro c with that stack]
18369:
18370: 2003-01-22 paf
18371:
18372: * src/: include/pa_array.h, include/pa_charset.h,
18373: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18374: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18375: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18376: base: contains references_count. auto_ptr template calls
18377: add_ref/release
18378:
18379: 2003-01-21 paf
18380:
18381: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18382: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18383: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18384: classes/op.C, classes/response.C, classes/string.C,
18385: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18386: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18387: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18388: include/pa_config_fixed.h, include/pa_config_includes.h,
18389: include/pa_dictionary.h, include/pa_dir.h,
18390: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18391: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18392: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18393: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18394: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18395: include/pa_stack.h, include/pa_string.h,
18396: include/pa_stylesheet_connection.h,
18397: include/pa_stylesheet_manager.h, include/pa_table.h,
18398: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18399: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18400: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18401: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18402: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18403: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18404: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18405: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18406: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18407: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18408: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18409: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18410: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18411: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18412: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18413: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18414: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18415: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18416: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18417: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18418: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18419: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18420: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18421: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18422: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18423: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18424: types/pa_vstateless_object.h, types/pa_vstatus.C,
18425: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18426: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18427: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18428: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18429: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18430: 2002->2003
18431:
18432: 2003-01-16 paf
18433:
1.211 moko 18434: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18435: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18436: $.any-status(1)
1.95 moko 18437:
1.211 moko 18438: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18439: src/main/pa_common.C: http request now return status. and not
18440: fail on status!=200
18441:
18442: 2003-01-15 paf
18443:
18444: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18445:
18446: 2003-01-14 paf
18447:
18448: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18449: mkinstalldirs: removed some ancient files [they in / really]
18450:
18451: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18452: regretfully needed patch in two places. in config_fixed.h made
18453: stubs for lib to compile in MSVC
18454:
18455: 2003-01-13 paf
18456:
18457: * config.guess, config.sub, ltmain.sh: removed last piece of
18458: configure.in(libtool) hacks
18459:
1.116 moko 18460: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18461: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18462: ltdl.h: moved to latest libtool (1.4.3)
18463:
18464: 2003-01-10 paf
18465:
18466: * src/lib/ltdl/: configure, configure.in: PROG_NM
18467:
18468: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18469: patches. libxml2 >= 2.5.1
18470: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18471: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18472: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18473:
18474: * INSTALL: moved to latest versions of xml libs libxml2 >=
18475: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18476: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18477: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18478:
18479: 2003-01-09 paf
18480:
18481: * INSTALL: xml,xslt,gdome lib urls updated
18482:
18483: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18484: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18485: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18486: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18487: 1.7.2
1.95 moko 18488:
18489: * depcomp: moving to automake 1.7.2
18490:
18491: 2002-12-27 paf
18492:
18493: * src/include/pa_version.h: 0007
18494:
18495: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18496: outdated parts, made links to language docs
18497:
18498: * src/include/pa_config_auto.h.in: comment
18499:
18500: 2002-12-26 paf
18501:
18502: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18503: not contain trailing / fixed.
18504:
18505: * INSTALL: changing SAFE_MODE politics
18506:
18507: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18508:
18509: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18510:
18511: 2002-12-25 paf
18512:
18513: * src/main/pa_globals.C: optimized-xml
18514:
18515: * src/main/pa_globals.C: optimized-as-is
18516:
18517: 2002-12-24 paf
18518:
18519: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18520: fixed [were really called with zero size when .html?a=&b=]
18521:
18522: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18523: with --with-sendmail
18524:
18525: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18526: fixed]
18527:
18528: 2002-12-23 paf
18529:
18530: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18531: ignoring parameters & were storing only string with default
18532: expires
18533:
18534: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18535: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18536: December 23, 2002 4:22 AM Subject: bug â
18537: Charset::transcode_buf2xchar
18538:
18539: 2002-12-20 paf
18540:
18541: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18542: non-cgi [script] runs
18543:
18544: 2002-12-19 paf
18545:
18546: * INSTALL: --without-iconv recommended [it crashes on some systems
18547: [tested on elik]] moreover, it's not needed there [parser
18548: registers charsets itself]
18549:
18550: * INSTALL: --without-iconv recommended [it crashes on some systems
18551: [tested on elik]]
18552:
1.211 moko 18553: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18554: src/include/pa_request.h, src/main/pa_globals.C,
18555: src/main/pa_request.C: $response:download
18556:
18557: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18558: compiler [win32]].
18559:
18560: 2002-12-18 paf
18561:
18562: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18563:
18564: 2002-12-17 paf
18565:
18566: * src/targets/cgi/parser3.C: merged die&iis changes
18567:
18568: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18569: to exit(1) 2. more flexible iilegal call check
18570:
18571: 2002-12-16 paf
18572:
18573: * ltmain.sh: some automakes silly insist on having this handy
18574:
18575: * src/main/untaint.C: filespec russian small 'r' changed to latin
18576: 'p' bug fix
18577:
18578: 2002-12-15 paf
18579:
18580: * src/main/untaint.C: filespec russian small 'r' changed to latin
18581: 'p'
18582:
18583: * configure.in, src/include/pa_config_auto.h.in,
18584: src/main/compile.C, src/main/pa_common.C: merged small changes
18585: from branch 6 to HEAD
18586:
18587: * src/main/compile.C: removed warning
18588:
18589: * src/main/pa_common.C: ftruncate having checked
18590:
18591: * configure.in, src/include/pa_version.h: new version
18592:
18593: 2002-12-14 paf
18594:
18595: * src/classes/table.C: removed unnecessary code
18596:
18597: * src/sql/pa_sql_driver.h: exception type fixed
18598:
18599: 2002-12-09 paf
18600:
18601: * src/types/pa_vvoid.h: $void.store[now] error
18602:
18603: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18604:
18605: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18606: tries to write core dump
18607:
18608: * src/targets/cgi/parser3.C: ::die now tries to write core dump
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 #2
18614:
18615: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18616: exception handling mech in sql handlers
18617:
18618: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18619: handlers
18620:
18621: * src/: classes/hash.C, classes/string.C, classes/table.C,
18622: classes/void.C, main/pa_sql_driver_manager.C,
18623: sql/pa_sql_driver.h: changed exception handling mech in sql
18624: handlers
18625:
1.116 moko 18626: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18627: to write makefile which used libtool to install things, which is
18628: not needed
1.95 moko 18629:
18630: 2002-12-06 paf
18631:
1.211 moko 18632: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18633: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18634: more like 'table'
1.95 moko 18635:
18636: 2002-12-05 paf
18637:
18638: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18639: cc/bcc OK now
18640:
18641: * src/main/untaint.C: mail header closed properly
18642:
18643: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18644: header ',' allowed. still bugs in smtp [only one receiptient
18645: works, cc, bcc ignored now, and MAILED ;)]
18646:
18647: [strncpy killed, memnchr used]
18648:
18649: * src/main/pa_table.C: table-copy now current=0
18650:
18651: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18652: lowlevel proc
18653:
18654: * src/targets/cgi/parser3.C: more checks on
18655: http://domain/parser.cgi start [maybe some getenv returns "",
18656: checked that now
18657:
18658: * src/targets/cgi/parser3.C: more checks on
18659: http://domain/parser.cgi start [maybe some getenv returns "",
18660: checked that now
18661:
18662: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18663: out-of-mem errors reached log]
18664:
18665: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18666: mail:send MIME-Version default
18667:
18668: * src/main/main.dsp: pa_version included into main.dsp
18669:
18670: 2002-12-04 paf
18671:
18672: * src/types/pa_vform.C: $form:field string value cut by premature 0
18673:
18674: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18675: lib/libltdl -> lib/ltdl Win32 changes. s
18676:
18677: * src/classes/classes.awk: more strict *.C$
18678:
18679: * gnu.dsp: restored
18680:
1.116 moko 18681: * configure.in, gnu.dsp, src/lib/Makefile.am,
18682: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18683: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18684: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18685: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18686: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18687: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18688: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18689: now created with /configure, not ltdl/configure, so it does have
18690: no problems with automake. ltdl/configure
18691: AC_OUTPUT(Makefile<<removed)
1.95 moko 18692:
18693: 2002-12-02 paf
18694:
1.211 moko 18695: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18696:
18697: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18698: src/main/pa_common.C, src/main/pa_request.C,
18699: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18700: tainted parts becomes http-header
18701:
18702: 2002-11-29 paf
18703:
1.211 moko 18704: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18705: operators.txt: exif dates now objects of type date
1.95 moko 18706:
18707: * src/classes/image.C: file.seek removed [it were used in image.C
18708: only, and for parser user this means that jpeg image has bad
18709: size in fragment's header] now used image.format
18710:
18711: * src/: include/pa_common.h, main/pa_common.C,
18712: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18713: now handled exactly like $response:header values. e.g. can be
18714: hash [can have subattributes] & contain date values.
18715:
18716: * src/main/pa_common.C: http:// param values lang forced URI
18717:
18718: * src/main/pa_common.C: http:// tainted partes now %xx
18719:
18720: 2002-11-28 paf
18721:
1.211 moko 18722: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18723:
18724: * src/classes/image.C: ^image.length now counts interchar space.
18725: plus space after last char
18726:
18727: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18728:
18729: * src/classes/image.C: ^image.font width measurer now scans full
18730: height [were -1]
18731:
18732: * configure.in: stopped double libltdl/Makefile generation
18733:
18734: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18735: chars [one top horizontal line of 1pixel height were missing]
18736:
18737: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18738: 'false' to go into (Hash *) parameter
18739:
18740: 2002-11-27 paf
18741:
18742: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18743: types/pa_vmail.C: response:body[file] if file nows it's name now
18744: returns content-disposition: >>attachment<<
18745:
18746: * src/classes/image.C: ^image.font << bad font file-size now
18747: properly reported
18748:
18749: 2002-11-26 paf
18750:
18751: * src/main/pa_request.C: fixed lang in reponse header
18752:
18753: * src/main/pa_common.C: utf8 prefix ignored @read text
18754:
1.211 moko 18755: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18756: response status!=200 made exception: http.status with source=bad
18757: status#
1.95 moko 18758:
18759: 2002-11-25 paf
18760:
18761: * configure.in, src/classes/image.C,
18762: src/include/pa_config_auto.h.in,
18763: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18764: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18765: const void related probs fixed
1.95 moko 18766:
1.211 moko 18767: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18768: fields now UPPERCASE
1.95 moko 18769:
18770: $file[^file::load[http://there]] $file.SERVER
18771:
18772: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18773: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18774: http options [invalid onces now reported] made default
18775: user-agent: paf
18776:
1.211 moko 18777: * operators.ru.txt, operators.txt, src/classes/file.C,
18778: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18779: src/include/pa_globals.h, src/main/pa_common.C,
18780: src/main/pa_globals.C, src/main/pa_request.C,
18781: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18782: now understand http:// prefix and additional params, sample:
18783: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18784: $.USER-AGENT[parser3] ]]
18785:
18786: 2002-11-22 paf
18787:
18788: * src/classes/image.C, src/include/pa_globals.h,
18789: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18790: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18791: $image.exif support $image.exif.DateTime & co
1.95 moko 18792:
18793: 2002-11-21 paf
18794:
18795: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18796: _PASS_APPENDED)
18797:
18798: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18799: EXIF information [were big block and it's size were considered
18800: negative :(]
18801:
1.211 moko 18802: * operators.ru.txt, operators.txt, src/classes/image.C,
18803: src/include/pa_common.h, src/main/pa_common.C,
18804: src/types/pa_vmail.C: image.measure internals rewritten. no
18805: there's reader.seek, and all's ready for EXIF extraction [now we
18806: fail to measure files with EXIF info]
1.95 moko 18807:
18808: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18809: O_TRUNC truncates even exclusevely write-locked file [thanks to
18810: Igor Milyakov <virtan@rotabanner.com> for discovering]
18811:
18812: 2002-11-20 paf
18813:
18814: * src/targets/cgi/parser3.C: logging @signal += query_string
18815:
18816: * configure.in, src/include/pa_config_auto.h.in,
18817: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18818: comment
18819:
18820: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18821:
18822: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18823: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18824: currently processed document SIGPIPE >> interrupts request
18825: processing [exception = DB rollback]
18826:
18827: * src/main/pa_exec.C: comment
18828:
18829: * src/main/pa_exec.C: pa_exec: data written only if size>0
18830:
1.211 moko 18831: * operators.ru.txt, operators.txt, src/classes/file.C:
18832: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18833:
18834: * src/: include/pa_config_fixed.h, main/pa_common.C,
18835: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18836: pipe read errors now checked
18837:
18838: 2002-11-19 paf
18839:
18840: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18841: CGI: Illegal call
18842:
18843: 2002-11-01 paf
18844:
18845: * src/main/execute.C: comment
18846:
18847: 2002-10-31 paf
18848:
18849: * src/main/execute.C: found out why, checked that for now. todo:
18850: find out a way for that user could do that
18851:
18852: * src/types/pa_vstateless_object.h: object put replaces static
18853: parent if any
18854:
18855: * src/types/pa_vobject.C: object put replaces static parent if any
18856:
18857: * src/: classes/form.C, classes/mail.C, classes/op.C,
18858: classes/xnode.h, main/compile.tab.C, main/execute.C,
18859: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18860: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18861: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18862: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18863: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18864: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18865: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18866: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18867: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18868: types/pa_vstateless_object.h, types/pa_vstatus.C,
18869: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18870: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18871: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18872: types/pa_wwrapper.h: static fix merged
18873:
18874: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18875: $virtual_fields in dynamic, but one can reach derived
18876: static[class] variable from base
18877:
18878: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18879: types/pa_vobject.C, types/pa_vobject.h,
18880: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18881: statics, left $virtual_fields in dynamic
18882:
18883: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18884: one can't remember derivates in base class: there's so many of
18885: them. also there can be no virtual method calls in static
18886: classes
18887:
18888: * src/: classes/form.C, classes/mail.C, classes/op.C,
18889: classes/xnode.h, main/execute.C, main/pa_request.C,
18890: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18891: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18892: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18893: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18894: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18895: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18896: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18897: types/pa_vresponse.C, types/pa_vresponse.h,
18898: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18899: types/pa_vstateless_object.h, types/pa_vstatus.C,
18900: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18901: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18902: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18903: types/pa_wwrapper.h: static call $self fixed
18904:
18905: * src/main/execute.C: comment
18906:
18907: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18908: ^process[$caller.self]{...} now compiles to last derived object
18909: part of that 'self'
18910:
18911: 2002-10-29 paf
18912:
18913: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18914: re-passing [iis to blame]
18915:
18916: * src/classes/string.C: changed string.save to pass current sql
18917: connection to cstr thus one can ^connect[some server]{
18918: $s[insert into table x (x) values (^taint[sql]{value})]
18919: ^s.save[some.sql] } and he'd get in some.sql file code with
18920: properly escaped. [tried in mssql->mysql export->import of
18921: binary data]
18922:
18923: 2002-10-25 paf
18924:
18925: * src/types/pa_vresponse.C: case insensitive response user fields
18926: get/put
18927:
18928: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18929: types/pa_vresponse.C: saving for maybe-future
18930:
18931: 2002-10-23 paf
18932:
1.211 moko 18933: * operators.ru.txt, operators.txt, src/classes/table.C:
18934: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18935:
18936: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18937:
18938: 2002-10-22 paf
18939:
18940: * src/types/: pa_vform.C, pa_vform.h: removed needless
18941: VForm::Append...(...Value)
18942:
18943: * src/main/execute.C: $.name outside of $name[...] checked
18944:
18945: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18946: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18947:
18948: 2002-10-21 paf
18949:
1.211 moko 18950: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18951: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18952:
1.211 moko 18953: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18954: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18955:
1.211 moko 18956: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18957: $form:image-map
1.95 moko 18958:
1.211 moko 18959: * operators.ru.txt, operators.txt, src/classes/file.C:
18960: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18961:
18962: 2002-10-17 paf
18963:
18964: * src/main/: compile.tab.C, compile.y: operators precedence changed
18965: a little: logical not and bitwise negation precedence made
18966: highest, << and >> bitshits precedence made equal [were << higher
18967: than >>]
18968:
18969: * src/classes/op.C: exception handling fixed [were bad with
18970: contexts]
18971:
18972: 2002-10-16 paf
18973:
18974: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18975: main/pa_request.C: Request::self considered equal to
18976: VMethodFrame::self, and removed, Request::get_self() mapped to
18977: VMethodFrame.self()
18978:
18979: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18980: $hash in open field now gives old good error meesage
18981:
18982: 2002-10-15 paf
18983:
18984: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18985: use ^if($junction is junction){was and now true}
18986:
18987: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18988: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18989: types/pa_vxnode.C: xml->parser strings now have origin, which
18990: points to place where value left xml library and came to parser:
18991: place of dom field extraction/call
18992:
18993: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18994: main/compile.tab.C, main/compile.y, main/execute.C,
18995: types/pa_vmethod_frame.h: removed last pieces of old code
18996: allowing $junction.xxx at compile time
18997:
18998: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18999: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19000: objects also considered [were only classes]
19001:
19002: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19003: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19004: with CLASS self. [ (request&method_frame).self temporarily
19005: changed ]
19006:
19007: * src/classes/: hash.C, op.C: method_frame now always changed, with
19008: no exception to native calls. for&foreach changed to use
19009: method_frame.caller for their var's name context
19010:
19011: * src/: main/execute.C, targets/cgi/parser3.C,
19012: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19013: compiling to system classes disabled
19014:
1.211 moko 19015: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19016: ^process[$caller.CLASS]{code-string} added
19017:
1.211 moko 19018: * operators.ru.txt, operators.txt, src/classes/op.C,
19019: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19020: src/main/pa_request.C, src/types/Makefile.am,
19021: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19022: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19023: $junction.get $junction.set[] introducing $caller
1.95 moko 19024:
19025: * src/types/pa_value.h: removed outdated comments. doxygen would
19026: find them lower by inheritance tree
19027:
19028: * src/types/pa_vjunction.C: ident
19029:
19030: 2002-10-14 paf
19031:
19032: * src/classes/op.C: process compiles to code's class class
19033:
19034: * src/: classes/form.C, classes/mail.C, classes/op.C,
19035: include/pa_request.h, main/compile.C, main/compile.tab.C,
19036: main/compile.y, main/execute.C, main/pa_request.C,
19037: types/pa_vstateless_class.h: operators now main-class-methods
19038:
19039: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19040: better stack trace [has "call" & co there]
19041:
19042: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19043: operators @auto now executed in MAIN context
19044:
19045: * src/main/execute.C: operator execution context now = MAIN, not
19046: closest stack frame
19047:
19048: @touchit[] $i[after]
19049:
19050: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19051: were 'after'
19052:
19053: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19054: 'after'
19055:
19056: * src/main/execute.C: comment
19057:
19058: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19059: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19060: action]
19061:
19062: * src/types/pa_vxnode.C: misreplace fixed
19063:
19064: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19065: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19066: $status:rusage.tv_secs/usecs introduced
19067:
19068: 2002-10-09 paf
19069:
19070: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19071: on empty string [or uses (default)]
19072:
19073: 2002-10-08 paf
19074:
19075: * src/main/untaint.C: mail header quoted printable changed after
19076: RFC reread
19077:
1.211 moko 19078: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19079:
19080: * src/types/pa_vxnode.C: misreplace
19081:
19082: 2002-09-24 paf
19083:
1.116 moko 19084: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19085:
19086: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19087: mailreceive would compile on freebsd now
19088:
19089: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19090: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19091: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19092: mailreceive would compile on freebsd now
1.95 moko 19093:
19094: * src/: classes/file.C, main/untaint.C: 1. file spec language
19095: changed: now there are only few chars are untainted: * ? ' " < >
19096: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19097: one should use ^untaint[uri]{...} now]
19098:
19099: 2. $list[^file:list[dir]] now returns simply tainted names in
19100: $list.name, not tainted as filespec
19101:
19102: @russianindex[] #dir with files with russian-lang names
19103: $where[dir]
19104:
19105: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19106: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19107:
19108: 2002-09-23 paf
19109:
19110: * src/types/pa_vdouble.h: double->int round added
19111:
19112: * src/classes/date.C: date bug fix, now
19113: round(floatDays*secondsPerDay)
19114:
19115: * src/classes/date.C: date bug fix, now
19116: round(floatDays*secondsPerDay)
19117:
19118: 2002-09-20 paf
19119:
19120: * src/main/execute.C: code junction calls disabled [before: code
19121: was compiled in such a way, that there were no code-junctions in
19122: OP_CALL]
19123:
19124: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19125:
19126: @badjunctioncallinside[code] ^code[]
19127:
19128: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19129: expanding to include ^junction.method
19130:
19131: * src/main/pa_common.C: -d "DIR/" now true
19132:
19133: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19134: as internal xdoc encoding, and after decoding attributes set by
19135: dom functions now encoded OK, not as digital entities
19136:
19137: * src/classes/xdoc.C: empty transform result, being taken as file
19138: now returns empty file, not raises stupid error about "stat-ed
19139: file"
19140:
19141: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19142: allowed
19143:
19144: * src/types/types.dsp: introducing $junction.get/put(1) one can
19145: write iterators now:
19146:
19147: ^user-foreach[key;value]{$key=$value<br>}
19148:
19149: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19150: $code.value($i*2) $code }
19151:
19152: * src/main/compile_tools.h: mistype
19153:
1.116 moko 19154: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19155: thus taking linking options configure changes into account [were:
19156: ignoring]
1.95 moko 19157:
19158: * src/types/: pa_vjunction.C, Makefile.am: introducing
19159: $junction.get/put(1) one can write iterators now:
19160:
19161: ^user-foreach[key;value]{$key=$value<br>}
19162:
19163: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19164: $code.value($i*2) $code }
19165:
19166: * src/: include/pa_opcode.h, include/pa_request.h,
19167: main/compile.tab.C, main/compile.y, main/execute.C,
19168: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19169: introducing $junction.get/put(1) one can write iterators now:
19170:
19171: ^user-foreach[key;value]{$key=$value<br>}
19172:
19173: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19174: $code.value($i*2) $code }
19175:
19176: 2002-09-19 paf
19177:
1.116 moko 19178: * Makefile.am: new: make commit
1.95 moko 19179:
19180: * aclocal.m4: forced to be older
19181:
19182: 2002-09-18 paf
19183:
19184: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19185: src/main/compile.y, src/main/execute.C: << >> int shifts
19186:
19187: * src/: include/pa_common.h, include/pa_request.h,
19188: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19189: - now this - fatal error
19190:
19191: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19192: that one can pass binary data there
19193:
19194: * src/: classes/date.C, classes/double.C, classes/file.C,
19195: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19196: classes/op.C, classes/response.C, classes/string.C,
19197: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19198: include/pa_request.h: pa_request contexts made privated, plus
19199: get_{self/method_frame} to read. Request_context_saver used in
19200: ^try to save flang too. [were not saved]
19201:
19202: * src/types/pa_vresponse.C: header value chains joined before
19203: output, this should help $.subject[$var $var] from being
19204: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19205:
19206: 2002-09-17 paf
19207:
19208: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19209: removed changes, operators executed with calling self. lots of
19210: code with ^include code relies on defined/defining self variables
19211:
19212: $a[1] ^include[print_a.p] print_a.p: $a
19213:
19214: ^include[set_a.p] a=$a set_a.p: $a[1]
19215:
19216: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19217: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19218: types/pa_vstateless_class.h: operators now executed with MAIN
19219: self. it's for ^include sake, too strong a change
19220:
19221: * src/classes/op.C: made place for ^process to compile it's code to
19222: in case of no self
19223:
19224: * src/main/execute.C: found ancient param to Junction, removed.
19225: allowed passing self to native_code_operators [for ^process to
19226: work, she needs self]
19227:
19228: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19229: types/pa_vstateless_class.h: found ancient param to Junction,
19230: removed. allowed passing self to native_code_operators [for
19231: ^process to work, she needs self]
19232:
19233: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19234: types/pa_value.h, types/pa_vmethod_frame.h,
19235: types/pa_vstateless_class.h: allowed Request.self to be 0,
19236: checked that in VMethodFrame get/put and $self.
19237:
19238: * src/classes/: table.C, xdoc.C: table::sql options table::create
19239: copy options options checked, wrong option now fatal error
19240:
19241: * src/main/pa_string.C: string.replace fixed [were missing words on
19242: pieces boundaries]
19243:
1.150 moko 19244: * configure, configure.in: .so now detected [can be .sl on hpux,
19245: .dll on cygwin, .so in other cases)
1.95 moko 19246:
19247: * configure, configure.in: .so now detected [can be .sl on hpux,
19248: .dll on cygwin, .so in other cases)
19249:
1.211 moko 19250: * operators.ru.txt, operators.txt, src/classes/hash.C,
19251: src/classes/table.C, src/include/pa_globals.h,
19252: src/main/pa_globals.C: table.sql hash::sql flag to allow
19253: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19254:
19255: * src/: classes/hash.C, classes/table.C,
19256: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19257: now errors
19258:
19259: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19260:
19261: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19262: ,2,3]
19263:
19264: 2002-09-16 paf
19265:
19266: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19267: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19268: stdout to be binary. now detected closest header break.
19269:
19270: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19271: closed right
19272:
19273: 2002-09-13 paf
19274:
1.211 moko 19275: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19276: src/main/compile.y, src/main/compile_tools.h: (expression
19277: #comment)
1.95 moko 19278:
19279: (multiline expression #comment line2 #comment )
19280:
19281: (expression #comment with (brackets) comment) << OK
19282:
1.211 moko 19283: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19284: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19285: for expression #comments]
1.95 moko 19286:
19287: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19288: error
19289:
19290: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19291: cheched in pa_socks.C
19292:
1.116 moko 19293: * configure, configure.in, src/include/pa_config_auto.h.in:
19294: HAVE_WINSOCK_H created in configure.in
1.95 moko 19295:
19296: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19297: cookie date now clean [were mistakenly tainted & that worked bad
19298: with opera -- 'happily' that worked OK with msie]
19299:
19300: 2002-09-12 paf
19301:
19302: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19303: VClass get_element now first looks to fields, next to methods &
19304: co todo: the rest reason: more speed
19305:
19306: * src/main/untaint.C: quoted printable encoding stops before
19307: \s*<...>$
19308:
19309: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19310: stops before <...>$
19311:
19312: 2002-09-11 paf
19313:
19314: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19315: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19316: forgot to check users of those funcs. not all were using that
19317: return value convention
19318:
19319: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19320: windows-1254 added
19321:
19322: 2002-09-10 paf
19323:
19324: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19325: VCodeFrame parent param were specified badly
19326:
19327: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19328: WWrapper which used in constructing objects(second param to sql
19329: method) ^...sql{}[$.default{code}] now has parent, wich helps
19330: code in hash to survivi
19331:
19332: * src/: include/pa_request.h, main/execute.C: removed redundant
19333: param to execute [stack said 'thanks']
19334:
19335: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19336: types/pa_value.h, types/pa_vcode_frame.h,
19337: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19338: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19339: responsibility to wcontext
19340:
19341: * src/classes/file.C: decided not to log exec's with stderr, that
19342: could be warnings, and it's up to scritper to log/show them
19343:
19344: * src/: classes/double.C, main/execute.C: double:sql badly called
19345: write_assign_lang, not write_no_lang, thus doing unnecessary
19346: double/string converstion, which were loosing time&precesion
19347:
19348: * src/: main/pa_charset.C, types/pa_vmail.C:
19349: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19350: case of unfinished in buffer processing, causing accidental
19351: transcode stop [in case that source enc != utf-8 & there is
19352: incomplete utf-8 sequence at the end of 16000block iside of
19353: libxml lib] tfm readed & code updated
19354:
19355: 2002-09-04 paf
19356:
19357: * configure: makes with sjlj
19358:
19359: * INSTALL, src/include/pa_config_fixed.h,
19360: src/include/pa_sql_connection.h,
19361: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19362: checked. on win32 it made default
19363:
19364: * src/include/pa_config_auto.h.in: sjlj define
19365:
19366: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19367: can not work with longjump/throw pair, and one must switch that
19368: on there. todo: detect that automatically]
19369:
19370: * src/types/pa_vxnode.C: removed too strong checks of
19371: xnode.elements. now, for instance, if element does not have any
19372: attributes, $xnode.attributes is void, not error
19373:
19374: 2002-09-02 paf
19375:
1.211 moko 19376: * operators.ru.txt, operators.txt, src/main/execute.C,
19377: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19378:
19379: * src/main/execute.C: double_result made to move that var away from
19380: hungry g++ optimizer (-O2), before: it were optimized and
19381: comparison operators worked badly
19382:
19383: * src/types/pa_vdate.h: removed debug
19384:
1.116 moko 19385: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19386:
19387: * src/main/execute.C: fixed numeric < & co so that thay now use
19388: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19389: unknown reason.
19390:
19391: 2002-08-29 paf
19392:
19393: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19394: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19395: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19396: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19397: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19398: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19399: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19400: [called less frequent, allowed to remove ugly
19401: Junction.change_context-s from many places, switch,
19402: mail:send..html{}, ..] request.root renamed to method_frame [more
19403: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19404: [speed up]
19405:
19406: 2002-08-28 paf
19407:
19408: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19409: tainted
19410:
19411: * src/types/pa_vcookie.C: fixed cookie delete when
19412: $cookie:name[$.value[]]
19413:
1.211 moko 19414: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19415: ^string.split[delim[;options]]
19416:
19417: 2002-08-27 paf
19418:
1.116 moko 19419: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19420:
1.211 moko 19421: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19422: src/main/compile.y: # now delimiter
1.95 moko 19423:
19424: * INSTALL: recommended latest gmime 1.0.5
19425:
19426: 2002-08-26 paf
19427:
19428: * configure, configure.in: apache13/hook added to make dist.
19429:
19430: 2002-08-23 paf
19431:
19432: * src/: include/pa_common.h, main/pa_common.C,
19433: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19434: beside binary [cgi, isapi] not accessible [due to bad rights or
19435: whatever] it's error now
19436:
19437: 2002-08-21 paf
19438:
1.116 moko 19439: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19440:
19441: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19442: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19443: class". compiled as if here they named base class
19444:
19445: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19446: cloning constructor]
19447:
19448: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19449:
1.150 moko 19450: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19451: $mail.received.file.value.content-type fixed
19452:
19453: 2002-08-20 paf
19454:
19455: * src/classes/file.C: fixed language of file:file result
19456:
1.211 moko 19457: * operators.ru.txt, operators.txt, src/classes/void.C:
19458: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19459:
1.211 moko 19460: * operators.ru.txt, operators.txt, src/classes/void.C:
19461: ^void.pos[...] = -1
1.95 moko 19462:
1.211 moko 19463: * operators.ru.txt, operators.txt, src/classes/void.C:
19464: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19465:
1.211 moko 19466: * src/classes/void.C, operators.ru.txt, operators.txt:
19467: ^void.length[] = 0
1.95 moko 19468:
19469: 2002-08-19 paf
19470:
19471: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19472: work now
19473:
19474: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19475: error in xnode, which were not catched in xdoc]
19476:
19477: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19478: prepared: // validate each document after load/create (?)
19479: //xmlDoValidityCheckingDefaultValue = 1;
19480:
19481: 2002-08-15 paf
19482:
19483: * src/classes/classes.h: write to static var caused useless
19484: Exception, introduced Methoded::put_element wich consumes those
19485:
1.211 moko 19486: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19487: src/main/pa_common.C, src/types/pa_vcookie.C,
19488: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19489: src/types/pa_vresponse.h: $response:field[date]
19490: $response:field[$.xxx[date]]
1.95 moko 19491:
19492: * src/: classes/hash.C, classes/string.C, classes/table.C,
19493: classes/void.C, include/pa_sql_connection.h: fixed source of
19494: ^hash::sql{bad}
19495:
1.211 moko 19496: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19497: request body
1.95 moko 19498:
19499: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19500:
19501: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19502: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19503:
1.211 moko 19504: * operators.ru.txt, operators.txt, src/classes/form.C,
19505: src/include/pa_pool.h, src/include/pa_request.h,
19506: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19507: planning/preparing_to $request:body r.post_data now const
1.95 moko 19508:
19509: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19510: classes/xnode.C, main/execute.C, types/pa_value.h,
19511: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19512: types/pa_vtable.h: instead of type() checking everywhere used
19513: Value.as now user descendants can be used in params.
19514:
19515: VObject::as_*, is_defined now taken from bases. xtable(table)
19516: ^if($xtable) now OK
19517:
19518: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19519: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19520: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19521:
19522: 2002-08-14 paf
19523:
19524: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19525: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19526: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19527: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19528: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19529: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19530: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19531: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19532: types/pa_vresponse.C, types/pa_vresponse.h,
19533: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19534: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19535: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19536: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19537: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19538: & VClass
19539:
19540: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19541:
19542: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19543: removed fixopt stupidity. on stupid linux use cd /document/root
19544: ../cgi/parser3 script
19545:
19546: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19547: params, splitting them by space, excluding argv[0], argv[argc-1]
19548:
19549: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19550: fixopt.h: fixopt now preprocesses command line params, splitting
19551: them by space, excluding argv[0], argv[argc-1]
19552:
19553: * src/targets/cgi/parser3.C: -f config file
19554:
19555: * src/targets/cgi/parser3.C: fixed .log file dir
19556:
19557: 2002-08-13 paf
19558:
19559: * src/types/pa_vobject.C: allow override parent variables, useful
19560: for form descendants [in vobject too, were in vclass]
19561:
19562: * src/types/pa_vclass.C: allow override parent variables, useful
19563: for form descendants
19564:
19565: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19566: overwritten in derived(table)
19567:
19568: * src/: classes/form.C, classes/mail.C, classes/op.C,
19569: classes/xnode.h, include/pa_request.h, main/execute.C,
19570: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19571: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19572: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19573: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19574: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19575: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19576: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19577: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19578: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19579: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19580: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19581: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19582: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19583: Value::get_element(..., bool looking_down) [needed to exclude
19584: endless recoursion]
19585:
19586: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19587: fix bug with put endless recoursion todo: check 'as'
19588:
19589: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19590: reorganized modules todo: fix bug with put endless recoursion
19591: todo: check 'as'
19592:
19593: * src/types/pa_vobject.h: checked: table fields can be overwritten
19594: in derived(table)
19595:
19596: * src/types/pa_vobject.h: derived classes can have fields of their
19597: own now
19598:
19599: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19600: fixed error message on using non-created table
19601:
19602: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19603: classes/op.C, classes/xnode.h, include/pa_request.h,
19604: main/compile.C, main/compile.tab.C, main/execute.C,
19605: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19606: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19607: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19608: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19609: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19610: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19611: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19612: types/pa_vresponse.C, types/pa_vresponse.h,
19613: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19614: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19615: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19616: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19617: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19618: looking down/up tree todo: fix error message on non-constructed
19619: parents
19620:
19621: 2002-08-12 paf
19622:
19623: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19624: derived OK
19625:
19626: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19627: thorough testing
19628:
19629: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19630: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19631: types/pa_vobject.h, types/pa_vstateless_class.h,
19632: types/pa_vstateless_object.h, types/pa_wcontext.h,
19633: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19634: ^base:create[] dynamic call rewritten todo: thorough testing
19635:
19636: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19637: now instantates base class, remembers it and saves child in
19638: parent VObject.get_class now returns last child = downward
19639: virtual calls OK
19640:
19641: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19642: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19643: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19644: types/pa_vobject.h, types/pa_vresponse.h,
19645: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19646: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19647: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19648: VAliased [redundant], moved $CLASS to VObject only [parser class
19649: instance]
19650:
19651: * src/main/pa_request.C: $response:body[file] content-type check
19652: fixed [were bad when content-type is hash]
19653:
19654: 2002-08-09 paf
19655:
19656: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19657: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19658:
19659: 2002-08-08 paf
19660:
1.211 moko 19661: * operators.ru.txt, operators.txt, src/classes/date.C,
19662: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19663: month calendar [week year]
1.95 moko 19664:
19665: * src/main/execute.C: error reporting on object writes to MAIN
19666: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19667:
1.211 moko 19668: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19669: $date.yearday $date.daylightsaving
1.95 moko 19670:
19671: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19672: use tainted data now. only she must specify the language.
19673:
19674: ^mail:send[ $.from[paf@mail.design.ru]
19675: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19676: $.text[^taint[uri][ìîñêâà]=] ]
19677:
19678: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19679: now prints more precise origin
19680:
19681: * src/include/pa_string.h: String::first_char now not fails on
19682: empty strings ^if(-f '') now ok and in 3 other places.
19683:
1.211 moko 19684: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19685: src/main/pa_string.C: String::first_char now not fails on empty
19686: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19687:
19688: 2002-08-07 paf
19689:
19690: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19691: fixed
19692:
19693: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19694:
19695: * src/: main/execute.C, types/pa_vcode_frame.h,
19696: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19697: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19698: mistakenly not completely transparent to object writes.
19699: $hash[^if(1){$hash}] now works
19700:
1.211 moko 19701: * operators.ru.txt, operators.txt, src/classes/op.C:
19702: ^cache...{...^cache<<to past...} now erasing cache file [there
19703: were bad check on that]
1.95 moko 19704:
19705: * src/: classes/classes.dsp, classes/table.C,
19706: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19707: all Debug dirs in .dsp now named 'Debug'
19708:
1.116 moko 19709: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19710:
1.211 moko 19711: * operators.ru.txt, operators.txt, src/classes/mail.C:
19712: exception_type email.send
1.95 moko 19713:
1.211 moko 19714: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19715: exception_type email.format
1.95 moko 19716:
19717: * src/types/pa_vmail.C: mail:send empty email checked
19718:
19719: 2002-08-06 paf
19720:
1.211 moko 19721: * operators.ru.txt, operators.txt, src/classes/table.C,
19722: src/include/pa_array.h, src/include/pa_table.h,
19723: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19724: ^table::create[$source;$.options] ^table::join[$source;$.options]
19725:
1.211 moko 19726: * operators.ru.txt, operators.txt, src/classes/hash.C,
19727: src/classes/string.C, src/classes/table.C: sql options can be
19728: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19729:
19730: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19731:
19732: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19733: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19734: $file.content-type [instead of .mime-type] now works for
19735: file::stat also
19736:
19737: * src/main/pa_request.C: case insensitive mime_type_of
19738:
19739: 2002-08-05 paf
19740:
19741: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19742:
19743: * src/types/pa_vmail.C: file buffer relocated to parser heap
19744:
1.211 moko 19745: * operators.ru.txt, operators.txt: comment on date:calendar week
19746: column
1.95 moko 19747:
19748: * src/main/pa_common.C: write checked
19749:
19750: * src/main/: pa_common.C: write checked
19751:
19752: * src/classes/date.C: +1 buf size for stupid snprintfs
19753:
19754: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19755: month calendar week column [ISO 8601 Week Numbers]
19756:
19757: 2002-08-02 paf
19758:
19759: * src/: include/pa_config_fixed.h, main/pa_string.C,
19760: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19761: DEBUG*
19762:
19763: * configure, configure.in, src/include/pa_version.h: release
19764: 3_0_0005
19765:
19766: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19767: multipart post fixed
19768:
1.211 moko 19769: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19770: src/types/pa_vform.C: response transcoded source->client only
19771: when text/* or simple onoverridden $response:body
1.95 moko 19772:
19773: 2002-08-01 paf
19774:
19775: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19776: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19777: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19778: classes/op.C, classes/response.C, classes/string.C,
19779: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19780: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19781: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19782: include/pa_config_fixed.h, include/pa_dictionary.h,
19783: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19784: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19785: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19786: include/pa_socks.h, include/pa_sql_connection.h,
19787: include/pa_sql_driver_manager.h, include/pa_stack.h,
19788: include/pa_string.h, include/pa_stylesheet_connection.h,
19789: include/pa_stylesheet_manager.h, include/pa_table.h,
19790: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19791: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19792: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19793: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19794: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19795: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19796: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19797: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19798: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19799: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19800: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19801: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19802: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19803: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19804: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19805: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19806: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19807: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19808: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19809: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19810: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19811: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19812: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19813: types/pa_vmethod_frame.h, types/pa_vobject.h,
19814: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19815: types/pa_vresponse.h, types/pa_vstateless_class.C,
19816: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19817: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19818: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19819: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19820: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19821: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19822:
19823: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19824: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19825: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19826: classes/math.C, classes/op.C, classes/response.C,
19827: classes/string.C, classes/table.C, classes/void.C,
19828: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19829: include/pa_array.h, include/pa_cache_managers.h,
19830: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19831: include/pa_config_fixed.h, include/pa_config_includes.h,
19832: include/pa_dictionary.h, include/pa_dir.h,
19833: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19834: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19835: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19836: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19837: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19838: include/pa_stack.h, include/pa_string.h,
19839: include/pa_stylesheet_connection.h,
19840: include/pa_stylesheet_manager.h, include/pa_table.h,
19841: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19842: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19843: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19844: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19845: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19846: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19847: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19848: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19849: main/pa_sql_driver_manager.C, main/pa_string.C,
19850: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19851: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19852: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19853: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19854: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19855: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19856: targets/isapi/pool_storage.h, types/pa_valiased.C,
19857: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19858: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19859: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19860: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19861: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19862: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19863: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19864: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19865: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19866: types/pa_vresponse.C, types/pa_vresponse.h,
19867: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19868: types/pa_vstateless_object.h, types/pa_vstatus.C,
19869: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19870: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19871: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19872: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19873: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19874: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19875: types/Makefile.am: ident.C* removed
19876:
1.211 moko 19877: * operators.ru.txt, operators.txt, src/classes/file.C,
19878: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19879:
19880: * src/targets/cgi/parser3.C: usage to stdout now
19881:
19882: 2002-07-31 paf
19883:
19884: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19885:
19886: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19887: default "postmaster"
19888:
19889: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19890: -f postmaster now default sendmail key word "postmaster"
19891: replaced to $.from
19892:
19893: 2002-07-30 paf
19894:
1.116 moko 19895: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19896: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19897:
19898: * src/main/pa_charset.C: comment
19899:
19900: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19901: table, &#decimal;
19902:
19903: * src/main/pa_request.C: comment
19904:
19905: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19906: paragraf]
19907:
19908: 2002-07-11 paf
19909:
19910: * src/main/pa_exec.C: build command line badly added params twice
19911: [and first time without ' ']. double wrong. fixed.
19912:
19913: * src/main/pa_exec.C: invalid .exe caused error message with params
19914: wich parser did not provide = reported badly. fixed that.
19915:
19916: * src/classes/mail.C: $MAIL[ # xxx ]
19917:
19918: now ok
19919:
1.211 moko 19920: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19921:
19922: 2002-07-01 paf
19923:
19924: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19925: [MForm.configure_admin were called when request.main_class ==0
19926:
19927: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19928:
19929: * src/classes/form.C: content_length type fix
19930:
19931: 2002-06-30 paf
19932:
19933: * src/classes/mail.C: merged from 4
19934:
19935: * src/classes/mail.C: restored $MAIL
19936:
19937: 2002-06-28 paf
19938:
19939: * configure, configure.in: removed paths.h
19940:
1.116 moko 19941: * configure, src/include/pa_version.h,
1.95 moko 19942: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19943: merged, makes updated
19944:
1.211 moko 19945: * ChangeLog, configure, operators.ru.txt, operators.txt,
19946: src/classes/xdoc.C, src/include/pa_charset.h,
19947: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19948: src/include/pa_version.h, src/main/pa_charset.C,
19949: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19950: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19951: latest updates to head
1.95 moko 19952:
19953: 2002-06-27 paf
19954:
19955: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19956: not error now
19957:
1.211 moko 19958: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19959: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19960: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19961: ^xdoc::create[[uri]]... base uri for document being created,
19962: imports and other relative file names would be relative to this
19963: uri default uri=path_translated
19964:
19965: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19966:
19967: 2002-06-26 paf
19968:
19969: * configure, configure.in, src/include/pa_version.h:
19970: release_3_0_0004
19971:
19972: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19973: 0 now
19974:
19975: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19976:
19977: 2002-06-25 paf
19978:
19979: * src/main/pa_string.C: emtpy string, or string of whitespaces
19980: considered bad number now
19981:
1.211 moko 19982: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19983: ^xdoc.transform[xdoc <<can be now
1.95 moko 19984:
1.211 moko 19985: * operators.ru.txt, operators.txt, src/classes/string.C:
19986: ^string.normalize [old name: optimize
1.95 moko 19987:
19988: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19989: library configured
19990:
19991: * src/main/pa_request.C: configure_admin forced if no @conf
19992:
1.211 moko 19993: * operators.ru.txt, operators.txt, src/classes/math.C,
19994: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19995: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19996:
19997: 2002-06-24 paf
19998:
19999: * INSTALL: --with-static/shared-mailreceive described
20000:
20001: * src/include/pa_config_fixed.h: ssize_t fixed
20002:
1.116 moko 20003: * configure, configure.in, src/include/pa_config_auto.h.in,
20004: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20005: src/types/pa_vmail.C: $mail:received makes update
20006:
20007: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20008: WITH_MAILRECEIVE
20009:
20010: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20011:
20012: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20013: option, for $mail:receive
20014:
20015: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20016: introducting $message:received ^mail:send rewritten with backward
20017: comp
20018:
20019: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20020: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20021: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20022: now
20023:
1.211 moko 20024: * operators.ru.txt, operators.txt, src/classes/mail.C,
20025: src/include/Makefile.am, src/include/pa_charset.h,
20026: src/include/pa_config_fixed.h, src/include/pa_request.h,
20027: src/include/pa_string.h, src/include/pa_uue.h,
20028: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20029: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20030: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20031: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20032: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20033: uue to separate file introducting $message:received ^mail:send
20034: rewritten with backward comp
20035:
20036: 2002-06-21 paf
20037:
1.116 moko 20038: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20039: co changes
1.95 moko 20040:
1.116 moko 20041: * configure, configure.in, src/lib/md5/Makefile.am,
20042: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20043: restructure .in and .am files appropriate changes
1.95 moko 20044:
20045: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20046: pcre to libs/ added libs/md5 which is linked to non-apache
20047: targets ^math:crypt[password;$apr1$salt]
20048:
1.211 moko 20049: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20050: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20051: src/classes/classes.dsp, src/classes/math.C,
20052: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20053: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20054: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20055: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20056: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20057: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20058: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20059: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20060: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20061: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20062: src/lib/pcre/pcre_parser_ctype.dsp,
20063: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20064: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20065: src/main/compile.tab.C, src/main/main.dsp,
20066: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20067: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20068: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20069: to libs/ added libs/md5 which is linked to non-apache targets
20070: ^math:crypt[password;$apr1$salt]
20071:
20072: 2002-06-20 paf
20073:
1.211 moko 20074: * INSTALL, configure, configure.in, operators.ru.txt,
20075: operators.txt, src/classes/file.C, src/classes/op.C,
20076: src/doc/doxygen.cfg, src/include/pa_globals.h,
20077: src/include/pa_request.h, src/main/execute.C,
20078: src/main/pa_request.C, src/targets/cgi/parser3.C,
20079: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20080: marged latest HEAD updates, mainly file:justname&co &
20081: @auto/conf[filespec
1.95 moko 20082:
1.211 moko 20083: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20084: !^file:dirname[/a/some.tar.gz]=/a
20085: !^file:dirname[/a/b/]=/a
20086: !^file:basename[/a/some.tar.gz]=some.tar.gz
20087: !^file:justname[/a/some.tar.gz]=some.tar
20088: !^file:justext[/a/some.tar.gz]=gz
20089:
20090: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20091: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20092: @conf/auto[filespec]
20093:
1.116 moko 20094: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20095:
1.211 moko 20096: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20097: src/doc/doxygen.cfg, src/include/pa_globals.h,
20098: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20099: parser3.conf renamed to auto.p
1.95 moko 20100:
20101: 2002-06-18 paf
20102:
20103: * configure, configure.in, src/include/pa_version.h: version to
20104: configure.in
20105:
20106: * INSTALL: reflected .conf.dist dir change
20107:
1.150 moko 20108: * Makefile.am, configure, configure.in,
1.116 moko 20109: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20110: .in & *.am updated
20111:
20112: * src/classes/file.C: strncasecmp
20113:
20114: * src/classes/file.C: strcasecmp
20115:
1.150 moko 20116: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20117:
20118: * src/classes/file.C: ^file::exec[script;$.bad error case
20119: insensitive check now
20120:
20121: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20122:
20123: * configure, configure.in, src/include/pa_pool.h,
20124: src/include/pa_types.h: pack configure.in detection simplified.
20125: figured out that gcc on sparc not that stupid as thought
20126: previously: on sparc: when it sees packed class it modifies it's
20127: field-access-code to byte operations [stb, ldub] instead of 4byte
20128: operations [st, lduh] so packed must be all parts of packed
20129: class, i.e. it's parents&fields(classes). for now it's only
20130: String that packed and what was wrong is that it's parent -
20131: Pooled, were not packed. fixed that.
20132:
20133: 2002-06-14 paf
20134:
1.211 moko 20135: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20136:
1.211 moko 20137: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20138: attribute_node.name/value xnode pi.node.data
20139:
20140: 2002-06-12 paf
20141:
1.116 moko 20142: * configure, configure.in, src/targets/cgi/Makefile.am,
20143: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20144:
1.211 moko 20145: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20146: etc/Makefile.am, src/include/pa_globals.h,
20147: src/include/pa_request.h, src/main/compile.tab.C,
20148: src/main/pa_globals.C, src/main/pa_request.C,
20149: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20150: parser3.conf now one and only
1.95 moko 20151:
20152: * src/classes/mail.C: sendmail -ti [default now]
20153:
20154: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20155: to be strings. for convinient #ing
20156:
20157: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20158: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20159:
20160: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20161: main/pa_globals.C, main/pa_request.C: @conf
20162:
20163: 2002-06-11 paf
20164:
20165: * src/classes/file.C: check simplified
20166:
20167: * src/: classes/file.C, targets/cgi/parser3.dsp,
20168: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20169: valid prefix
20170:
20171: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20173: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20174:
20175: 2002-06-10 paf
20176:
1.211 moko 20177: * operators.ru.txt, operators.txt, src/classes/op.C,
20178: src/include/pa_common.h, src/main/pa_common.C: lock failures
20179: reported now
1.95 moko 20180:
20181: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20182: string->double @ compile time were not-enough-checking...
20183:
20184: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20185: autoconvert now ignored
20186:
20187: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20188: check
20189:
20190: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20191: $response:body content-type:name
20192:
20193: * configure, configure.in: hpux check, nsl link, no socket
20194:
1.211 moko 20195: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20196:
20197: * configure, configure.in: pack even address access on sparc&co
20198: arch checked in configure
20199:
20200: * configure, src/include/pa_version.h: makes
20201:
20202: * configure, configure.in, src/include/pa_version.h: makes
20203:
20204: * src/main/untaint.C: (bug#2) mail subject got always prepended
20205: with charset even when all letters were 7bit one
20206:
20207: * src/main/pa_common.C: merged fixed -d (bug)
20208:
20209: * src/main/pa_common.C: fixed -d (bug)
20210:
20211: 2002-06-03 paf
20212:
1.211 moko 20213: * ChangeLog, operators.ru.txt, operators.txt,
20214: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20215: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20216: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20217: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20218: .dsp-s along with reorganized cvs modules dirs structure
20219:
20220: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20221: main/pa_globals.C, targets/cgi/parser3.dsp,
20222: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20223: modules
20224:
20225: 2002-05-28 paf
20226:
20227: * src/targets/cgi/parser3.C: info.uri now ""
20228:
20229: 2002-05-17 paf
20230:
20231: * src/classes/: table.C: ^table.save << checked empty
20232: pre/match/post columns
20233:
20234: 2002-05-16 paf
20235:
20236: * src/classes/image.C: image::measure can png now
20237:
20238: 2002-05-15 paf
20239:
1.211 moko 20240: * operators.ru.txt, operators.txt, src/classes/date.C:
20241: ^date::create[%H:%M[:%S]] added
1.95 moko 20242:
20243: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20244:
1.211 moko 20245: * operators.ru.txt, operators.txt, src/classes/date.C:
20246: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20247:
20248: 2002-05-14 paf
20249:
20250: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20251:
20252: 2002-05-07 paf
20253:
20254: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20255: src/include/pa_globals.h, src/include/pa_request.h,
20256: src/include/pa_table.h, src/main/compile.tab.C,
20257: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20258: src/main/pa_request.C, src/main/pa_table.C,
20259: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20260: src/targets/isapi/parser3isapi.dsp,
20261: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20262: name2number field now &. main_method_name now on Request pool
20263: rather on global_pool [Junction+VJunction created on same pool as
20264: name = were created on global pool, causing mem leaks]
20265:
20266: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20267: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20268: main/compile.y, main/main.dsp, main/pa_globals.C,
20269: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20270: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20271: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20272: field now &. main_method_name now on Request pool rather on
20273: global_pool [Junction+VJunction created on same pool as name =
20274: were created on global pool, causing mem leaks]
20275:
20276: 2002-05-06 paf
20277:
20278: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20279: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20280: 100*40 bytes per request memory leak [nonpool malloc in globals]
20281:
20282: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20283: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20284: 100*40 bytes per request memory leak [nonpool malloc in globals]
20285:
20286: 2002-04-30 paf
20287:
20288: * configure, src/include/pa_version.h: version now not b
20289:
20290: * src/targets/cgi/parser3.C: request.uri now never 0
20291:
20292: 2002-04-29 paf
20293:
20294: * configure.in: removed b
20295:
20296: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20297: Exception::comment/type checked in (), no there's no empty
20298: type/comment by default
20299:
20300: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20301: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20302: src/doc/value.dox, src/include/pa_exception.h,
20303: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20304: 0001
20305:
20306: 2002-04-26 paf
20307:
20308: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20309: size reduced
20310:
20311: 2002-04-25 paf
20312:
20313: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20314: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20315: now that took into account
20316:
1.211 moko 20317: * operators.ru.txt, operators.txt, src/classes/date.C:
20318: ^date::create[2002-12-33 01:03:04]
1.95 moko 20319:
1.211 moko 20320: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20321: ^date::create[2002-12-33 01:03:04]
20322:
20323: * ChangeLog: updated changelog
20324:
20325: * src/classes/table.C: removed restriction on column count to
20326: ^table.hash to work, now must be >0 [were >1]
20327:
20328: 2002-04-24 paf
20329:
20330: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20331: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20332: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20333: targets
20334:
20335: 2002-04-23 paf
20336:
1.211 moko 20337: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20338: int/double/string:sql{}[$.default{code}] fixed [were barking:
20339: "junction used outside of context"]
20340:
20341: 2002-04-22 paf
20342:
20343: * types.txt, src/classes/string.C, src/include/pa_string.h,
20344: src/main/pa_string.C, src/types/pa_vstring.C,
20345: src/types/pa_vstring.h: ^string.optimize[]
20346:
20347: * src/: include/pa_globals.h, include/pa_table.h,
20348: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20349: table template
20350:
20351: * src/classes/: string.C: optimize removed from string
20352: .left/right/pos
20353:
20354: * src/main/execute.C: rolled back to
20355: before_killing_userjunction_contexts
20356:
20357: * src/main/execute.C: user junctions context killed
20358:
20359: * src/main/execute.C: junctions to local contexts got
20360: cleanized&checked later
20361:
20362: 2002-04-19 paf
20363:
20364: * src/: classes/string.C, include/pa_request.h,
20365: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20366: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20367: prior to .left .right .mid .pos .match when that is profitable,
20368: and always before .replace when $ORIGINS(1) optimization disabled
20369: economy from not wasting mem on lots of strings which occur by
20370: lots of String:mid calls to get parts of source string between
20371: found_occurances
20372:
20373: * src/classes/file.C: ovector now local economy: 16 bytes per
20374: ^file:list
20375:
20376: * src/: include/pa_globals.h, include/pa_table.h,
20377: main/pa_globals.C, main/pa_string.C: String::match table columns
20378: globalized, not created @ each ^match anymore economy:
20379: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20380:
20381: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20382: removed from each String::match replace iteration, and made
20383: stacked sizeof(VTable)=12bytes economy on each replace code
20384:
20385: * src/doc/footer.htm: 2001,
20386:
20387: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20388: string.match[]['] option enables generation of $match.prematch
20389: .match .postmatch columns
20390:
20391: * src/main/pa_string.C: String::match options analized without
20392: cstr-ing them now
20393:
20394: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20395: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20396: config updated to doxygen 1.2.15, created helper which fixes
20397: minor bugs in chm project files & htm tree. changed extension to
20398: .htm
20399:
20400: 2002-04-18 paf
20401:
20402: * src/doc/doxygen.cfg: .chi generation disabled
20403:
20404: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20405: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20406: fields&methods
20407:
20408: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20409: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20410: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20411: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20412: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20413: types/pa_vresponse.h, types/pa_vstateless_class.h,
20414: types/pa_vstateless_object.h, types/pa_vstatus.h,
20415: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20416: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20417: VStateless_class to VObject
20418:
20419: * src/: main/pa_request.C, types/pa_valiased.h,
20420: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20421: types/pa_vstring.h: VStateless_string_object speicalized light
20422: version of VStateless_object
20423:
20424: * src/classes/op.C: ^throw comment param made optional
20425:
20426: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20427: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20428: and implemented down in VClass, fclass_alias removed,
20429:
20430: * src/types/pa_value.C: forced to cut that from .h because of
20431: VStateless_class usage [undefined in .h]
20432:
20433: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20434: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20435: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20436: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20437: on each CALL]
20438:
20439: * src/: classes/classes.h, classes/date.C, classes/double.C,
20440: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20441: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20442: classes/response.C, classes/string.C, classes/table.C,
20443: classes/void.C, classes/xnode.C, include/pa_globals.h,
20444: include/pa_request.h, main/execute.C, main/pa_globals.C,
20445: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20446: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20447: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20448: types/pa_vstateless_class.h, types/pa_wcontext.C,
20449: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20450: removed Value::fname
20451:
20452: 2002-04-17 paf
20453:
20454: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20455: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20456: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20457: include/pa_pool.h, include/pa_types.h: dox updated to current
20458: state, PTHROW freshen to throw & co
20459:
20460: * src/types/pa_vhash.h: vstring wrong parent fixed
20461:
20462: * src/classes/op.C: taint local result var bug fixed
20463:
20464: 2002-04-16 paf
20465:
20466: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20467: Attic asm.txt as most interesting
20468:
20469: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20470: check, preventing content-length: 0 from appearing
20471:
20472: * src/main/execute.C: $result in @main now taken into account as in
20473: usual functions
20474:
20475: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20476: & @unhandled_exception now taken into account as in usual
20477: functions
20478:
20479: * src/doc/postbuild.txt: instructions on post .html build
20480:
20481: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20482:
20483: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20484: tainted
20485:
20486: * src/main/pa_request.C: uri in error log
20487:
20488: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20489: cheched date:create(days) param for validity [later were assumed
20490: valid and crashed on invalid onces]
20491:
20492: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20493: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20494: and used that for removing VString wrapper
20495:
20496: * src/classes/op.C: exception2vhash file now tainted
20497:
20498: * src/classes/op.C: _process pseudo origin copied from local var to
20499: heap
20500:
20501: * src/classes/op.C: extra check on empty file in origin in _execute
20502:
20503: 2002-04-15 paf
20504:
20505: * src/: main/execute.C, types/pa_value.h: fixed name update
20506:
20507: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20508: functions
20509:
20510: * src/: classes/file.C, classes/hash.C, classes/op.C,
20511: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20512: started dual write_xxx_lang functions, if checked & works
20513:
20514: * src/: classes/date.C, classes/file.C, classes/mail.C,
20515: classes/string.C, classes/xnode.C, include/pa_request.h,
20516: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20517: unnecessary VString shells
20518:
20519: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20520: prev changes]
20521:
20522: * src/: classes/image.C, classes/op.C, classes/string.C,
20523: classes/table.C, include/pa_request.h, main/execute.C,
20524: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20525: StringOrValue wcontext result, now ready for dual writes
20526:
20527: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20528: checked that
20529:
20530: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20531: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20532: changed to OP_WRITE_VALUE in var get cases
20533:
20534: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20535: include/pa_request.h, main/compile.tab.C, main/compile.y,
20536: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20537: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20538: switch in hash constructor fixed [were problems with using of
20539: stacked wwrapper after it's death]
20540:
20541: 2002-04-12 paf
20542:
1.211 moko 20543: * operators.ru.txt, operators.txt, src/classes/table.C:
20544: table.select(expression) 0
1.95 moko 20545:
20546: 2002-04-11 paf
20547:
20548: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20549: Request::process_internal codeFrame & wwrapper stacked [not
20550: wasting heap anymore]
20551:
20552: 2002-04-10 paf
20553:
20554: * src/: classes/double.C, classes/file.C, classes/hash.C,
20555: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20556: classes/string.C, classes/table.C, classes/void.C,
20557: classes/xdoc.C, include/pa_request.h, main/execute.C,
20558: main/pa_string.C: killed Request::process() wrapping
20559: VString(String) in case we need only String
20560:
20561: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20562: killed 8 bytes from String.head
20563:
20564: 2002-04-09 paf
20565:
20566: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20567: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20568: local*/char b[...]; a=b; situations
20569:
1.211 moko 20570: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20571: made literal
1.95 moko 20572:
20573: * src/classes/xdoc.C: xslt params fixed
20574:
20575: * src/: main/pa_common.C, targets/cgi/parser3.C,
20576: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20577: not pool.malloc(MAX_NUMBER) but really neaded
20578:
1.211 moko 20579: * operators.ru.txt, operators.txt, src/classes/double.C,
20580: src/classes/int.C: int/double.int/double(default)
1.95 moko 20581:
20582: 2002-04-04 paf
20583:
20584: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20585: [when reconstructing pieces were split by
20586: max_integral(piece.size), thus some strings to replace happen to
20587: be split into two = not replaced)
20588:
20589: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20590: standalone version = current dir
20591:
20592: * src/targets/cgi/parser3.C: document root in standalone version =
20593: current dir
20594:
20595: 2002-04-03 paf
20596:
20597: * configure, configure.in: more checks on nonexistent charset
20598:
1.116 moko 20599: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20600:
20601: 2002-04-02 paf
20602:
20603: * src/main/compile.C: parser.compile [exception name more like in
20604: doc]
20605:
20606: 2002-04-01 paf
20607:
20608: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20609: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20610: .content-type.charset, not .charset
20611:
20612: 2002-03-29 paf
20613:
20614: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20615:
1.211 moko 20616: * operators.ru.txt, operators.txt, src/classes/date.C:
20617: ^date::create now may not supply day, default 1. checked 29.03
20618: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20619:
20620: 2002-03-28 paf
20621:
1.211 moko 20622: * operators.ru.txt, operators.txt, src/classes/date.C,
20623: src/classes/op.C, src/include/pa_globals.h,
20624: src/include/pa_hash.h, src/main/pa_globals.C,
20625: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20626: ^cache[date] }
1.95 moko 20627:
20628: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20629: param
20630:
20631: 2002-03-27 paf
20632:
1.211 moko 20633: * operators.ru.txt, operators.txt, src/classes/date.C,
20634: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20635: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20636: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20637: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20638: src/classes/xdoc.C, src/classes/xnode.C,
20639: src/include/pa_exception.h, src/include/pa_request.h,
20640: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20641: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20642: src/main/pa_array.C, src/main/pa_charset.C,
20643: src/main/pa_charsets.C, src/main/pa_common.C,
20644: src/main/pa_dictionary.C, src/main/pa_exception.C,
20645: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20646: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20647: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20648: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20649: src/types/pa_value.h, src/types/pa_vcookie.C,
20650: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20651: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20652: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20653: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20654: src/types/pa_wwrapper.h: assigned exception types
20655:
1.211 moko 20656: * operators.ru.txt, operators.txt, src/classes/op.C,
20657: src/include/pa_config_fixed.h, src/include/pa_request.h,
20658: src/main/execute.C, src/main/pa_request.C: decided agains
20659: resetting exception_trace, just changed name
1.95 moko 20660:
20661: 2002-03-26 paf
20662:
20663: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20664: fixed
20665:
20666: * src/classes/op.C: forced language of $source field of exception
20667: to 'tainted', so that sql-langed-frags could be outputed outside
20668: of connect
20669:
1.211 moko 20670: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20671: offset
1.95 moko 20672:
20673: * src/classes/date.C: removed date.roll limit of +-1 offset
20674:
1.211 moko 20675: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20676: roll on daylightsaving days mktime took into account tm_isdst
20677: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20678:
20679: 2002-03-25 paf
20680:
1.211 moko 20681: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20682: http_site_config_filespec
20683:
20684: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20685: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20686: with any/both --disable-foreign-group-files --disable-execs
20687:
20688: * INSTALL: "--with=sendmail=COMMAND" comment
20689:
20690: * INSTALL, configure, configure.in, src/classes/mail.C,
20691: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20692: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20693: disables execs also. introducing --sendmail
1.95 moko 20694:
1.211 moko 20695: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20696:
20697: * INSTALL: comment on --disable-link-stdcpp
20698:
1.116 moko 20699: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20700: libstdc++ link skipping configure option
1.95 moko 20701:
20702: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20703: with error were put to cache with 'marked_to_rollback' flag, all
20704: consequent even OK requests rolled back
20705:
20706: 2002-03-22 paf
20707:
20708: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20709: false return
20710:
1.211 moko 20711: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20712:
20713: 2002-03-18 paf
20714:
1.211 moko 20715: * operators.ru.txt, operators.txt, src/classes/op.C,
20716: src/include/pa_exception.h, src/include/pa_globals.h,
20717: src/include/pa_request.h, src/include/pa_stack.h,
20718: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20719:
20720: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20721: types/pa_vdouble.h: removed some tested @tests
20722:
20723: 2002-03-15 paf
20724:
1.211 moko 20725: * operators.ru.txt, operators.txt, src/classes/table.C:
20726: ^table.locate(logical expr)
1.95 moko 20727:
20728: 2002-03-13 paf
20729:
20730: * src/main/pa_exception.C: checked not-pooled malloc
20731:
20732: 2002-03-11 paf
20733:
20734: * INSTALL, configure, configure.in,
20735: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20736:
20737: * src/main/pa_common.C: --disable-foreign-group-files
20738:
20739: * INSTALL: --disable-execs
20740:
20741: * src/main/pa_exec.C: --disable-execs
20742:
20743: * configure, configure.in, src/include/pa_config_auto.h.in:
20744: --disable-execs
20745:
20746: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20747:
20748: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20749: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20750:
20751: 2002-03-05 paf
20752:
1.211 moko 20753: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20754: calendar columns named
1.95 moko 20755:
1.211 moko 20756: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20757: calendar columns named
1.95 moko 20758:
20759: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20760: requires headers to be terminated with \r\n manually [refuses to
20761: separate header/body itself]
20762:
20763: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20764: targets/isapi/parser3isapi.C: isapi site config beside .dll
20765:
20766: 2002-03-04 paf
20767:
20768: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20769: in PASS language
20770:
20771: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20772: deserialize checks on broken file
20773:
20774: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20775: parser3isapi.dsp: isapi updated
20776:
20777: 2002-03-01 paf
20778:
20779: * src/main/pa_exec.C: execle -> execve, now argc OK
20780:
20781: 2002-02-28 paf
20782:
20783: * src/main/untaint.C: removed some debug comments
20784:
20785: * src/main/pa_charsets.C: when placing charset to cache using
20786: global name now [were request]
20787:
20788: * configure, configure.in: apache module updated
20789:
20790: * src/main/pa_string.C: origin by first piece preferred before last
20791: piece
20792:
20793: 2002-02-27 paf
20794:
20795: * src/main/pa_charset.C: size_t
20796:
20797: * INSTALL: shared/static-xml with-pathlink
20798:
1.211 moko 20799: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20800:
20801: 2002-02-26 paf
20802:
20803: * src/main/pa_exec.C: more precise names for vars, cosmetic
20804:
20805: * src/classes/xnode.C: in some situation, xpath query returned
20806: result with type NODESET, but empty nodeset member field, checked
20807: that
20808:
20809: 2002-02-22 paf
20810:
20811: * INSTALL: without-zlib comment
20812:
20813: * etc/parser3.charsets/windows-1251.cfg: °
20814:
20815: * configure, configure.in: glib###.a detection fixed
20816:
20817: * INSTALL: hashfile removed from INSTALL
20818:
1.116 moko 20819: * Makefile.am: make update
1.95 moko 20820:
20821: * src/main/pa_string.C: string iterators fixed again, so were
20822: String::join_chain
20823:
20824: * src/main/pa_string.C: string iterators fixed again, so were
20825: String::join_chain
20826:
20827: * src/: include/pa_string.h, main/pa_string.C: string iterators
20828: fixed again, so were String::join_chain
20829:
20830: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20831:
1.211 moko 20832: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20833: "expires=0" = "session"
1.95 moko 20834:
1.116 moko 20835: * configure, configure.in, src/include/pa_config_auto.h.in:
20836: --with-shared-xml --with-static-xml
1.95 moko 20837:
20838: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20839: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20840: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20841: xalan&xml
20842:
20843: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20844:
1.211 moko 20845: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20846: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20847: from sources for now
1.95 moko 20848:
1.116 moko 20849: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20850: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20851: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20852: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20853: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20854: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20855: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20856: src/types/Makefile.am, src/types/pa_vhashfile.C,
20857: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20858:
20859: 2002-02-21 paf
20860:
20861: * src/main/untaint.C: removed debug code, activated commented-for
20862: debug parts
20863:
1.116 moko 20864: * Makefile.am: make cvsupdate
1.95 moko 20865:
20866: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20867: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20868: append_row, not at link zero now string to string appending works
20869:
20870: 2002-02-20 paf
20871:
20872: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20873: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20874: DEBUG_STRING_APPENDS_VS_EXPANDS
20875:
20876: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20877: economy: 22%
20878:
20879: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20880: space uptimized: string::link_row removed
20881:
20882: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20883: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20884: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20885: types/pa_vstring.h: speed uptimized: string::is_empty
20886:
1.211 moko 20887: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20888: src/include/pa_config_fixed.h, src/include/pa_string.h,
20889: src/include/pa_types.h, src/main/compile.tab.C,
20890: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20891: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20892: string append optimiziation idea and estimates
20893:
20894: 2002-02-19 paf
20895:
20896: * src/classes/math.C: not used directly [but erroreously reported
20897: that 'is', thus registering twice&other probs]
20898:
20899: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20900: to node [element]
20901:
20902: * src/main/compile.C: without string_origins parse error
20903: file+line+col possible
20904:
20905: * src/main/: compile.C: without string_origins not worked
20906:
20907: 2002-02-18 paf
20908:
20909: * src/types/pa_vdouble.h: since we have in_expression removed that
20910: trick i've installed into double::as_string
20911:
20912: * src/main/pa_globals.C: extern "C" was removed too fast
20913:
20914: * src/: include/pa_opcode.h, include/pa_request.h,
20915: main/compile.tab.C, main/compile.y, main/execute.C,
20916: types/pa_wcontext.h: in_expression aimed to solve old problem
20917: with string/nonstring values, now in expressions double/int
20918: values are passed as-is, without stupid tostring/fromstring
20919: conversions
20920:
20921: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20922: __cplusplus } #endif
20923:
20924: * src/main/compile.tab.C: bison env set so one could compile
20925: without cygwin installed
20926:
20927: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20928: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20929: gnome xml libs parser .dsp-s changed accordingly
20930:
1.211 moko 20931: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20932: PARSER_ROOT_CONFIG
1.95 moko 20933:
1.211 moko 20934: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20935: [were date::set, with backward comp
1.95 moko 20936:
20937: * src/classes/math.C: math:random range check fixed
20938:
20939: * src/main/: compile.tab.C, compile.y: integer division stops name
20940:
20941: * INSTALL: local install comment
20942:
1.116 moko 20943: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20944:
1.116 moko 20945: * acinclude.m4, aclocal.m4, configure, configure.in,
20946: src/include/pa_config_auto.h.in,
20947: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20948: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20949:
1.211 moko 20950: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20951:
20952: 2002-02-13 paf
20953:
20954: * src/include/pa_config_includes.h: sys/time time both included
20955: now. vaguely remember confilicts on this on some system [not on
20956: six|ablv] so when would see them again would think up proper
20957: check
20958:
1.116 moko 20959: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20960: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20961:
20962: * src/main/pa_common.C: truncation never occured when writing files
20963: on unix [since i've changed cache mech] fix
20964:
20965: * src/main/pa_common.C: strnchr: sanity check added
20966:
20967: * etc/parser3.charsets/windows-1257.cfg: id added
20968:
20969: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20970: baltic charset file generated, in generation script ispunct check
20971: added
20972:
20973: 2002-02-08 paf
20974:
1.116 moko 20975: * src/: include/Makefile.am, sql/Makefile.am,
20976: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20977:
20978: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20979: forgotten
20980:
20981: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20982:
20983: * INSTALL, README: install&others updated
20984:
20985: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20986:
1.116 moko 20987: * Makefile.am, configure, configure.in,
20988: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20989: src/classes/Makefile.am, src/main/Makefile.am,
20990: src/main/pa_status_provider.C, src/targets/Makefile.am,
20991: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20992: works
1.95 moko 20993:
20994: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20995: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20996: classes/hashfile.C, classes/int.C, classes/mail.C,
20997: classes/math.C, classes/op.C, classes/response.C,
20998: classes/string.C, classes/table.C, classes/void.C,
20999: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21000: include/pa_array.h, include/pa_cache_managers.h,
21001: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21002: include/pa_config_fixed.h, include/pa_config_includes.h,
21003: include/pa_db_connection.h, include/pa_db_manager.h,
21004: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21005: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21006: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21007: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21008: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21009: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21010: include/pa_stack.h, include/pa_string.h,
21011: include/pa_stylesheet_connection.h,
21012: include/pa_stylesheet_manager.h, include/pa_table.h,
21013: include/pa_threads.h, include/pa_types.h, main/compile.C,
21014: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21015: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21016: main/pa_db_connection.C, main/pa_db_manager.C,
21017: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21018: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21019: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21020: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21021: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21022: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21023: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21024: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21025: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21026: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21027: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21028: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21029: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21030: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21031: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21032: types/pa_vmethod_frame.h, types/pa_vobject.h,
21033: types/pa_vrequest.h, types/pa_vresponse.h,
21034: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21035: types/pa_vstateless_object.h, types/pa_vstatus.C,
21036: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21037: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21038: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21039: classes/image.C, main/pa_common.C, main/pa_exec.C,
21040: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21041: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21042: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21043: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21044: types/pa_vxnode.C, main/pa_charset.C: name spelling
21045:
21046: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21047: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21048: classes/hashfile.C, classes/image.C, classes/int.C,
21049: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21050: classes/string.C, classes/table.C, classes/void.C,
21051: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21052: include/pa_array.h, include/pa_cache_managers.h,
21053: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21054: include/pa_config_fixed.h, include/pa_config_includes.h,
21055: include/pa_db_connection.h, include/pa_db_manager.h,
21056: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21057: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21058: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21059: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21060: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21061: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21062: include/pa_stack.h, include/pa_string.h,
21063: include/pa_stylesheet_connection.h,
21064: include/pa_stylesheet_manager.h, include/pa_table.h,
21065: include/pa_threads.h, include/pa_types.h, main/compile.C,
21066: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21067: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21068: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21069: main/pa_db_connection.C, main/pa_db_manager.C,
21070: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21071: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21072: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21073: main/pa_socks.C, main/pa_sql_driver_manager.C,
21074: main/pa_status_provider.C, main/pa_string.C,
21075: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21076: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21077: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21078: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21079: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21080: targets/isapi/pool_storage.h, types/pa_valiased.C,
21081: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21082: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21083: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21084: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21085: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21086: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21087: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21088: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21089: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21090: types/pa_vresponse.h, types/pa_vstateless_class.C,
21091: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21092: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21093: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21094: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21095: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21096: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21097:
21098: 2002-02-07 paf
21099:
21100: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21101:
1.116 moko 21102: * configure, configure.in, src/include/pa_config_auto.h.in,
21103: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21104: added yet another locking function: fcntl
1.95 moko 21105:
21106: * config.sub: on cygwin configure passes it with strange i1586
21107: const, hacked it to mean i586
21108:
21109: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21110: disabled $if reference due to conflicts with local variables
21111:
1.211 moko 21112: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21113: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21114: xdoc::create, with both sences
21115:
21116: * operators.ru.txt, operators.txt, src/classes/table.C,
21117: src/include/pa_array.h, src/include/pa_table.h,
21118: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21119: 'set' name obsolete now table clone.
1.95 moko 21120:
1.211 moko 21121: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21122: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21123: ^int/double/string.format now can be called with normal []
21124: brackets, not stupid {} as it were implemented for some strange
21125: reason. retaining backward compatibility due to some
21126: already-implemented servers
21127:
21128: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21129: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21130: operators now detected by check at name_without_curly_rdive_read
21131: rule whether diving code constists only of
21132: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21133: with OP_GET_ELEMENT_OR_OPERATOR to form
21134: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21135:
21136: 2002-02-06 paf
21137:
21138: * configure, configure.in: prefix expanded, grr
21139:
1.211 moko 21140: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21141: config changed
1.95 moko 21142:
21143: 2002-02-05 paf
21144:
1.211 moko 21145: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21146:
21147: * src/main/: pa_exec.C: argv0 now correct
21148:
21149: * src/types/pa_vstatus.C: status:rusage 3
21150:
21151: * src/types/pa_vstatus.C: status:rusage 2
21152:
1.211 moko 21153: * operators.ru.txt, operators.txt: status:rusage described int
21154: operators
1.95 moko 21155:
21156: * src/types/pa_vstatus.C: status:rusage 1
21157:
21158: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21159: src/types/types.dsp: status:rusage
21160:
1.211 moko 21161: * configure.in, operators.ru.txt, operators.txt,
21162: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21163: src/include/pa_config_includes.h, src/main/compile.tab.C,
21164: src/main/pa_common.C: rewritten ^cache to use
21165: non-blocking-exclusive-caches
21166:
21167: * src/main/pa_common.C: text file read mode on win32 adjusted
21168: [speed impact. was off for debugging purpose, but forgotten
21169: afterwards]
21170:
21171: 2002-02-01 paf
21172:
21173: * src/classes/op.C: file_write does EX lock after create, while
21174: file_read does SH after open, so there's a moment after create
21175: but before EX lock when read can sneak into, and read
21176: just-created-for-writing-and-not-yet-locked file, added a check
21177: for that in ^cache...read
21178:
21179: 2002-01-31 paf
21180:
21181: * src/main/: compile.y, compile.tab.C: disabled operator call after
21182: ^xxx:
21183:
21184: * src/main/: compile.tab.C, execute.C: made operators lookup first
21185: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21186:
21187: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21188: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21189: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21190: operators check 6.1 rewritten. now check is done at compile time
21191:
21192: * src/main/execute.C: operators check 5 floated up old error of
21193: staying in 'entered class/object' state after $a($a..) it
21194: prevented operators from being called thereafter
21195:
21196: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21197: main/execute.C: operators check 4 floated up old error of staying
21198: in 'entered object' state after ^a.a(a) it prevented operators
21199: from being called thereafter
21200:
21201: * src/main/execute.C: operators check 3 floated up old error of
21202: staying in 'entered class' state after $a:a(a) it prevented
21203: operators from being called thereafter
21204:
21205: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21206: floated up old error of staying in 'entered class' state after
21207: $a:a[a] it prevented operators from being called thereafter
21208:
21209: * src/main/execute.C: operators check, thay mistakenly seen in
21210: $class:operator $object.operators contexts
21211:
21212: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21213: win32
21214:
1.116 moko 21215: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21216: src/classes/Makefile.am, src/main/Makefile.am,
21217: src/targets/cgi/Makefile.am,
1.95 moko 21218: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21219: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21220:
1.116 moko 21221: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21222: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21223: configure, configure.in, form.txt, ident.awk, install-sh,
21224: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21225: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21226: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21227: etc/parser3.charsets/koi8-r.cfg,
21228: etc/parser3.charsets/windows-1250.cfg,
21229: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21230: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21231: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21232: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21233: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21234: straightened installation scripts procedure made
21235: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21236: change
21237:
21238: 2002-01-30 paf
21239:
21240: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21241: removed] those comments were a mistake, and prevented libltdl
21242: from function properly
21243:
21244: 2002-01-29 paf
21245:
1.116 moko 21246: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21247: creation [modified acinclude.m4 which were creating int into just
21248: assignment LIBTOOL=../libtool] added default system
21249: config&charsetts prepared 'make install', now it installs
21250: targets/cgi/parser3 into bin directory etc/parser3.conf &
21251: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21252: $sysconfdir/parser3.charsets respectively
21253:
21254: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21255: main/pa_globals.C: few forgotten ifdef XML added
21256:
21257: 2002-01-28 paf
21258:
1.116 moko 21259: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21260: removed
21261:
21262: * src/main/pa_exception.C: dom|generic error output fix
21263:
21264: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21265:
21266: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21267:
21268: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21269: [fixed as_node helper func to accept docs]
21270:
21271: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21272: xdoc.importNode 0
21273:
21274: * src/classes/xdoc.C: xdoc::set now untaints OK
21275:
21276: 2002-01-25 paf
21277:
21278: * src/main/: compile.tab.C, compile.y: #comment before @ after
21279: @SPECIAL now works OK
21280:
21281: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21282:
21283: * src/main/pa_exec.C: max arg count now 10, and proper message on
21284: violation that added
21285:
21286: * src/classes/hash.C: unified hash::sql, now
21287: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21288:
21289: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21290: ^file:lock[filename]{code}
21291:
21292: * src/: classes/file.C, classes/op.C, classes/string.C,
21293: classes/table.C, classes/xdoc.C, include/pa_common.h,
21294: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21295: to some pa_common funcs
21296:
21297: * src/: include/pa_charset.h, main/pa_globals.C:
21298: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21299:
21300: * src/: include/pa_charset.h, main/pa_charset.C,
21301: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21302: not stupid illegal define
21303:
21304: 2002-01-24 paf
21305:
21306: * src/include/pa_version.h: changed version number
21307:
21308: * src/: classes/hashfile.C, include/pa_db_table.h,
21309: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21310: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21311: main/pa_db_connection.C, main/pa_db_table.C,
21312: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21313: hashfile without logfiles
21314:
21315: * src/: classes/hashfile.C, include/pa_db_table.h,
21316: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21317: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21318: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21319: DB_INIT_TXN init bits, thus got rid of huge log files, which
21320: cluttered disk without huge need]
21321:
21322: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21323: handy macro, which is strangly abscent in dome lib
21324:
21325: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21326:
21327: * src/classes/xdoc.C: checked empty response
21328:
21329: * src/classes/xnode.C: xdoc.select fixed context node [were always
21330: /, not self node]
21331:
21332: * src/classes/xnode.C: xnode.select returns array always now, in
21333: case 'nothing found' returns empty array
21334:
21335: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21336: be more tender with ctrl/c/v
21337:
21338: 2002-01-23 paf
21339:
21340: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21341: substituted. // 2. when dom tree with entites goes under
21342: transform text nodes // got [erroreosly] cut on first
21343: entity occurance
21344:
21345: * src/types/pa_vdouble.h: double prec. todo: get rid of
21346: twice-converting
21347:
21348: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21349: 'e' in output this is for regretful twice-converting here:
21350: $a(double value) when they write double falue they convert it to
21351: string first, thus %g were losing precesion.
21352:
21353: todo: think up some way to remove double->string string->double
21354: twice-converting
21355:
21356: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21357: %.20E now default float format this is for regretful
21358: twice-converting here: $a(double value) when they write double
21359: falue they convert it to string first, thus %g were losing
21360: precesion.
21361:
21362: todo: think up some way to remove double->string string->double
21363: twice-converting
21364:
21365: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21366: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21367: reasons in comment inside
21368:
21369: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21370: statically linked]
21371:
21372: * src/: include/pa_exception.h, main/compile.tab.C,
21373: main/pa_exception.C: removed exception va_list constructor. 1.
21374: not needed anymore 2. there were a conflict[causing errors]
21375: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21376: never detected an ambiguilty here, compiling ctor(, "hello") into
21377: ctor(, va_list) which, of course, caused gpf
21378:
21379: * src/main/pa_globals.C: removed debug xslt messages
21380:
21381: 2002-01-22 paf
21382:
21383: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21384: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21385: helps compiling stylesheet properly. example: this refused to
21386: work, <b>«<xsl:value-of select="@title"
21387: />»</b> stranly worked only this way:
21388: <b>«<xsl:value-of select="@title" />»</b>
21389:
21390: docs says "set it to 1", never going into details, so I decided
21391: to try NOT to do that
21392:
21393: * src/classes/table.C: join behaived badly in case named tables
21394: structure mismatched: 0 strings sneaked into dest failing
21395: afterwards. replaced them with empty strings
21396:
21397: 2002-01-21 paf
21398:
21399: * src/main/pa_charset.C: checked empty transcoders in
21400: transcode_cstr|buf
21401:
21402: * src/classes/xdoc.C: xdoc::load error source = filespec
21403:
21404: * src/classes/xdoc.C: transform error source now
21405: stylesheet_filespec
21406:
1.116 moko 21407: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21408: include/pa_stylesheet_connection.h, main/pa_charset.C,
21409: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21410: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21411: gnome
1.95 moko 21412:
21413: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21414: include/pa_globals.h, include/pa_stylesheet_connection.h,
21415: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21416: xslt generic error 1
21417:
21418: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21419: xml generic message 1
21420:
21421: * src/classes/table.C: ^table::load empty lines or #comments before
21422: headline
21423:
21424: * src/: include/pa_array.h, include/pa_globals.h,
21425: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21426: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21427: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21428: errors 0
21429:
21430: 2002-01-16 paf
21431:
21432: * src/: classes/hash.C, classes/op.C, classes/string.C,
21433: classes/table.C, classes/void.C, classes/xdoc.C,
21434: include/pa_db_connection.h, include/pa_request.h,
21435: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21436: include/pa_stylesheet_connection.h,
21437: include/pa_stylesheet_manager.h, main/pa_request.C,
21438: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21439: targets/cgi/pool_storage.h: auto closers to sql_connection,
21440: stylesheet_connection auto destroyers to remaining gnome objects
21441:
21442: * src/classes/xdoc.C: few comments
21443:
21444: 2002-01-15 paf
21445:
21446: * src/classes/xdoc.C: xdoc file save string
21447:
21448: ready. todo: error handling
21449:
21450: * src/classes/xdoc.C: xdoc save rewritten using
21451: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21452: result
21453:
21454: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21455: started output options parsing
21456:
21457: 2002-01-14 paf
21458:
21459: * src/classes/xdoc.C: method
21460:
21461: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21462: include/pa_pool.h, include/pa_stylesheet_connection.h,
21463: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21464: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21465: xslt transform0. TODO: use output options handle errors
21466:
21467: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21468:
21469: 2002-01-11 paf
21470:
21471: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21472: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21473: partial logical && || evaluation
21474:
21475: * src/classes/xnode.C: xpath selectNodes
21476:
21477: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21478: string/number/bool
21479:
21480: * src/classes/xnode.C: xpath selectNode 2
21481:
21482: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21483: xpath selectNode 1
21484:
21485: 2002-01-10 paf
21486:
21487: * src/classes/xnode.C: xpath selectNode -100 [just written]
21488:
21489: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21490: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21491: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21492: refcounter]
21493:
21494: 2001-12-29 paf
21495:
21496: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21497: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21498: glib works 0
21499:
21500: 2001-12-28 paf
21501:
21502: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21503: main/pa_exception.C: started glib transcoders
21504:
21505: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21506:
21507: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21508: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21509: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21510: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21511: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21512: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21513: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21514: libs just compiled in. no refcounting no xpath no xslt yet
21515:
21516: 2001-12-27 paf
21517:
21518: * src/: include/pa_charset.h, include/pa_common.h,
21519: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21520: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21521: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21522: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21523: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21524: from xalan&xerces, started the process. globals [initialization
21525: pool [charset update charset [transcodings vxnode vxdoc [DOM
21526: calls
21527:
21528: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21529: anymore
21530:
21531: 2001-12-26 paf
21532:
21533: * src/: include/pa_charset.h, include/pa_charsets.h,
21534: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21535: key globalized [bug]
21536:
21537: 2001-12-25 paf
21538:
21539: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21540: main/pa_string.C: table set & append changed splitting languages,
21541: separators now can be clean AND as-is same to mail command line
21542: $MAIN:MAIL.progX arguments
21543:
21544: 2001-12-24 paf
21545:
21546: * src/classes/mail.C: one parted text messages - no multipart
21547: mime-type anymore. for convinient if $.attach-ments
21548:
21549: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21550: main/pa_string.C: read from cache size check updated
21551:
21552: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21553:
21554: 2001-12-21 paf
21555:
21556: * src/classes/date.C: date:sql-string now returns localtime
21557:
21558: * src/main/pa_request.C: $result in @main actually not working, to
21559: hell with it for now
21560:
21561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21562: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21563: @postprocess @exception
21564:
21565: * src/main/execute.C: junction evaluation canceled - endless
21566: recursion detected
21567:
21568: 2001-12-19 paf
21569:
21570: * src/main/pa_charset.C: charset->charset transcoding via unicode
21571: intermediate
21572:
21573: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21574:
21575: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21576:
21577: * src/classes/op.C: ^cache keypath now relative
21578:
21579: * src/classes/mail.C: changed weighting prior to sort
21580:
21581: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21582: were missing
21583:
21584: 2001-12-17 paf
21585:
21586: * src/main/pa_charset.C: ifndef XML were bad type
21587:
21588: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21589: outdated unset services_pool
21590:
21591: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21592: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21593: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21594:
21595: * src/main/untaint.C: allowed space in filespec
21596:
21597: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21598:
21599: * src/classes/image.C: no govno
21600:
21601: * src/classes/image.C: govno
21602:
21603: 2001-12-16 paf
21604:
21605: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21606:
21607: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21608: charset_connection&manager replaced by charset&charsets
21609:
21610: * src/main/pa_charset.C: name_cstr 0
21611:
21612: * src/main/untaint.C: uri lang now knows about client/source
21613: charsets
21614:
21615: * src/: classes/file.C, classes/math.C, classes/op.C,
21616: classes/string.C, classes/table.C, classes/xdoc.C,
21617: include/pa_array.h, include/pa_cache_managers.h,
21618: include/pa_charset_connection.h, include/pa_charset_manager.h,
21619: include/pa_common.h, include/pa_db_connection.h,
21620: include/pa_db_manager.h, include/pa_db_table.h,
21621: include/pa_dictionary.h, include/pa_exception.h,
21622: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21623: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21624: include/pa_sapi.h, include/pa_socks.h,
21625: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21626: include/pa_string.h, include/pa_stylesheet_connection.h,
21627: include/pa_stylesheet_manager.h, include/pa_table.h,
21628: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21629: main/pa_charset.C, main/pa_charset_connection.C,
21630: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21631: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21632: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21633: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21634: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21635: types/types.dsp: introducing Charset
21636:
21637: 2001-12-14 paf
21638:
21639: * src/: include/pa_request.h, include/pa_transcoder.h,
21640: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21641: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21642: uri lang
21643:
21644: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21645:
21646: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21647:
21648: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21649: defalts_name global
21650:
21651: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21652: include/pa_request.h, main/main.dsp,
21653: main/pa_charset_connection.C, main/pa_charset_manager.C,
21654: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21655: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21656: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21657: changed charset model. now important: $request:charset
21658: $response:charset while $response:content-type.charset become
21659: unimportant [informational]
21660:
21661: 2001-12-13 paf
21662:
21663: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21664:
21665: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21666: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21667: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21668: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21669: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21670: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21671:
21672: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21673: auto_ptr part other way, because of stupid gcc 2.96
21674: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21675: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21676: FormatterListener] /usr/include/g++-3/memory:48:
21677: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21678: _Tp1 = FormatterListener, _Tp = FormatterListener]
21679:
21680: * src/classes/xdoc.C: removed extra inc
21681:
21682: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21683:
21684: * src/include/pa_types.h: msvc head debugging flag
21685:
21686: * src/classes/xdoc.C: freed up listener
21687:
21688: * src/classes/string.C: change msg '... code is not code'
21689:
21690: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21691: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21692: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21693: [past/future prob]
21694:
21695: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21696: include/pa_config_fixed.h, include/pa_db_manager.h,
21697: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21698: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21699:
21700: * src/: include/pa_config_fixed.h, main/pa_common.C,
21701: main/pa_string.C: removed signed mismatch warnings
21702:
21703: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21704: 'expires' from header outputs
21705:
21706: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21707: row ptr
21708:
21709: * src/classes/file.C: file::cgi bug, request_method were passed to
21710: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21711:
21712: * src/classes/xdoc.C: lang list updated
21713:
21714: 2001-12-10 paf
21715:
21716: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21717:
21718: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21719: erase files like that, knowing their full name introducing //
21720: theoretical problem with, for instance, "_2B" and "." fragments,
21721: // they would yield the same // because
21722: need_file_encode('_')=false // but we need to delete such files
21723: somehow, getting names from ^index
21724:
21725: * src/main/pa_string.C: ^string.replace bug fixed [bad
21726: string::join_chank break]
21727:
21728: 2001-12-07 paf
21729:
21730: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21731: include/pa_common.h, include/pa_config_auto.h.in,
21732: include/pa_config_fixed.h, include/pa_config_includes.h,
21733: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21734: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21735: types/pa_vhashfile.C: merged from r14_simple_cache
21736:
21737: * src/main/pa_string.C: stupid sparc architecture failed to access
21738: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21739: lduh [ %i2 + 1 ], %l0
21740:
21741: bus error, fixed that
21742:
21743: * src/main/pa_string.C: strange string deserialize bug on
21744: client[pmts], a bit shortened,
21745:
21746: * src/include/pa_config_auto.h.in: makes
21747:
21748: * src/: include/pa_common.h, include/pa_config_fixed.h,
21749: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21750: file write shared lock file read
21751:
21752: * src/: classes/op.C, include/pa_common.h,
21753: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21754:
21755: 2001-12-06 paf
21756:
21757: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21758: main/pa_request.C: #ifdef RESOURCES_DEBUG
21759:
21760: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21761: info
21762:
21763: * src/classes/hashfile.C: removed transaction from ^cache
21764:
21765: 2001-12-05 paf
21766:
21767: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21768: IIS5 there were a prob with illegal call check
21769:
21770: 2001-12-04 paf
21771:
21772: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21773: main/pa_request.C: measures to log
21774:
21775: 2001-11-23 paf
21776:
21777: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21778: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21779: types/pa_vhashfile.C: merged from _0014, 1
21780:
21781: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21782: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21783: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21784: ^cache(33) would change
21785:
21786: 0660 bits in file_write & hashfile create
21787:
21788: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21789: after pa_string optimization]
21790:
21791: 2001-11-22 paf
21792:
21793: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21794: table.offset[whence]
21795:
21796: * src/classes/op.C: process cstr(,connection)
21797:
21798: * src/classes/op.C: process now gets its body on current language,
21799: not as-is
21800:
21801: * src/main/untaint.C: ORIGINS mode removed UHTML
21802:
21803: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21804: bit
21805:
1.116 moko 21806: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21807:
21808: 2001-11-21 paf
21809:
21810: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21811: <xsl:output output options made identical to xsl:output
21812: attributes exclusion: cdata-section-elements what xalan can do
21813: but that not used now: it can escape and remove CDATA sections
21814:
21815: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21816: produced by xslt
21817:
21818: * src/targets/cgi/parser3.C: removed debug cgi||1
21819:
21820: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21821:
21822: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21823: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21824: default language for {code}, it happen to change it's language
21825: from CLEAN, so later refused to split by CLEAN \t
21826:
21827: 2001-11-20 paf
21828:
1.116 moko 21829: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21830: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21831: bottom of dependeces, so that errors would popup quicklier, fixed
21832: line numbering in table::sql
21833:
21834: 2001-11-19 paf
21835:
21836: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21837: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21838: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21839: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21840: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21841: at wcontext.write
21842:
1.116 moko 21843: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21844: _set_new_handler
21845:
1.116 moko 21846: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21847: set_new_handler in apache&isapi
1.95 moko 21848:
21849: 2001-11-16 paf
21850:
21851: * src/targets/cgi/parser3.C: pool debug @ die
21852:
21853: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21854: removed 8 bytes from String, 2 bytes from
21855: string::chunk::row::item
21856:
21857: * src/main/pa_string.C: removed 1+4 bytes from String
21858:
21859: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21860: types/pa_vstring.C: removed 1+4 bytes from String
21861:
21862: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21863: 0
21864:
21865: * src/: include/pa_globals.h, include/pa_string.h,
21866: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21867: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21868: targets/cgi/parser3.C: introducing estimating
21869: String::cstr_bufsize, 0
21870:
21871: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21872:
21873: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21874:
21875: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21876: include/pa_pool.h: die in pool::fail
21877:
21878: 2001-11-15 paf
21879:
21880: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21881: main/pa_exception.C, targets/cgi/parser3.C: exception with
21882: dynamic buffer re-back now with counter
21883:
21884: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21885: static buffer back
21886:
21887: * src/targets/cgi/parser3.C: std::
21888:
21889: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21890: include/pa_config_includes.h: setnewhandler check
21891:
1.116 moko 21892: * src/include/pa_config_auto.h.in: makes
1.95 moko 21893:
21894: * src/targets/cgi/parser3.C: set_new_handler started
21895:
21896: 2001-11-14 paf
21897:
21898: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21899: was wrong
21900:
21901: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21902: was wrong
21903:
21904: * src/main/pa_request.C: z
21905:
21906: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21907: full returns win32 -1 solaris >buffer_size
21908:
21909: checked all that
21910:
21911: * src/classes/op.C: ^untaint{body} as-is default now
21912:
21913: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21914: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21915: with no_bad_constructors_try
21916:
21917: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21918: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21919: this: $bred[^string::length[]] $bred[^response::clear[]]
21920: $bred[^int::int[]]
21921:
21922: now VObject creation moved into overriden
21923: VClass::create_new_value, thus 0 from create_new_value means that
21924: class has no ctors
21925:
21926: 2001-11-13 paf
21927:
21928: * src/classes/classes.C: returned accedently removed if in foreach
21929: callbacks [when hash no-0-restructure]
21930:
21931: 2001-11-12 paf
21932:
21933: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21934: passed as-is to method, xalan makes & into & itself
21935:
21936: * src/classes/date.C: date.roll parser2 alg used
21937:
21938: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21939: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21940: main/pa_dictionary.C, main/pa_hash.C,
21941: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21942: now does not containt 0 values. put 0 actullay removes. no check
21943: on 0 value in foreach now required
21944:
21945: 2001-11-11 paf
21946:
21947: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21948:
21949: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21950:
21951: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21952: driver initialize not const
21953:
21954: 2001-11-10 paf
21955:
21956: * src/main/pa_exec.C: doc
21957:
21958: 2001-11-09 paf
21959:
21960: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21961: param properly
21962:
21963: * src/classes/string.C: string.save now does untainting before
21964: saving
21965:
21966: * src/main/pa_common.C: line endings fixing fixed last piece[was
21967: still cstr oriented]
21968:
21969: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21970: line endings fixing got rid of cstr, now must work ok with post
21971: multipart
21972:
21973: * src/types/pa_vform.C: line endings fixed at post / multipart /
21974: not file also now
21975:
21976: 2001-11-08 paf
21977:
21978: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21979: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21980: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21981: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21982: main/pa_stylesheet_manager.C: restructured Cache manager to be
21983: simple parent, not second parent [gcc 2.96 strangly refused to
21984: call virtual from second parent]
21985:
1.116 moko 21986: * src/: include/pa_common.h, main/Makefile.am,
21987: targets/cgi/pa_pool.C: makes
1.95 moko 21988:
21989: * src/: include/pa_request.h, main/pa_request.C,
21990: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21991: 'status' class enabler
21992:
21993: <Location /parser-status.html> ParserStatusAllowed </Location>
21994:
21995: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21996: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21997: include/pa_stylesheet_manager.h, main/main.dsp,
21998: main/pa_cache_managers.C, main/pa_charset_manager.C,
21999: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22000: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22001: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22002: todo: apache 'status' class enabler
22003:
22004: 2001-11-05 paf
22005:
22006: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22007: debug to normal
22008:
22009: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22010: hence i removed skipping 0 values in hash::for_each-es we need to
22011: check cleaned cache items manually. few more checks.
22012:
22013: expiring to 0 time was wrong, changed to 'now' time
22014:
22015: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22016: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22017: on apache already done :)
22018:
22019: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22020: skipping 0 values in hash::for_each-es we need to check cleaned
22021: cache items manually
22022:
22023: * src/main/: pa_db_connection.C, pa_db_table.C:
22024: parser_multithreaded check was wrong
22025:
22026: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22027: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22028: classes/hashfile.C, classes/image.C, classes/int.C,
22029: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22030: classes/string.C, classes/table.C, classes/void.C,
22031: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22032: include/pa_array.h, include/pa_charset_connection.h,
22033: include/pa_charset_manager.h, include/pa_common.h,
22034: include/pa_config_fixed.h, include/pa_config_includes.h,
22035: include/pa_db_connection.h, include/pa_db_manager.h,
22036: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22037: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22038: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22039: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22040: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22041: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22042: include/pa_stack.h, include/pa_string.h,
22043: include/pa_stylesheet_connection.h,
22044: include/pa_stylesheet_manager.h, include/pa_table.h,
22045: include/pa_threads.h, include/pa_types.h, main/compile.C,
22046: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22047: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22048: main/pa_charset_manager.C, main/pa_common.C,
22049: main/pa_db_connection.C, main/pa_db_manager.C,
22050: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22051: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22052: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22053: main/pa_socks.C, main/pa_sql_driver_manager.C,
22054: main/pa_status_provider.C, main/pa_string.C,
22055: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22056: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22057: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22058: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22059: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22060: targets/isapi/pool_storage.h, types/pa_valiased.C,
22061: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22062: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22063: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22064: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22065: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22066: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22067: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22068: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22069: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22070: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22071: types/pa_vstateless_object.h, types/pa_vstatus.h,
22072: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22073: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22074: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22075: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22076: $status:db fixed used not initialized in db_connection & db_table
22077:
22078: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22079: $status:charset
22080:
22081: * src/: classes/xdoc.C, include/pa_db_connection.h,
22082: include/pa_stylesheet_connection.h,
22083: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22084: types/pa_vstatus.h: $status:stylesheet
22085:
22086: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22087: include/pa_request.h, include/pa_sql_connection.h,
22088: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22089: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22090: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22091: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22092: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22093: types/pa_vxnode.C, types/types.dsp: started status parser class
22094:
22095: 2001-11-01 paf
22096:
22097: * src/include/pa_config_auto.h.in: makes
22098:
22099: * src/main/pa_hash.C: removed old extra include
22100:
22101: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22102: checks [for hp, there are such in math.h]
22103:
22104: * src/classes/op.C: ^for endless loop check strightened
22105:
22106: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22107: behavior in native calls. it left unchanged, so ^for ^foreach &
22108: co can use r.root to write their i & key,value there
22109:
22110: * src/classes/op.C: detected for var storage bug, fixed.
22111: todo:foreach
22112:
22113: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22114: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22115: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22116: changing of hash inside of foreach
22117:
22118: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22119: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22120: were hash.foreach
22121:
22122: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22123: types/pa_vstring.C, types/pa_vstring.h:
22124: ^foreach[key|value]{body}[[separator]|{separator}]
22125:
22126: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22127: types/pa_vcookie.C: ^hash.delete[key]
22128:
22129: 2001-10-31 paf
22130:
22131: * src/main/: compile.C, pa_common.C: completely empty file now
22132: considered "read", not ignored [not perfect trick used]
22133:
22134: * src/main/pa_common.C: simplier common ifdefs
22135:
22136: * src/main/pa_common.C: typing bug in common - bad ifdeff
22137:
22138: * src/main/pa_db_connection.C: z
22139:
22140: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22141: lockdetector flags
22142: dbenv.lk_detect=DB_LOCK_RANDOM;
22143:
22144: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22145: from accidental show [imagine user forgot @exception]
22146:
22147: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22148:
22149: * src/: classes/file.C, classes/image.C, classes/mail.C,
22150: classes/string.C, classes/xnode.C, include/pa_common.h,
22151: main/pa_common.C: ^string.save[[append;]path]
22152:
22153: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22154: main/execute.C: \ in expression: int divide 10/3=3
22155:
22156: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22157: inside of ^cache
22158:
22159: * src/: include/pa_threads.h, main/pa_db_connection.C,
22160: main/pa_db_table.C, targets/cgi/pa_threads.C,
22161: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22162: needed
22163:
22164: 2001-10-30 paf
22165:
22166: * src/: classes/classes.dsp, main/main.dsp,
22167: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22168: types/types.dsp: enabled debug incremental compile
22169:
22170: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22171: form post data line endings not reformatted now.
22172:
22173: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22174: now required [had bug when file= has no value]
22175:
22176: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22177: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22178: cstr(asis) default param removed
22179:
22180: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22181:
22182: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22183:
22184: * src/include/pa_dir.h: LOAD_DIR fixed
22185:
22186: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22187: was broken} fix_line_breaks
22188:
22189: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22190: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22191: packed with #pragma pack
22192:
1.116 moko 22193: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22194:
22195: 2001-10-29 paf
22196:
22197: * src/types/pa_wcontext.h: bitfield syntax stricter
22198:
22199: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22200: string hash.puts
22201:
22202: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22203:
22204: * src/include/pa_sql_connection.h: there were one wrong
22205: SQL_CONNECTION_FUNC_GUARDED [failed]
22206:
22207: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22208: param.someday either ifdef or remove it
22209:
22210: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22211:
22212: * src/main/untaint.C: optimizing returned after debugging
22213:
22214: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22215: main/untaint.C: memory hunging #pragma pack(1)
22216:
22217: 16 419 844 13 169 394
22218:
22219: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22220: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22221: places [todo:Array]
22222:
22223: * src/: main/execute.C, targets/cgi/pa_pool.C,
22224: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22225: types/pa_wwrapper.h: debugging memory WContext flags to bits
22226:
22227: total 5 652 652/158731 total 5 469 332/158731
22228:
22229: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22230: Array:: without cache in get/put now
22231:
22232: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22233: 18:25:27 2001] total 5 652 652/158731
22234:
22235: * src/: include/pa_string.h, main/pa_string.C,
22236: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22237: now
22238:
22239: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22240: 18:11:53 2001] total 5796092/158731
22241:
22242: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22243: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22244: key ref now
22245:
22246: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22247: 17:11:17 2001] total 16867948/202658
22248:
22249: * src/: classes/file.C, classes/image.C, classes/string.C,
22250: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22251: main/execute.C, main/pa_array.C, main/pa_common.C,
22252: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22253: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22254: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22255: string::as_int/double now usually uses stack, not heap [200K out
22256: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22257:
22258: * src/main/pa_sql_driver_manager.C: ping to have services [old
22259: hiding bug]
22260:
22261: * src/Makefile.am: .am order
22262:
22263: * src/: include/pa_array.h, include/pa_charset_manager.h,
22264: include/pa_db_connection.h, include/pa_db_manager.h,
22265: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22266: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22267: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22268: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22269: required "friend class"
22270:
22271: ../include/pa_request.h:51: friend declaration requires
22272: class-key, i.e. `friend class Temp_lang'
22273:
22274: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22275: main/pa_exception.C, main/pa_sql_driver_manager.C,
22276: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22277:
22278: the idea is to #1 jump to C++ some function to main body, where
22279: every function stack frame has exception unwind information and
22280: from there... #2 propagate_exception()
22281:
22282: 2001-10-28 paf
22283:
22284: * src/main/pa_db_connection.C: removed old consts
22285:
22286: * src/main/pa_db_connection.C: expire table [was accidently pasted
22287: with wrong type/cast]
22288:
22289: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22290: translation
22291:
1.116 moko 22292: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22293: remember to build DB2 with -fexceptions!!!
22294:
22295: * src/main/pa_db_table.C: DB_RMW defed
22296:
22297: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22298: include/pa_db_connection.h, include/pa_db_manager.h,
22299: include/pa_db_table.h, main/pa_db_connection.C,
22300: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22301:
22302: 2001-10-27 paf
22303:
22304: * src/: classes/hashfile.C, include/pa_db_connection.h,
22305: include/pa_db_table.h, main/pa_db_connection.C,
22306: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22307: types/pa_vhashfile.C: DB2 ifdefs
22308:
1.116 moko 22309: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22310: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22311: makes with DB2
22312:
1.116 moko 22313: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22314: types/Makefile.am: makes db
1.95 moko 22315:
22316: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22317: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22318: globals.C
22319:
22320: * src/: classes/hashfile.C, include/pa_db_connection.h,
22321: include/pa_db_table.h, main/pa_db_connection.C,
22322: main/pa_db_table.C: ^hashfile.clear[]
22323:
22324: * src/classes/classes.awk: no $ in var names
22325:
22326: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22327: connection&table [forgotten calls]
22328:
22329: 2001-10-26 paf
22330:
22331: * src/main/pa_db_connection.C: db checkpoints
22332:
22333: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22334: checkpoints
22335:
22336: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22337: default. but entities still reparsed. todo: tothink
22338:
22339: * src/main/pa_db_connection.C: db recover mech 2
22340:
22341: * src/: classes/hashfile.C, include/pa_db_connection.h,
22342: include/pa_db_manager.h, include/pa_db_table.h,
22343: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22344: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22345: types/pa_vhashfile.h: db connections & tables now cached at
22346: create time & multithreaded
22347:
22348: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22349: parsed_source
22350:
22351: * src/main/pa_db_connection.C: about to remove connection from
22352: vhashfile
22353:
22354: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22355: transaction commit/rollback responsibility left to parent [as it
22356: sould - else there were a bug with double free]
22357:
22358: * src/include/pa_db_table.h: db: child transaction commit/rollback
22359: responsibility left to parent [as it sould - else there were a
22360: bug with double free]
22361:
22362: 2001-10-25 paf
22363:
22364: * src/: classes/hashfile.C, include/pa_common.h,
22365: include/pa_db_connection.h, include/pa_db_manager.h,
22366: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22367: types/pa_vhashfile.C, types/pa_vhashfile.h,
22368: include/pa_db_table.h, main/pa_db_table.C: started db_home
22369: [multiple, cached] todo: autorecover [tried, but not succeded,
22370: yet]
22371:
22372: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22373:
22374: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22375: transaction parent passed
22376:
22377: 2001-10-24 parser
22378:
1.116 moko 22379: * src/classes/Makefile.am: makes
1.95 moko 22380:
22381: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22382: isapi/pool_storage.h: pool_storage fixed
22383:
22384: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22385: types/pa_vform.h: form fix_line_breaks
22386:
1.116 moko 22387: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22388:
22389: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22390: targets/cgi/pool_storage.h: makes
22391:
22392: * src/sql/pa_sql_driver.h: version
22393:
22394: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22395: types/pa_vform.C, types/pa_vform.h: .am
22396:
22397: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22398: this: DB_RMW Acquire write locks instead of read locks when doing
22399: the retrieval. Setting this flag may decrease the likelihood of
22400: deadlock during a read-modify-write cycle by immediately
22401: acquiring the write lock during the read part of the cycle so
22402: that another thread of control acquiring a read lock for the same
22403: item, in its own read-modify-write cycle, will not result in
22404: deadlock
22405:
22406: * src/targets/isapi/parser3isapi.dsp: doc
22407:
22408: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22409:
22410: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22411:
22412: * src/: classes/hashfile.C, include/pa_db_connection.h,
22413: main/pa_db_connection.C: hashfile expired deleted from db when
22414: get & iterate
22415:
22416: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22417: expiring 1
22418:
22419: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22420:
22421: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22422: db_connection not bothers with key when not returning expired
22423: data
22424:
22425: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22426: types/pa_vhashfile.C: db_cursor constructor public now
22427:
22428: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22429: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22430: stamped, todo: put_element analize
22431:
22432: * src/: include/pa_db_connection.h, include/pa_string.h,
22433: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22434: serialize. todo stamp
22435:
22436: 2001-10-23 parser
22437:
22438: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22439: classes/image.C, classes/mail.C, classes/response.C,
22440: classes/string.C, classes/table.C, classes/xdoc.C,
22441: include/pa_config_fixed.h, include/pa_db_connection.h,
22442: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22443: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22444: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22445: types/pa_vtable.C: ^hashfile.hash[]
22446:
22447: * src/: classes/hashfile.C, classes/xdoc.C,
22448: include/pa_config_fixed.h, main/pa_db_manager.C,
22449: main/pa_globals.C: ifdefs so it compiled without db
22450:
22451: * src/: classes/hashfile.C, include/pa_db_connection.h,
22452: include/pa_db_manager.h, main/pa_db_connection.C,
22453: main/pa_db_manager.C, types/pa_vhashfile.h:
22454: ^hashfile.transaction{code} ^hashfile:clear[filename]
22455: ^hashfile.delete[key]
22456:
22457: 2001-10-22 parser
22458:
22459: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22460: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22461:
22462: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22463: classes/xnode.C, include/pa_charset_connection.h,
22464: include/pa_db_connection.h, include/pa_db_manager.h,
22465: include/pa_exception.h, include/pa_sapi.h,
22466: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22467: include/pa_stylesheet_connection.h,
22468: include/pa_stylesheet_manager.h,
22469: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22470: main/pa_db_connection.C, main/pa_db_manager.C,
22471: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22472: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22473: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22474: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22475: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22476: types/types.dsp: hashfile 0
22477:
22478: * src/types/pa_vhashfile.C: z
22479:
22480: * src/: classes/classes.dsp, classes/hashfile.C,
22481: include/pa_config_fixed.h, main/execute.C,
22482: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22483: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22484:
22485: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22486:
22487: * src/: include/pa_exception.h, include/pa_request.h,
22488: main/execute.C, main/pa_exception.C, main/pa_request.C,
22489: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22490: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22491:
22492: 2001-10-19 parser
22493:
22494: * src/include/pa_pool.h: header
22495:
22496: * src/main/pa_pool.C: auto compiled on gcc
22497:
22498: * src/classes/image.C: comment
22499:
1.116 moko 22500: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22501:
22502: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22503: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22504: types/pa_vxnode.h: xnode clone got freed
22505:
22506: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22507: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22508: can free up xalandomstring resulting from pool::transcode
22509:
22510: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22511: include/pa_config_fixed.h, include/pa_exception.h,
22512: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22513: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22514: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22515: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22516: from non-xml compile
22517:
22518: * src/main/pa_request.C: pool:: context - get_context
22519:
22520: * src/: classes/classes.h, classes/date.C, classes/double.C,
22521: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22522: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22523: classes/string.C, classes/table.C, classes/void.C,
22524: include/pa_config_fixed.h, include/pa_exception.h,
22525: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22526: main/compile.C, main/compile_tools.C, main/execute.C,
22527: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22528: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22529: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22530: main/pa_string.C, main/pa_table.C, main/untaint.C,
22531: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22532: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22533: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22534: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22535: types/pa_vstateless_class.h, types/pa_vtable.C,
22536: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22537: exceptions 0
22538:
22539: * src/classes/classes.awk: $ removed
22540:
22541: 2001-10-18 parser
22542:
22543: * src/types/pa_vcookie.C: cookie:CLASS
22544:
22545: * src/main/main.dsp: project
22546:
22547: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22548: set_document & ctor question "who owns document" solved
22549:
22550: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22551:
22552: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22553: main/pa_pool.C: encoding in dom creating funcs
22554:
22555: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22556: be transformed now
22557:
22558: * src/classes/xdoc.C: dom created by create can be transformed now
22559:
22560: * src/classes/xdoc.C: z
22561:
22562: * src/classes/xdoc.C: comment
22563:
22564: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22565: create now uses XercesDocumentBridge, appendChild&co now works
22566:
22567: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22568: @ recompile
22569:
22570: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22571: $origin @exception[
22572:
22573: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22574: tag names forced to XML lang
22575:
22576: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22577: leechy-found bugs in code&doc fixed
22578:
22579: 2001-10-17 parser
22580:
22581: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22582: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22583: n functionality preserved
22584:
22585: * src/types/pa_vimage.h: removed unused vimage::save
22586:
22587: 2001-10-16 parser
22588:
22589: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22590:
22591: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22592:
22593: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22594:
22595: * src/classes/image.C: image.copy tolerance
22596:
22597: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22598: ineffective, but works for small paleted image
22599:
22600: * src/types/pa_vimage.C: comment
22601:
22602: * src/classes/image.C: gd size/resize bugfix
22603:
22604: * src/: classes/classes.dsp, main/main.dsp,
22605: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22606: types/types.dsp: ident >nul 2>&1
22607:
22608: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22609: systems
22610:
22611: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22612: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22613:
22614: 2001-10-15 parser
22615:
22616: * src/main/execute.C: z
22617:
22618: * src/classes/: xdoc.C: !::create{qualifiedName}
22619:
22620: * src/types/pa_vxnode.C: document_type_node.
22621: !readonly attribute DOMString name
22622: !notation_node.
22623: !readonly attribute DOMString publicId
22624: !readonly attribute DOMString systemId
22625:
1.116 moko 22626: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22627: ::write badly passed string too transparently [failed to
22628: intercept it]
1.95 moko 22629:
22630: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22631: include/pa_request.h, main/pa_sql_driver_manager.C,
22632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22633: types/pa_vxnode.h: DOM1 major addtion, only few
22634: attributes/methods left
22635:
22636: 2001-10-13 parser
22637:
22638: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22639: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22640: in main handler
22641:
22642: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22643: cleanups & frees order
22644:
22645: * src/types/pa_vcode_frame.h: couple comments
22646:
22647: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22648: transparent enough to handle hash if creation&passing
22649:
22650: * src/: include/pa_config_fixed.h, main/execute.C,
22651: main/pa_exception.C: noticed that vcodeframe not transparent
22652: enough, would change now
22653:
22654: 2001-10-12 parser
22655:
22656: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22657: fixed. initialization&free on each thread!
22658:
22659: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22660: handling changed: now type of default param analized always, not
22661: only at problem time, thus helping early problem spotting
22662:
22663: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22664: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22665: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22666: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22667: multithread bug fixed. initialization&free on each thread!
22668:
22669: 2001-10-11 parser
22670:
22671: * src/classes/xnode.C: xnode.selectSingle now
22672:
22673: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22674: include/pa_pool.h, include/pa_stylesheet_connection.h,
22675: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22676: convertors out of Pool into Exception
22677:
22678: * src/main/pa_string.C: const
22679:
22680: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22681: linked pieces of same language together prior to String::replace
22682:
22683: * src/classes/hash.C: !^hash.add[addme]
22684: !^hash.sub[subme]
22685: !^a.union[b] = new
22686: !^a.intersection[b] = new
22687: !^a.intersects[b] = bool
22688:
22689: * src/classes/hash.C: !^hash::append[append_from]
22690:
22691: * src/: classes/hash.C, types/pa_vhash.h:
22692: !^hash::create[[copy_from]]
22693:
22694: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22695: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22696: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22697: fixed. got rid of empty_string, which caused errors - it hasnt
22698: exception but somebody[value.bark] tried to throw it on it's pool
22699:
1.116 moko 22700: * src/include/pa_config_auto.h.in: makes
1.95 moko 22701:
22702: 2001-10-10 parser
22703:
22704: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22705:
22706: * src/main/: compile.tab.C, compile.y: ^a[
22707:
22708: @next_method << now unclosed ] would be reported here
22709:
22710: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22711: compile error
22712:
22713: 2001-10-09 parser
22714:
1.116 moko 22715: * src/: classes/Makefile.am, main/Makefile.am,
22716: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22717:
22718: * src/classes/Makefile.am: makes
22719:
22720: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22721: win32 errors intercepted [xalan transformer patched and
22722: incorporated]
22723:
22724: * src/: classes/classes.dsp, classes/xdoc.C,
22725: include/pa_stylesheet_connection.h, main/main.dsp,
22726: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22727: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22728: patches starting
22729:
22730: * src/classes/: string.C, table.C: ^string.save[file]
22731:
22732: * src/classes/: date.C, table.C: calendar moved to date
22733:
22734: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22735: string/table] now
22736:
22737: * src/classes/: op.C, table.C: z
22738:
22739: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22740: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22741: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22742: be code [be string..]
22743:
22744: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22745: table.C: lots of
22746: params->as_int/double/as_string/as_junction/as_no_junction
22747: messages added
22748:
22749: 2001-10-08 parser
22750:
22751: * src/: classes/date.C, classes/image.C, classes/string.C,
22752: classes/table.C, classes/void.C, include/pa_request.h:
22753: params->as_int/double message added
22754:
22755: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22756:
22757: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22758: image:sector removed image:html internal "line-*" attribs
22759:
22760: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22761: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22762:
22763: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22764: way
22765:
22766: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22767: main/untaint.C: header untainting to UL_HTTP_HEADER,
22768: UL_MAIL_HEADER made nonforced [only tainted pieces]
22769:
22770: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22771: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22772: @ SAPI::log
22773:
22774: * src/main/untaint.C: \r to ' ' in origins mode
22775:
22776: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22777: set]
22778:
22779: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22780: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22781: nonstandard liaison freed up
22782:
22783: 2001-10-07 parser
22784:
22785: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22786: project
22787:
22788: 2001-10-05 parser
22789:
22790: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22791: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22792: from outputing to cerr. lots of "todos"
22793:
22794: * src/main/untaint.C: http_header tainting more gentle with
22795: enquoting now
22796:
22797: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22798: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22799: xml errorhandler. fixed string.replace a little, read @test
22800:
22801: * src/main/pa_string.C: found replace bug - first_that_starts(char
22802: *) does not have limit, and looks further eos, fixing....
22803:
22804: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22805:
22806: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22807:
22808: * src/main/: pa_charset_connection.C: ctype another mem clear
22809: bugfix
22810:
1.116 moko 22811: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22812: $result[^[$p^]z] now works fine
1.95 moko 22813:
22814: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22815: wrong. fixed it
22816:
22817: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22818: of totable appered to be vital
22819:
22820: 2001-10-04 parser
22821:
22822: * src/classes/image.C: ^image.length[text]
22823:
22824: 2001-10-03 parser
22825:
22826: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22827:
22828: * src/main/pa_request.C: restored pcre defaulting in request
22829: [mindlessly "optimized" yesterday] comment left
22830:
22831: 2001-10-02 parser
22832:
22833: * src/: main/pa_charset_manager.C,
22834: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22835: needed
22836:
22837: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22838: forgot non-xml pool.*charset needed
22839:
22840: * src/classes/table.C: # config comments fixed
22841:
22842: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22843: charset_connection #comment now
22844:
22845: * src/: classes/classes.dsp, types/types.dsp: release projects
22846: options fixed to use release msvcrt lib
22847:
22848: * src/main/pa_charset_connection.C: pcre tables now const inside
22849: removed default - pcre handles that internally fixed bug on
22850: not-cleaning tables [previously was calloced, now member]
22851:
22852: * src/: include/pa_request.h, main/pa_charset_connection.C,
22853: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22854: inside removed default - pcre handles that internally fixed bug
22855: on not-cleaning tables [previously was calloced, now member]
22856:
22857: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22858: tested charset reload on file change @ apache version = OK tested
22859: freeing up prev encoding on adding new = OK
22860:
22861: 2001-10-01 parser
22862:
22863: * src/main/pa_charset_connection.C: removed entitify external hack
22864: [internal installed]
22865:
1.116 moko 22866: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22867:
22868: * src/: include/pa_charset_connection.h,
22869: include/pa_charset_manager.h,
22870: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22871: main/pa_charset_connection.C, main/pa_charset_manager.C,
22872: main/pa_request.C: charset loading & caching mech 0
22873:
22874: * src/: include/pa_stylesheet_connection.h,
22875: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22876: main/pa_globals.C, main/pa_request.C: would make charset loading
22877: & caching mech now
22878:
22879: 2001-09-30 parser
22880:
22881: * src/main/pa_request.C: forgot to fill toTable
22882:
22883: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22884: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22885: failed on win32 for now..
22886:
22887: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22888: now charsets table configuration variable is: CHARSETS
22889:
22890: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22891: ctype with unicode 1. todo: no П entities on output somehow
22892:
22893: * src/: classes/file.C, classes/op.C, classes/string.C,
22894: include/pa_request.h, main/pa_request.C: started ctype with
22895: unicode values
22896:
22897: 2001-09-28 parser
22898:
22899: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22900: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22901: string passed AS-IS now
22902:
22903: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22904: way of user-configuring... todo: implement
22905:
22906: 2001-09-27 parser
22907:
22908: * src/classes/table.C: table.sort changed to sort table itself
22909:
22910: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22911: X^.getElementsByTagName[tagname] = array of xnode
22912: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22913: nodes removed - regretfully not supported @ xalan. maybe someday
22914: would reimplement, if needed.
22915:
22916: win32build system: solved long waiting anti-non-started-apache
22917: problem
22918:
22919: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22920: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22921: types/types.dsp: win32 ident make system so not to rebuild
22922: library [ident.C.new]
22923:
22924: 2001-09-26 parser
22925:
22926: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22927: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22928: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22929: types/pa_vxnode.C, types/types.dsp: z
22930:
22931: * src/classes/classes.C: forgot one non-xml check
22932:
1.116 moko 22933: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22934: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22935:
22936: * src/targets/cgi/parser3.C: z
22937:
22938: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22939: targets/isapi/parser3isapi.C: #ifdef SMTP
22940:
22941: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22942: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22943: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22944: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22945: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22946: types/types.dsp: xdoc&xnode now
22947:
22948: * src/: classes/classes.C, classes/classes.awk,
22949: classes/classes.dsp, classes/classes.h, classes/date.C,
22950: classes/dnode.C, classes/dnode.h, classes/dom.C,
22951: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22952: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22953: classes/op.C, classes/response.C, classes/string.C,
22954: classes/table.C, classes/void.C, include/pa_array.h,
22955: include/pa_common.h, include/pa_config_fixed.h,
22956: include/pa_config_includes.h, include/pa_dictionary.h,
22957: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22958: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22959: include/pa_socks.h, include/pa_sql_connection.h,
22960: include/pa_sql_driver_manager.h, include/pa_stack.h,
22961: include/pa_string.h, include/pa_stylesheet_connection.h,
22962: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22963: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22964: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22965: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22966: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22967: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22968: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22969: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22970: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22971: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22972: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22973: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22974: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22975: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22976: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22977: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22978: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22979: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22980: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22981: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22982: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22983: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22984: types/pa_vmethod_frame.h, types/pa_vobject.h,
22985: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22986: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22987: types/pa_vstateless_object.h, types/pa_vstring.C,
22988: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22989: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22990: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22991: main.dsp splitted to main+classes+types along to .am
22992:
22993: * src/classes/Makefile.am: removed useless var
22994:
22995: * src/: classes/classes.cmd, main/main.dsp,
22996: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22997: main.dsp
22998:
22999: 2001-09-25 parser
23000:
23001: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23002: 1251 though, todo ICU
23003:
1.116 moko 23004: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23005: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23006: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23007: types/pa_vdom.h: xml configure makes
1.95 moko 23008:
23009: 2001-09-24 parser
23010:
1.116 moko 23011: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23012: types/Makefile.am: makes
1.95 moko 23013:
1.116 moko 23014: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23015:
23016: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23017: started unix makes update
23018:
23019: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23020: started unix makes update
23021:
23022: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23023:
23024: * src/types/pa_value.h: z
23025:
23026: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23027: bugs with usinge hash/table in expressions
23028:
23029: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23030: resolved conflicts fixed [const]
23031:
23032: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23033: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23034: main/compile.C, main/compile.tab.C, main/compile.y,
23035: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23036: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23037: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23038: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23039: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23040: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23041: with before_xml [merge2 actually didn't happen - i've created
23042: tags on wrong branch. so this merge is in fact re-merge]
23043:
23044: 2001-09-21 parser
23045:
23046: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23047: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23048: produced "" in make file and sadly wrong interpreted on load]
23049:
1.116 moko 23050: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23051: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23052: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23053: include/pa_sql_driver_manager.h, include/pa_string.h,
23054: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23055: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23056: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23057:
23058: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23059: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23060: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23061: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23062: main/pa_pool.C, main/pa_request.C,
23063: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23064: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23065: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23066: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23067: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23068: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23069: types/pa_vrequest.C, types/pa_vresponse.h,
23070: types/pa_vstateless_class.C, types/pa_vstring.C,
23071: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23072: created new projects for sql drivers [planning to remove sql
23073: drivers from main cvs project] first, will join latest changes
23074:
23075: * src/classes/: dom.C: defaulted dom writing methods encoding to
23076: pool.get_charset
23077:
23078: * src/classes/dom.C: defaulted dom writing methods encoding to
23079: pool.get_charset
23080:
23081: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23082: pool.get_charset
23083:
23084: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23085: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23086: methods encoding to pool.get_charset
23087:
23088: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23089: transcoder were created right "unsupported encoding" message.
23090: not @ set time, but @ use time, so until xml output functions
23091: .string, .file, .save used - no encoding name check occur
23092:
23093: reduced transcode buffer size to 60 fixed pool cleanup - no
23094: registration needed, pools are officially destructured
23095:
23096: 2001-09-20 parser
23097:
23098: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23099:
23100: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23101: $MAIN:DEFAULTS.content-type[$.charset[here]]
23102:
23103: * src/: classes/dnode.C, classes/dom.C,
23104: include/pa_config_includes.h, include/pa_globals.h,
23105: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23106: main/pa_pool.C, targets/cgi/parser3.dsp,
23107: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23108: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23109: Pool::transcode 0
23110:
23111: * src/classes/dom.C: dom. string save file moved output xml options
23112: to last param and made it optional
23113:
23114: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23115: dnodes
23116: !$attributenode.specified = boolean
23117: true if the attribute received its value explicitly
23118: in the XML document,
23119: or if a value was assigned programatically with the
23120: setValue function.
23121: false if the attribute value came from the default value
23122: declared in the document's DTD.
23123: !$pinode.target = target of this processing instruction
23124: XML defines this as being the first token following the
23125: markup
23126: that begins the processing instruction.
23127: XPath:
23128: !^node.select[xpath/query/expression] = hash of 0->node0
23129: 1->node1
23130: !^node.select-single[xpath/query/expression] = first node if
23131: any
23132:
23133: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23134: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23135: some 'const's added
23136:
23137: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23138: expression context now, there value = size and boolean value
23139: size!=0
23140:
23141: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23142: can be used in expression context now, there value = size and
23143: boolean value size!=0
23144:
23145: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23146: types/pa_vstring.h: dnode .file .string .save moved back to dom
23147: due to strange xalan bug
23148:
23149: 2001-09-18 parser
23150:
23151: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23152: classes/image.C, classes/op.C, classes/table.C,
23153: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23154: include/pa_sql_driver_manager.h, main/compile.C,
23155: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23156: main/execute.C, main/pa_common.C, main/pa_request.C,
23157: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23158: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23159: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23160: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23161: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23162: before_xml branch ^if(def $hash) now true only when
23163: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23164:
23165: * src/: classes/op.C, main/execute.C: operators self changed to
23166: root ^for variable context changed to self
23167:
23168: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23169: dnode 1
23170:
23171: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23172: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23173:
23174: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23175: poly* fixed
23176:
23177: 2001-09-17 parser
23178:
23179: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23180: types/pa_vdom.h: started dnode+dom
23181:
23182: dnode DOM methods: $node.name $node.value
23183: ...others...
23184:
23185: ^node.xpath[/rates/USD] = hash
23186: $hash[
23187: $.0[node0]
23188: $.1[node1]
23189: ]
23190:
23191: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23192: applies to all linear primitives
23193:
23194: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23195: include/pa_stylesheet_connection.h, main/main.dsp,
23196: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23197: types/pa_vimage.h: started dnode DOM: $node.name
23198: $node.value ...others... ^node.xpath[/rates/USD] = hash
23199: dom(dnode)
23200:
23201: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23202: main/compile.y, main/compile_tools.h, main/execute.C,
23203: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23204: in expression compound($aa.zz.xx) names now can have minus '-' in
23205: name after '.'
23206:
23207: 2001-09-15 parser
23208:
23209: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23210: image: $line-width ^line(...)[**** style]
23211:
23212: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23213: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23214: pool_storage - cleanups first, allocations second. apache wisely
23215: does just like that
23216:
23217: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23218: rewritten using template, no bugs now
23219:
23220: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23221: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23222: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23223: poorly started isapi pool_storage, would rewrite using template
23224: now
23225:
23226: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23227: include/pa_stylesheet_connection.h, main/main.dsp,
23228: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23229: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23230: xalan objects freed up [introducing Pool::register_cleanup]
23231:
23232: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23233: comments
23234:
23235: 2001-09-14 parser
23236:
23237: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23238: z
23239:
23240: * src/: classes/dom.C, classes/file.C, classes/image.C,
23241: classes/mail.C, include/pa_common.h,
23242: include/pa_sql_driver_manager.h, include/pa_string.h,
23243: include/pa_stylesheet_connection.h,
23244: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23245: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23246: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23247: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23248: compiled&cached
23249:
23250: 2001-09-13 parser
23251:
23252: * src/: classes/dom.C, classes/file.C, classes/image.C,
23253: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23254:
23255: * src/classes/dom.C: dom:file content-type(.method)
23256:
23257: * src/: include/pa_common.h, include/pa_globals.h,
23258: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23259: string now more informative error messages
23260:
23261: * src/: include/pa_globals.h, include/pa_request.h,
23262: main/pa_request.C, targets/cgi/parser3.C,
23263: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23264: ParserSiteConfig .../parser3.conf
23265:
23266: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23267:
23268: 2001-09-12 parser
23269:
23270: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23271: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23272: precise error reporting: "connection string must start with
23273: protocol://" now
23274:
23275: * src/main/compile.tab.C: fixed - subname code parts actually []
23276: braced
23277:
23278: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23279: lexer on LS_USER level did [] matching without setting nestage,
23280: introduced special LS_NAME_SQUARE_PART state
23281:
23282: 2001-09-11 parser
23283:
23284: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23285: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23286: languages+=xml
23287:
23288: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23289:
23290: * src/classes/dom.C: ^dom:save/string/file[output options] output
23291: options: $.method[xml|html|text] detection fixed
23292:
23293: * src/types/pa_vdom.h: messages
23294:
23295: * src/classes/dom.C: ^dom:save/string/file[output options] output
23296: options: $.method[xml|html|text] detection fixed
23297:
23298: 2001-09-10 parser
23299:
23300: * src/classes/dom.C: ^dom:save/string/file[output options] output
23301: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23302:
23303: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23304: added]
23305:
23306: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23307: ^dom.xslt[stylesheet filename] 0
23308:
23309: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23310: ^dom.xslt[stylesheet filename] -1 doc is lying
23311:
23312: * src/classes/dom.C: ^dom.file[encoding] = file
23313:
23314: * src/classes/: dom.C: ^dom.string[encoding] 1
23315: ^dom.save[encoding;filename]
23316:
23317: * src/classes/dom.C: ^dom.string[] 0
23318:
23319: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23320:
23321: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23322: types/pa_vform.h: ^dom.save[b.xml] 0
23323:
23324: 2001-09-08 parser
23325:
23326: * src/types/pa_vform.C: $form:tables.name.field
23327:
23328: 2001-09-07 parser
23329:
23330: * src/classes/table.C: table:empty removed, superceded by ^if(def
23331: $table)...
23332:
23333: * src/targets/cgi/parser3.C: z
23334:
23335: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23336: from '' to int/double is 0]
23337:
23338: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23339: $table) is false when table is empty
23340:
23341: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23342: !$form:tables $atable[$form:tables.a]
23343: ^atable.menu{a=$atable.element}[,]
23344:
23345: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23346: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23347:
1.116 moko 23348: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23349: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23350: of dom
23351:
23352: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23353: types/pa_vform.C, types/pa_vform.h: z
23354:
23355: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23356: element [not last]
23357:
1.116 moko 23358: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23359: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23360:
23361: 2001-09-06 parser
23362:
23363: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23364: table with one column 'element' and two rows: 1 and 2
23365:
23366: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23367: table with one column 'element' and two rows: 1 and 2
23368:
23369: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23370: bad int/double conversions, and now $form:nonexistent.int(88)
23371: would return 88
23372:
23373: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23374: types/pa_vhash.h: now there's special hash key '_default'
23375: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23376: $._default[xx] ] $hash.c
23377:
23378: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23379: fixed [thanks, fif], ^; were treated there non-literally
23380:
23381: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23382: doxygen
23383:
23384: * src/: classes/image.C, classes/op.C, classes/string.C,
23385: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23386: types/pa_vtable.C: few #ifndef DOXYGEN
23387:
23388: 2001-09-05 parser
23389:
23390: * src/classes/: string.C, table.C: sql options can be void [same as
23391: image:html the other day]
23392:
23393: * src/targets/cgi/Makefile.am: .am undo
23394:
23395: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23396: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23397: macro expantion on param, simply qoutes whatever passed, undone
23398:
23399: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23400: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23401: STRINGIZE(name) #name invented
23402:
23403: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23404: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23405: MAIN_SQL_DRIVERS_NAME "drivers"
23406:
23407: moved to be availible to all users
23408:
23409: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23410: SQL_DRIVER_CREATE_FUNC_NAME
23411:
23412: * src/classes/mail.C: MAIN:MAIL check fixed
23413:
23414: 2001-09-04 parser
23415:
23416: * src/classes/image.C: image.html now can accept void params
23417:
23418: * src/targets/isapi/parser3isapi.C: z
23419:
23420: * src/targets/cgi/parser3.C: full_file_spec bug
23421:
23422: * src/targets/cgi/parser3.C: getenvcheck
23423:
23424: * src/targets/cgi/parser3.C: zz
23425:
23426: * src/targets/cgi/parser3.C: zzz
23427:
23428: * src/classes/date.C: date
23429:
23430: * src/classes/date.C: date:sql-string is now without ''
23431:
1.116 moko 23432: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23433: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23434: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23435:
1.116 moko 23436: * src/include/pa_config_auto.h.in: makes
1.95 moko 23437:
23438: 2001-09-03 parser
23439:
23440: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23441:
23442: 2001-09-01 parser
23443:
23444: * src/classes/image.C: letter_spacing
23445:
23446: * src/classes/image.C: image: font params changed
23447:
23448: * src/classes/image.C: image: as_int as_string used
23449:
23450: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23451: analized
23452:
23453: 2001-08-31 parser
23454:
23455: * src/targets/cgi/parser3.C: z
23456:
1.116 moko 23457: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23458: cygwin
1.95 moko 23459:
23460: * src/classes/void.C: void:int/double += (default)
23461:
23462: * src/classes/image.C: image:font added space param image:font
23463: changed charwidth alg, added kerning const[for now]
23464:
23465: * src/classes/: string.C, table.C: string:int/double (defaults)
23466:
23467: 2001-08-29 parser
23468:
23469: * src/main/pa_exception.C: exception redundant debug info
23470:
23471: 2001-08-28 parser
23472:
23473: * src/classes/image.C: image error msgs
23474:
23475: * src/classes/image.C: image: gifsize little endian
23476:
23477: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23478: doxygeneration
23479:
23480: * src/: classes/Makefile.am, main/Makefile.am,
23481: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23482:
23483: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23484: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23485:
23486: * src/main/compile.C: NO_STRING_ORIGIN check2
23487:
23488: * src/classes/table.C: NO_STRING_ORIGIN check
23489:
23490: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23491: storage class specifiers invalid in friend function declarations
23492:
23493: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23494: main/untaint.C, targets/cgi/parser3.C,
23495: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23496: case of limit
23497:
23498: * src/: classes/file.C, main/pa_common.C: file:move
23499: autocreate/remove dest/src dir
23500:
23501: * src/: classes/string.C, include/pa_dictionary.h,
23502: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23503: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23504: to directory constructor. string:replace
23505:
23506: 2001-08-27 parser
23507:
23508: * src/classes/image.C: fixed jpgsize alg
23509:
23510: * src/classes/image.C: fixed jpgsize alg
23511:
23512: * src/main/pa_exception.C: z
23513:
23514: * src/main/pa_common.C: removed debug info from pa_common
23515:
23516: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23517: [auto.p from current dir loading]
23518:
1.116 moko 23519: * src/: main/pa_common.C, main/pa_exception.C,
23520: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23521: for solaris -lsocket
1.95 moko 23522:
23523: 2001-08-24 parser
23524:
23525: * src/targets/cgi/parser3.C: not cgi extra \n 3
23526:
23527: * src/targets/cgi/parser3.C: not cgi extra \n 2
23528:
23529: * src/targets/cgi/parser3.C: not cgi extra \n
23530:
23531: * src/main/pa_sql_driver_manager.C: z
23532:
23533: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23534: sql* removed services from disconnect - cross-request ideological
23535: probs.
23536:
23537: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23538: cross-request ideological probs. oracle - fixed bug: cs
23539: allocated on request.pool and got freed before disconnect
23540:
23541: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23542: mallocs fixed
23543:
23544: 2001-08-23 parser
23545:
23546: * src/classes/file.C: minor bug in file:save fixed
23547:
23548: * src/main/pa_sql_driver_manager.C: oracle: dlink
23549:
23550: 2001-08-22 parser
23551:
23552: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23553: types/pa_vfile.h: file:load|save[text|binary;
23554:
23555: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23556:
23557: 2001-08-21 parser
23558:
23559: * src/classes/: file.C, table.C: ^file:list
23560:
23561: 2001-08-20 parser
23562:
23563: * src/: main/compile.tab.C, main/compile.y,
23564: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23565: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23566: recousively caused problems: inc incremeted 123 literal!! fixed
23567:
23568: 2001-08-10 parser
23569:
23570: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23571:
23572: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23573: added
23574:
23575: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23576: added
23577:
23578: * src/classes/table.C: table:sort restored [it was bad test :(]
23579:
23580: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23581: ''
23582:
23583: * src/main/: pa_request.C: wanted to make const int
23584: MAX_EXECUTE_SECONDS=1;
23585:
23586: but couldnt, set_callback_and_alarm appeared to be not exported
23587: :(
23588:
23589: * src/main/pa_string.C: string.match hanged on. there were a hang
23590: check but it weren't wise enough
23591:
23592: @parse[dateString][tmp]
23593: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23594: #end
23595:
23596: @main[] ^parse[2001-02-03]
23597:
23598: * src/classes/: table.C: table:sort now default desc
23599:
23600: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23601: table.sort now creates new sorted table
23602:
23603: 2001-08-09 parser
23604:
23605: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23606:
23607: * src/classes/hash.C: hash:_default now [was hash:default]
23608:
23609: * src/classes/op.C: case without switch check added
23610:
23611: * src/types/pa_vcookie.C: cookie name&value origins added, more
23612: precise $ORIGINS(1)
23613:
23614: * src/main/Makefile.am: .am
23615:
23616: * src/classes/void.C: void: int double copy/paste from int: bug
23617: fixed
23618:
23619: * src/classes/void.C: void: int double copy/paste from int: bug
23620: fixed
23621:
23622: 2001-08-07 parser
23623:
23624: * src/: classes/double.C, classes/int.C, classes/string.C,
23625: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23626: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23627: string, table
23628:
23629: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23630: srand made working
23631:
23632: 2001-08-06 parser
23633:
23634: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23635: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23636: main/compile.tab.C, main/compile.y, main/pa_array.C,
23637: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23638: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23639:
23640: * src/main/pa_exec.C: exec win32 real filename
23641:
23642: * src/classes/file.C: exec stderr out
23643:
23644: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23645:
23646: 2001-08-03 parser
23647:
23648: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23649:
23650: 2001-08-02 parser
23651:
23652: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23653: main/execute.C, main/pa_exec.C: introducing Array_iter
23654:
23655: * src/main/execute.C: detected quick_get recursion bug. changed to
23656: get@execute, but needs array iterator, separate from array to
23657: avoid it & use caching
23658:
23659: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23660: bug fixed
23661:
23662: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23663: main/execute.C, main/pa_globals.C: found another multithread bug
23664: in op.C (last, last global var killed) :)
23665:
23666: 2001-08-01 parser
23667:
23668: * src/: include/pa_dictionary.h, include/pa_globals.h,
23669: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23670: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23671: main/untaint.C: speeded up typo-html replacements. introducing
23672: Dictionary with first-char caching
23673:
23674: 2001-07-31 parser
23675:
23676: * src/types/Makefile.am: pa_vtable.C added to .am
23677:
23678: * src/main/compile.tab.C: added, so that could be compiled even on
23679: non-bison-enabled platforms
23680:
23681: 2001-07-28 parser
23682:
23683: * src/classes/table.C: table:hash always produces hash, when can't
23684: - empty
23685:
23686: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23687: skipped \n
23688:
23689: 2001-07-27 parser
23690:
23691: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23692: on int/double/string :sql without result and default
23693:
23694: 2001-07-26 parser
23695:
23696: * src/classes/op.C: fixed bad multithread bug with strangly global
23697: OP
23698:
23699: * src/main/compile.y: $man[$.age[zzz]] 0
23700:
23701: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23702: creation syntax problem persists. restored $: for a while.
23703: thinking of $man[$.age[zzz]] syntax now
23704:
23705: * src/: classes/double.C, classes/int.C, classes/string.C,
23706: include/pa_opcode.h, main/compile.C, main/compile.y,
23707: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23708: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23709: types/pa_wwrapper.h: fixing :: realization #1
23710:
23711: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23712: main/compile_tools.h, main/execute.C, main/pa_request.C,
23713: types/pa_vmethod_frame.h: introducing :: this is constructor call
23714: prefix. ordinary : remains for static accesses
23715:
23716: 2001-07-25 parser
23717:
23718: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23719: fields 2. methods 3. columns
23720:
23721: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23722: quote. optimized double&int tostring-s
23723:
23724: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23725: whitespace before first method decl
23726:
23727: * src/classes/table.C: allowed nontable result in table:sql,
23728: results in empty table
23729:
23730: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23731: lines before first method decl
23732:
23733: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23734: types/pa_vtable.h: ^table.record[] now $table.fields
23735:
23736: * src/main/compile.y: $var[] is now empty string, not void
23737:
23738: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23739: void
23740:
23741: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23742: main/pa_globals.C: match replace code context moved to implicit
23743: $match context
23744:
23745: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23746: main/compile_tools.h, main/execute.C: with killed, code storage
23747: introduced with former 'with' syntax
23748:
23749: 2001-07-24 parser
23750:
23751: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23752: types/pa_value.h: first get_element, next get operator
23753:
23754: * src/main/compile.y: removed @end handling
23755:
23756: * src/main/: compile.C, compile.y: @end handling method2
23757:
23758: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23759: file:move
23760:
23761: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23762: fixed
23763:
23764: 2001-07-23 parser
23765:
23766: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23767: driver
23768:
23769: * src/classes/hash.C: changed sql driver query interface
23770:
23771: * src/: classes/hash.C, classes/string.C, classes/table.C,
23772: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23773: changed sql driver query interface
23774:
23775: 2001-07-20 parser
23776:
23777: * src/types/pa_vrequest.C: X!$browser:type
23778:
23779: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23780: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23781: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23782: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23783: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23784: types/pa_vobject.h, types/pa_vrequest.C,
23785: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23786: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23787: BASE element globally removed
23788:
23789: 2001-07-18 parser
23790:
23791: * src/classes/file.C: file:exec/cgi msg
23792:
23793: * src/classes/file.C: $file:exit-code renamed to 'status'
23794:
23795: * src/: classes/file.C, main/pa_exec.C: file:exec
23796:
1.116 moko 23797: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23798: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23799: removed $id from *.in *.am
1.95 moko 23800:
23801: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23802: abbrevations
23803:
23804: * src/: classes/date.C, classes/mail.C, classes/math.C,
23805: classes/string.C, classes/table.C, include/pa_globals.h,
23806: include/pa_string.h, main/execute.C, main/pa_globals.C,
23807: main/pa_request.C, main/pa_string.C, main/untaint.C,
23808: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23809: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23810: $ORIGINS(1) output tracing mode
23811:
23812: 2001-07-13 parser
23813:
23814: * src/: classes/double.C, classes/int.C, classes/string.C,
23815: include/pa_request.h, main/execute.C, main/pa_request.C:
23816: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23817: second would not call first @auto
23818:
23819: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23820: wrong, fixed
23821:
23822: 2001-07-12 parser
23823:
23824: * src/types/pa_value.h: pa_value.putelement modification of system
23825: classes prevented
23826:
23827: 2001-07-11 parser
23828:
23829: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23830: table $piece
23831:
23832: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23833: types/pa_vstateless_class.h: $file created by file:state +=
23834: .atime .mtime .ctime +found&fixed bug with exceptions on
23835: get_junction-created objects [they were on wrong pool]
23836:
23837: 2001-07-09 parser
23838:
23839: * src/main/untaint.C: qp wrong name
23840:
23841: * src/: classes/date.C, classes/string.C, classes/table.C,
23842: main/compile.y: date format 0
23843:
23844: 2001-07-07 parser
23845:
23846: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23847: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23848: roll table calendar
23849:
23850: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23851: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23852: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23853: include/pa_request.h, main/main.dsp, types/pa_value.h,
23854: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23855: string. todo: sql, calendar
23856:
23857: 2001-07-06 parser
23858:
23859: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23860: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23861:
23862: 2001-07-03 parser
23863:
23864: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23865: classes/random.C, main/main.dsp: class random renamed to math,
23866: operators became methods
23867:
23868: * src/classes/op.C: pow sqrt
23869:
23870: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23871:
23872: 2001-07-02 parser
23873:
23874: * src/classes/table.C: ^table.columns column renamed from 'name' to
23875: 'column'
23876:
23877: * src/classes/hash.C: ^hash.keys[]
23878:
23879: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23880:
23881: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23882: 'strings'
23883:
23884: 2001-06-29 parser
23885:
23886: * src/main/: execute.C: /0 %0 checkes ver 2
23887:
23888: * src/main/execute.C: /0 %0 checke
23889:
23890: * src/classes/Makefile.am: nothing - void
23891:
23892: * src/classes/table.C: empty strings @ sql
23893:
23894: 2001-06-28 parser
23895:
23896: * src/: classes/double.C, classes/file.C, classes/form.C,
23897: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23898: classes/op.C, classes/random.C, classes/response.C,
23899: classes/string.C, classes/table.C, classes/void.C,
23900: main/compile.C, main/compile_tools.C, main/execute.C,
23901: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23902: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23903: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23904: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23905: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23906: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23907: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23908: $";
23909:
23910: * src/: classes/double.C, classes/file.C, classes/form.C,
23911: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23912: classes/op.C, classes/random.C, classes/response.C,
23913: classes/string.C, classes/table.C, classes/void.C,
23914: main/compile.C, main/compile.y, main/compile_tools.C,
23915: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23916: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23917: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23918: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23919: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23920: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23921:
23922: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23923: $class:name: == ${class:name}:
23924:
23925: * src/classes/string.C: exactly one
23926:
23927: 2001-06-27 parser
23928:
23929: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23930: types/pa_vvoid.h: nothing renamed to void
23931:
23932: * src/classes/op.C: ^switch ^case
23933:
23934: * src/main/compile.y: nothing renamed to void
23935:
23936: * src/: classes/hash.C, classes/table.C, main/compile.y,
23937: main/execute.C, main/main.dsp, main/pa_request.C,
23938: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23939: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23940: void
23941:
23942: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23943:
23944: 2001-05-28 parser
23945:
23946: * src/doc/html2chm.cmd: removed >a
23947:
23948: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23949: project options [some bugs]
23950:
23951: * src/doc/sources2html.cmd: z
23952:
23953: * src/: classes/classes.C, main/compile.C, main/compile.y,
23954: main/execute.C: operators are not in root class again
23955:
23956: 2001-05-24 parser
23957:
23958: * src/targets/cgi/parser3.dsp: project file
23959:
23960: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23961: ^log ^exp
23962:
23963: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23964: conversions in @exception[params]
23965:
23966: * src/main/pa_request.C: // no _ conversions in @exception[params]
23967:
23968: 2001-05-23 parser
23969:
23970: * src/main/pa_string.C: string cmp bug
23971:
23972: * src/classes/: mail.C, op.C: rem max 1000
23973:
23974: * src/: classes/op.C, main/compile.y: allow one empty line before
23975: LS_DEF_NAME
23976:
23977: 2001-05-22 parser
23978:
23979: * src/classes/op.C: if params code-required
23980:
23981: 2001-05-21 parser
23982:
23983: * src/types/pa_vstring.C: eoleof
23984:
23985: * src/classes/Makefile.am: .AM
23986:
23987: * src/classes/nothing.C: resultless ^sql moved to nothing:
23988:
23989: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23990:
23991: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23992: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23993: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23994: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23995: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23996: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23997: 'nothing'
23998:
23999: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24000: vstring::set_string
24001:
24002: * src/classes/: double.C, int.C, string.C: int,double;sql
24003:
24004: * src/: classes/hash.C, classes/int.C, classes/string.C,
24005: classes/table.C, include/pa_string.h, main/pa_string.C,
24006: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24007:
24008: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24009: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24010: hash:sql moved to main trunc. operators.txt updated
24011:
24012: * src/classes/: hash.C, op.C, table.C: hash:sql
24013:
24014: * src/classes/op.C: z
24015:
24016: * src/: main/compile.C, classes/classes.C: 1
24017:
24018: * src/: classes/classes.C, main/compile.C, main/compile.y,
24019: main/execute.C: 0
24020:
24021: * src/main/execute.C: z
24022:
24023: * src/targets/cgi/parser3.C: z
24024:
24025: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24026: site_auto_path "." in that case
24027:
24028: * src/targets/cgi/: parser3.C: z
24029:
24030: * src/main/pa_request.C: .am
24031:
24032: * src/: main/pa_request.C, targets/cgi/parser3.C:
24033: pcre_tables=pcre_default_tables;
24034:
24035: 2001-05-19 parser
24036:
24037: * src/main/pa_string.C: z
24038:
24039: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24040: introducing String::cstr_bufsize, returns just size+1 for as_is
24041: target.
24042:
24043: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24044: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24045: used, 4* mem wasted
24046:
24047: * src/classes/string.C: root context in match replace body now
24048: unchanged
24049:
24050: * src/types/pa_value.h: parameter # 1 based
24051:
24052: * src/main/pa_common.C: common: actual filename '%s'
24053:
24054: * src/classes/string.C: z
24055:
24056: * src/classes/Makefile.am: classes/.am
24057:
24058: * src/classes/: Makefile.am: classes/.am
24059:
24060: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24061: targets/cgi/pa_pool.C: classes/.am
24062:
24063: 2001-05-18 parser
24064:
1.116 moko 24065: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24066: pa_threads.C ins
1.95 moko 24067:
24068: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24069:
24070: 2001-05-17 parser
24071:
24072: * src/: classes/string.C, include/pa_config_fixed.h,
24073: include/pa_config_includes.h, main/compile.y,
24074: main/compile_tools.h, main/execute.C, main/pa_array.C,
24075: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24076: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24077: types/pa_vform.C: #include "pa_config_includes.h" removed from
24078: most .C
24079:
24080: * src/doc/html2chm.cmd: z
24081:
24082: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24083: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24084:
24085: * src/main/pa_sql_driver_manager.C: moved expiration to
24086: get_connection_from_cache
24087:
24088: * src/main/pa_sql_driver_manager.C: cache expiration bf
24089:
24090: * src/: classes/classes.h, include/pa_sql_connection.h,
24091: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24092: cache expiration[use SQL_Driver::disconnect]
24093:
24094: * src/main/pa_table.C: table.locate current restored on "not found"
24095:
24096: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24097: line no
24098:
24099: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24100: ANTI_ENDLESS_EXECUTE_RECOURSION
24101:
24102: * src/: classes/op.C, include/pa_sql_connection.h,
24103: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24104: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24105: 1driver and set_services fight for driver::fservices. before fix
24106:
24107: * src/: classes/op.C, include/pa_config_fixed.h,
24108: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24109: main/pa_sql_driver_manager.C: found problem at last: 2connections
24110: own 1driver and set_services fight for driver::fservices. before
24111: fix
24112:
24113: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24114: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24115: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24116: pa_threads.C
24117:
24118: * src/include/pa_threads.h: removed targets/parser
24119:
24120: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24121: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24122: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24123: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24124: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24125: headers
24126:
24127: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24128: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24129: order prevented sqlmanager to see MULTYTHREAD define
24130:
24131: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24132: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24133: put/gets
24134:
24135: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24136: from hash.h
24137:
24138: * src/: classes/op.C, include/pa_sql_connection.h,
24139: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24140: from cache ->set_services(&services);
24141:
24142: 2001-05-16 parser
24143:
24144: * src/targets/cgi/parser3.C: z
24145:
24146: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24147: debug, #ifdefed some. would debug later, on more precise sample
24148: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24149: $name.$tail[$tail!] $name.$tail } ok3
24150:
24151: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24152: removed array debug. before vstring rebasing
24153:
24154: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24155: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24156: array debugged; adjusted
24157:
24158: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24159: SQL_Driver_manager line no for connect/charset errors
24160:
24161: 2001-05-15 parser
24162:
24163: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24164: main/pa_string.C: string+array made linear grows
24165:
24166: * src/: include/pa_string.h, main/pa_string.C,
24167: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24168: grow lineary, not exponentialy
24169:
24170: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24171: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24172: with fullchunk cmps
24173:
24174: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24175: 70041= 81
24176:
24177: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24178: targets/cgi/parser3.C: detected huge mem allocation: size/times
24179: malloc 27809390/368771, calloc 3232/83. would test now
24180:
24181: * src/: classes/random.C, main/compile.y, main/execute.C,
24182: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24183: numbered params had wrong name - for instance: bad error message
24184: in ^for[] bad body type. fixed
24185:
24186: 2001-05-14 parser
24187:
24188: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24189: main/untaint.C: ^string.upper|lower[]
24190:
24191: 2001-05-11 parser
24192:
24193: * src/: classes/double.C, classes/image.C, classes/op.C,
24194: classes/string.C, classes/table.C, classes/unknown.C,
24195: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24196: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24197: types/pa_vunknown.h: op: MAX_LOOPS as_int
24198:
24199: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24200: .dsp for win32tools
24201:
24202: 2001-05-11 paf
24203:
24204: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24205: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24206: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24207: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24208:
24209: 2001-05-10 paf
24210:
24211: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24212: for C++, that's all
24213:
1.116 moko 24214: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24215: pa_config_includes.h: inline wonders
1.95 moko 24216:
24217: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24218: doc/doxygen.cmd: hash.C added
24219:
24220: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24221:
24222: * src/main/compile.y: @end grammar: allowed zero strings in control
24223: menthod
24224:
24225: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24226: pa_vstateless_object.h: changed priority: field before method
24227: lookup in vclass & vobject
24228:
24229: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24230: grammar: priorities changes [lowerd && prior] vobject: now first
24231: fields, next methods
24232:
24233: 2001-05-08 paf
24234:
24235: * src/main/pa_table.C: table columnname2item on nameless ignored
24236: bark=false. fixed
24237:
24238: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24239: types/pa_vmethod_frame.h: hash:default works at last!
24240:
24241: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24242: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24243: hash:default
24244:
24245: * src/classes/table.C: z
24246:
24247: * src/classes/table.C: table:hash always hash of hash now
24248:
24249: * src/classes/table.C: table:empty return bool now
24250:
24251: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24252: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24253: types/pa_vtable.h: table:hash
24254:
24255: * src/classes/table.C: table:record have name
24256:
24257: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24258: returns vunknown
24259:
24260: * src/classes/: double.C, int.C, op.C, string.C:
24261: int,double,string:int[] double[] string:length[] results now have
24262: hames
24263:
24264: * src/: classes/op.C, classes/table.C, main/main.dsp,
24265: types/pa_vtable.h: removed table:find. table:locate and op:eval
24266: now return bool
24267:
24268: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24269: in method checkparams again. fixed
24270:
24271: 2001-05-07 paf
24272:
24273: * src/doc/chm.cmd: cmd
24274:
24275: * src/: classes/image.C, classes/mail.C, classes/string.C,
24276: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24277: types/pa_value.h: method reported errors on wrong pool
24278:
24279: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24280: now
24281:
24282: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24283: include/code.h, include/pa_opcode.h, main/compile.C,
24284: main/compile_tools.h, main/execute.C, types/pa_value.h,
24285: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24286: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24287: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24288: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24289: types/pa_vmethod_frame.h, types/pa_vobject.h,
24290: types/pa_vrequest.h, types/pa_vresponse.h,
24291: types/pa_vstateless_class.h, types/pa_vstring.h,
24292: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24293: types/pa_wwrapper.h: pa_code.h
24294:
24295: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24296:
24297: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24298: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24299: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24300: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24301: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24302: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24303: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24304: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24305: types/pa_vtable.h: dox, split by not clean parts also
24306:
24307: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24308: types/pa_vtable.h: table: fields, then methods. so to enable
24309: 'dir' fields & co. more
24310:
24311: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24312: so to enable 'dir' fields & co.
24313:
24314: * src/main/compile.y: grammar: @end
24315:
24316: 2001-05-04 paf
24317:
24318: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24319: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24320:
24321: * src/: classes/classes.h, classes/double.C, classes/file.C,
24322: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24323: classes/op.C, classes/random.C, classes/response.C,
24324: classes/string.C, classes/table.C, classes/unknown.C,
24325: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24326: method dox
24327:
24328: 2001-05-03 paf
24329:
24330: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24331: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24332: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24333: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24334: doc/string.dox, doc/targets.dox, doc/value.dox,
24335: main/pa_request.C: dox splitted .dox files and added some
24336:
24337: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24338:
24339: 2001-05-02 paf
24340:
24341: * src/classes/: image.C, table.C: table:dir result are not tainted
24342: by file_name language now
24343:
24344: 2001-04-28 paf
24345:
24346: * src/classes/classes.inc: removed classes.inc
24347:
24348: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24349: from .am
24350:
24351: * src/classes/classes.awk: skipped classes in .awk
24352:
24353: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24354: classes/classes.inc, classes/double.C, classes/file.C,
24355: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24356: classes/string.C, classes/table.C, classes/unknown.C,
24357: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24358: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24359: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24360: pa_methoded back to classes/classes.h
24361:
24362: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24363:
24364: * src/: classes/Makefile.am, classes/classes.awk,
24365: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24366: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24367:
24368: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24369: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24370: classes/response.C, classes/string.C, classes/table.C,
24371: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24372: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24373: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24374: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24375: include|main/pa_methoded
24376:
24377: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24378: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24379:
24380: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24381: moved some configured data to request::classes_conf moved some
24382: string crations from globals to M... [works]
24383:
24384: * src/: classes/form.C, classes/mail.C, classes/op.C,
24385: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24386: main/pa_request.C: moved some configured data to
24387: request::classes_conf moved some string crations from globals to
24388: M...
24389:
24390: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24391: about to move configured data to special request hash
24392:
24393: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24394: classes/form.C, classes/mail.C, include/pa_request.h,
24395: main/pa_request.C: configure started
24396:
24397: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24398: 2. todo: methoded-configure
24399:
24400: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24401: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24402: classes/_random.h, classes/_response.h, classes/_string.h,
24403: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24404: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24405: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24406: classes/random.C, classes/response.C, classes/string.C,
24407: classes/table.C, classes/unknown.C, include/pa_globals.h,
24408: include/pa_request.h, main/compile.y, main/execute.C,
24409: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24410: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24411: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24412: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24413: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24414: types/pa_vrequest.h, types/pa_vresponse.h,
24415: types/pa_vstateless_class.h, types/pa_vstring.h,
24416: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24417: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24418: methoded-configure
24419:
24420: * src/: classes/file.C, classes/table.C, main/compile.y,
24421: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24422: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24423: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24424:
24425: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24426: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24427: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24428: classes/random.C, classes/response.C, classes/string.C,
24429: classes/table.C, classes/unknown.C, include/pa_request.h,
24430: main/compile.y, main/execute.C, main/pa_globals.C,
24431: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24432: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24433: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24434: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24435: beautifying just compiled. todo: debug, configure
24436:
24437: 2001-04-27 paf
24438:
24439: * src/: classes/file.C, classes/image.C, classes/table.C,
24440: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24441: beautifying -99
24442:
24443: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24444: classes/_response.h, classes/_unknown.h, classes/classes.C,
24445: classes/classes.h, classes/double.C, classes/file.C,
24446: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24447: classes/op.C, classes/random.C, classes/response.C,
24448: classes/string.C, include/pa_globals.h, main/main.dsp,
24449: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24450: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24451: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24452: types/pa_vunknown.h: beautifying -100
24453:
24454: * src/main/compile.y: serge@ found @CLASS bug. fixed
24455:
24456: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24457: classes/_op.h, classes/_random.h, classes/_table.h,
24458: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24459: classes/op.C, classes/random.C, classes/response.C,
24460: classes/string.C, classes/table.C, classes/unknown.C,
24461: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24462: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24463: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24464: beautifying
24465:
24466: 2001-04-26 paf
24467:
24468: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24469:
24470: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24471: documentation ++
24472:
24473: * src/: classes/_exec.h, doc/doxygen.cfg,
24474: include/pa_config_fixed.h, include/pa_config_includes.h,
24475: targets/cgi/pa_pool.C: code documentation ++
24476:
24477: * src/: classes/_image.h, classes/op.C, classes/random.C,
24478: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24479: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24480: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24481: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24482: types/pa_vmethod_frame.h, types/pa_vobject.h,
24483: types/pa_vrequest.C, types/pa_vrequest.h,
24484: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24485: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24486: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24487: code documentation ++
24488:
24489: * src/: classes/image.C, classes/mail.C, classes/string.C,
24490: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24491: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24492: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24493: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24494: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24495: types/pa_vobject.h, types/pa_vstateless_class.h,
24496: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24497:
24498: * src/main/: pa_request.C, pa_string.C: z
24499:
24500: * src/: include/pa_common.h, include/pa_types.h,
24501: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24502: connection caching fixed. request-pooled-url were stored into
24503: global connectioncache
24504:
24505: 2001-04-25 paf
24506:
24507: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24508: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24509:
24510: * src/: include/code.h, include/pa_common.h, main/compile.y,
24511: main/execute.C, main/pa_common.C: -d
24512:
24513: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24514: illegal call check a bit improved, but still under iis no mapping
24515: of dir with parser allowed!
24516:
24517: 2001-04-24 paf
24518:
24519: * src/targets/Makefile.am: apache module lib .am
24520:
24521: * src/main/pa_exec.C: windows32 buildCommand
24522:
24523: 2001-04-23 paf
24524:
24525: * src/targets/cgi/Makefile.am: win32 conditional
24526:
24527: * src/targets/cgi/Makefile.am: win32 conditional
24528:
24529: * src/targets/cgi/Makefile.am: liblink
24530:
24531: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24532: vfile fields return type
24533:
24534: * src/types/pa_vfile.h: vfile fields return type
24535:
24536: * src/include/pa_config_auto.h.in: .h.in
24537:
24538: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24539: types/Makefile: makefiles removed
24540:
24541: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24542: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24543:
24544: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24545: [tested: i & g ]
24546:
24547: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24548: @test noticed series in isapi, check how initialize_random_class
24549: is called! [must be called only once]
24550:
24551: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24552: would not be 'unknown column'
24553:
24554: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24555: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24556:
24557: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24558: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24559: [now doesnt]
24560:
24561: * src/targets/cgi/parser3.C: cgi cmdline ver
24562:
24563: * src/targets/cgi/parser3.C: cgi /// @test disable
24564: /cgi-bin/parser3/auto.p
24565:
24566: * src/main/untaint.C: untaint without charset
24567:
24568: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24569: main/pa_common.C: common: file_write /// @test mkdirs
24570: file_delete rmdirs
24571:
24572: * src/main/untaint.C: mail header only once to =?
24573:
24574: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24575: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24576: main/untaint.C: untaint - @test optimize whitespaces for
24577: all but 'html'
24578:
24579: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24580: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24581: main/untaint.C: untaint - @test mail-header
24582:
24583: 2001-04-20 paf
24584:
24585: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24586: include/pa_request.h, include/pa_string.h, main/compile.y,
24587: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24588: targets/cgi/parser3.C: $MAIN:LOCALE
24589:
24590: * src/main/untaint.C: z
24591:
24592: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24593:
24594: 2001-04-19 paf
24595:
24596: * src/main/compile_tools.h: $a$b bugfix
24597:
24598: * src/targets/cgi/parser3.C: z
24599:
24600: * src/classes/file.C: z
24601:
24602: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24603: done: header to $fields. waits for header '\' tricks
24604:
24605: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24606: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24607: changed urlencode here and in untaint.C to HTTP standard's " and
24608: \" mech
24609:
24610: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24611: http://alx/~paf/ doesnt load /auto.p
24612:
24613: 2001-04-18 paf
24614:
24615: * src/main/pa_request.C: 1
24616:
24617: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24618: linux @alx
24619:
24620: 2001-04-17 paf
24621:
24622: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24623: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24624: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24625: enabled
24626:
24627: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24628: classes/_exec.h, classes/_file.h, classes/_form.h,
24629: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24630: classes/_random.h, classes/_response.h, classes/_string.h,
24631: classes/_table.h, classes/_unknown.h, classes/file.C,
24632: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24633: include/pa_config_fixed.h, include/pa_config_includes.h,
24634: include/pa_hash.h, include/pa_sql_driver_manager.h,
24635: include/pa_version.h, main/Makefile.am, main/compile.y,
24636: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24637: main/pa_sql_driver_manager.C, sql/Makefile.am,
24638: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24639: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24640: types/pa_vform.C, types/pa_vimage.h: exec @jav
24641:
24642: * src/: include/pa_sql_driver_manager.h,
24643: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24644: types/pa_vimage.h: sql driver interface now has initialize(client
24645: .so)
24646:
24647: 2001-04-16 paf
24648:
24649: * src/Makefile.am: compile2 cygwin
24650:
24651: * src/: include/pa_config_includes.h, main/pa_exec.C,
24652: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24653:
24654: * src/targets/cgi/Makefile.am: compile0 jav
24655:
24656: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24657: classes/_exec.h, classes/_file.h, classes/_form.h,
24658: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24659: classes/_random.h, classes/_response.h, classes/_string.h,
24660: classes/_table.h, classes/_unknown.h, classes/image.C,
24661: classes/mail.C, classes/op.C, classes/random.C,
24662: include/pa_config_fixed.h, include/pa_config_includes.h,
24663: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24664: main/compile.y, main/pa_common.C, main/pa_exec.C,
24665: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24666: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24667: compile-1
24668:
24669: 2001-04-15 paf
24670:
24671: * src/classes/op.C: z
24672:
24673: * src/classes/table.C: table:empty +=process
24674:
24675: * src/types/pa_value.h: MethodParams !junction
24676:
24677: * src/: classes/_string.h, classes/double.C, classes/file.C,
24678: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24679: classes/random.C, classes/response.C, classes/string.C,
24680: classes/table.C, classes/unknown.C, main/pa_request.C:
24681: MethodParams everywhere
24682:
24683: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24684: types/pa_vmethod_frame.h: MethodParams in op.C
24685:
24686: 2001-04-12 paf
24687:
24688: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24689:
24690: * src/: classes/_unknown.h, classes/unknown.C,
24691: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24692: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24693:
24694: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24695:
24696: * src/classes/image.C: image:gif now does not have params
24697:
24698: * src/classes/image.C:
24699: image:line/fill/rectangle/bar/replace/polygon/polybar
24700:
24701: * src/: classes/image.C, classes/op.C, main/execute.C,
24702: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24703: for var now written not to r.wcontext, but to r.root cleared
24704: "entered_object" state
24705:
24706: 2001-04-11 paf
24707:
24708: * src/classes/image.C: image:create image:load
24709:
24710: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24711: just compiled
24712:
24713: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24714: todo: gif without file
24715:
24716: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24717: started porting to Pooled descendant
24718:
24719: * src/: classes/image.C, main/execute.C, main/main.dsp,
24720: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24721: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24722: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24723:
24724: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24725: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24726: end. switching to python imaging lib
24727:
24728: * src/main/main.dsp: gd+smtp made separate libs
24729:
24730: * src/: include/pa_globals.h, include/pa_string.h,
24731: main/pa_common.C, main/pa_request.C, main/untaint.C,
24732: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24733: length
24734:
24735: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24736: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24737: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24738: UL_FILE_NAME of posted file name
24739:
24740: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24741: post [broke when moved post read to core]
24742:
24743: 2001-04-10 paf
24744:
24745: * src/classes/image.C: image:html done
24746:
24747: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24748:
24749: * src/classes/image.C: z
24750:
24751: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24752: forgotten!
24753:
24754: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24755: main/pa_request.C, main/pa_string.C, main/untaint.C,
24756: types/pa_vimage.h: image:measure -90
24757:
24758: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24759: classes/_int.h, classes/_mail.h, classes/_op.h,
24760: classes/_random.h, classes/_response.h, classes/_string.h,
24761: classes/_table.h, classes/file.C, classes/mail.C,
24762: include/pa_common.h, include/pa_globals.h, main/execute.C,
24763: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24764: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24765: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24766: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24767: compiled
24768:
24769: * src/classes/mail.C: minor bug with unclear from/to
24770:
24771: * src/classes/mail.C: sendmail unix skipping defaults
24772:
24773: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24774: sendmail unix added defaults
24775:
24776: * src/classes/mail.C: unix sendmail compiled. todo:testing
24777:
24778: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24779:
24780: 2001-04-09 paf
24781:
24782: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24783: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24784: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24785: targets/isapi/parser3isapi.dsp: all targets exec
24786:
24787: * src/: include/pa_sapi.h, include/pa_string.h,
24788: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24789: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24790: args in apache:util.script
24791:
24792: * src/include/pa_string.h: written but not tested exec with env for
24793: unix
24794:
24795: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24796: targets/cgi/parser3.C: exec win32 env
24797:
24798: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24799: 0
24800:
24801: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24802: main/execute.C, main/main.dsp, main/pa_globals.C,
24803: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24804: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24805:
24806: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24807: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24808:
24809: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24810: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24811:
24812: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24813: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24814: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24815: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24816: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24817: exec class just compiled. moved post read to request core
24818:
24819: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24820: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24821: main/pa_globals.C, targets/cgi/parser3.C,
24822: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24823: are already read by vform
24824:
24825: 2001-04-08 paf
24826:
24827: * src/: classes/file.C, classes/mail.C, classes/string.C,
24828: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24829: uuencode. string<<
24830:
24831: 2001-04-07 paf
24832:
24833: * src/classes/mail.C: z
24834:
24835: * src/classes/mail.C: z
24836:
24837: * src/classes/mail.C: ^mail[$attach
24838:
24839: * src/classes/mail.C: ^attach dead end
24840:
24841: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24842: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24843: targets/isapi/parser3isapi.C: mail:send 1
24844:
24845: * src/: classes/mail.C, main/pa_request.C: z
24846:
24847: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24848: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24849: compiled
24850:
24851: * src/classes/mail.C: +=
24852:
24853: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24854: prepared
24855:
24856: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24857: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24858: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24859: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24860:
24861: 2001-04-06 paf
24862:
24863: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24864: main/pa_string.C: table:dir 1
24865:
24866: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24867: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24868:
24869: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24870: classes/root.C, include/pa_globals.h, include/pa_request.h,
24871: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24872: main/pa_request.C: renamed 'root' to 'op'
24873:
24874: * src/classes/: _op.h, op.C: renamed from 'root'
24875:
24876: * src/types/pa_valiased.C: another root inherititance skipped
24877:
24878: * src/main/: compile.C, compile.y, execute.C: operators are now not
24879: root methods of parent class. just 'ROOT' class
24880:
24881: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24882: @office
24883:
24884: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24885:
24886: 2001-04-05 paf
24887:
24888: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24889: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24890: constructor flag dropped at get_method_frame and remembered into
24891: method_frame
24892:
24893: * src/: classes/file.C, classes/root.C, classes/string.C,
24894: classes/table.C, main/pa_request.C: junction to code&expression
24895: in errors
24896:
24897: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24898: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24899: $LOCALE:ctype[Russian_Russia.1251]
24900:
24901: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24902: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24903: main/pa_table.C: hash now not thread-safe.
24904:
24905: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24906: main/untaint.C: z
24907:
24908: * src/: classes/random.C, classes/root.C, classes/table.C,
24909: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24910: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24911: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24912: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24913:
24914: * src/: classes/table.C, include/pa_sql_connection.h,
24915: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24916:
24917: * src/classes/table.C: select * from hren error contains statement
24918:
24919: * src/: classes/table.C, include/pa_sql_connection.h,
24920: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24921: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24922:
24923: * src/: classes/root.C, include/pa_sql_connection.h,
24924: include/pa_sql_driver.h, main/main.dsp,
24925: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24926: services for conv memory & error reporting
24927:
24928: 2001-04-04 paf
24929:
24930: * src/doc/doxygen.cfg: z
24931:
24932: * src/include/pa_sql_driver.h: mysql connect
24933:
24934: * src/include/pa_sql_driver.h: mysql info
24935:
24936: * src/: classes/root.C, include/pa_sql_driver.h,
24937: include/pa_sql_driver_manager.h, main/main.dsp,
24938: main/pa_sql_driver_manager.C: more manager&connection&driver
24939:
24940: * src/sql/Makefile.am: forgot to add mysql client
24941:
24942: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24943: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24944: [forgot to add libltdl, added]
24945:
24946: * src/: Makefile.am, classes/root.C, classes/string.C,
24947: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24948: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24949: include/pa_string.h, include/pa_table.h, main/main.dsp,
24950: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24951: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24952: -1000 just compiled
24953:
24954: * src/: classes/random.C, classes/root.C, classes/table.C,
24955: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24956: main/pa_request.C, types/pa_vclass.h: sql frame -10
24957:
24958: 2001-04-03 paf
24959:
24960: * src/types/pa_vform.C: z
24961:
24962: * src/: classes/string.C, types/pa_vform.C: string:match replace
24963: assigned lang
24964:
24965: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24966: {}[]< empty []
24967:
24968: * src/: classes/file.C, classes/string.C, classes/table.C,
24969: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24970: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24971:
24972: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24973: string:match replace strange matches
24974:
24975: * src/classes/string.C: string:match replace 0
24976:
24977: * src/: classes/string.C, main/pa_string.C: string:match replace
24978: prepared 2
24979:
24980: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24981: string:match replace prepared
24982:
24983: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24984: string:match replace -11
24985:
24986: * src/: classes/string.C, include/pa_globals.h,
24987: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24988: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24989:
24990: * src/: classes/string.C, include/pa_globals.h,
24991: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24992: main/pa_string.C: string:match [search] -1 just compiled
24993:
24994: * src/types/pa_vstring.C: z
24995:
24996: * src/: classes/double.C, classes/file.C, classes/form.C,
24997: classes/int.C, classes/response.C, classes/root.C,
24998: classes/string.C, classes/table.C, include/pa_string.h,
24999: main/pa_string.C: string:match -10 [frame]
25000:
25001: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25002: main/pa_request.C: z
25003:
25004: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25005: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25006: todo/tests
25007:
25008: * src/include/pa_common.h: z
25009:
25010: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25011: main/pa_request.C, targets/cgi/parser3.C,
25012: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25013: content-disposition
25014:
25015: * src/: include/pa_common.h, include/pa_globals.h,
25016: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25017: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25018:
25019: * src/: include/pa_common.h, include/pa_request.h,
25020: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25021: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25022: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25023: response:body
25024:
25025: * src/classes/table.C: table:append now uses string::split
25026:
25027: * src/classes/table.C: z
25028:
25029: * src/: classes/file.C, classes/root.C, classes/string.C,
25030: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25031: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25032: include/pa_string.h, main/execute.C, main/pa_string.C,
25033: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25034: string::pos & cmp & piece bugs fixed. string::split new
25035: table:load separated from set table:set implemented with clean \n
25036: \t searches
25037:
25038: 2001-04-02 paf
25039:
25040: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25041: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25042: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25043: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25044: it in table:set/load
25045:
25046: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25047: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25048:
25049: * src/classes/random.C: random:generate 1
25050:
25051: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25052: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25053: types/pa_value.h: random:generate
25054:
25055: 2001-03-30 paf
25056:
25057: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25058: todo: table flip and append. string::pos
25059:
25060: * src/: classes/double.C, classes/file.C, classes/int.C,
25061: classes/response.C, classes/root.C, classes/string.C,
25062: classes/table.C, main/compile.y, main/execute.C,
25063: types/pa_value.h, types/pa_vstateless_class.C,
25064: types/pa_vstateless_class.h: static|dynamic|any method
25065: registration
25066:
25067: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25068: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25069: table:flip
25070:
25071: 2001-03-29 paf
25072:
25073: * src/classes/string.C: string:xsplit forgot that they must result
25074: in 1 row N column [not vice versa]
25075:
25076: * src/classes/string.C: z
25077:
25078: * src/classes/string.C: string: rsplit
25079:
25080: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25081: string: lsplit
25082:
25083: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25084: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25085: lsplit -1
25086:
25087: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25088: string: pos
25089:
25090: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25091: string: pos -1
25092:
25093: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25094: main/compile.y, main/pa_request.C, main/pa_string.C,
25095: main/untaint.C: string: left right mid
25096:
25097: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25098: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25099: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25100: and [;] are different now.
25101:
25102: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25103: main/untaint.C: pool.request undone
25104:
25105: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25106: main/untaint.C: pool.request
25107:
25108: 2001-03-28 paf
25109:
25110: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25111: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25112: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25113: $request:browser [.type .version]; unknown.get_double now = 0.
25114:
25115: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25116: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25117: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25118: types/pa_vform.C: file:load autodetection of mime-type by
25119: user-file-name
25120:
25121: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25122: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25123: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25124:
25125: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25126: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25127: write. must be self.set
25128:
25129: * src/: classes/file.C, classes/root.C, classes/table.C,
25130: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25131:
25132: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25133: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25134: types/pa_vtable.h: table:locate just compiled
25135:
25136: 2001-03-27 paf
25137:
25138: * src/main/: execute.C, pa_common.C: fixed r/w context of
25139: code-params2, fixed ntfs hardlink slow dir update
25140:
25141: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25142: types/pa_wcontext.h: fixed r/w context of code-params
25143:
25144: * src/: classes/table.C, main/execute.C: about to change junction
25145: rcontext!!
25146:
25147: * src/: classes/double.C, classes/int.C, classes/root.C,
25148: classes/string.C, classes/table.C, main/compile_tools.C,
25149: main/execute.C, main/pa_request.C, main/untaint.C,
25150: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25151: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25152: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25153: types/pa_vunknown.h: sort 0
25154:
25155: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25156: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25157: renamed to are_static_calls_disabled
25158:
25159: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25160: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25161: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25162: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25163:
25164: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25165:
25166: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25167: started table:sort fixed minor bug in #...^{
25168:
25169: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25170: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25171: decided to have as it were. stepped back. grammar: added 'in'
25172: 'is' 'lt'&co follow-space check
25173:
25174: 2001-03-26 paf
25175:
25176: * src/: classes/file.C, classes/root.C, classes/table.C,
25177: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25178: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25179: main/pa_table.C: moved ::save to pa_table. disabled @auto
25180: invocation in ^process
25181:
25182: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25183:
25184: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25185: main/pa_array.C: table:record
25186:
25187: * src/: main/untaint.C, targets/cgi/parser3.C,
25188: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25189: targets/isapi/pool_storage.h, types/pa_valiased.h,
25190: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25191: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25192: types/pa_vtable.h: z
25193:
25194: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25195: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25196: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25197: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25198: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25199: method realisations on 'self' validity - they now can simply
25200: assume that 'self' is V{Proper} .
25201:
25202: 2001-03-25 paf
25203:
25204: * src/main/untaint.C: z
25205:
25206: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25207: lowlevel - it initialization could be skipped if failed in @auto.
25208: so that exception report would use some table
25209:
25210: * src/main/pa_request.C: table empty lines ignored. system-default
25211: content type assigned in output:result [can fail in main:auto and
25212: skipped normal defaults extraction]
25213:
25214: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25215: bug
25216:
25217: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25218: processing to table [except preliminary \r\n \r \n replacements
25219: to "\n"]
25220:
25221: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25222: move all the processing to table
25223:
25224: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25225: main/pa_table.C, main/untaint.C: returned table originating.
25226: useful for reporting typo table problems origin. think would be
25227: useful somewhere else
25228:
25229: * src/main/untaint.C: typo \r \r\n \n properly handled
25230:
25231: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25232: include/pa_table.h, main/compile.y, main/compile_tools.C,
25233: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25234: main/pa_string.C, main/pa_table.C, main/untaint.C,
25235: types/pa_vcookie.h: typo & typo-default
25236:
25237: 2001-03-24 paf
25238:
25239: * src/main/pa_common.C: z
25240:
25241: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25242: targets/cgi/parser3.C: html-typo 2
25243:
25244: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25245: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25246: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25247: main/execute.C, main/pa_array.C, main/pa_globals.C,
25248: main/pa_request.C, main/pa_string.C, main/untaint.C,
25249: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25250: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25251: noticed double default content-type prob. run cgi.cmd tomorrow
25252: first html-typo sample. detected << problem: they become ltlt too
25253: fast
25254:
25255: * src/main/compile.y: z
25256:
25257: * src/main/: compile.y, compile_tools.h: #comment
25258:
25259: * src/: classes/file.C, classes/root.C, classes/table.C,
25260: include/pa_common.h, include/pa_request.h, main/compile.y,
25261: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25262: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25263: stringified
25264:
25265: * src/types/pa_valiased.C: decided to String-ify file_read
25266:
25267: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25268: isapi/parser3isapi.dsp: cgi: sapi::log
25269:
25270: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25271: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25272: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25273: error log experiments failed - cgi under iis got no access to
25274: log. registereventsource simply failed with 5(illegal call) code,
25275: while worked OK as standalone executable. isapi: used
25276: HSE_APPEND_LOG_PARAMETER feature
25277:
25278: * src/: include/pa_common.h, include/pa_globals.h,
25279: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25280: targets/isapi/parser3isapi.C: fixed default content-type
25281: allocation storage
25282:
25283: * src/: include/pa_globals.h, include/pa_request.h,
25284: main/pa_globals.C, main/pa_request.C: z
25285:
25286: * src/: include/pa_array.h, include/pa_hash.h,
25287: include/pa_request.h, main/compile.y, main/pa_array.C,
25288: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25289: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25290: content-type
25291:
25292: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25293: sanity
25294:
25295: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25296: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25297: away freeze mech. no danger now for you can't do
25298: ^request:process[@new-method[] body] trick anymore. still
25299: remains $some_instance.process[@new-method[] possibility] but
25300: would leave it as a feature. see index for sample
25301:
25302: * src/: include/pa_common.h, main/pa_common.C,
25303: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25304: monkey every target
25305:
25306: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25307: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25308: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25309:
25310: 2001-03-23 paf
25311:
25312: * src/: include/pa_pool.h, main/pa_request.C,
25313: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25314: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25315: targets/isapi/pool_storage.h: isapi: dumb pool storage
25316:
25317: * src/targets/isapi/pa_pool.C: decided to continue with extension
25318:
25319: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25320: it would be better to rewrite as filter then to deal with pool
25321:
25322: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25323: now like in cgi, not from APPL_PHYSICAL_PATH
25324:
25325: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25326: include/pa_config_fixed.h, include/pa_config_includes.h,
25327: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25328: include/pa_version.h, main/compile.y, main/execute.C,
25329: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25330: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25331: main/untaint.C, targets/cgi/parser3.C,
25332: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25333: cgi: reinvent document_root and request_uri under iis. autoconf
25334: updated. introducing ap_config_includes
25335:
25336: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25337:
25338: * src/targets/cgi/parser3.C: cgi: only one pool now
25339:
25340: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25341: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25342: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25343: types/pa_venv.h, types/pa_vform.C: sapi made object
25344:
25345: * src/: include/pa_globals.h, main/pa_request.C,
25346: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25347: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25348: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25349:
25350: * src/: main/pa_request.C, targets/cgi/parser3.C,
25351: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25352: isapi minor env beauty
25353:
25354: * src/: main/pa_request.C, targets/cgi/parser3.C,
25355: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25356: isapi document_root 0
25357:
25358: 2001-03-22 paf
25359:
25360: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25361:
25362: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25363: isapi/parser3isapi.C: z
25364:
25365: * src/: include/pa_pool.h, main/pa_request.C,
25366: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25367:
25368: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25369: kill.pl: isapi added utils
25370:
25371: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25372: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25373: types/pa_vform.C: isapi 0
25374:
25375: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25376: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25377: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25378: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25379: started isapi
25380:
25381: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25382: some comments
25383:
25384: * src/: include/pa_globals.h, include/pa_request.h,
25385: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25386: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25387: parser_root_auto_path parser_site_auto_path
25388:
25389: * src/types/pa_vcookie.C: cookie attr decoded
25390:
25391: 2001-03-21 paf
25392:
25393: * src/targets/cgi/parser3.C: z
25394:
25395: * src/include/pa_globals.h: post. todo: config of auto.p path
25396:
25397: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25398: types/pa_venv.h: in cookie & env. todo:post
25399:
25400: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25401: classes/root.C, classes/table.C, include/pa_array.h,
25402: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25403: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25404: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25405: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25406: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25407: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25408: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25409: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25410: shifted apache branch on main trunc
25411:
25412: * src/: include/pa_common.h, include/pa_globals.h,
25413: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25414: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25415: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25416: starting mod_parser3
25417:
25418: * src/targets/cgi/parser3.C: starting mod_parser3
25419:
25420: 2001-03-20 paf
25421:
25422: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25423: targets/cgi/parser3.C: automake compiled and works. todo:make
25424: win32 ifdefs work and add ifdef unistd
25425:
25426: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25427: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25428: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25429: z
25430:
25431: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25432: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25433: locking
25434:
25435: * src/: classes/Makefile.am, types/Makefile.am: z
25436:
25437: * src/: Makefile.am, classes/file.C, classes/root.C,
25438: classes/table.C, include/pa_array.h, include/pa_request.h,
25439: include/pa_string.h, main/Makefile.am, main/execute.C,
25440: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25441: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25442: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25443: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25444:
25445: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25446: main/pa_request.C, types/pa_vfile.h: ^table:save
25447:
25448: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25449: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25450: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25451: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25452: types/pa_vform.h: z
25453:
25454: * src/include/pa_string.h: z
25455:
25456: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25457: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25458: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25459: :Value
25460:
25461: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25462: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25463: :VStateless_object
25464:
25465: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25466: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25467: :VStateless_object
25468:
25469: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25470: types/pa_valiased.C, types/pa_vform.h: commented VForm
25471:
25472: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25473: types/pa_valiased.h, types/pa_value.h,
25474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25475: types/pa_vstateless_object.h: moved common get_element part from
25476: stateless object&class into VAliased
25477:
25478: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25479: classes/table.C, main/execute.C, main/main.dsp,
25480: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25481: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25482: now :Value
25483:
25484: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25485: main/execute.C, main/main.dsp, main/pa_globals.C,
25486: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25487:
25488: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25489: doxx
25490:
25491: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25492: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25493: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25494: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25495: and ^file:save
25496:
25497: 2001-03-19 paf
25498:
25499: * src/types/pa_vfile.C: z
25500:
25501: * src/: classes/file.C, classes/request.C, classes/table.C,
25502: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25503: main/pa_request.C, main/untaint.C, types/pa_value.h,
25504: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25505:
25506: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25507: include/pa_string.h, include/pa_table.h, main/main.dsp,
25508: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25509: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25510: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25511: classes/_file.h, classes/file.C, types/pa_vfile.C,
25512: types/pa_vfile.h: file class just compiled
25513:
25514: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25515: include/pa_table.h, include/pa_types.h, main/execute.C,
25516: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25517: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25518: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25519:
25520: * src/include/pa_pool.h: z
25521:
25522: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25523: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25524: Hash::Value to Val so to doxygen would finlly stop confusing
25525: those Value-s
25526:
25527: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25528: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25529: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25530: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25531: include/pa_types.h, main/compile.C, main/compile.y,
25532: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25533: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25534: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25535: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25536: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25537:
25538: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25539: derivates somehow unlinked. don't know why yet
25540:
25541: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25542: include/pa_string.h, include/pa_threads.h, main/compile.C,
25543: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25544: main/execute.C, main/pa_array.C, main/pa_common.C,
25545: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25546: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25547: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25548:
25549: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25550: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25551: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25552: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25553: types/pa_vrequest.h: doc: detected Value derivates prob
25554:
25555: * src/include/pa_globals.h: z
25556:
25557: * src/: classes/_request.h, classes/request.C, include/code.h,
25558: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25559: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25560: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25561: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25562: main/execute.C, main/pa_pool.C, main/pa_request.C,
25563: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25564: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25565:
25566: 2001-03-18 paf
25567:
25568: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25569: cookie: allowed access to hash-assigned
25570:
25571: * src/targets/cgi/parser3.C: z
25572:
25573: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25574: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25575: include/pa_types.h, main/main.dsp, main/pa_common.C,
25576: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25577: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25578: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25579: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25580: types/pa_vunknown.h: cookie class
25581:
25582: * src/main/pa_request.C: zero length output allowed
25583:
25584: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25585: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25586:
25587: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25588: lang switch
25589:
25590: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25591: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25592: types/pa_value.h, types/pa_vhash.h:
25593: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25594:
25595: * src/main/execute.C: z
25596:
25597: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25598: targets/cgi/parser3.C: taint[uri
25599:
25600: * src/: classes/request.C, classes/response.C, classes/root.C,
25601: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25602: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25603: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25604:
25605: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25606: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25607: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25608: types/pa_vstateless_class.C: convinient string(pool, char *src,
25609: bool tainted) ctor
25610:
25611: * src/: include/pa_hash.h, include/pa_request.h,
25612: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25613: main/pa_request.C, main/pa_string.C, main/untaint.C,
25614: targets/cgi/parser3.C: proper @exceptions params tainting
25615:
25616: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25617: response fields to header
25618:
25619: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25620: z
25621:
25622: * src/: classes/_response.h, classes/response.C,
25623: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25624: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25625: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25626: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25627: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25628: $response: 0 request::core exception rethrow
25629:
25630: 2001-03-16 paf
25631:
25632: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25633: types/pa_vrequest.h: native method' class call with less params
25634: then needed error reporting
25635:
25636: * src/: classes/_request.h, classes/request.C,
25637: include/pa_globals.h, include/pa_request.h, main/execute.C,
25638: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25639: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25640: types/pa_vrequest.h: $request : query :uri
25641:
25642: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25643: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25644: types/pa_wcontext.h: $result
25645:
25646: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25647:
25648: * src/: classes/double.C, include/code.h, main/compile.y,
25649: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25650: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25651:
25652: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25653: main/compile.y, main/execute.C, types/pa_value.h,
25654: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25655: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25656: wcontext conflict
25657:
25658: * src/: main/execute.C, types/pa_value.h,
25659: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25660: $string.field
25661:
25662: 2001-03-15 paf
25663:
25664: * src/main/pa_request.C: news sample
25665:
25666: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25667: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25668:
25669: * src/main/: compile.y, execute.C: z
25670:
25671: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25672: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25673: pre pre works
25674:
25675: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25676: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25677: fillfields just compiled
25678:
25679: 2001-03-14 paf
25680:
25681: * src/: include/pa_request.h, main/pa_request.C,
25682: targets/cgi/parser3.C: z
25683:
25684: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25685: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25686: types/pa_vstring.h: limits -1
25687:
25688: * src/: include/pa_globals.h, include/pa_request.h,
25689: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25690: main/pa_request.C, targets/cgi/parser3.C,
25691: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25692: request_info -1
25693:
25694: * src/: include/pa_globals.h, main/pa_globals.C,
25695: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25696: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25697: vform_fields_fill
25698:
25699: * src/targets/cgi/parser3.C: # if MSVC
25700:
25701: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25702: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25703:
25704: * src/targets/cgi/parser3.C: z
25705:
25706: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25707: include/pa_string.h, include/pa_types.h, main/compile.y,
25708: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25709: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25710: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25711: types/pa_vunknown.h: global handler, exceptions in parser3
25712:
25713: 2001-03-13 paf
25714:
25715: * src/: classes/form.C, main/compile.y, main/core.C,
25716: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25717: types/pa_vform.h, types/pa_vstateless_class.C,
25718: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25719: instead
25720:
25721: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25722: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25723: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25724: started cgi target
25725:
25726: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25727: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25728: before error show with parser
25729:
25730: * src/: classes/_form.h, classes/form.C, include/core.h,
25731: include/pa_request.h, main/core.C, main/pa_request.C,
25732: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25733:
25734: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25735:
25736: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25737: parser3.C: renamed targets/ parser to cgi
25738:
25739: * src/: classes/double.C, classes/env.C, classes/int.C,
25740: classes/root.C, classes/string.C, classes/table.C,
25741: include/pa_request.h, types/pa_vhash.h: z
25742:
25743: * src/: classes/_env.h, classes/env.C, classes/root.C,
25744: include/core.h, include/pa_pool.h, include/pa_request.h,
25745: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25746: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25747: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25748: [historical moment :)]
25749:
25750: * src/: include/code.h, include/pa_string.h, main/compile.y,
25751: main/execute.C, main/pa_string.C: 'value is type' expr operator
25752:
25753: * src/types/pa_venv.h: $ENV 1
25754:
25755: * src/main/execute.C: z
25756:
25757: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25758: future methods of ENV constructor if
25759:
25760: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25761: class
25762:
25763: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25764: classes/_root.h, classes/_string.h, classes/_table.h,
25765: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25766: classes/string.C, classes/table.C, include/pa_request.h,
25767: main/compile.C, main/compile_tools.h, main/core.C,
25768: main/execute.C, main/main.dsp, main/pa_request.C,
25769: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25770: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25771: types/pa_vobject.h, types/pa_vstateless_class.C,
25772: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25773: types/pa_wcontext.h: $ENV: re 0, stateless classes
25774:
25775: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25776: classes/_root.h, classes/_string.h, classes/_table.h,
25777: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25778: classes/string.C, classes/table.C, include/pa_request.h,
25779: main/compile.C, main/compile_tools.h, main/core.C,
25780: main/execute.C, main/main.dsp, main/pa_request.C,
25781: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25782: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25783: types/pa_vobject.h, types/pa_vstateless_class.C,
25784: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25785: types/pa_wcontext.h: $ENV: re 0, stateless classes
25786:
25787: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25788: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25789: yesterdays bad decision on execute_static_method
25790:
25791: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25792:
25793: * src/: classes/double.C, classes/int.C, classes/root.C,
25794: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25795:
25796: * src/main/pa_request.C: z
25797:
25798: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25799: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25800:
25801: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25802: include/pa_pool.h, main/pa_request.C:
25803: restructure_exceptions_dead_end
25804:
25805: * src/: classes/root.C, main/compile.y: ^if required junctions.
25806: allowed ; inside {} to break params
25807:
25808: * src/classes/root.C: ^eval
25809:
25810: * src/: classes/_string.h, classes/double.C, classes/int.C,
25811: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25812: string ^format
25813:
25814: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25815: 'bad' but not 'enough'
25816:
25817: * src/: classes/double.C, classes/root.C, classes/table.C,
25818: include/pa_common.h, include/pa_types.h, main/compile.y,
25819: main/pa_common.C, main/pa_request.C, main/untaint.C,
25820: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25821: types/pa_wwrapper.h: think constructing flag as is is bad
25822:
25823: * src/: classes/double.C, classes/int.C, classes/root.C,
25824: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25825: types/pa_vint.h: ^for
25826:
25827: 2001-03-12 paf
25828:
25829: * src/classes/table.C: table ^empty
25830:
25831: * src/: classes/table.C, include/pa_table.h: table ^menu
25832:
25833: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25834: ^offset ^line ^count
25835:
25836: * src/classes/root.C: ^round() ^floor() ^ceiling()
25837: ^abs() ^sign()
25838:
25839: * src/classes/: root.C, table.C: ^use
25840:
25841: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25842: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25843: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25844: ^while. switched off wcontext.constructing after write(value) or
25845: auto-vhash-constructing
25846:
25847: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25848: main/pa_request.C: fail_if_junction_ helper func
25849:
25850: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25851: include/pa_request.h, main/execute.C, main/main.dsp,
25852: main/pa_common.C, main/pa_request.C: ^process error point by
25853: actual method_name, not source. ^load
25854:
25855: * src/types/pa_vtable.h: table: no, better with string in cells...
25856:
25857: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25858: classes/_table.h, classes/table.C, main/untaint.C: z
25859:
25860: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25861: include/pa_table.h, main/core.C, main/execute.C,
25862: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25863: types/pa_value.h: table:set 0
25864:
25865: * src/: classes/root.C, include/core.h, include/pa_array.h,
25866: include/pa_request.h, include/pa_table.h, main/core.C,
25867: main/main.dsp, main/pa_request.C, main/pa_table.C,
25868: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25869: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25870: types/pa_vstring.h: freeze, ^table:create[] -1
25871:
25872: * src/: classes/root.C, types/pa_value.h: z
25873:
25874: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25875: get_method in couple places optimizing them
25876:
25877: * src/classes/root.C: z
25878:
25879: * src/: classes/root.C, types/pa_vclass.h: process temp main
25880: zeroing
25881:
25882: * src/: classes/double.C, classes/int.C, classes/root.C,
25883: classes/string.C, include/pa_common.h, include/pa_request.h,
25884: include/pa_string.h, include/pa_types.h, main/compile.C,
25885: main/compile.y, main/compile_tools.h, main/execute.C,
25886: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25887: types/pa_vmframe.h: ^process. actual names to store param and
25888: check_actual_numbered_params for better place diagnostics
25889:
25890: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25891: method-junctions bug fixed
25892:
25893: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25894: pa_vstateless_object.h, pa_vstring.h: stateless_object
25895:
25896: 2001-03-11 paf
25897:
25898: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25899: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25900: VDouble VInt base now VObject_base - without fields
25901:
25902: * src/: classes/root.C, include/core.h, main/core.C: z
25903:
25904: * src/: classes/double.C, classes/int.C, classes/root.C,
25905: classes/string.C, include/core.h, include/pa_hash.h,
25906: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25907: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25908:
25909: * src/: classes/double.C, classes/int.C, classes/root.C,
25910: include/pa_request.h, main/execute.C: intercept_string
25911:
25912: * src/: classes/double.C, classes/int.C, classes/root.C,
25913: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25914:
25915: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25916: ^inc-s(expr)
25917:
25918: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25919: classes/_root.h, classes/_string.h, classes/double.C,
25920: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25921: include/code.h, include/core.h, include/pa_array.h,
25922: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25923: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25924: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25925: include/pa_types.h, main/compile.C, main/compile.y,
25926: main/compile_tools.C, main/compile_tools.h, main/core.C,
25927: main/execute.C, main/pa_array.C, main/pa_common.C,
25928: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25929: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25930: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25931: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25932: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25933: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25934: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25935: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25936:
25937: * src/: main/pa_request.C, types/pa_vhash.h: z
25938:
25939: * src/: include/core.h, include/pa_request.h, main/core.C,
25940: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25941:
25942: * src/: include/pa_valiased.h, include/pa_value.h,
25943: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25944: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25945: include/pa_vjunction.h, include/pa_vmframe.h,
25946: include/pa_vobject.h, include/pa_vstring.h,
25947: include/pa_vunknown.h, include/pa_wcontext.h,
25948: include/pa_wwrapper.h, main/compile.y, main/core.C,
25949: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25950: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25951: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25952: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25953: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25954: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25955: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25956: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25957: include/
25958:
25959: 2001-03-10 paf
25960:
25961: * src/: include/core.h, include/pa_request.h, main/core.C,
25962: main/pa_request.C: run+auto=run
25963:
25964: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25965:
25966: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25967: classes/_root.h, classes/_string.h, classes/double.C,
25968: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25969: include/code.h, include/core.h, include/pa_array.h,
25970: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25971: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25972: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25973: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25974: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25975: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25976: include/pa_vjunction.h, include/pa_vmframe.h,
25977: include/pa_vobject.h, include/pa_vstring.h,
25978: include/pa_vunknown.h, include/pa_wcontext.h,
25979: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25980: main/compile_tools.C, main/compile_tools.h, main/core.C,
25981: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25982: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25983: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25984: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25985: main/pa_wcontext.C: sources header
25986:
25987: * src/main/pa_request.C: auto..
25988:
25989: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25990: main/pa_request.C: auto tree0
25991:
25992: * src/: include/core.h, include/pa_request.h, main/compile.y,
25993: main/core.C, main/pa_request.C: names to core.C
25994:
25995: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25996: include/pa_request.h, main/core.C, main/execute.C,
25997: main/pa_common.C, main/pa_request.C: root auto.p loaded
25998:
25999: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26000: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26001: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26002: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26003:
26004: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26005: @auto[] realised. auto.p scan togo
26006:
26007: * src/: include/pa_request.h, main/execute.C: autocalc
26008: code-junctions result now have names
26009:
26010: * src/: classes/double.C, classes/int.C, classes/root.C,
26011: classes/string.C, include/pa_request.h, include/pa_string.h,
26012: include/pa_wcontext.h, main/compile.y, main/execute.C,
26013: main/pa_string.C, main/pa_wcontext.C: tainting 0
26014:
26015: * src/classes/env.C: env:file/line
26016:
26017: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26018: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26019: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26020: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26021: main/compile_tools.C, main/compile_tools.h, main/core.C,
26022: main/execute.C, main/main.dsp, main/pa_cframe.C,
26023: main/pa_request.C, main/pa_wcontext.C: const fight finished
26024:
26025: * src/include/pa_vclass.h: const fight to go
26026:
26027: * src/: classes/_env.h, classes/env.C, classes/root.C,
26028: include/pa_request.h, include/pa_vclass.h, main/core.C,
26029: main/main.dsp: env0
26030:
26031: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26032: classes/_string.h, classes/double.C, classes/int.C,
26033: classes/root.C, classes/string.C, include/pa_request.h,
26034: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26035: include/pa_wcontext.h, main/core.C, main/main.dsp,
26036: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26037: main/pa_wcontext.C: ^lang prepare0
26038:
26039: 2001-03-09 paf
26040:
26041: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26042: construct proper naming
26043:
26044: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26045: classes/double.C, classes/int.C, classes/root.C,
26046: classes/string.C, include/code.h, include/pa_value.h,
26047: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26048: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26049: main/compile.y, main/compile_tools.C, main/core.C,
26050: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26051: and ^double[]. fixed expr type
26052:
26053: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26054: ^string.length[]
26055:
26056: 2001-03-08 paf
26057:
26058: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26059:
26060: * src/: include/pa_vclass.h, include/pa_vstring.h,
26061: include/pa_wcontext.h, main/compile.y, main/core.C,
26062: main/execute.C, main/main.dsp: dead end: vstring can't be
26063: derivated from vobject
26064:
26065: * src/: include/pa_vclass.h, include/pa_vhash.h,
26066: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26067:
26068: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26069: remained clone conseqs
26070:
26071: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26072:
26073: * src/main/pa_vclass.C: wow! vclass were out of vcs
26074:
26075: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26076: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26077: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26078: include/pa_vobject.h, include/pa_vstring.h,
26079: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26080: main/execute.C: withoud cloning. didn't need it actually, params
26081: got passed from out unnamed ewpool
26082:
26083: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26084: include/pa_vjunction.h, include/pa_vobject.h,
26085: include/pa_vunknown.h, main/compile.y: cloning dead end
26086:
26087: * src/: include/pa_bool.h, include/pa_double.h,
26088: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26089: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26090: include/pa_vjunction.h, include/pa_vmframe.h,
26091: include/pa_vobject.h, include/pa_vstring.h,
26092: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26093: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26094: to give params proper names
26095:
26096: * src/main/pa_wcontext.C: z
26097:
26098: * src/: include/pa_vmframe.h, main/execute.C: added names to
26099: unknown values in get_element and unfilled params. removed wrong
26100: name change in get_element
26101:
26102: * src/main/execute.C: z
26103:
26104: * src/main/execute.C: fixed problems calling operators in
26105: constructors
26106:
26107: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26108: detected problems calling operators in constructors
26109:
26110: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26111: autocalc def to string
26112:
26113: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26114: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26115:
26116: * src/classes/root.C: added root.c
26117:
26118: * src/: include/pa_request.h, include/pa_value.h,
26119: include/pa_vcframe.h, include/pa_vmframe.h,
26120: include/pa_wcontext.h, main/compile.C, main/compile.y,
26121: main/core.C, main/execute.C, main/pa_cframe.C,
26122: main/pa_wcontext.C: 'if' just compiled
26123:
26124: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26125: include/pa_vjunction.h, include/pa_vmframe.h,
26126: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26127: main/pa_wcontext.C: z
26128:
26129: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26130: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26131: with parameter names in operator methods
26132:
26133: * src/main/compile.y: minor renamings in .y
26134:
26135: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26136: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26137: @BASE. changed 'RUN' assignment mech
26138:
26139: * src/main/execute.C: z
26140:
26141: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26142: main/compile_tools.h, main/execute.C: made class: dynamic, not
26143: static. so to enable runtime ^use
26144:
26145: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26146:
26147: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26148: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26149:
26150: * src/main/execute.C: root root in code-junction
26151:
26152: 2001-03-07 paf
26153:
26154: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26155: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26156:
26157: * src/: include/pa_stack.h, include/pa_value.h,
26158: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26159: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26160: fixed rwcontext of {} params up
26161:
26162: * src/main/: compile.y, compile_tools.h: ^func(params)
26163:
26164: * src/main/compile.y: .y priorities syntax shaped up a bit
26165:
26166: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26167: include/pa_vunknown.h, main/compile.y, main/execute.C,
26168: main/pa_hash.C: expr def in -f
26169:
26170: * src/main/: compile.y, execute.C: expr calls
26171:
26172: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26173: fixed
26174:
26175: * src/main/compile.y: expr quoted code
26176:
26177: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26178: support0
26179:
26180: * src/main/compile.y: expr string comparisons 0
26181:
26182: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26183: main/pa_string.C: just compiled lt&co
26184:
26185: * src/main/execute.C: ^var.menu{$field} problem detected. that
26186: $field not a $var.field
26187:
26188: 2001-03-06 paf
26189:
26190: * src/main/compile.y: .y expr visible-shorter
26191:
26192: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26193: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26194: logical
26195:
26196: * src/: include/pa_vstring.h, main/compile.y: problems with
26197: skipping whitespace in yylex
26198:
26199: * src/include/pa_vbool.h: forgot this
26200:
26201: * src/: include/code.h, main/compile.y, main/execute.C: without
26202: string ops in expressions 0
26203:
26204: * src/: include/pa_value.h, include/pa_vdouble.h,
26205: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26206: main/execute.C, main/main.dsp: !~
26207:
26208: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26209: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26210: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26211: include/pa_vunknown.h, include/pa_wcontext.h,
26212: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26213: main/compile_tools.h, main/execute.C: +-*/
26214:
26215: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26216: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26217:
26218: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26219: main/execute.C: expr grammar-1 2*2=4.000000 :)
26220:
26221: * src/main/compile.y: expr grammar-1
26222:
26223: * src/main/compile.y: expr lexx1
26224:
26225: * src/main/: compile.y, execute.C, main.dsp: z
26226:
26227: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26228: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26229: main/execute.C: expr lex0 exec-1
26230:
26231: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26232:
26233: 2001-02-26 paf
26234:
26235: * src/main/compile.y: max_string in yyerror bug fix
26236:
26237: 2001-02-25 paf
26238:
26239: * src/: include/pa_value.h, include/pa_vmframe.h,
26240: include/pa_wcontext.h, main/execute.C: VAliased3
26241:
26242: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26243:
26244: * src/main/execute.C: VAliased1
26245:
26246: * src/: include/pa_request.h, include/pa_value.h,
26247: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26248: VAliased0
26249:
26250: * src/: include/pa_pool.h, include/pa_request.h,
26251: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26252: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26253: VAliased just compiled
26254:
26255: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26256: include/pa_vobject.h, main/execute.C: alias dead end
26257:
26258: * src/: include/pa_value.h, include/pa_vclass.h,
26259: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26260: main/main.dsp: no not get fields into interm VFielded class.
26261: fields & staticfields 1
26262:
26263: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26264: include/pa_vobject.h, include/pa_wcontext.h,
26265: include/pa_wwrapper.h, main/core.C, main/execute.C,
26266: main/main.dsp: would now get fields into interm VFielded class
26267:
26268: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26269: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26270: include/pa_wcontext.h, main/compile.y, main/core.C,
26271: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26272: main/pa_wcontext.C: virtuals2
26273:
26274: * src/main/compile.y: : 1
26275:
26276: * src/main/compile.y: rethought to $class:static.field.subfield
26277:
26278: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26279: $class:element
26280:
26281: * src/: include/pa_value.h, include/pa_vmframe.h,
26282: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26283: main/pa_wcontext.C: before execute class calls rewrite
26284:
26285: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26286: name RUN, also alias
26287:
26288: * src/main/compile.y: escaping bug
26289:
26290: * src/: include/pa_request.h, include/pa_value.h,
26291: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26292: main/core.C, main/execute.C, main/pa_common.C: vobject1
26293:
26294: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26295: include/pa_vmframe.h, include/pa_vobject.h,
26296: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26297: main/compile_tools.h, main/execute.C: ^class:method() just
26298: compiled
26299:
26300: 2001-02-24 paf
26301:
26302: * src/main/main.dsp: no bison -d
26303:
26304: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26305: class' err msg wrong
26306:
26307: * src/main/compile.y: z
26308:
26309: * src/main/: compile.y, core.C: yylex need some @special lines adj
26310:
26311: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26312: main/compile.y, main/compile_tools.h, main/core.C: modules0
26313:
26314: * src/: include/pa_vclass.h, main/core.C: z
26315:
26316: * src/: include/pa_value.h, include/pa_vclass.h,
26317: include/pa_vobject.h, main/main.dsp: vobject00
26318:
26319: * src/main/pa_array.C: minor bug in expanding very small arrays.
26320: 60% from 1 were 0
26321:
26322: * src/: include/pa_value.h, include/pa_wcontext.h,
26323: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26324: as bad as you've named it: wcontext.value() was not a perfect
26325: idea
26326:
26327: * src/main/execute.C: codeframe1
26328:
26329: * src/: include/pa_value.h, include/pa_vcframe.h,
26330: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26331: include/pa_vjunction.h, include/pa_vmframe.h,
26332: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26333: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26334: just compiled
26335:
26336: * src/: include/pa_vframe.h, main/compile.y: found junction
26337: ideology @: ^x{$a()) must construct current wcontext element, so
26338: smart wcontext handling needed
26339:
26340: * src/main/compile.y: fixed grammar bugs in constructor/params
26341: klinch
26342:
26343: * src/main/: compile.y, execute.C: fixed empty constructor
26344: optimized empty case. failed on calls - produced empty string
26345: param
26346:
26347: * src/main/compile.y: fixed last \n macrotemplate strip bug
26348:
26349: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26350: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26351: main/compile_tools.C, main/compile_tools.h, main/core.C,
26352: main/execute.C: code junctions0. something wrong with last \n
26353: macrotemplate strip
26354:
26355: * src/: include/pa_value.h, main/compile.C, main/core.C,
26356: main/pa_value.C: minor error reporting format beautifyings
26357:
26358: * src/: include/pa_value.h, include/pa_vclass.h,
26359: include/pa_vframe.h, main/core.C, main/execute.C,
26360: main/pa_value.C: get_method RIP. junctions everywhere. call with
26361: junctions0
26362:
26363: 2001-02-23 paf
26364:
26365: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26366: pa_wwrapper.h: lara came, can't work, sorry :(
26367:
26368: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26369: junction
26370:
26371: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26372: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26373: main/execute.C, main/main.dsp, main/pa_value.C: call0
26374:
26375: * src/: include/pa_hash.h, include/pa_value.h,
26376: include/pa_wcontext.h, main/core.C, main/execute.C,
26377: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26378: done
26379:
26380: * src/include/pa_wcontext.h: z
26381:
26382: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26383: wrong grammar in complex constructor case
26384:
26385: * src/main/: compile.y, execute.C: empty constructor bug fixed
26386:
26387: * src/main/execute.C: with result rwpool
26388:
26389: * src/: include/pa_value.h, main/core.C, main/execute.C,
26390: main/main.dsp: value named
26391:
26392: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26393: strign 2 value in 2 places in execute
26394:
26395: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26396: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26397: wcontext.put_element when wcontext fvalue==0
26398:
26399: 2001-02-22 paf
26400:
26401: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26402: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26403: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26404:
26405: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26406: erroreos checkout
26407:
26408: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26409:
26410: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26411: main/compile_tools.h, main/pa_array.C: $self.get
26412:
26413: * src/main/: compile.C, compile.y, compile_tools.C: z
26414:
26415: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26416: bit. finished now.
26417:
26418: * src/main/compile.y: $: finished
26419:
26420: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26421:
26422: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26423: main/execute.C: OP_STRING better then some xxx _VALUE
26424:
26425: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26426: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26427: string to vstring it .y all
26428:
26429: * src/: include/pa_request.h, include/pa_stack.h,
26430: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26431: all
26432:
26433: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26434: precise parse error line:col
26435:
26436: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26437: main/pa_hash.C, main/pa_pool.C: TRY...
26438:
26439: * src/: include/pa_exception.h, include/pa_pool.h,
26440: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26441: main/compile.C, main/compile.y, main/compile_tools.C,
26442: main/core.C, main/pa_array.C, main/pa_exception.C,
26443: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26444: main/pa_table.C: removed exception from request
26445:
26446: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26447: some forgotten
26448:
26449: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26450: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26451: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26452: get/put simple vars to VClass works0
26453:
26454: * src/: include/pa_array.h, include/pa_wcontext.h,
26455: main/pa_string.C: in process, but found that exceptions are too
26456: global
26457:
26458: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26459: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26460: main/execute.C, main/pa_string.C: write_value write_string 0 it
26461: seems wcontext must write strings regardles of fvalue!=0
26462:
26463: 2001-02-21 paf
26464:
26465: * src/main/execute.C: tired :)
26466:
26467: * src/main/: compile.C, compile.y, execute.C: store0
26468:
26469: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26470: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26471: include/pa_wcontext.h, main/compile.C, main/compile.y,
26472: main/execute.C, main/main.dsp, main/pa_array.C,
26473: main/pa_request.C: get put -1 [just compiled]
26474:
26475: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26476: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26477: main/main.dsp, main/pa_request.C: request core methods0
26478:
26479: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26480: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26481: execute
26482:
26483: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26484: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26485: methods and one_big_piece. now compile returns array<method*>
26486:
26487: * src/main/compile.y: more straightforward yylex[end]
26488:
26489: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26490: string.operator==(char*)
26491:
26492: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26493: main/execute.C, main/pa_array.C: after array.const get wonders
26494:
26495: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26496: pa_string.h, pa_value.h: struck with const array.gets
26497:
26498: * src/main/: execute.C: z
26499:
26500: * src/main/: compile.y, execute.C: z
26501:
26502: * src/main/: compile.C, compile.y, compile_tools.h: error
26503: processing in eval & yyerror so it wouldn't cause memleaks.
26504:
26505: * src/main/: compile.C, compile.y: failed to add absolute precies
26506: parse error positions. leaving RIGHTMOST position as
26507: @file[line:col]
26508:
26509: * src/: include/compile.h, main/compile.C, main/compile.y,
26510: main/compile_tools.h: line numbers needed. would add them to .y
26511: now internally. externally it's not as precise as needed
26512:
26513: * src/: include/code.h, include/pa_types.h, main/compile.C,
26514: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26515: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26516: compiler works ok
26517:
26518: 2001-02-20 paf
26519:
26520: * src/main/: compile.C, compile.y, compile_tools.C,
26521: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26522: not perfect
26523:
26524: * src/: include/code.h, include/compile.h, include/execute.h,
26525: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26526: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26527: main/compile.C, main/compile.y, main/compile_tools.C,
26528: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26529: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26530: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26531: compiled. execute=dump for now
26532:
26533: * src/main/core.C: core rewrite using yacc investigations now will
26534: be compile[yacc]/execute[opcodes]
26535:
26536: 2001-02-15 paf
26537:
26538: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26539: rewrite as turing machine? for it seems it would be it's too many
26540: ifs with this syntax now
26541:
26542: 2001-02-14 paf
26543:
26544: * src/main/core.C: get_params 1
26545:
26546: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26547: :( ]
26548:
26549: * src/main/core.C: varios breaks
26550:
26551: * src/main/core.C: get names 3
26552:
26553: * src/main/core.C: get names 2
26554:
26555: * src/main/core.C: get names 1
26556:
26557: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26558: names 0
26559:
26560: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26561: text repassing2 operator static vars
26562:
26563: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26564: main/pa_string.C: process text repassing
26565:
26566: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26567: module:calls changes
26568:
26569: 2001-02-13 paf
26570:
26571: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26572: ^class:calls[] started
26573:
26574: * src/: include/pa_value.h, main/core.C: z
26575:
26576: * src/main/core.C: operators : and self. prefixes
26577:
26578: * src/main/core.C: z
26579:
26580: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26581: tested
26582:
26583: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26584: optimized
26585:
26586: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26587: would change privates to better support optimization
26588:
26589: * src/: include/pa_string.h, main/pa_string.C:
26590: String_iterator::skip_to todo:optimize
26591:
26592: 2001-02-12 paf
26593:
26594: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26595: String_iterator
26596:
26597: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26598: comments
26599:
26600: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26601: self/methodref joined
26602:
26603: 2001-02-11 paf
26604:
26605: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26606: main/main.dsp: core started. core.C, context&value .h
26607:
26608: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26609: include/pa_string.h, main/main.dsp, main/pa_array.C,
26610: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26611:
26612: 2001-01-30 paf
26613:
26614: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26615: comments
26616:
26617: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26618: main/pa_pool.C: moved pa_pool.C to be target specific
26619:
26620: * src/: include/pa_exception.h, include/pa_pool.h,
26621: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26622: to & changes
26623:
26624: * src/: include/pa_exception.h, include/pa_pool.h,
26625: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26626: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26627: re-associated. that's much better even removed 'die' necessety
26628:
26629: * src/: include/pa_error.h, include/pa_exception.h,
26630: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26631: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26632: targets/Makefile.am: lowered targets/parser into subdir, added
26633: parser_Pool(Pool) failed to add. would think..
26634:
26635: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26636: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26637: main/pa_string.C, main/pa_table.C: Table more like C++ style
26638: hence lots of 'const'
26639:
26640: * src/: include/pa_error.h, include/pa_request.h,
26641: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26642: main/pa_table.C: Error fixed
26643:
26644: 2001-01-29 paf
26645:
26646: * src/: include/pa_array.h, include/pa_common.h,
26647: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26648: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26649: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26650: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26651:
26652: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26653: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26654: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26655: main/pa_string.C, main/pa_table.C: Request Error Table
26656:
26657: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26658: templates"
26659:
26660: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26661: main/main.dsp, main/pa_array.C: templates failed no template
26662: specializations [VC6], no library auto instantation [VC6, GNU c++
26663: 2.95.2-6 from latest cygwin]
26664:
26665: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26666: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26667: main/main.dsp, main/pa_array.C, main/pa_string.C,
26668: main/pa_table.C: Table started would test template Array now
26669:
26670: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26671: String originating
26672:
26673: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26674: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26675: SYNCHRONIZED(thread_safe)
26676:
26677: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26678: parts to top
26679:
26680: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26681: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26682: see: needed only in global Hash now, made Hash:: put/get
26683: SYNCHRONIZED
26684:
26685: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26686: main/pa_threads.C: added pa_threads
26687:
26688: Mutex
26689:
26690: * src/include/pa_hash.h: some comments
26691:
26692: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26693: Array& operator += (Array& src)
26694:
26695: * src/main/pa_array.C: expand not convinient, would rewrite
26696:
26697: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26698: (Array& src)
26699:
26700: rethought, would change now
26701:
26702: 2001-01-27 paf
26703:
26704: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26705: caching
26706:
26707: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26708: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26709: cache rethought to chunk caching
26710:
26711: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26712: include/pa_string.h, main/main.dsp, main/pa_array.C,
26713: main/pa_hash.C, main/pa_string.C: Array 0
26714:
26715: * src/main/pa_string.C: String::operator ==
26716:
26717: * src/main/pa_hash.C: String(&String)
26718:
26719: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26720:
26721: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26722: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26723: pa_hash[forgotten]
26724:
26725: 2001-01-26 paf
26726:
26727: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26728: removed templates [vc++ suxx]
26729:
26730: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26731: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26732:
26733: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26734:
1.119 moko 26735: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26736:
1.119 moko 26737: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26738: check
26739:
26740: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26741: dynamic row_count
26742:
26743: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26744: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26745: targets/Makefile.am: Initial revision
26746:
26747: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26748: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26749: targets/Makefile.am: creating parser3 module
26750:
E-mail: