Annotation of parser3/ChangeLog, revision 1.228
1.228 ! moko 1: 2025-11-30 moko
! 2:
! 3: * configure, configure.ac, src/include/pa_config_auto.h.in,
! 4: src/include/pa_config_fixed.h: int64_t added in preparation to
! 5: feature #1273
! 6:
1.227 moko 7: 2025-11-22 moko
8:
9: * src/classes/amqp.C: delivery_tag changed from string to double
10: (related to feature #1288)
11:
1.226 moko 12: 2025-11-14 moko
13:
14: * src/types/pa_vstatus.C, tests/448.html,
15: tests/results/448.processed: $status:limit-cpu,
16: $status:limit-mem, $status:limit-nproc unlimited support added,
17: test added (related to feature #1280)
18:
19: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
20: $status:limit-mem, $status:limit-nproc added (implements feature
21: #1280)
22:
23: 2025-11-12 moko
24:
25: * tests/results/: 323.processed, 421.processed: tests results
26: updated after amqp class added
27:
1.225 moko 28: 2025-11-08 moko
29:
30: * src/classes/amqp.C: tls support added, errors reporting improved
31: (related to feature #1288)
32:
33: * src/classes/amqp.C: tls support added (related to feature #1288)
34:
35: * src/classes/amqp.C: exceptions text now printed (related to
36: feature #1288)
37:
38: * src/classes/amqp.C: properties hash simplified (related to
39: feature #1288)
40:
41: 2025-11-07 moko
42:
43: * src/classes/amqp.C: consume fixed (related to feature #1288)
44:
45: * src/classes/classes.C: + amqp class
46:
47: * buildall, configure, configure.ac, src/classes/Makefile.am,
48: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
49: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
50: updated for librabbitmq support (relates to feature #1288)
51:
52: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
53: basic RabbitMQ C library (librabbitmq) support (partially
54: implements #1288)
55:
1.224 moko 56: 2025-10-05 moko
57:
58: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
59: reflection.C, string.C: Optimization: valid_options optimized
60: where HashStringValue::Iterator used
61:
62: * tests/results/224.processed: test result updated after date
63: functions updated (related to #1287)
64:
65: 2025-10-04 moko
66:
67: * operators.ru.txt, operators.txt: actualized
68:
69: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
70:
71: * tests/: 447.html, results/447.processed: tests for
72: ^reflection:override[$method] added (related to feature #1286)
73:
74: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
75: added (related to feature #1285)
76:
77: * src/classes/reflection.C:
78: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
79: added (implements feature #1286)
80:
81: * src/main/execute.C: bugfix: when method is attached from another
82: class, it's junction_template is initialized with another class,
83: thus get_vjunction should be used (related to feature #1286)
84:
85: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
86: ^date:iso-string[] - static call now formats current date
87: (implements feature #1287)
88:
89: 2025-10-01 moko
90:
91: * buildall: built-in mailreceive path actualized
92:
1.223 moko 93: 2025-09-01 moko
94:
95: * src/classes/math.C: old compilers support in ^math:eq
96:
97: 2025-08-31 moko
98:
99: * tests/: 446.html, results/446.processed: tests for
100: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
101:
102: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
103: implements #1285)
104:
105: 2025-08-30 moko
106:
107: * operators.ru.txt, operators.txt: actualized
108:
109: * tests/: 230.html, results/230.processed: test for ^file.save
110: $.append(false|true) option added (related to feature #1284)
111:
112: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
113: ^file.save $.append(false|true) option added (implements feature
114: #1284)
115:
1.222 moko 116: 2025-08-16 moko
117:
118: * etc/auto.p.in: LIMIT max_array_size actualized
119:
1.221 moko 120: 2025-08-01 moko
121:
122: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
123: pa_GC_abort_func added and used (implements feature #1283)
124:
125: * src/include/: pa_array.h, pa_config_includes.h:
126: PA_DEBUG_DISABLE_GC mode fixed for sparse array
127:
1.220 moko 128: 2025-07-04 moko
129:
130: * src/main/pa_common.C: typo fixed (related to bug #1282)
131:
132: * src/main/pa_common.C: minor optimization + create_dir_for_file
133: checks for \ (related to bug #1282)
134:
135: 2025-07-03 moko
136:
137: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
138: under Windows (fixes bug #1282)
139:
140: * src/main/pa_common.C: file:delete for UTF-8 files now works under
141: Windows (fixes bug #1282)
142:
143: 2025-06-28 moko
144:
145: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
146: Yavor Doganov <yavor@gnu.org>
147:
148: * src/main/pa_charset.C: typo fixed (related to feature #1281)
149:
150: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
151: compatibility fixed (implements feature #1281)
152:
1.219 moko 153: 2025-05-31 moko
154:
155: * src/main/pa_http.C: old gcc compilation fix (related to feature
156: #1277)
157:
158: 2025-05-28 moko
159:
160: * src/: classes/array.C, include/pa_array.h: last
161: Array_iterator::key() removed (related to feature #1277)
162:
163: 2025-05-27 moko
164:
165: * src/: classes/array.C, classes/table.C, include/pa_array.h,
166: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
167: and used (related to feature #1277)
168:
1.218 moko 169: 2025-05-26 moko
170:
171: * src/: classes/array.C, classes/curl.C, classes/hash.C,
172: classes/hashfile.C, classes/image.C, classes/table.C,
173: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
174: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
175: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
176: VString(const char *avalue) added and used to optimize new
177: VString(*new String(i.key(), String::L_TAINTED)) (related to
178: feature #1277)
179:
180: * src/: classes/array.C, classes/curl.C, classes/file.C,
181: classes/hash.C, classes/image.C, classes/json.C,
182: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
183: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
184: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
185: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
186: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
187: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
188: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
189: types/pa_vxnode.C: implements feature #1277 String::Body(const
190: char *abody) now explicit but HashString::put(const char *str, V
191: value) added for simplicity optimizations: HASH_PUT_CSTR used
192: where hash.put called several time during execution; caching
193: String::Body::uitoa used at all pash.put(<uint> calls.
194:
195: 2025-05-25 moko
196:
197: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
198: to feature #1277)
199:
200: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
201:
202: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
203: added for caching (related to feature #1277)
204:
205: * src/include/pa_string.h: optimized String:pos versions added
206: (without language + char *) (related to feature #1277)
207:
208: 2025-05-24 moko
209:
210: * tests/: 445.html, results/445.processed: test for
211: ^hash.array[[keys|values]] added (related to feature #1274)
212:
213: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
214: feature #1274)
215:
1.217 moko 216: 2025-01-26 moko
217:
218: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
219:
1.216 moko 220: 2025-01-25 moko
221:
222: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
223:
224: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
225: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
226: autoheader && automake && autoconf
227:
228: * src/lib/ltdl/configure.ac: new autotools used
229:
230: * acsite.m4, configure.ac: new autotools warnings fixed
231:
1.213 moko 232: 2025-01-10 moko
233:
1.215 moko 234: * tests/results/320.processed: test result updated after syslog
235: added
236:
1.214 moko 237: * src/classes/op.C: minor MSVC fixes
238:
239: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
240:
1.213 moko 241: * operators.ru.txt, operators.txt: +
242: ^syslog[ident;message[;info|warning|error|debug]]
243:
244: * src/classes/op.C: +
245: ^syslog[ident;message[;info|warning|error|debug]] (implelents
246: feature #1270)
247:
248: * configure, configure.ac, src/include/pa_config_auto.h.in,
249: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
250:
251: 2025-01-06 moko
252:
253: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
254: 2^n) calculated and used
255:
256: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
257: https://www.hadrons.org/software/libmd/
258:
1.212 moko 259: 2024-12-28 moko
260:
261: * tests/httpd/run_tests.sh: for FreeBSD compatibility
262:
263: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
264: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
265: $request:uri and $request:path tests added (related to feature
266: #1269)
267:
268: * operators.ru.txt, operators.txt: + $request:path documented
269: (related to feature #1269)
270:
271: * tests/: 065.html, results/065.processed: $request:path,
272: $request:uri tested
273:
274: * src/types/pa_vrequest.C: $request:path default is empty string to
275: match an empty URI in console mode (related to feature #1269)
276:
277: * etc/auto.p.in: $request:path used (related to feature #1269)
278:
279: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
280: (implements feature #1269)
281:
282: 2024-12-26 moko
283:
284: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
285: 3.5.0
286:
287: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
288: pa-include/pa_errno.h, pa-include/pa_file_info.h,
289: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
290: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
291: pa_strcat
292:
293: * tests/results/223.processed: apache upgraded @parser.ru
294:
295: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
296: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
297: pa-include/pa_errno.h, pa-include/pa_file_info.h,
298: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
299: pa-include/pa_strings.h: sdbm updated from version included in
300: apache 2.0.43 to version included in apache 2.0.65
301:
302: 2024-12-24 moko
303:
304: * etc/auto.p.in: to avoid patching Debian package
305:
306: * src/main/: pa_exec.C, pa_http.C: final fixes for
307: --with-build-warnings (dangling-reference warnings can be
308: ignored)
309:
310: 2024-12-23 moko
311:
312: * src/: classes/file.C, classes/hash.C, classes/op.C,
313: include/pa_common.h, main/pa_http.C, main/pa_request.C,
314: types/pa_vcookie.C, types/pa_vform.C: more fixes for
315: --with-build-warnings
316:
317: * src/: classes/date.C, classes/inet.C, classes/op.C,
318: classes/reflection.C, include/pa_array.h,
319: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
320: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
321: --with-build-warnings
322:
1.211 moko 323: 2024-12-21 moko
324:
325: * Makefile.am: +operators.ru.txt
326:
327: * operators.ru.txt, operators.txt: typo fixed
328:
329: 2024-12-20 moko
330:
331: * operators.txt: whitespace synced
332:
333: * operators.ru.txt, operators.txt: curl added
334:
335: * operators.ru.txt, operators.txt: logically sorted
336:
337: * operators.ru.txt: id added
338:
339: * operators.txt: ID added
340:
341: * operators.txt: translated
342:
343: * operators.ru.txt, operators.txt: operators.txt translated to
344: english, synced format with operators.ru.txt
345:
346: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
347: formatted
348:
349: * operators.ru.txt, operators.txt: formatted, actualized, oracle
350: info moved to separate file
351:
352: 2024-12-19 moko
353:
354: * src/targets/cgi/parser3.C: avoid parser version requests logging
355: in parser3.log
356:
357: 2024-12-18 moko
358:
359: * buildall: preventing --with-system-mailreceive linking with
360: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
361: to feature #1199)
362:
1.210 moko 363: 2024-12-16 moko
364:
1.211 moko 365: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 366:
367: * src/classes/table.C: exception text fixed
368:
369: 2024-12-15 moko
370:
371: * tests/: 102.html, results/102.processed: tests updated after
372: $form:fields not editable again (related to feature #1254)
373:
374: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
375: be edited (related to feature #1254)
376:
377: * src/types/pa_vform.C: reverted that
378: $form:fields/tables/files/imap can be edited (related to feature
379: #1254) for backward compatibility
380:
381: 2024-12-14 moko
382:
1.211 moko 383: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 384:
385: * tests/results/auto.p: avoid $mac execution unless on OS X
386:
387: * tests/388-sql.html: more OS support
388:
389: 2024-12-13 moko
390:
391: * tests/388-sql.html: sql tests under OS X now fixed
392:
393: * tests/results/auto.p: curl test under OS X now works
394:
395: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
396: no dll name under Windows, hiding
397:
398: * tests/: 379-curl.html, results/379-curl.processed: some curl
399: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
400:
401: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
402: 389.html, results/030.processed, results/212.processed,
403: results/219.processed, results/273.processed,
404: results/320.processed, results/346-curl.processed,
405: results/389.processed, results/auto.p: ^try-catch-filtered added
406: and used
407:
408: * tests/: 347-curl.html, results/347-curl.processed: support for
409: different error messages
410:
411: * src/classes/curl.C: several curl libraries supported,
412: ^curl:options[ $.library[] ] resets to default
413:
414: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
415: removed as depends on curl version
416:
417: * tests/results/: 223-curl.processed, 394-curl.processed: curl
418: fixed bug with \n in file names, test result updated
419:
420: * tests/388-sql.html: +libmysqlclient.so
421:
422: * etc/auto.p.in: +libmariadb
423:
424: 2024-12-12 moko
425:
426: * tests/: 388-sql.html, results/429-sql.processed: test results
427: updated after test changed
428:
429: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
430: for newer MariaDB compatibility
431:
432: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
433: results/429-sql.processed: key -> id for new MariaDB
434: compatibility
435:
436: * src/types/pa_vmethod_frame.h: warning war
437:
438: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
439: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
440: including for Debian package
441:
442: 2024-12-11 moko
443:
444: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
445: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
446: $status:log-filename added (related to feature #1262)
447:
448: * tests/: 440.html, results/440.processed: test for row is checked
449: before accessing when table is modified during select (related to
450: bug #1258)
451:
452: * src/: classes/table.C, include/pa_table.h: row should be checked
453: before accessing as table can be modified during select (related
454: to bug #1258)
455:
456: * src/types/pa_vmail.C: $mail:received tables -> elements array
457: (related to feature #1226)
458:
459: * src/: classes/file.C, classes/image.C, classes/table.C,
460: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
461: better messages (related to feature #1267)
462:
463: * tests/results/: 065.processed, 246.processed, 337.processed,
464: 342.processed, 352.processed, 356.processed, 364.processed,
465: 372.processed, 373.processed, 389.processed, 404.processed,
466: 406.processed, 414.processed, 430.processed, 432.processed,
467: 442.processed: tests updated after params.as_string error
468: reporting was improved (related to feature #1267)
469:
470: * src/classes/reflection.C: error messages optimized (related to
471: feature #1267)
472:
473: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
474: error reporing for params.as_* (related to feature #1267)
475:
476: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
477: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
478: #1267)
479:
480: * tests/results/: 246.processed, 414.processed, 432.processed:
481: tests updated after params.as_string error reporting was improved
482: (related to feature #1267)
483:
484: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
485: reporing for params.as_string (implements feature #1267)
486:
487: * tests/: 065.html, results/065.processed: tests for file methods
488: accepting file as filename added (related to feature #1265)
489:
490: * src/: classes/file.C, include/pa_exception.h,
491: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
492: methods now accept file as path specification (adopted Sumo patch
493: implements feature #1265)
494:
495: * tests/: 400.html, results/400.processed: tests for result
496: optimization "locks" after first method call (related to feature
497: #1266)
498:
499: 2024-12-10 moko
500:
501: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
502: result_optimization comments (related to feature #1266)
503:
504: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
505: $result now stored in my_result, not in local variables hash
506: (implements feature #1266)
507:
1.209 moko 508: 2024-12-09 moko
509:
1.210 moko 510: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
511: set_my_variable in preparation for $result optimization (related
512: to feature #1266)
513:
1.209 moko 514: * tests/results/119.processed: newline corrected for some OS
515:
516: * tests/: 441.html, results/441.processed: Debian-specific test
517: commented
518:
519: * buildall: pcre2 10.42 -> 10.44
520:
521: 2024-12-08 moko
522:
523: * buildall: external links fixed
524:
525: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
526:
527: * src/include/pa_table.h: some clang versions compilation fix
528:
529: * configure.ac: 3.4.7b -> 3.5.0rc
530:
531: 2024-12-07 moko
532:
533: * tests/: 443.html, 444.html, results/443.processed,
534: results/444.processed: tests for named params (related to feature
535: #1205)
536:
537: * src/: classes/reflection.C, types/pa_method.h: named_params
538: support in reflection (related to feature #1205)
539:
540: * src/types/pa_vmethod_frame.h: extra_params and named params
541: should be also inited in ^method[] call (related to feature
542: #1205)
543:
544: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
545: support using @method[arg;.named_arg;.named_arg2] syntax
546: (implements feature #1205)
547:
548: * tests/: 443.html, results/443.processed: test for *args inited
549: added (related to bug #1264)
550:
551: * src/types/pa_vmethod_frame.h: *args are now inited even if not
552: specified (fixes bug #1264)
553:
554: * tests/: 442.html, results/442.processed: tests for
555: params.as_file_name(N) with empty file name added (related to
556: feature #1121)
557:
558: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
559: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
560: include/pa_exception.h, types/pa_vmethod_frame.h:
561: params.as_file_name(N) added and used instead of
562: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
563: (implements feature #1121)
564:
565: * src/: classes/file.C, classes/image.C, classes/op.C,
566: classes/table.C, include/pa_exception.h: filename is everywhere
567: params.as_string, unify exception and remove
568: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
569:
570: * tests/: 141.html, results/141.processed: test for
571: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
572: to feature #1263)
573:
574: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
575: $.format[file] ] now supported (implements feature #1263)
576:
577: 2024-12-06 moko
578:
579: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
580: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
581: (cgi/console/mail/httpd/apache/isapi) added (related to feature
582: #1262)
583:
584: 2024-12-05 moko
585:
586: * src/targets/cgi/parser3.C: more correct arguments processing to
587: block -fl config.file log.file logic (related to feature #1262)
588:
589: 2024-12-04 moko
590:
591: * src/targets/cgi/parser3.C: now only one log location is selected
592: and tried. -l - supported for stderr specification (related to
593: feature #1262)
594:
595: 2024-12-03 moko
596:
597: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
598: results/010.processed, results/415.processed: tests for
599: $.(expression)[value], $a.(expression), ^v.(expression)[args]
600: added (related to feature #1064)
601:
602: * src/main/compile.y: $.(expression)[value], $a.(expression),
603: ^v.(expression)[args] now supported (implements feature #1064)
604:
605: 2024-12-02 moko
606:
607: * src/targets/cgi/parser3.C: -l /path/to/log options added
608: (implements feature #1262)
609:
1.208 moko 610: 2024-12-01 moko
611:
612: * tests/: 010.html, results/010.processed: some tests related to
613: bug #1149 added
614:
615: * src/main/compile.y: the check pc.pos.col > 1 is not required
616: because we can't be here without a '$' before. The begin == end
617: check was incorrect since $[a]{b} fits this condition (fixes bug
618: #1149)
619:
620: 2024-11-29 moko
621:
622: * src/classes/array.C: warning war
623:
624: 2024-11-26 moko
625:
626: * tests/: 441.html, results/441.processed: a bit more testing
627: (related to bug #1238)
628:
629: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
630:
631: * src/main/pa_exec.C: simplification arg_quote added (related to
632: bug #1229)
633:
1.207 moko 634: 2024-11-25 moko
635:
636: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
637: bug #1239)
638:
639: 2024-11-24 moko
640:
641: * src/main/pa_exec.C: added cmd.exe specific
642:
643: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
644: tests for ^file::exec env and args tainting tests (related to bug
645: #1239)
646:
647: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
648:
649: * src/include/pa_config_includes.h: added recommendations for
650: libxslt.a and and libexslt.a compilation under cygwin
651:
652: * tests/results/102.processed: $form:fields.value is now writable,
653: as $form:value (related to feature #1254)
654:
655: * src/include/pa_config_includes.h: cigwin compilation fixes
656:
657: 2024-11-23 moko
658:
659: * tests/httpd/site/run_server.sh: to simplify testing
660:
661: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
662: site/form.html: $form:files and $form:elements tests added, tests
663: with curl supported (related to feature #1254)
664:
665: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
666: types/pa_vform.h: $form:elements implemented, VForm::get_element
667: uses faster SYMBOLS_EQ, hashes no longer copied when using
668: $form:fields/tables/files/imap and can be edited (implements
669: feature #1254)
670:
671: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
672: bug #1261)
673:
1.206 moko 674: 2024-11-17 moko
675:
676: * tests/: 440.html, results/440.processed: tests for
677: ^table.array[], offset restoration, iterators robust tests
678: (related to bug #1258, features #1259 and #1260)
679:
680: * tests/: 439.html, results/439.processed: array and hash iterators
681: robust tests (related to feature #1260)
682:
683: * src/: classes/array.C, classes/table.C, include/pa_array.h,
684: include/pa_table.h: Array_robust_iterator added and used in cases
685: where array can be modified during iteration (implements feature
686: #1260)
687:
688: * src/classes/table.C: ^table.array[], ^table.array[column name],
689: ^table.array{code} added (implements feature #1259)
690:
691: 2024-11-16 moko
692:
693: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
694: table current row restoration after exception and table changes
695: (fixes bug #1258)
696:
697: 2024-11-13 moko
698:
699: * src/classes/table.C: minor optimization
700:
701: * src/main/pa_string.C: \r added to default ^string.trim chars list
702: (https://www.parser.ru/forum/?id=86648)
703:
1.205 moko 704: 2024-11-11 moko
705:
1.206 moko 706: * src/classes/classes.C: set_base commented
707:
708: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
709: deleted
710:
711: * src/classes/classes.vcproj: no more classes.awk and classes.inc
712:
713: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
714: classes.inc
715:
716: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
717: main/pa_globals.C: classes.awk is useless, preparing to delete it
718:
1.205 moko 719: * src/classes/classes.h: temp fix
720:
721: 2024-11-10 moko
722:
723: * src/: classes/date.C, classes/file.C, classes/image.C,
724: classes/op.C, main/pa_string.C: minor optimization
725:
726: * src/: classes/date.C, classes/file.C, classes/image.C,
727: classes/op.C, main/pa_string.C: typo fixed
728:
729: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
730: classes/file.C, classes/image.C, classes/op.C,
731: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
732: memory allocation befor main(). Only 3 allocations in chatsets
733: left (implements feature #1257)
734:
735: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
736: minor naming convention fix
737:
738: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
739: results/436.processed, results/437.processed,
740: results/438.processed: tests for @unhandled_exception processing
741: (related to feature #1256)
742:
743: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
744: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
745: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
746: are now processed in request::core for correct logging and
747: reporting (feature #1256)
748:
749: * src/: include/pa_sapi.h, main/pa_request.C,
750: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
751: targets/isapi/parser3isapi.C: unhandled exception now called if
752: exception occures during $response:download processing (related
753: to bug #1255)
754:
755: * etc/auto.p.in: better 404 error reporting
756:
757: 2024-11-09 moko
758:
759: * src/main/pa_memory.C: more detailed usage comment
760:
761: * src/main/pa_memory.C: usage commented
762:
763: * src/main/pa_memory.C: minor cleanup
764:
765: * src/types/: pa_varray.h, pa_vregex.h: warnings war
766:
767: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
768: httpd/site/029.html, results/436.processed: test for exception in
769: $response:download[] added
770:
771: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
772: and avoid exit status 1 on die
773:
774: * tests/results/: 007.processed, 019.processed, 098.processed,
775: 103.processed, 233.processed: windows headers matter for binary
776: files
777:
778: * tests/httpd/ok.log: tests results updated as extra headers now
779: cleared on error (related to bug #1255)
780:
781: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
782: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
783: targets/isapi/parser3isapi.C: headers buffering to avoid extra
784: headers in errors, custom send_error in cgi/httpd mode to avoid
785: memory allocations (fixes bug #1255)
786:
787: 2024-11-07 moko
788:
789: * tests/: 264.html, results/264.processed: tests updated to test
790: removal of only trailing empty arguments for backward
791: compatibility (related to feature #1252)
792:
793: * src/classes/file.C: remove trailing empty arguments for backward
794: compatibility (related to feature #1252)
795:
796: 2024-11-05 moko
797:
798: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
799: low memory case, when static initialization failed even before
800: main() start
801:
802: 2024-11-04 moko
803:
804: * configure, src/include/pa_config_auto.h.in,
805: src/include/pa_config_fixed.h: _locking no longer used
806:
807: * configure.ac: _locking no longer used (related to bug #1231)
808:
809: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
810:
811: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
812:
813: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
814: unused
815:
816: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
817: be used on locking errors (related to bug #1231)
818:
819: * src/main/pa_os.C: GetLastError used as errno is not set (related
820: to bug #1231)
821:
822: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
823: allowing shared lock to work (fixes bug #1231)
824:
825: * INSTALL: actualized, minor fixes
826:
827: * etc/auto.p.in: default LIMITS added
828:
829: * AUTHORS: links actualized
830:
831: * src/: classes/array.C, classes/bool.C, classes/classes.C,
832: classes/classes.awk, classes/classes.h, classes/curl.C,
833: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
834: classes/hash.C, classes/hashfile.C, classes/image.C,
835: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
836: classes/math.C, classes/memcached.C, classes/memory.C,
837: classes/op.C, classes/reflection.C, classes/regex.C,
838: classes/response.C, classes/string.C, classes/table.C,
839: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
840: include/pa_array.h, include/pa_base64.h,
841: include/pa_cache_managers.h, include/pa_charset.h,
842: include/pa_charsets.h, include/pa_common.h,
843: include/pa_config_fixed.h, include/pa_config_includes.h,
844: include/pa_dictionary.h, include/pa_dir.h,
845: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
846: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
847: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
848: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
849: include/pa_request_charsets.h, include/pa_request_info.h,
850: include/pa_sapi.h, include/pa_socks.h,
851: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
852: include/pa_stack.h, include/pa_string.h,
853: include/pa_stylesheet_connection.h,
854: include/pa_stylesheet_manager.h, include/pa_symbols.h,
855: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
856: include/pa_uue.h, include/pa_xml_exception.h,
857: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
858: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
859: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
860: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
861: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
862: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
863: main/compile.tab.C, main/compile.y, main/compile_tools.C,
864: main/compile_tools.h, main/execute.C, main/pa_base64.C,
865: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
866: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
867: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
868: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
869: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
870: main/pa_sql_driver_manager.C, main/pa_string.C,
871: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
872: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
873: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
874: main/untaint.C, sql/pa_sql_driver.h,
875: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
876: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
877: targets/isapi/parser3isapi.C, types/pa_junction.h,
878: types/pa_method.h, types/pa_property.h, types/pa_value.C,
879: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
880: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
881: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
882: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
883: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
884: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
885: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
886: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
887: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
888: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
889: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
890: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
891: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
892: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
893: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
894: types/pa_vresponse.C, types/pa_vresponse.h,
895: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
896: types/pa_vstateless_object.h, types/pa_vstatus.C,
897: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
898: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
899: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
900: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
901: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
902:
1.203 moko 903: 2024-10-28 moko
904:
1.204 moko 905: * src/classes/array.C: avoid invalidate()
906:
907: * src/: classes/array.C, types/pa_varray.h: minor optimization for
908: fused to survive in ^array::copy[$a] (related to feature #930)
909:
910: * src/types/pa_varray.h: minor optimization as last element is
911: allways defined if present
912:
1.203 moko 913: * tests/: 435.html, results/435.processed: tests for
914: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
915: for array added (related to feature #1253)
916:
917: * src/classes/array.C: typo fixed
918:
919: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
920: ^hash.set([-+]index)[value], and same for array added (implements
921: feature #1253)
922:
923: * tests/results/: 246.processed, 298.processed, 342.processed,
924: 389.processed, 397.processed, 430.processed, 432.processed: tests
925: results update after minor exceptions texts fixes
926:
927: 2024-10-27 moko
928:
929: * src/: classes/array.C, classes/hash.C, classes/math.C,
930: classes/reflection.C, classes/string.C, classes/table.C,
931: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
932: types/pa_vmethod_frame.h: handy as_index() added, several
933: exceptions texts fixed (related to feature #930)
934:
935: * src/: classes/array.C, types/pa_varray.h: non-working
936: $array.fields removed, ^array.delete[index] supported (related to
937: feature #930)
938:
939: * tests/: 431.html, results/431.processed: tests updated after
940: ^a.delete[3] supported
941:
942: * tests/: 431.html, 434.html, results/434.processed: tests for last
943: element used, push/pop, exceptions during arguments processing
944: and used caching (related to feature #930)
945:
946: * src/: classes/array.C, types/pa_varray.h: change_used added for
947: better used caching and now no issues if exception occures during
948: append arguments processing (related to feature #930)
949:
950: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
951: ^array.pop[] added, last element is allways used (related to
952: feature #930)
953:
954: 2024-10-26 moko
955:
956: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
957: types/pa_varray.h: confirm_all_used added where possible (related
958: to feature #930)
959:
960: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
961: small array optimizations (related to feature #930)
962:
963: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
964:
965: * tests/: 431.html, results/431.processed: test for
966: ^array.compact[undef] added
967:
968: * src/classes/array.C: ^array.compact[] now have optional 'undef'
969: argument to also compact undefined elements (related to feature
970: #930)
971:
972: 2024-10-24 moko
973:
974: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
975: VArray::hash is used rarery, no longer caching the result
976:
977: * tests/results/432.processed: testing removed from tests
978:
979: 2024-10-23 moko
980:
981: * tests/: 431.html, results/431.processed: ^array.compact[] test
982: added
983:
984: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
985:
986: * tests/: 432.html, results/432.processed: testing ^array.at[] for
987: both "solid" and "sparse" arrays
988:
989: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
990:
991: 2024-10-22 moko
992:
993: * tests/results/264.processed: spelling
994:
995: * src/classes/file.C: spelling
996:
997: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
998: tests updated after ^file::exec[cmd;;$array] implemented and
999: empty arguments not skipped (related to feature #1252)
1000:
1001: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1002: (implements feature #1252) bugfix: empty arguments no longer
1003: skipped
1004:
1.205 moko 1005: 2024-10-21 moko
1006:
1007: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1008: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1009: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1010: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1011: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1012: site/index.html, site/test.txt: httpd tests added
1013:
1.202 moko 1014: 2024-10-20 moko
1015:
1016: * src/classes/string.C: warnings war
1017:
1018: * src/: main/pa_string.C, classes/array.C: warnings war
1019:
1020: * src/classes/json.C: warnings war
1021:
1022: * src/classes/image.C: warnings war
1023:
1024: * src/: classes/table.C, types/pa_varray.C: warnings war
1025:
1026: * src/classes/array.C: warning war
1027:
1028: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1029:
1030: * src/main/main.vcproj: warnings war
1031:
1032: 2024-10-19 moko
1033:
1034: * tests/427.html: test updated after constructors renamed
1035:
1036: 2024-10-18 moko
1037:
1038: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1039: results/421.processed, results/430.processed,
1040: results/431.processed: test updated after constructors renamed
1041:
1042: * src/classes/array.C: create -> copy, new -> create according to
1043: https://www.parser.ru/forum/?id=86603 discussion (related to
1044: feature #930)
1045:
1046: 2024-10-16 moko
1047:
1048: * src/classes/json.C: $json:array[array or hash] added to provide
1049: more backward compatibility (implements feature #1251)
1050:
1051: 2024-10-15 moko
1052:
1053: * tests/: 421.html, results/421.processed: test results updated
1054: after missing constuctor error check added and array is_index
1055: check added
1056:
1057: * src/main/execute.C: absent constructor message fixed
1058:
1.201 moko 1059: 2024-10-13 moko
1060:
1061: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1062: with is_index() before calling index() for better error reporting
1063: in method name typo (was invalid number, not method not found
1064: exception).
1065:
1066: 2024-10-08 moko
1067:
1068: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1069:
1070: * src/include/pa_array.h: warnings war
1071:
1.200 moko 1072: 2024-10-05 moko
1073:
1074: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1075: returns current row cells array (implements feature #1250)
1076:
1077: * tests/: 405.html, results/169.processed, results/405.processed:
1078: tests updated after ^string.split[;a] implemented (related to
1079: feature #1249)
1080:
1081: * src/classes/string.C: ^string.split[] - 'a' option added for
1082: splitting into an array (implements feature #1249)
1083:
1084: 2024-10-04 moko
1085:
1086: * tests/: 431.html, results/431.processed: final code coverage
1087: array tests
1088:
1089: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1090: array: confirm_all_used() added and used where possible, expand()
1091: now expends faster
1092:
1093: 2024-10-03 moko
1094:
1095: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1096:
1097: * tests/: 256.html, results/256.processed: test for
1098: $.date[unix-timestamp] handling large dates
1099:
1100: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1101: classes/string.C, classes/table.C, include/pa_common.h,
1102: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1103: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1104: format replaced with pa_uitoa where applicable,
1105: $.date[unix-timestamp] fixed for handling large dates
1106:
1107: * tests/: 433.html, results/433.processed: more tests, including
1108: test for possible endless recursion in ^o.GET[]
1109:
1110: * src/types/pa_vobject.C: bugfix: detecting possible endless
1111: recursion in get_scalar_value inside ^o.GET[]
1112:
1113: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1114: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1115: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1116: $LIMITS.max_recursion
1117:
1118: 2024-10-02 moko
1119:
1120: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1121: results/253.processed, results/287.processed,
1122: results/430.processed, results/433.processed: more tests for full
1123: array and json code coverage
1124:
1125: * tests/: 433.html, results/433.processed: tests for hash functions
1126: with array param
1127:
1128: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1129:
1130: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1131: in 246.html used to test ^array.at, same result produced
1132:
1133: * tests/: 430.html, 431.html, results/430.processed,
1134: results/431.processed: more array tests for 100% code coverage
1135: (related to feature #930)
1136:
1137: * tests/: 427.html, 430.html, results/427.processed,
1138: results/430.processed: first portion of array tests added
1139: (related to feature #930)
1140:
1141: * src/classes/array.C: allow only whitespace string as argument for
1142: add and join
1143:
1144: * src/classes/array.C: add behavour for array synced with hash
1145:
1146: 2024-09-30 moko
1147:
1148: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1149: tests added
1150:
1151: * src/classes/array.C: $.distinct should not be used unless
1152: $.sparse(true)
1153:
1154: * tests/: 429-sql.html, results/388-sql.processed,
1155: results/429-sql.processed: tests for ^array::sql{}, including
1156: multi_statements mode (related to feature #930)
1157:
1.199 moko 1158: 2024-09-29 moko
1159:
1160: * src/classes/array.C: synced ^array::sql multi_statements logic
1161: with ^hash::sql new behavour
1162:
1163: 2024-09-28 moko
1164:
1165: * tests/: 428-sql.html, results/388-sql.processed,
1166: results/428-sql.processed: tests updated after column names were
1167: fixed in multi_statements mode (related to feature #1197)
1168:
1169: * src/classes/hash.C: column names are fixed for most cases in
1170: multi_statements mode (related to feature #1197)
1171:
1172: * tests/: 428-sql.html, results/195.processed,
1173: results/224.processed, results/239.processed,
1174: results/254.processed, results/261.processed,
1175: results/306.processed, results/333.processed,
1176: results/341.processed, results/343.processed,
1177: results/344.processed, results/348.processed,
1178: results/364.processed, results/389.processed,
1179: results/390.processed, results/415.processed,
1180: results/420.processed, results/421.processed: tests results
1181: updated after error messages spelling minor fixes
1182:
1183: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1184: spelling
1185:
1186: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1187: classes/image.C, classes/math.C, classes/string.C,
1188: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1189: main/execute.C, main/pa_charset.C, main/pa_common.C,
1190: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1191: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1192: types/pa_vmail.C, types/pa_vobject.C,
1193: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1194: types/pa_vxdoc.C: minor error messages spelling fixes
1195:
1196: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1197: implementation (related to feature #930)
1198:
1199: * tests/: 388-sql.html, results/388-sql.processed: test results
1200: updated after rows number ^file::sql{} check added
1201:
1202: * src/classes/file.C: rows number now checked in ^file::sql{}
1203:
1204: * tests/: 428-sql.html, results/428-sql.processed: more tests
1205:
1206: * tests/: 428-sql.html, results/428-sql.processed: more
1207: multi_statements testing before bugfix
1208:
1209: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1210: results/428-sql.processed: support for multiple sql test files
1211: added
1212:
1213: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1214:
1215: * src/classes/hash.C: more accurate one_bool_column processing
1216:
1217: * tests/: 427.html, results/427.processed: Constructors as methods
1218: behavour documented in test
1219:
1220: * src/classes/hash.C: HashStringValue::Iterator used for options
1221:
1222: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1223:
1224: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1225: testing
1226:
1227: * tests/results/367-curl.processed: test result updated after
1228: server charset changed
1229:
1230: * tests/results/347-curl.processed: error messages updated
1231:
1232: * tests/results/: 346-curl.processed, 379-curl.processed,
1233: 394-curl.processed: tests results updated after Type -> Exception
1234: type replacement
1235:
1236: * tests/results/388-sql.processed: tests result updated after Type
1237: -> Exception type
1238:
1239: 2024-09-27 moko
1240:
1241: * src/classes/hash.C: minor simplification
1242:
1243: 2024-09-24 moko
1244:
1245: * src/main/pa_string.C: atoui error messages improved
1246:
1247: * tests/: 165.html, 312.html, results/165.processed,
1248: results/312.processed, results/379.processed: tests updated after
1249: default endless loop limit increased, atoi error messages
1250: improved
1251:
1252: * src/classes/hash.C: VBool::get used, unification
1253:
1.198 moko 1254: 2024-09-22 moko
1255:
1256: * src/classes/array.C: minor simplification
1257:
1258: * src/classes/array.C: ^array.left(N),
1259: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1260:
1261: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1262: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1263: added, default 1000000 (related to feature #930)
1264:
1265: * tests/: 426.html, results/426.processed: test for negative limit
1266: and offset processing for table options added
1267:
1268: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1269: bugfix: negative limit and offset processing for table options
1270: fixed
1271:
1272: 2024-09-21 moko
1273:
1274: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1275: ^for added that also iterates holes; ^remove added (related to
1276: feature #930)
1277:
1278: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1279: $.offset(M) ] added (related to feature #930)
1280:
1281: 2024-09-20 moko
1282:
1283: * src/: classes/array.C, types/pa_varray.h: array:
1284: +foreach[value]{code}, + add[hash with numeric keys] (related to
1285: feature #930)
1286:
1287: 2024-09-19 moko
1288:
1289: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1290: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1291: support $a[v1;v2;...] syntax (related to feature #930)
1292:
1293: 2024-09-17 moko
1294:
1295: * src/: classes/reflection.C, include/pa_request.h,
1296: main/compile_tools.h, main/pa_request.C:
1297: ^reflection:class_alias[existing class name;alias class name]
1298: added. The array class can now be redefined regardless of the
1299: $.replace(bool) option value (related to feature #930)
1300:
1301: * src/main/: compile.y, compile_tools.h: class_add return value
1302: inverted to add it to request class
1303:
1304: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1305: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1306: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1307: resize if required. spared array - added fused, append.
1308:
1.197 moko 1309: 2024-09-16 moko
1310:
1311: * src/types/pa_varray.h: get moved to where it belongs
1312:
1313: 2024-09-15 moko
1314:
1315: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1316: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1317:
1318: * tests/: 421.html, results/323.processed, results/421.processed:
1319: tests updated after 'spared-array' class renamed to 'array'
1320: following a discussion on the forum (related to feature #930)
1321:
1322: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1323: types/pa_vmail.C: initial SparseArray separation from Array,
1324: parser class now 'array'
1325:
1326: 2024-09-14 moko
1327:
1328: * tests/: 030.html, results/030.processed: out of range expires
1329: check added
1330:
1331: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1332: checking expires time using VDate
1333:
1334: 2024-09-13 moko
1335:
1336: * src/: classes/array.C, classes/curl.C, classes/date.C,
1337: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1338: classes/memcached.C, classes/op.C, classes/regex.C,
1339: classes/string.C, classes/xdoc.C, classes/xnode.C,
1340: main/execute.C, main/pa_http.C, main/pa_request.C,
1341: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1342: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1343: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1344: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1345: removed as dynamic_cast is faster, Value::is() is still required
1346: for is operator.
1347:
1348: 2024-09-12 moko
1349:
1350: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1351: classes/table.C, classes/xnode.C, include/pa_array.h,
1352: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1353: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1354: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1355: templated pa_itoa/pa_uitoa added to work with any integer type,
1356: String::Body::Format removed
1357:
1358: 2024-09-10 moko
1359:
1360: * src/classes/array.C: append and insert methods added to
1361: sparse-array (related to feature #930)
1362:
1363: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1364: tests updated after sparse-array was added to avoid ^json:parse[]
1365: using it in old tests (related to feature #930)
1366:
1367: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1368: types/pa_varray.h: sparse-array class added (initial feature #930
1369: implementation)
1370:
1371: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1372: for sparse-array class files (related to feature #930)
1373:
1374: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1375: types/pa_vhash.h: VArray support functions without actual VArray
1376: files (related to feature #930)
1377:
1.196 moko 1378: 2024-09-07 moko
1379:
1380: * src/: classes/curl.C, classes/string.C, classes/table.C,
1381: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1382: main/pa_http.C, main/pa_sql_driver_manager.C,
1383: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1384: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1385: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1386: with Hash::Iterator, has_next() replaced with operator bool
1387: (related to feature #930)
1388:
1389: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1390: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1391: types/pa_vstateless_class.C: Array class extended,
1392: Array::Iterator added and used (related to feature #930)
1393:
1.195 moko 1394: 2024-08-26 moko
1395:
1396: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1397: should be used on argv[0] as well to match document root.
1398:
1.194 moko 1399: 2024-08-25 moko
1400:
1401: * src/main/pa_request.C: be more specific
1402:
1403: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1404: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1405: (fixes bug #1244)
1406:
1407: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1408: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1409: rsplit(..., '\\') is not correct when / and \ are mixed in path
1410:
1411: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1412:
1.193 moko 1413: 2024-07-24 moko
1414:
1415: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1416: main/execute.C, main/pa_string.C: Warning war: clang changed
1417: -Wdeprecated-register warning to -Wregister, it's easier to
1418: remove all register vars then continue this fight. :)
1419:
1420: * src/main/: compile.y, compile.tab.C: warning war: register
1421: removed
1422:
1.192 moko 1423: 2024-07-14 moko
1424:
1425: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1426: checking the HTTP request environment; if the variable is not
1427: present, checking the web server process environment (implements
1428: feature #1242)
1429:
1.191 moko 1430: 2024-05-26 moko
1431:
1432: * tests/: 195.html, 229.html, results/096.processed,
1433: results/097.processed, results/158.processed,
1434: results/186.processed, results/273.processed,
1435: results/293.processed, results/317.processed,
1436: results/389.processed, results/402.processed: tests updated as
1437: single quote now escaped with ' in HTML tainting mode
1438: (related to feature #1241)
1439:
1440: * src/main/untaint.C: single quote now escaped with ' in HTML
1441: tainting mode (implements feature #1241)
1442:
1443: * tests/results/: 020.processed, 021.processed, 026.processed,
1444: 042.processed, 043.processed, 057.processed, 110.processed,
1445: 115.processed, 116.processed, 117.processed, 118.processed,
1446: 119.processed, 120.processed, 125.processed, 126.processed,
1447: 128.processed, 130.processed, 131.processed, 132.processed,
1448: 133.processed, 135.processed, 136.processed, 138.processed,
1449: 139.processed, 140.processed, 145.processed, 150.processed,
1450: 151.processed, 165.processed, 174.processed, 181.processed,
1451: 182.processed, 192.processed, 193.processed, 201.processed,
1452: 213.processed, 224.processed, 226.processed, 230.processed,
1453: 239.processed, 240.processed, 244.processed, 253.processed,
1454: 254.processed, 261.processed, 264.processed, 269.processed,
1455: 274.processed, 275.processed, 288.processed, 294.processed,
1456: 296.processed, 303.processed, 306.processed, 307.processed,
1457: 308.processed, 311.processed, 312.processed, 314.processed,
1458: 315.processed, 316.processed, 320.processed, 323.processed,
1459: 324.processed, 325.processed, 328.processed, 330.processed,
1460: 332.processed, 333.processed, 337.processed, 338.processed,
1461: 341.processed, 342.processed, 343.processed, 344.processed,
1462: 345.processed, 348.processed, 352.processed, 356.processed,
1463: 357.processed, 363.processed, 364.processed, 368.processed,
1464: 372.processed, 373.processed, 376.processed, 378.processed,
1465: 379.processed, 385.processed, 386.processed, 387.processed,
1466: 389.processed, 390.processed, 395.processed, 397.processed,
1467: 398.processed, 399.processed, 404.processed, 406.processed,
1468: 413.processed, 414.processed, 420.processed, 421.processed,
1469: 424.processed, auto.p: Type -> Exception type for readability
1470:
1471: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1472: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1473: results/119.processed, results/165.processed,
1474: results/175.processed, results/192.processed,
1475: results/213.processed, results/217.processed,
1476: results/230.processed, results/240.processed,
1477: results/298.processed, results/380.processed,
1478: results/415.processed: try-catch, try-catch-comment used
1479:
1480: 2024-05-21 moko
1481:
1482: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1483: results/180.processed, results/195.processed,
1484: results/224.processed, results/auto.p: @try-catch-comment added
1485: and used
1486:
1487: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1488: 415.html, results/269.processed, results/283.processed,
1489: results/auto.p: more tests are updated to prepare for apostrophe
1490: escaping in HTML tainting
1491:
1492: * tests/results/: 181.processed, 294.processed, 296.processed,
1493: 315.processed, 379.processed, 389.processed, auto.p:
1494: $exception.comment printed as-is for whitespace reporting and to
1495: prepare for apostrophe escaping in HTML mode
1496:
1.190 moko 1497: 2024-05-11 moko
1498:
1499: * tests/: 099.html, 100.html, results/099.processed,
1500: results/100.processed: a test for non-UTF-8 filename* added
1501: (related to feature #1240)
1502:
1503: * tests/: 293.html, results/293.processed: tainting modes tests
1504: added
1505:
1506: * tests/results/: 099.processed, 100.processed, 205.processed,
1507: 309.processed, 310.processed, 419.processed: tests results
1508: updated after filename* added (related to feature #1240)
1509:
1510: * src/: include/pa_common.h, main/pa_request.C: The filename*
1511: parameter was added to the Content-Disposition header to conform
1512: with RFC 6266, with code provided by Sumo (implements feature
1513: #1240)
1514:
1515: 2024-05-10 moko
1516:
1517: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1518: positive performance effect in our case
1519:
1.189 moko 1520: 2024-03-27 moko
1521:
1522: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1523: (related to feature #1236)
1524:
1525: 2024-03-15 moko
1526:
1527: * tests/: 413.html, results/413.processed: test for object still
1528: can be used as file parameter (related to bug #1218)
1529:
1530: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1531: still can be used in file context (fixes bug #1218)
1532:
1533: 2024-03-14 moko
1534:
1535: * src/include/pa_string.h: ArrayString get() null result assert
1536: also added (related to bug #1238)
1537:
1538: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1539: VString::empty() used instead of new VString()
1540:
1541: 2024-03-12 moko
1542:
1543: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1544: results/379.processed: test added for cookie without value
1545: (related to bug #1238)
1546:
1547: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1548: values are now required to be non-null (related to bug #1238)
1549:
1550: * src/main/pa_http.C: cookies without value are now parsed
1551: correctly (fixed bug #1238)
1552:
1553: 2024-03-11 moko
1554:
1555: * tests/run_parser.sh: for better error reporting
1556:
1.188 moko 1557: 2023-12-30 moko
1558:
1559: * tests/: 038.html, results/038.processed: test for atan2 added
1560:
1561: 2023-12-29 moko
1562:
1563: * src/classes/math.C: atan2(y,x) math function added
1564:
1.187 moko 1565: 2023-12-14 moko
1566:
1567: * tests/212.html: pcre2 compatibility (related to feature #1236)
1568:
1569: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1570: exceptions and behavour added (related to feature #1236)
1571:
1572: 2023-12-13 moko
1573:
1574: * buildall: by default parser is now bundled with pcre2 10.42,
1575: --without-pcre2 option added to build with pcre-8.45 (related to
1576: feature #1236)
1577:
1578: 2023-12-12 moko
1579:
1580: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1581: support added (implements feature #1236)
1582:
1583: * src/: include/pa_charset.h, include/pa_config_includes.h,
1584: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1585: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1586: types/pa_vregex.h: Adopted patch from Yavor Doganov
1587: <yavor@gnu.org> to add pcre2 library support (implements feature
1588: #1236)
1589:
1.186 moko 1590: 2023-11-28 moko
1591:
1592: * src/include/pa_config_includes.h: warnings war continues
1593:
1594: * src/include/pa_config_includes.h: warning war
1595:
1596: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1597: number strings, whitespace and sign in exception messages
1598: (related to bug #1234)
1599:
1.185 moko 1600: 2023-11-26 moko
1601:
1602: * tests/: 274.html, results/224.processed, results/274.processed:
1603: tests for date double, int, bool added (related to feature #1235)
1604:
1605: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1606: added for date class (implements feature #1235)
1607:
1608: 2023-11-23 moko
1609:
1610: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1611: and '-' strings are no longer can be treated as number 0,
1612: exception thrown (fixes bug #1234)
1613:
1.184 moko 1614: 2023-11-18 moko
1615:
1616: * src/include/pa_types.h: minor
1617:
1618: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1619:
1620: * tests/: 389.html, results/389.processed: error messages for some
1621: OS differs a bit, reducing failing tests for them
1622:
1623: 2023-11-17 moko
1624:
1625: * tests/: 423.html, results/423.processed: test for optional
1626: @auto[] inheritance added (related to feature #1233)
1627:
1628: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1629: types/pa_vstateless_class.C: optional @auto[] inheritance
1630: implemented if defined with two args (path, class name)
1631: (implements feature #1233)
1632:
1633: * src/: classes/double.C, classes/int.C, classes/math.C,
1634: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1635: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1636: sync double->int overflow behavour under different architectures
1637: (fixes bug #1232)
1638:
1639: * tests/: 422.html, results/422.processed: int clipping added
1640:
1641: 2023-11-16 moko
1642:
1643: * tests/: 422.html, results/422.processed: test for int and uint
1644: overflow in ^n.format[d/u/x]
1645:
1646: * src/classes/math.C: bugfix: crc32 should not be negative (under
1647: Apple M1 when negative double converts to uint the result is 0)
1648: and crc32 should be 32 bits
1649:
1650: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1651: on Apple M1 it's 0
1652:
1653: * src/classes/file.C: bugfix: crc32 should not be negative (under
1654: Apple M1 when negative double converts to uint the result is 0)
1655: and crc32 should be 32 bits
1656:
1.183 moko 1657: 2023-10-07 moko
1658:
1659: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1660: behavour with other OP_NUM_*, related to bug #1230
1661:
1662: 2023-10-06 moko
1663:
1664: * tests/: 338.html, results/338.processed: test for bug #1230 added
1665:
1666: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1667: be converted to double to avoid 80 bit operations in x87 mode
1668: (fixes bug #1230)
1669:
1670: 2023-10-05 moko
1671:
1672: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1673: compatibility
1674:
1675: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1676:
1677: * tests/: 421.html, results/421.processed: test to cover all
1678: classes and objects nonexistent method and field exceptions
1679: (related to feature #1080 and #1227)
1680:
1681: * tests/results/: 182.processed, 324.processed: undefined method ->
1682: <type> method not found exception (related to feature #1080)
1683:
1684: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1685: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1686: "element can not be fetched from" for them, "field not found" for
1687: all other types (related to bug #1227)
1688:
1689: 2023-10-03 moko
1690:
1691: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1692: <type> method not found" exception now thrown for static calls
1693: instead of "undefined method" without class name (related to
1694: feature #1080)
1695:
1696: 2023-10-02 moko
1697:
1698: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1699: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1700: <method name>, Comment: <type> method not found" exception now
1701: thrown for all dynamic objects instead of "undefined method"
1702: without class name (implements feature #1080)
1703:
1.182 moko 1704: 2023-10-01 moko
1705:
1706: * src/classes/json.C: we don't have a dynamic json object.
1707:
1708: 2023-09-28 moko
1709:
1710: * tests/: 420.html, results/261.processed, results/420.processed:
1711: tests updated after bug #1228 fix reverted
1712:
1713: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1714: whitespace string is hash compatible, so we don't want $s.key to
1715: return a junction
1716:
1717: * tests/: 261.html, 420.html, results/261.processed,
1718: results/420.processed: test for bug #1227 added, test updated
1719: after bug #1228 fixed
1720:
1721: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1722: now throws exception as $non-empty-string.field (fixes bug #1227)
1723:
1724: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1725: #1228)
1726:
1727: 2023-09-26 moko
1728:
1729: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1730: src/classes/classes.C, src/classes/classes.awk,
1731: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1732: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1733: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1734: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1735: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1736: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1737: src/classes/regex.C, src/classes/response.C,
1738: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1739: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1740: src/include/pa_array.h, src/include/pa_base64.h,
1741: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1742: src/include/pa_charsets.h, src/include/pa_common.h,
1743: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1744: src/include/pa_dictionary.h, src/include/pa_dir.h,
1745: src/include/pa_exception.h, src/include/pa_exec.h,
1746: src/include/pa_globals.h, src/include/pa_hash.h,
1747: src/include/pa_http.h, src/include/pa_memory.h,
1748: src/include/pa_opcode.h, src/include/pa_operation.h,
1749: src/include/pa_os.h, src/include/pa_pool.h,
1750: src/include/pa_random.h, src/include/pa_request.h,
1751: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1752: src/include/pa_sapi.h, src/include/pa_socks.h,
1753: src/include/pa_sql_connection.h,
1754: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1755: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1756: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1757: src/include/pa_table.h, src/include/pa_threads.h,
1758: src/include/pa_types.h, src/include/pa_uue.h,
1759: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1760: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1761: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1762: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1763: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1764: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1765: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1766: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1767: src/main/compile.tab.C, src/main/compile.y,
1768: src/main/compile_tools.C, src/main/compile_tools.h,
1769: src/main/execute.C, src/main/pa_base64.C,
1770: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1771: src/main/pa_charsets.C, src/main/pa_common.C,
1772: src/main/pa_dictionary.C, src/main/pa_dir.C,
1773: src/main/pa_exception.C, src/main/pa_exec.C,
1774: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1775: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1776: src/main/pa_request.C, src/main/pa_socks.C,
1777: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1778: src/main/pa_stylesheet_connection.C,
1779: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1780: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1781: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1782: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1783: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1784: src/targets/apache/mod_parser3_core.C,
1785: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1786: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1787: src/types/pa_method.h, src/types/pa_property.h,
1788: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1789: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1790: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1791: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1792: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1793: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1794: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1795: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1796: src/types/pa_vhash.C, src/types/pa_vhash.h,
1797: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1798: src/types/pa_vimage.C, src/types/pa_vimage.h,
1799: src/types/pa_vint.h, src/types/pa_vjunction.C,
1800: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1801: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1802: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1803: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1804: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1805: src/types/pa_vobject.h, src/types/pa_vregex.C,
1806: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1807: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1808: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1809: src/types/pa_vstateless_class.h,
1810: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1811: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1812: src/types/pa_vstring.h, src/types/pa_vtable.C,
1813: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1814: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1815: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1816: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1817: src/types/pa_wwrapper.h: copyright, authors actualized
1818:
1.181 moko 1819: 2023-08-20 moko
1820:
1821: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1822: commited (related to feature #1219)
1823:
1824: 2023-08-16 moko
1825:
1826: * src/main/pa_random.C: replaced clock precision with monotonicity
1827: counter, good for Windows version with low clock frequency
1828: (related to feature #1229)
1829:
1830: 2023-08-15 moko
1831:
1832: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1833: fixes related to feature #1229
1834:
1835: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1836: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1837: (implements feature #1229)
1838:
1.180 moko 1839: 2023-08-02 moko
1840:
1841: * tests/: results/417.processed, 417.html: test for empty string
1842: match after last char added (related to bug #1224)
1843:
1844: * src/main/pa_string.C: avoid prestart++ after last char on zero
1845: length match (related to bug #1224)
1846:
1.179 moko 1847: 2022-11-22 moko
1848:
1849: * tests/: 419.html, results/419.processed: test for L_URI and path
1850: removeal from filename added (related to bug #1204)
1851:
1852: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1853: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1854: attribute value, L_URI should be used
1855:
1.178 moko 1856: 2022-09-21 moko
1857:
1858: * src/targets/cgi/parser3.C: more clear error messages
1859:
1860: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1861: SAPI_Info will return 0 in read_post and post_size !=
1862: content_length will be thrown
1863:
1.177 moko 1864: 2022-08-23 moko
1865:
1866: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1867: header value
1868:
1869: 2022-08-22 moko
1870:
1871: * tests/: 418.html, results/418.processed: test for
1872: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1873: to #1225)
1874:
1875: * src/classes/hash.C: keep old behavoir by default
1876:
1877: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1878: $.order[self|arg] ] added (implements #1215)
1879:
1.176 moko 1880: 2022-03-21 moko
1881:
1882: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1883: xmlInitCharEncodingHandlers is called in libxml static
1884: initializers before gc_substitute_memory_management_functions in
1885: pa_globals and thus gc may not see reference to our
1886: xmlCharEncodingHandler and free it.
1887:
1.175 moko 1888: 2022-01-26 moko
1889:
1890: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1891:
1.174 moko 1892: 2021-12-28 moko
1893:
1894: * tests/: 417.html, results/417.processed: test for empty string
1895: match added (related to bug #1224)
1896:
1897: * src/main/pa_string.C: empty string match now works (fixes bug
1898: #1224)
1899:
1.173 moko 1900: 2021-12-24 moko
1901:
1902: * tests/: 415_dir/29.p, results/415.processed: yet another test
1903:
1904: 2021-12-23 moko
1905:
1906: * src/: classes/table.C, main/pa_request.C: warnings war
1907:
1908: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1909: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1910:
1911: 2021-12-21 moko
1912:
1913: * tests/: 416.html, results/416.processed: test for ^break[] in
1914: ^hash/table.select[] (related to feature #1222)
1915:
1916: * src/classes/: hash.C, table.C: ^break[] support for
1917: ^hash/table.select[] (implements feature #1222)
1918:
1.172 moko 1919: 2021-11-30 moko
1920:
1921: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1922: 0.5 sec
1923:
1.171 moko 1924: 2021-11-10 moko
1925:
1926: * tests/results/415.processed: more syntax errors tests added
1927:
1928: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1929: 28.p: minor syntax error tests
1930:
1931: * src/main/pa_exception.C: pa_strdup added for compatibility
1932:
1933: * src/classes/curl.C: hint to call ^curl:options[
1934: $.library[correct.libcurl.so.name] ] added if default load fails.
1935:
1936: 2021-11-09 moko
1937:
1938: * src/main/compile.y: error message can be on stack
1939:
1940: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1941:
1942: * src/main/pa_charset.C: memcpy is more correct and efficient in
1943: this case then strncpy
1944:
1945: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1946: instead of strcpy where possible
1947:
1948: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1949: used to avoid MAX_STRING limit in Exception comment
1950:
1951: * tests/results/415.processed: compiler exceptions are no longer
1952: limited to MAX_STRING
1953:
1954: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1955: char * instead of fixed buffer
1956:
1957: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1958: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1959: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1960: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1961: results/415.processed: tests for parser.compile exceptions added
1962:
1963: 2021-11-08 moko
1964:
1965: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1966: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1968: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1969: drawbacks
1970:
1.170 moko 1971: 2021-11-06 moko
1972:
1973: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1974: (implements feature #1219)
1975:
1976: * tests/: 414.html, results/414.processed: test for
1977: ^hash.rename[from;to] added (related to feature #1144)
1978:
1979: 2021-11-05 moko
1980:
1981: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1982: (related to feature #1144)
1983:
1984: 2021-11-04 moko
1985:
1986: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1987: added (implements feature #1144)
1988:
1.169 moko 1989: 2021-10-19 moko
1990:
1991: * tests/: 413.html, results/413.processed: test for hash no longer
1992: is accepted as file parameter (related to bug #1218)
1993:
1994: * src/: classes/curl.C, classes/file.C, classes/image.C,
1995: classes/math.C, classes/xdoc.C, types/pa_value.C,
1996: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1997: longer is accepted as file parameter (fixes bug #1218)
1998:
1.168 moko 1999: 2021-07-19 moko
2000:
2001: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2002: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2003:
1.167 moko 2004: 2021-04-16 moko
2005:
2006: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2007: processing it leads to assertions.
2008:
1.166 moko 2009: 2021-03-25 moko
2010:
2011: * tests/: 412.html, results/412.processed: test to demonstrate bug
2012: #1213
2013:
1.165 moko 2014: 2021-02-12 moko
2015:
2016: * tests/: 360.html, results/360.processed, results/363.processed:
2017: parser method call in expression mode no longer differs from call
2018: in string mode (related to feature #1211)
2019:
2020: 2021-02-11 moko
2021:
2022: * src/types/pa_vmail.C: mail parsing with Windows line endings
2023: fixed (bug #1212)
2024:
2025: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2026: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2027: strings in both calls (implements feature #1211)
2028:
1.164 moko 2029: 2021-01-28 moko
2030:
2031: * buildall, etc/auto.p.in: to remove last patch in debian package
2032:
2033: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2034: 3.4.7b
2035:
1.162 moko 2036: 2021-01-21 moko
2037:
2038: * src/main/pa_http.C: no alarm() in file::load when web server mode
2039: is MULTITHREADED
2040:
1.157 moko 2041: 2021-01-20 moko
2042:
1.161 moko 2043: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2044: 'a2enmod mpm_prefork'
2045:
1.160 moko 2046: * src/targets/apache/mod_parser3.c: prefork name is now
2047: 'libapache2-mpm-itk'
2048:
2049: * src/targets/apache/mod_parser3_core.C: last regular malloc
2050: removed
2051:
1.159 moko 2052: * src/targets/isapi/Makefile.am: -pa_threads.C
2053:
1.158 moko 2054: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2055: 3.4.6
2056:
1.157 moko 2057: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2058:
2059: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2060: /httpd.p
2061:
2062: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2063: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2064: #1203)
2065:
2066: 2021-01-19 moko
2067:
2068: * buildall: --disable-parallel-mark added to avoid "number of
2069: processors" threads creation for heap marking as it conflicts
2070: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2071: limits threads)
2072:
1.156 moko 2073: 2021-01-16 moko
2074:
2075: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2076: main/pa_globals.C, main/pa_memory.C,
2077: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2078: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2079: feature #1209)
2080:
2081: 2021-01-15 moko
2082:
2083: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2084: 3.4.6rc
2085:
2086: * src/classes/json.C: get_delim added for delimiter caching (10%
2087: faster on large json)
2088:
2089: 2021-01-14 moko
2090:
1.211 moko 2091: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2092:
2093: * tests/results/224.processed: test result modified after
2094: today(shift) implemented
2095:
2096: * tests/: 407.html, results/407.processed: test for ^hash.select
2097: option $.default(bool) added (related to feature #1172)
2098:
2099: * src/classes/hash.C: ^hash.select option $.default(bool) added
2100: (related to feature #1172)
2101:
2102: * tests/: 141.html, results/141.processed: test modified for
2103: feature #1185.
2104:
2105: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2106: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2107: options $.lower(bool) (implements feature #1185)
2108:
2109: 2021-01-11 moko
2110:
2111: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2112: #1192)
2113:
2114: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2115: added (related to feature #1192)
2116:
1.155 moko 2117: 2021-01-05 moko
2118:
2119: * tests/: 270.html, results/270.processed: test modified to work
2120: under Windows
2121:
2122: * tests/: 390.html, 395.html, results/395.processed: tests updated
2123: 4 windows
2124:
2125: * tests/: 410.html, results/410.processed: test for
2126: $CLASS-GETTER-PROTECTED(false) added
2127:
2128: 2021-01-04 moko
2129:
2130: * tests/: 409.html, results/409.processed, results/auto.p: test for
2131: $MAIN:LOCALS(true) added
2132:
1.154 moko 2133: 2021-01-03 moko
2134:
2135: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2136: types/pa_vclass.h, types/pa_vstateless_class.C,
2137: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2138: +LOCALS. $main -> $MAIN in exception texts (implements feature
2139: #1207)
2140:
2141: 2021-01-02 moko
2142:
2143: * etc/auto.p.in: minor
2144:
2145: * src/main/pa_request.C: sending headers only after opening file to
2146: allow error reporting if file was not opened (foreign group,
2147: etc).
2148:
2149: 2020-12-31 moko
2150:
2151: * src/: include/pa_request.h, main/pa_request.C,
2152: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2153:
2154: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2155: main/pa_request.C: get_class_ref added and used
2156:
2157: * etc/auto.p.in: @CLASS httpd added
2158:
2159: * etc/auto.p.in: @auto[] is now first
2160:
2161: 2020-12-30 moko
2162:
2163: * tests/: 408.html, results/408.processed: test for bug #1166
2164: (windows only) added
2165:
2166: * src/main/pa_common.C: create_dir_for_file should not create dir
2167: for trailing / (fixes bug #1166)
2168:
2169: * tests/: 341.html, results/341.processed: tests for
2170: ^nameless_table.hash[] added (related to feature #1138)
2171:
2172: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2173: (implements feature #1138), extra fields in named tables no
2174: longer ignored (implements feature #1138)
2175:
2176: * tests/results/390.processed: updated after exception text change
2177:
2178: 2020-12-29 moko
2179:
2180: * tests/: 407.html, results/407.processed: +$._default check
2181:
2182: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2183:
2184: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2185: and ^hash.reverse[] added (releated to feature #1172)
2186:
2187: * src/classes/hash.C:
2188: ^hash.select[key;value](bool-condition)[options hash] +
2189: ^hash.reverse[] added (implements feature #1172)
2190:
2191: * src/types/pa_vtable.h: warning war
2192:
2193: * src/include/pa_config_fixed.h: win32 fix
2194:
1.153 moko 2195: 2020-12-27 moko
2196:
2197: * tests/: 406.html, results/406.processed: test results updated
2198:
2199: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2200: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2201: spelling
2202:
2203: 2020-12-26 moko
2204:
2205: * tests/: 406.html, results/406.processed: tests for
2206: ^table.rename[] added (related to feature #1148)
2207:
2208: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2209: ^table.rename[column name from;column name to], ^table.rename[
2210: $.[column name from][column name to] ... ] added (implements
2211: feature #1148)
2212:
2213: 2020-12-25 moko
2214:
2215: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2216: request_info now on stack to avoid yet another THREAD_LOCAL
2217: memory deallocation issue (now with cookies), explained in #1203
2218:
2219: * src/types/pa_vcookie.C: fields should be inited
2220:
2221: 2020-12-24 moko
2222:
2223: * src/include/pa_stylesheet_connection.h: looks like
2224: xsltFreeStylesheet leads to memory double-free. If so, it's for
2225: sure libxml bug, but we have GC anyway, so we just remove this
2226: call and see...
2227:
2228: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2229: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2230: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2231: abort.c:65:8 frame #3: 0x00000000004da663
2232: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2233: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2234: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2235: malloc.c:617:9 frame #5: 0x0000000000577f0c
2236: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2237: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2238: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2239: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2240: frame #8: 0x000000000050d35c
2241: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2242: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2243: frame #10: 0x00000000004436e5
2244: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2245: [inlined]
2246: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2247: pa_stylesheet_connection.h:62:3
2248:
2249: 2020-12-23 moko
2250:
2251: * src/classes/image.C: ^image::measure[; $.video() ] option added
2252:
2253: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2254: ^image::measure[; $.video(true) ] added
2255:
2256: * src/main/pa_exec.C: not cleared automatically in multithreaded
2257: httpd mode for unknown reasons
2258:
2259: 2020-12-22 moko
2260:
2261: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2262: error_log uri of currently processed document", but never used
2263: and conflicts with how libgc stops threads on FreeBSD (#define
2264: SIG_SUSPEND SIGUSR1), thus removed.
2265:
2266: 2020-12-21 moko
2267:
2268: * src/main/pa_request.C: +comment
2269:
1.151 moko 2270: 2020-12-20 moko
2271:
1.152 moko 2272: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2273: it is more safe to have versions of pa_strdup with one and two
2274: arguments, as helper_length=0 not always mean that strlen()
2275: should be called, but means zero.
2276:
2277: * src/targets/isapi/parser3isapi.C: minor
2278:
2279: * src/main/pa_http.C: +valid_http_method
2280:
1.151 moko 2281: * src/: include/pa_http.h, main/pa_http.C,
2282: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2283:
2284: 2020-12-17 moko
2285:
2286: * tests/: 405.html, results/405.processed: test for split by regex
2287: added (related to feature #1160)
2288:
2289: * src/classes/string.C: split by regex implemented (feature #1160)
2290:
2291: * src/classes/string.C: minor
2292:
2293: * tests/: 404.html, results/404.processed: test for whitespace
2294: string is now OK for table argument (related to feature #1169)
2295:
2296: * src/: classes/image.C, classes/string.C, classes/table.C,
2297: types/pa_vmethod_frame.C: whitespace string is now OK for table
2298: argument (as with hash) (implements feature #1169)
2299:
2300: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2301: limit for comment (fixes bug #1102)
2302:
2303: * src/targets/cgi/parser3.C: +HAVE_TLS check
2304:
2305: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2306:
2307: * src/include/pa_config_includes.h: HAVE_TLS used
2308:
2309: * configure.ac: +TLS check
2310:
2311: * src/main/pa_http.C: content logging added
2312:
2313: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2314: clear_response_headers added
2315:
2316: 2020-12-16 moko
2317:
2318: * buildall: as we now use threads, libatomic_ops still required for
2319: some OS.
2320:
2321: * src/main/pa_request.C: whitespace
2322:
2323: * src/: include/pa_request.h, main/pa_request.C:
2324: Request::Exception_trace::table extracted and used
2325:
2326: * src/main/pa_request.C: moving output_result call outside of try
2327: as network exceptions should not be handled by parser code
2328:
2329: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2330: logging network exchange
2331:
2332: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2333: via network if it was network write error.
2334:
2335: * src/targets/cgi/parser3.C: log -> pa_log
2336:
2337: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2338:
2339: * src/main/pa_threads.C: getpid() if no gettid() found
2340:
2341: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2342: we need to ignore "void" connections from browsers (browsers open
2343: connections in advance and they will be empty if user does not
2344: request more pages)
2345:
2346: 2020-12-15 moko
2347:
2348: * src/targets/cgi/parser3.C: avoid previous uri in logs
2349:
2350: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2351: RequestController not needed in httpd mode
2352:
2353: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2354: classes/classes.h, classes/curl.C, classes/date.C,
2355: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2356: classes/hashfile.C, classes/image.C, classes/inet.C,
2357: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2358: classes/memcached.C, classes/memory.C, classes/op.C,
2359: classes/reflection.C, classes/regex.C, classes/response.C,
2360: classes/string.C, classes/table.C, classes/void.C,
2361: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2362: include/pa_array.h, include/pa_base64.h,
2363: include/pa_cache_managers.h, include/pa_charset.h,
2364: include/pa_charsets.h, include/pa_common.h,
2365: include/pa_config_fixed.h, include/pa_config_includes.h,
2366: include/pa_dictionary.h, include/pa_dir.h,
2367: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2368: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2369: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2370: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2371: include/pa_request_charsets.h, include/pa_request_info.h,
2372: include/pa_sapi.h, include/pa_socks.h,
2373: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2374: include/pa_stack.h, include/pa_string.h,
2375: include/pa_stylesheet_connection.h,
2376: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2377: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2378: include/pa_uue.h, include/pa_xml_exception.h,
2379: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2380: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2381: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2382: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2383: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2384: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2385: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2386: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2387: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2388: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2389: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2390: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2391: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2392: main/pa_sql_driver_manager.C, main/pa_string.C,
2393: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2394: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2395: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2396: main/untaint.C, sql/pa_sql_driver.h,
2397: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2398: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2399: targets/isapi/parser3isapi.C, types/pa_junction.h,
2400: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2401: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2402: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2403: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2404: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2405: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2406: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2407: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2408: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2409: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2410: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2411: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2412: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2413: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2414: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2415: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2416: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2417: types/pa_vstateless_object.h, types/pa_vstatus.C,
2418: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2419: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2420: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2421: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2422: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2423:
2424: * src/main/pa_request.C: old compilers support
2425:
2426: * tests/: 362.html, results/362.processed: test updated after
2427: changes after upgrade to libxml2-2.9.9 were made (related to bug
2428: #1108)
2429:
2430: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2431: removed, as xsltFreeStylesheet has side effects on original doc.
2432: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2433: not updated after xdoc modification (part 3 of test 362).
2434: (related to bug #1108)
2435:
2436: * src/targets/isapi/parser3isapi.C: +pa_strcat
2437:
2438: * src/: classes/memory.C, include/pa_memory.h,
2439: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2440: PA_GC_GCOLLECT used
2441:
2442: * src/include/pa_memory.h: +PA_GC_COLLECT
2443:
2444: * src/targets/cgi/parser3.C: msvs support fixes
2445:
2446: * src/lib/gc/include/gc.h: more cleanup
2447:
2448: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2449:
2450: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2451: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2452:
2453: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2454:
2455: * configure.ac: pthread.h added to checked headers
2456:
2457: * src/classes/table.C: string stream is back :)
2458:
2459: * src/classes/memory.C: GC_generate_random_backtrace no longer
2460: exists
2461:
2462: * src/main/pa_globals.C: GC_dont_gc replaced
2463:
2464: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2465: left to simplify adding new functions. depricated GC_dont_gc
2466: replaced with GC_disable and GC_enable calls.
2467:
2468: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2469: CORD_from_file* not used and thus removed
2470:
2471: * src/lib/gc/include/gc_allocator.h: minor cleanup
2472:
2473: 2020-12-14 moko
2474:
2475: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2476: referenced elsewhere, or GC will collect it.
2477:
2478: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2479: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2480: elsewhere, or GC will collect them (and we'll get GPF in
2481: multithreaded enviroment). May be it can be also fixed by some
2482: GC call, not sure. But this fix costs nothing (but hours of
2483: debugging to find the issue :).
2484:
1.150 moko 2485: 2020-12-11 moko
2486:
2487: * configure.ac: gettid() check added
2488:
2489: * src/main/pa_threads.C: HAVE_GETTID used
2490:
2491: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2492:
2493: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2494: version for isapi/cgi/apache
2495:
2496: * buildall: threads are now required.
2497:
2498: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2499: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2500: main/main.vcproj: pa_threads.C moved to main
2501:
2502: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2503: isapi/pa_threads.C: pa_threads.C moved to main
2504:
2505: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2506: targets/apache/Makefile.am: pa_threads.C moved to main
2507:
2508: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2509:
2510: * src/: include/pa_stylesheet_connection.h,
2511: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2512: and weird GPF in multithreaded httpd is gone
2513:
2514: * src/include/: pa_stylesheet_connection.h,
2515: pa_sql_driver_manager.h: whitespace
2516:
2517: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2518:
2519: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2520: main/pa_stylesheet_manager.C: whitespace, warning war
2521:
2522: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2523: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2524: parser_multithreaded never used
2525:
2526: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2527:
2528: 2020-12-10 moko
2529:
2530: * src/: include/pa_config_includes.h, include/pa_http.h,
2531: main/pa_http.C, targets/cgi/parser3.C: initial support for
2532: MULTITHREADED and PARALLEL httpd server modes
2533:
2534: * src/main/pa_globals.C: GC_java_finalization is depricated
2535:
2536: 2020-12-09 moko
2537:
2538: * etc/auto.p.in: + @httpd-main
2539:
2540: * src/: include/pa_common.h, main/pa_request.C,
2541: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2542: work
2543:
2544: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2545: slow file_read_binary no longer used, send_range added
2546:
2547: 2020-12-08 moko
2548:
2549: * src/main/pa_request.C: >4Gb support
2550:
2551: * src/targets/cgi/parser3.C: msvc warning war
2552:
2553: * src/: include/pa_config_includes.h, main/pa_http.C,
2554: main/pa_request.C: msvc warnings war
2555:
2556: * src/classes/image.C: warning war
2557:
2558: * src/classes/table.C: MSVC warning war
2559:
2560: * src/targets/cgi/parser3.C: msvc warnings war
2561:
2562: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2563: added
2564:
1.149 moko 2565: 2020-12-07 moko
2566:
1.150 moko 2567: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2568: avoid logging beside system-wide auto.p
2569:
2570: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2571:
2572: * configure, configure.ac, src/include/pa_config_auto.h.in:
2573: configure options added:
2574:
2575: --with-system-cfg=FILE to specify system-wide auto.p
2576: --with-system-log=FILE to specify system-wide parser3.log
2577:
2578: * Makefile.am: bin no longer exists
2579:
2580: * configure, configure.ac: auto.p moved to etc to simplify debian
2581: package
2582:
2583: * buildall: auto.p and parser3.charsets moved to their default
2584: location after install
2585:
2586: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2587:
2588: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2589:
1.149 moko 2590: * src/targets/cgi/parser3.C: locate_config call returned to
2591: original place as it requires pa_thread_request() under Windows
2592:
2593: * src/targets/cgi/parser3.C: renaming
2594:
2595: 2020-12-06 moko
2596:
2597: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2598: check added
2599:
2600: 2020-12-04 moko
2601:
2602: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2603: main/pa_request.C: unified uint64_t lseek implemented to support
2604: >4Gb files under x86, including Windows
2605:
2606: 2020-12-02 moko
2607:
2608: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2609: with max_file_size
2610:
2611: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2612: support for processing files sized >4Gb on 32 bit planforms
2613:
2614: * tests/399.html: file moved
2615:
2616: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2617:
2618: * src/targets/cgi/pa_sapi_info.h: warning war
2619:
2620: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2621: warning war
2622:
2623: 2020-12-01 moko
2624:
2625: * src/classes/image.C: mp4 extended size (>4Gb) support added
2626:
2627: * src/classes/image.C: for "size not found" exception to be shown
2628: if size not found until eof
2629:
2630: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2631: bit linux)
2632:
2633: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2634: #1188)
2635:
2636: 2020-11-30 moko
2637:
2638: * src/classes/image.C: definitions moved closer to code
2639:
2640: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2641: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2642: 395_dir/3_VP8X.webp, results/395.processed,
2643: results/396.processed: tests for ^image::measure[] .webp support
2644: added, all image files moved into one directory (related to
2645: feature #1188)
2646:
2647: * src/classes/image.C: ^image::measure[] now supports webp (feature
2648: #1188)
2649:
1.148 moko 2650: 2020-11-29 moko
2651:
2652: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2653: processing, unnessesary defines removed
2654:
2655: 2020-11-24 moko
2656:
2657: * tests/results/: 099.processed, 100.processed, 205.processed,
2658: 309.processed, 310.processed: Content-Disposition: inline
2659: returned
2660:
2661: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2662: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2663: ] added (related to bug #1204)
2664:
2665: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2666: ] supported to avoid Content-Disposition: inline;
2667: filename="<file>.ext" but still set Content-Type for ext (related
2668: to bug #1204)
2669:
1.147 moko 2670: 2020-11-22 moko
2671:
2672: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2673: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2674:
2675: * src/main/pa_request.C: content_disposition_inline returned.
2676:
2677: 2020-11-17 moko
2678:
2679: * src/main/pa_request.C: empty main method name support
2680:
2681: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2682: config_handler added, stdout flush added.
2683:
2684: 2020-11-16 moko
2685:
2686: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2687:
2688: * tests/results/: 099.processed, 205.processed, 237.processed,
2689: 309.processed, 310.processed: Content-Disposition: inline is not
2690: required and should not contain filename="<name>"
2691:
2692: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2693: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2694: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2695:
1.146 moko 2696: 2020-11-14 moko
2697:
2698: * src/targets/cgi/parser3.C: spelling
2699:
2700: * src/targets/cgi/parser3.C: renaming
2701:
2702: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2703: relocated
2704:
2705: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2706: before request processing, which is weired
2707:
2708: 2020-11-13 moko
2709:
2710: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2711: copied in httpd.
2712:
2713: 2020-11-12 moko
2714:
2715: * src/main/pa_http.C: ALARM code unified to be used in httpd
2716:
2717: * src/: include/pa_request.h, main/pa_request.C,
2718: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2719:
2720: * src/main/pa_http.C: URI validation added
2721:
2722: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2723: can't be empty but can be null. httpd-main is now main method
2724: name for httpd mode
2725:
2726: 2020-11-11 moko
2727:
2728: * src/main/pa_request.C: path_translated can be null in httpd mode
2729:
2730: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2731: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2732: classes/xdoc.C, include/pa_request.h, main/execute.C,
2733: main/pa_request.C: r.absolute -> r.full_disk_path
2734:
2735: * src/targets/cgi/parser3.C: if filename to process is not
2736: specified, auto.p should be present.
2737:
1.145 moko 2738: 2020-11-03 moko
2739:
2740: * src/: classes/op.C, include/pa_request.h: unused argument removed
2741:
2742: * src/main/pa_request.C: content_disposition_inline is the default,
2743: not required.
2744:
1.144 moko 2745: 2020-10-29 moko
2746:
2747: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2748: ^use[file; $.main(true) ] implemented for auto.p processing and
2749: path_translated changing to correct relative files path
2750: calculation in httpd mode
2751:
2752: * src/: include/pa_request.h, main/pa_request.C:
2753: fail_on_read_problem removed, as it allways true, as if should
2754: be.
2755:
2756: * src/: include/pa_request.h, main/pa_request.C,
2757: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2758: targets/isapi/parser3isapi.C: clearing config_filespec when
2759: config was not found, thus flag not required and removed.
2760:
2761: 2020-10-28 moko
2762:
2763: * tests/: 402.html, results/402.processed: error reporting test
2764:
2765: * src/main/execute.C: better error reporting when
2766: $result[^hash::create[]] in @main.
2767:
2768: * src/main/: execute.C, pa_request.C: frame.result() should be used
2769: + minor optimization
2770:
2771: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2772: main/pa_xml_io.C: execute_*_method simplified and unified
2773:
2774: 2020-10-27 moko
2775:
2776: * tests/: 306.html, results/306.processed: a bit more testing. :)
2777:
2778: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2779: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2780: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2781: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2782: types/pa_vmethod_frame.h, types/pa_vobject.C,
2783: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2784: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2785: longer used in object-prototype mode
2786:
2787: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2788: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2789: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2790: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2791: $form:name[value] features
2792:
1.143 moko 2793: 2020-10-18 moko
2794:
2795: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2796:
2797: 2020-10-15 moko
2798:
2799: * src/main/pa_http.C: url no longer needed as
2800: ALTER_EXCEPTION_SOURCE is used
2801:
2802: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2803: main/pa_http.C: check_file_size filespec is now optional
2804:
2805: * src/: classes/curl.C, include/pa_exception.h,
2806: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2807: ALTER_EXCEPTION_COMMENT added for better error reporting
2808:
2809: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2810: results/346-curl.processed, results/379-curl.processed,
2811: results/379.processed: test results updated as load now provides
2812: better error reporting + curl responses updated
2813:
2814: 2020-10-14 moko
2815:
2816: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2817: main/pa_string.C, targets/apache/mod_parser3_core.C,
2818: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2819: checked. 10 is now default base, no hex autodetect by default
2820:
2821: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2822: connection socket closing in destructor + accept exception
2823: handling
2824:
2825: * src/targets/cgi/parser3.C: warning war
2826:
2827: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2828: main/pa_request.C, targets/apache/mod_parser3_core.C,
2829: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2830: exception handling unified
2831:
2832: 2020-10-13 moko
2833:
2834: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2835: autodetection
2836:
2837: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2838:
2839: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2840:
2841: * src/main/pa_http.C: warning war
2842:
1.142 moko 2843: 2020-10-12 moko
2844:
1.143 moko 2845: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2846: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2847: unhandled exception code optimization
2848:
2849: * src/targets/cgi/parser3.C: request_info now global variable
2850:
2851: * src/main/pa_http.C: http_read_response moved to HTTP_response
2852: class
2853:
2854: * src/: include/pa_http.h, main/pa_http.C,
2855: targets/cgi/pa_sapi_info.h: read_post implemented
2856:
1.142 moko 2857: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2858: [host:]port syntax support in httpd mode
2859:
2860: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2861: targets/cgi/parser3.C: populate_env added
2862:
2863: * src/include/pa_hash.h: to make get(char *) compiling in
2864: HashStringString
2865:
2866: 2020-10-10 moko
2867:
2868: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2869: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2870:
2871: * src/: include/pa_http.h, include/pa_request_info.h,
2872: main/pa_http.C, main/pa_string.C,
2873: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2874: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2875: types/pa_vrequest.C: initial httpd mode implementation
2876:
1.141 moko 2877: 2020-10-04 moko
2878:
2879: * src/targets/cgi/parser3.C: options together
2880:
2881: 2020-09-30 moko
2882:
2883: * src/main/pa_http.C: renamed
2884:
1.140 moko 2885: 2020-08-14 moko
2886:
2887: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2888: src/targets/cgi/Makefile.am: no httpd as separate library
2889:
2890: 2020-08-13 moko
2891:
2892: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2893: unhandled exception handler to report 500 instead of 200 it was
2894: before.
2895:
2896: * src/targets/apache/mod_parser3_core.C: minor cleanup
2897:
2898: * src/: include/pa_sapi.h, main/untaint.C,
2899: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2900: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2901: thus replaced with SAPI::die and removed
2902:
2903: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2904: cgi/parser3.C: whitespace
2905:
2906: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2907:
2908: 2020-08-12 moko
2909:
2910: * src/targets/cgi/parser3.C: duplicate info in signal logging
2911: removed, whitespace was: SIGPIPE received while executing code.
2912: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2913: cl=0]
2914:
2915: * parser3.sln: + httpd.vcproj
2916:
2917: 2020-08-11 moko
2918:
2919: * src/targets/cgi/Makefile.am: +libhttpd
2920:
2921: * configure.ac, src/lib/Makefile.am: +libhttpd
2922:
1.139 moko 2923: 2020-07-13 moko
2924:
2925: * tests/: 401.html, results/401.processed: test for hash key does
2926: not keep language, but tainted in foreach.
2927:
1.138 moko 2928: 2020-07-01 moko
2929:
2930: * tests/: 235.html, results/235.processed: test result updated as
2931: messages before attachments implemented (feature #1176)
2932:
1.137 moko 2933: 2020-06-27 moko
2934:
2935: * tests/: 400.html, results/400.processed: test updated to check
2936: ^return{code}
2937:
2938: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2939: fixed
2940:
2941: 2020-06-26 moko
2942:
2943: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2944: added (related to https://www.parser.ru/forum/?id=85319)
2945:
2946: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2947: when $result assignment was last statement in the method
2948: (https://www.parser.ru/forum/?id=85319)
2949:
1.136 moko 2950: 2020-05-23 moko
2951:
2952: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2953: whitespace, unused level removed
2954:
2955: 2020-05-19 moko
2956:
2957: * src/types/pa_vmail.C: whitespace
2958:
2959: * src/types/pa_vmail.C: files should be processed last (related to
2960: feature #1176)
2961:
1.135 moko 2962: 2020-05-12 moko
2963:
2964: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2965: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2966:
2967: * configure.ac: FreeBSD1X.X check added to avoid
2968: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2969:
1.134 moko 2970: 2020-02-26 moko
2971:
2972: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2973: compilation issue (related to bug #1201)
2974:
2975: * src/main/pa_common.C: entry_readable -> entry_exists,
2976: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2977: -f and -d now works under Windows in UTF-8 with Russian
2978: filenames.
2979:
2980: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2981: advice (related to feature #1199)
2982:
2983: 2020-02-25 moko
2984:
2985: * buildall: --silent removed
2986:
2987: * configure.ac: gmime-3.0 support
2988:
2989: * buildall: --with-system-mailreceive option added to build with
2990: system libgmime
2991:
2992: * src/types/pa_vmail.C: avoiding
2993: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2994: to feature #1199)
2995:
1.133 moko 2996: 2020-02-18 moko
2997:
2998: * src/classes/op.C: windows x64 debug mode compile fix
2999:
3000: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3001: change (releated to feature #1200)
3002:
3003: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3004: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3005: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3006: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3007: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3008: targets/apache/ApacheModuleParser3.vcproj,
3009: targets/apache/ApacheModuleParser3Core.vcproj,
3010: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3011: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3012: dependency (related to feature #1200)
3013:
1.132 moko 3014: 2020-02-12 moko
3015:
3016: * src/types/pa_vmail.C: minimize diff
3017:
3018: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3019: #1199)
3020:
1.131 moko 3021: 2020-01-18 moko
3022:
3023: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3024:
1.130 moko 3025: 2019-12-28 moko
3026:
3027: * src/targets/cgi/parser3.C: avoid empty ?
3028:
3029: 2019-12-27 moko
3030:
3031: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3032: DOCUMENT_ROOT (related to feature #1164)
3033:
3034: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3035: fcgiwrap setup (implements feature #1164)
3036:
3037: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3038: but no issues found (related to feature #1164)
3039:
3040: * src/targets/cgi/parser3.C: actualized
3041:
3042: 2019-12-26 moko
3043:
3044: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3045: removed
3046:
3047: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3048: removed
3049:
3050: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3051: allocation errors, we don't want default gc warnings (without
3052: timestamp and URI).
3053:
3054: * src/: classes/memory.C, main/pa_globals.C,
3055: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3056: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3057: pa_globals_init
3058:
3059: * src/main/pa_globals.C: setup_hex_value() removed, static array
3060: initialization used (optimization)
3061:
3062: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3063: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3064: pa_socks_init/pa_socks_done moved inside pa_globals_init
3065: (optimization)
3066:
1.129 moko 3067: 2019-12-09 moko
3068:
3069: * src/include/pa_config_fixed.h: warning war
3070:
1.128 moko 3071: 2019-12-08 moko
3072:
3073: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3074: process grammar under Unix.
3075:
3076: 2019-12-07 moko
3077:
3078: * tests/389.html: For Windows XP. :)
3079:
3080: * tests/388-sql.html: Windows compatibility added
3081:
3082: 2019-12-06 moko
3083:
3084: * src/targets/cgi/parser3.C: warning war
3085:
3086: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3087: == sizeof(CORD)) to avoid aligning bugs in future
3088:
3089: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3090: XML_STATIC
3091:
3092: * src/include/pa_request.h: StackItem() not required
3093:
3094: * src/include/pa_stack.h: warning war
3095:
3096: * src/include/pa_config_includes.h: GCC warning silenced
3097:
3098: * src/include/pa_memory.h: warning war: the program should also
3099: define 'void operator delete [](void*, std::size_t)'
3100: [-Wsized-deallocation]
3101:
3102: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3103:
3104: * src/classes/string.C: not reqired cast removed
3105:
3106: * src/classes/string.C: not reqired cast removed
3107:
3108: 2019-12-05 moko
3109:
3110: * src/lib/sdbm/pa_file_io.C: warning war
3111:
3112: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3113: enum Language : size_t - required for VS2015+ to make
3114: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3115: without it (related to feature #1198)
3116:
3117: 2019-12-04 moko
3118:
3119: * src/main/pa_base64.C: unsigned char -> uchar
3120:
3121: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3122: as other libs
3123:
3124: * src/include/pa_version.h: +amd64
3125:
3126: 2019-12-03 moko
3127:
3128: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3129: release
3130:
3131: * src/include/pa_config_includes.h: warning war
3132:
3133: * src/classes/image.C: warning war
3134:
3135: * src/main/pa_globals.C: x64 libs support
3136:
3137: * src/include/pa_config_includes.h: warning war
3138:
3139: * src/types/pa_method.h: warning war
3140:
1.127 moko 3141: 2019-11-28 moko
3142:
3143: * src/classes/math.C: vs2003 compatibility + warning war
3144:
3145: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3146: libxml2-2.9.9 (related to feature #1136)
3147:
3148: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3149: typecast for more compatibility (related to feature #1136)
3150:
3151: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3152: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3153: feature #1136)
3154:
3155: 2019-11-26 moko
3156:
3157: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3158: removed (it was failing in $$var case), condition added
3159:
1.126 moko 3160: 2019-11-25 moko
3161:
3162: * tests/: 397.html, 399.html, results/141.processed,
3163: results/399.processed: base64 options tested
3164:
3165: * src/: classes/math.C, main/pa_http.C: base64 options used
3166:
3167: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3168: implemented (feature #986)
3169:
3170: * src/main/pa_cache_managers.C: whitespace
3171:
3172: * tests/: 397.html, 399.html, results/399.processed: tests for
3173: ^base64 encode options added (related to feature #986)
3174:
3175: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3176: pa_base64_encode(file) removed - more memory, but faster and less
3177: code (related fo feature #986)
3178:
3179: 2019-11-24 moko
3180:
3181: * tests/: 155.html, results/155.processed: limit and offset in
3182: ^table::load[] now supported, thus test added
3183:
3184: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3185: main/pa_common.C: optimization: offset and limit options parsing
3186: moved inside file_load.
3187:
3188: 2019-11-23 moko
3189:
3190: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3191: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3192: optimization: file_read replaced with simplified file_read_binary
3193:
3194: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3195: types/pa_vform.C: whitespace
3196:
3197: * src/: include/pa_common.h, main/pa_common.C: never used params
3198: removed
3199:
3200: 2019-11-21 moko
3201:
3202: * tests/: 193.html, results/193.processed, results/389.processed:
3203: test results updated as now base64 does not discard tail without
3204: padding (related to feature #986)
3205:
3206: 2019-11-20 moko
3207:
3208: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3209: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3210: pa_base64_decode (related to feature #986)
3211:
3212: * tests/398.html: tests for base64 decode added (related to feature
3213: #986)
3214:
3215: * src/main/pa_base64.C: base64_decode rewritten - padding option
3216: support, padding inside base 64 supported (related to feature
3217: #096)
3218:
3219: 2019-11-19 moko
3220:
3221: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3222: FreeBSD 12
3223:
1.125 moko 3224: 2019-11-16 moko
3225:
3226: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3227: support added, step support removed (related to #986)
3228:
3229: 2019-11-15 moko
3230:
3231: * src/classes/math.C: using log since log2 is not present on
3232: FreeBSD < 8.4 (related to feature #1177)
3233:
3234: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3235: pa_base64_size extracted and used for files as well (related to
3236: feature 986)
3237:
3238: 2019-11-14 moko
3239:
3240: * tests/: 397.html, results/397.processed: + content check
3241:
3242: * tests/: 141.html, results/141.processed: make test resuls more
3243: readable
3244:
3245: * tests/: 397.html, results/193.processed, results/397.processed:
3246: test results updated after \x00 character was disabled in
3247: math:convert string mode (related to feature #1177)
3248:
3249: * src/classes/: math.C, string.C: \\x00 character disabled while
3250: converting to string (as in base64, related to feature #1177)
3251:
3252: * src/classes/file.C: more correct arguments separation
3253:
3254: * src/: classes/file.C, classes/math.C, classes/string.C,
3255: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3256: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3257: options added, but not yet implemented (related to feature #986)
3258:
3259: * src/classes/math.C: whitespace
3260:
3261: 2019-11-13 moko
3262:
3263: * tests/: 397.html, results/397.processed: +tainting test (related
3264: to feature #1177)
3265:
3266: * src/classes/math.C: as we now produce not only digits, result
3267: should be tainted (related to feature #1177)
3268:
3269: * src/main/pa_base64.C: whitespace
3270:
3271: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3272: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3273: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3274: implementation moved from pa_common.h and pa_common.C
3275:
3276: 2019-11-12 moko
3277:
3278: * tests/: 275.html, results/275.processed: out of range test fixed,
3279: as ^math:convert now supports arbitrary precision
3280:
3281: 2019-11-11 moko
3282:
3283: * tests/results/389.processed: uctualized error message
3284:
3285: * tests/: 389.html, 397.html, results/397.processed: tests for
3286: ^math:convert added (related to feature #1177)
3287:
3288: * src/classes/math.C: ^math:convert now supports arbitrary
3289: precision, alphabet support added (implements feature #1177)
3290:
1.124 moko 3291: 2019-11-06 moko
3292:
3293: * tests/: 181.html, results/181.processed: entities usage added,
3294: more entites load tests (related to bug #842 discussion)
3295:
3296: 2019-11-05 moko
3297:
3298: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3299: call from xmlFileOpen if http://localhost/<file> was not found
3300: (related to bug #842)
3301:
3302: * src/main/pa_xml_io.C: rename
3303:
3304: * src/main/pa_xml_io.C: +MemoryStream constructor
3305:
3306: * src/main/pa_xml_io.C: whitespace
3307:
1.123 moko 3308: 2019-10-31 moko
3309:
3310: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3311: XML_PARSE_NOENT) added to fix entities load, (related to feature
3312: #1181)
3313:
1.122 moko 3314: 2019-10-25 moko
3315:
3316: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3317: queries tests
3318:
3319: 2019-10-24 moko
3320:
3321: * tests/: 388-sql.html, results/388-sql.processed: support for
3322: pgsql driver test
3323:
3324: * tests/: 388-sql.html, results/388-sql.processed:
3325: multi_statements=1 now tested, mysql test now supported
3326: (connection must be specified in [parser3] section in .my.cnf)
3327: related to issues #1195 and #1194
3328:
1.121 moko 3329: 2019-09-11 moko
3330:
3331: * src/classes/int.C: whitespace
3332:
3333: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3334: exception test
3335:
3336: * tests/results/388-sql.processed: sql queries now shown (related
3337: to feature #1196)
3338:
3339: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3340: with old parser versions.
3341:
3342: * src/: classes/file.C, classes/hash.C, classes/string.C,
3343: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3344: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3345: instead of connect string in query_event_handlers exceptions
3346: (implements feature #1196)
3347:
1.120 moko 3348: 2019-09-06 moko
3349:
3350: * tests/388-sql.html: mysql compat
3351:
3352: * src/: classes/hash.C, classes/string.C, classes/table.C,
3353: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3354: sql_ variables declaration moved to pa_common.h
3355:
1.116 moko 3356: 2019-01-15 moko
3357:
3358: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3359: logically sorted
3360:
3361: 2018-12-27 moko
3362:
3363: * src/include/pa_config_includes.h: warning war:
3364: -Wdeprecated-register added for C++ 17
3365:
3366: 2018-10-15 moko
3367:
3368: * configure.ac: FreeBSD 11.2 can be build with ./configure
3369: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3370: --with-xml=/usr/local/
3371:
3372: 2018-09-24 moko
3373:
3374: * tests/: 396.html, 396.tiff, results/396.processed: test for
3375: ^image::measure[] now supports tiff added (related to feature
3376: #1188)
3377:
3378: * src/classes/image.C: ^image::measure[] now supports tiff
3379: (implements feature #1188)
3380:
3381: 2018-09-20 moko
3382:
3383: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3384: files measure added (related to ticket #1188)
3385:
3386: * src/classes/image.C: measure of bmp files implemented (related to
3387: ticket #1188)
3388:
3389: 2018-09-18 moko
3390:
3391: * tests/: 394-curl.html, results/394-curl.processed,
3392: results/auto.p: test for bug #1187 (max_file_size check for head
3393: requests) added
3394:
3395: 2018-08-24 moko
3396:
3397: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3398: response content-length check is required (fixes bug #1187)
3399:
3400: 2018-05-11 moko
3401:
3402: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3403: $.append(bool) ] option added (related to feature #919)
3404:
3405: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3406: from misha@ patch (implements feature #919)
3407:
3408: 2018-03-22 moko
3409:
3410: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3411: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3412: with 128kb buffer. Now works at least 12 times faster. :) May be
3413: Windows-only problem.
3414:
3415: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3416: build fix)
3417:
3418: 2018-02-03 moko
3419:
3420: * src/main/execute.C: removes irrelevant lines from exception stack
3421: trace when exceptions occurs in assigment (fixes bug #1165)
3422:
3423: * tests/: 393.html, results/393.processed: test for behavour after
3424: "Property can not be created, already exists field with that
3425: name" exception removed (related to feature #1183)
3426:
3427: * src/types/pa_vclass.C: "Property can not be created, already
3428: exists field with that name" exception removed (implements
3429: feature #1183)
3430:
3431: 2018-01-19 moko
3432:
3433: * src/classes/string.C: whitespace
3434:
3435: * src/classes/string.C: whitespace
3436:
3437: * tests/: 392.html, results/392.processed: test for
3438: ^regex::create[$regex] added (related to feature #1135)
3439:
3440: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3441: ^regex::create[$regex] added (implements feature #1135)
3442:
3443: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3444: commented define added (related to feature #1157)
3445:
3446: 2018-01-17 moko
3447:
3448: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3449:
3450: 2018-01-15 moko
3451:
3452: * tests/: 390.html, results/390.processed: real path replaced by
3453: stub
3454:
3455: * tests/: 391.html, results/391.processed: test for feature #1181
3456: (XML_PARSE_HUGE exception) added
3457:
3458: 2018-01-11 moko
3459:
3460: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3461: XML_PARSE_HUGE option passed by default (implements feature
3462: #1181)
3463:
3464: * src/classes/string.C: whitespace
3465:
3466: 2017-12-10 moko
3467:
3468: * tests/: 389.html, 390.html, results/389.processed,
3469: results/390.processed: image code coverage tests added (related
3470: to feature #1125)
3471:
3472: 2017-12-08 moko
3473:
3474: * tests/: 346-curl.html, 388-sql.html, 389.html,
3475: results/346-curl.processed, results/388-sql.processed,
3476: results/389.processed: more code coverage tests
3477:
3478: * tests/: 264.html, results/264.processed: code coverage for
3479: ^file::exec[]
3480:
3481: 2017-12-07 moko
3482:
3483: * tests/: 174.html, 388-sql.html, 389.html,
3484: results/388-sql.processed, results/389.processed,
3485: results/174.processed: more coverage tests
3486:
3487: * src/classes/math.C: exception text actualized
3488:
3489: 2017-12-06 moko
3490:
3491: * tests/388-sql.html: $SQL can be here
3492:
3493: * tests/results/auto.p: $SQL not required here
3494:
3495: * tests/: 388-sql.html, 389.html, Makefile,
3496: results/388-sql.processed, results/389.processed, results/auto.p:
3497: code coverage tests for sql (using sqlite) and int/double/bool
3498: added (related to feature #1125)
3499:
3500: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3501: lib/json/json.vcproj, lib/md5/md5.vcproj,
3502: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3503: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3504: targets/apache/ApacheModuleParser3Core.vcproj,
3505: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3506: types/types.vcproj: gc\include no longer required
3507:
3508: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3509: required
3510:
3511: * src/: classes/Makefile.am, classes/table.C,
3512: include/pa_config_includes.h, include/pa_string.h,
3513: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3514: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3515: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3516: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3517: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3518: used, we now include it directly
3519:
3520: 2017-12-04 moko
3521:
3522: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3523: memcached/memcached.vcproj, punycode/punycode.vcproj,
3524: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3525: where required
3526:
3527: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3528: now can be used to trace memory allocations
3529:
3530: * src/: classes/table.C, include/pa_config_includes.h,
3531: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3532: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3533: method removes, libcord also can work without libgc
3534:
3535: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3536:
3537: 2017-11-29 moko
3538:
3539: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3540: are not present (related to feature #1173)
3541:
3542: * tests/346-curl.html: test updated to test curl content-length bug
3543: (related to feature #1173)
3544:
3545: * tests/results/346-curl.processed: more test for content-length
3546: curl bug (related to feature #1173)
3547:
3548: * tests/results/346-curl.processed: test results updated after
3549: #1173 implemented
3550:
3551: 2017-11-28 moko
3552:
3553: * src/classes/curl.C: another libcurl Content-length bug walkaround
3554: (related to feature #1173)
3555:
3556: 2017-11-27 moko
3557:
3558: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3559: $.http_version[version string] added (implements feature #1173),
3560: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3561: where $post(true) bug existed.
3562:
3563: 2017-11-18 moko
3564:
3565: * src/include/pa_memory.h: warning war (related to feature #1170)
3566:
3567: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3568: feature #1170)
3569:
3570: 2017-11-17 moko
3571:
3572: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3573: std::basic_stringstream used in ^table.csv-string[] is compatible
3574: with delete usage check only under Debian 9 (related to feature
3575: #1170)
3576:
3577: 2017-11-16 moko
3578:
3579: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3580: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3581: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3582: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3583: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3584: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3585: stubs defend from accidental use (implements feature #1170)
3586:
3587: 2017-06-24 moko
3588:
3589: * configure.ac: minor fix: thanks to alx@
3590:
1.115 moko 3591: 2017-05-29 moko
3592:
3593: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3594: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3595: added to avoid cutting of UTF-8 chars (fixed bug #123)
3596:
3597: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3598: ignored, =?UTF-8?Q?= should start in case of leading space
3599: (related to bug #123)
3600:
3601: * buildall: echo -n -> printf for OS X. :)
3602:
3603: 2017-05-25 moko
3604:
3605: * tests/: 288.html, results/288.processed: test updated afted
3606: setting $o.prop without setter exception removed (related to
3607: feature #1157)
3608:
3609: * src/types/pa_vclass.C: no more "this property has no setter
3610: method" when setting $o.prop without setter (implements feature
3611: #1157)
3612:
3613: * buildall: echo \c -> echo -n for FreeBSD
3614:
3615: * configure, configure.ac, src/include/pa_config_auto.h.in,
3616: src/types/pa_vdouble.h: isfinite now checked in configure
3617:
3618: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3619: upgraded to automake 1.15
3620:
3621: 2017-05-23 moko
3622:
3623: * src/types/pa_vdouble.h: finite returned where isfinite not
3624: defined
3625:
3626: 2017-05-22 moko
3627:
3628: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3629:
3630: * buildall: extern CFLAGS setting support
3631:
3632: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3633:
3634: * buildall: http -> https
3635:
3636: * buildall: gc-7.2f -> gc-7.6.0
3637:
3638: 2017-05-20 moko
3639:
3640: * buildall: https, pcre, xml, xslt updated to current versions
3641: (related to feature #1136)
3642:
3643: 2017-05-19 moko
3644:
3645: * tests/097.html: after parser.ru moved to https
3646:
3647: 2017-05-17 moko
3648:
3649: * tests/results/: 175.processed, 372.processed: tests resuls
3650: updated after lintian spelling typos fixed (related to bug #1156)
3651:
3652: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3653: classes/string.C, classes/table.C, main/pa_charset.C,
3654: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3655: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3656: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3657:
3658: * tests/results/096.processed: +XMP
3659:
3660: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3661: $.xmp(true) options tested (test for feature #1154)
3662:
3663: * src/classes/image.C: ^image:measure[] options $.exif(false)
3664: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3665: fetched by default! (implements feature #1154)
3666:
3667: 2017-05-16 moko
3668:
3669: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3670: allowed (related to feature #1154)
3671:
3672: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3673: initial XMP implementation - without options and transcode
3674: (related to feature #1154)
3675:
3676: 2017-05-12 moko
3677:
3678: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3679: image: exif moved to ffields, skipped in ^image.html[] where
3680: iterators now used (preparation for feature #1154)
3681:
3682: 2017-05-05 moko
3683:
3684: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3685: results/387.processed: test for circular class inheritance check
3686: added (related to bug #1150)
3687:
3688: * src/types/pa_vstateless_class.C: circular class inheritance check
3689: added (fixes endless add_derived bug #1150)
3690:
3691: 2017-05-04 moko
3692:
3693: * tests/: 386.html, results/386.processed: test for
3694: $table.value(number) added (related to feature #1152)
3695:
3696: * src/types/pa_vtable.C: table put_element: column value must be
3697: string - > column value must be string compatible to allow
3698: $t.value(1) (implements feature #1152)
3699:
3700: 2017-05-03 moko
3701:
3702: * src/main/pa_request.C: $use[$method] is not possible, reverting
3703: (related to feature #1151)
3704:
3705: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3706: not possible, removing test (related to feature #1151)
3707:
3708: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3709: get_element_method added and used to allow $use[$method] and
3710: $autouse[$method] (implements feature 1151)
3711:
3712: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3713: variable added (related to feature #1151)
3714:
3715: * tests/results/226.processed: actualized after ^try-catch used
3716:
3717: * tests/: 226.html, 385.html, results/385.processed: test for
3718: @autouse in variable added
3719:
3720: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3721:
1.114 moko 3722: 2017-02-27 moko
3723:
3724: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3725:
1.113 moko 3726: 2017-02-20 moko
3727:
1.211 moko 3728: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3729:
3730: 2017-02-16 moko
3731:
3732: * tests/: 384.html, results/384.processed: test for
3733: ^reflection:mixin[; $.name[] ] option added (related to feature
3734: #1089)
3735:
3736: * tests/: 384.html, results/384.processed: test for
3737: ^reflection:mixin[] added (related to feature #1089)
3738:
3739: * src/types/pa_value.h: warning war: virtual ~Value() added
3740:
1.112 moko 3741: 2017-02-15 moko
3742:
3743: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3744: fixed
3745:
3746: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3747: test added (related to feature #1069)
3748:
3749: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3750: compilation without HASH_ORDER fixed
3751:
3752: * src/: classes/reflection.C, include/pa_hash.h:
3753: $.reverse(true/false) added to ^reflection:methods[] (related to
3754: feature #1069)
3755:
3756: 2017-02-14 moko
3757:
3758: * tests/: 152.html, results/152.processed: test for $._default hash
3759: added (related to bug #1131)
3760:
3761: * tests/: 277.html, results/277.processed: test for hash with only
3762: $._default is now defined (related to bug #1131)
3763:
3764: * src/types/pa_vhash.h: hash with only $._default is now defined
3765: (fixed bug #1131)
3766:
3767: 2017-02-13 moko
3768:
3769: * tests/cat-windows.sh: cat-windows added (cygwin required)
3770:
3771: * tests/: 171.html, 264.html, 286.html, 370.html,
3772: results/320.processed, results/375.processed, results/auto.p:
3773: cat-windows.sh support added
3774:
3775: * tests/375.html: Windows support
3776:
3777: * tests/270.html: documented
3778:
3779: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3780: (not backslashes) even under Windows (broke test 270)
3781:
3782: 2017-02-12 moko
3783:
3784: * tests/: descript.ion, todo.txt: cleanup
3785:
3786: 2017-02-09 moko
3787:
3788: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3789: run_tests.cmd: Windows compatibility
3790:
3791: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3792: incorrectly (GMT) if parser is called from cygwin
3793:
1.111 moko 3794: 2017-02-08 moko
3795:
1.211 moko 3796: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3797:
1.211 moko 3798: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3799:
3800: * NEWS, README: minor update
3801:
3802: * src/include/pa_config_includes.h: warning war continues
3803:
3804: * src/: include/pa_config_includes.h, include/pa_memory.h,
3805: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3806: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3807: gcc 6.x issues fixed
3808:
1.111 moko 3809: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3810: classes/classes.h, classes/curl.C, classes/date.C,
3811: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3812: classes/hashfile.C, classes/image.C, classes/inet.C,
3813: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3814: classes/memcached.C, classes/memory.C, classes/op.C,
3815: classes/reflection.C, classes/regex.C, classes/response.C,
3816: classes/string.C, classes/table.C, classes/void.C,
3817: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3818: include/pa_array.h, include/pa_cache_managers.h,
3819: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3820: include/pa_config_fixed.h, include/pa_config_includes.h,
3821: include/pa_dictionary.h, include/pa_dir.h,
3822: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3823: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3824: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3825: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3826: include/pa_request_charsets.h, include/pa_request_info.h,
3827: include/pa_sapi.h, include/pa_socks.h,
3828: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3829: include/pa_stack.h, include/pa_string.h,
3830: include/pa_stylesheet_connection.h,
3831: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3832: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3833: include/pa_uue.h, include/pa_xml_exception.h,
3834: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3835: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3836: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3837: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3838: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3839: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3840: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3841: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3842: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3843: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3844: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3845: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3846: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3847: main/pa_string.C, main/pa_stylesheet_connection.C,
3848: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3849: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3850: main/untaint.C, sql/pa_sql_driver.h,
3851: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3852: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3853: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3854: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3855: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3856: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3857: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3858: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3859: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3860: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3861: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3862: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3863: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3864: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3865: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3866: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3867: types/pa_vmemcached.h, types/pa_vmemory.h,
3868: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3869: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3870: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3871: types/pa_vresponse.C, types/pa_vresponse.h,
3872: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3873: types/pa_vstateless_object.h, types/pa_vstatus.C,
3874: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3875: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3876: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3877: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3878: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3879: 2015->2017
3880:
1.110 moko 3881: 2017-02-07 moko
3882:
3883: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3884:
3885: 2017-02-06 moko
3886:
3887: * src/main/pa_common.C: minor fixes, whitespace
3888:
3889: * src/: classes/curl.C, classes/file.C, classes/image.C,
3890: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3891: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3892: now used (implements feature #1081)
3893:
3894: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3895:
3896: 2017-02-01 moko
3897:
3898: * src/include/pa_request.h: cleanup
3899:
3900: 2017-01-30 moko
3901:
3902: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3903:
3904: 2017-01-29 moko
3905:
3906: * tests/: 383.html, results/383.processed: test for
3907: ^reflection:stack[] added (related to feature #1052)
3908:
3909: * src/classes/reflection.C: else added
3910:
3911: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3912: $.max_file_lock_wait added (implements feature #1128)
3913:
3914: 2017-01-28 moko
3915:
3916: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3917: body and other cases tests added (related to featue #1014)
3918:
3919: * src/classes/curl.C: bug if response is empty fixed (related to
3920: feature #1014)
3921:
3922: 2017-01-27 moko
3923:
3924: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3925: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3926: added (implements feature #1052)
3927:
3928: 2017-01-25 moko
3929:
3930: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3931: method test added
3932:
3933: 2017-01-23 moko
3934:
3935: * src/classes/reflection.C: optimization: options->get replaced by
3936: hash iterator
3937:
3938: * tests/: 381.html, results/381.processed: now -> fixed date
3939:
3940: * src/main/pa_request.C: warning war
3941:
3942: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3943: 5Mb (fixes bug #1058)
3944:
3945: * src/classes/curl.C: warning war
3946:
3947: * tests/: 381.html, results/381.processed: tests for ^json:string
3948: $.one-line(true) option added (related to feature #1124)
3949:
3950: * src/: classes/json.C, types/pa_value.h: $json-string
3951: $.one-line(true|false) options is now supported (implements
3952: feature #1124)
3953:
3954: * tests/: 380.html, results/380.processed: test for modified
3955: $.max_file_size added (related to bug #1014)
3956:
3957: * tests/: 379.html, results/auto.p: tests for rewritten http file
3958: load added (related to bug #1014)
3959:
3960: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3961: main/pa_common.C, main/pa_http.C: check_file_size added and used
3962: in curl / file load from disk and http, http file load rewritten
3963: (related to bug #1014)
3964:
3965: 2017-01-18 moko
3966:
3967: * tests/: 378.html, results/378.processed: tests for ^result[]
3968: added (related to feature #66)
3969:
3970: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3971: Method::CO_WITHOUT_FRAME as frame still added in expression
3972: (related to feature #66)
3973:
3974: 2017-01-17 moko
3975:
3976: * tests/: 377.html, results/377.processed: test for different
3977: combinations of breaks in body and delimiter (related to bug
3978: #1077)
3979:
3980: * tests/: 376.html, results/376.processed: many ^break[] tests
3981: added (related to bug #1077)
3982:
3983: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3984: passed to native method" exception added to avoid bugs due to
3985: WRITE_EXPR_RESULT skipped and native methods execution continues
3986: after ^break[] (related to bug #1077)
3987:
3988: 2017-01-14 moko
3989:
3990: * tests/: 330.html, results/330.processed: test results updated
3991: after ^break[] bugs where fixed (related to bug #1077)
3992:
3993: * tests/: 329.html, results/329.processed: test results updated
3994: after ^break[] bugs where fixed (related to bug #1077)
3995:
3996: * tests/results/320.processed: ^return[] added
3997:
3998: 2017-01-13 moko
3999:
4000: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4001: classes/table.C, include/pa_request.h, main/execute.C,
4002: main/pa_request.C, targets/cgi/parser3.C,
4003: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4004: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4005: checked after each possible process/execute call (fixes bug
4006: #1077)
4007:
4008: 2016-12-29 moko
4009:
4010: * src/main/pa_common.C: warning war
4011:
4012: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4013: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4014: pa_file_size_limit added, ^math:random fixed for upper limit and
4015: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4016: (related to feature #1014)
4017:
4018: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4019: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4020: (related to feature #1014)
4021:
4022: 2016-12-28 moko
4023:
4024: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4025: warning war
4026:
4027: 2016-12-26 moko
4028:
4029: * tests/: 341.html, results/341.processed: test for
4030: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4031:
4032: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4033: (related to feature #1057)
4034:
4035: * src/types/pa_vdate.C: warning war continues...
4036:
4037: * src/: classes/date.C, classes/image.C, classes/table.C,
4038: include/pa_config_includes.h, types/pa_vfile.C: warning war
4039:
4040: * src/lib/gd/gifio.C: warning war / cleanup
4041:
4042: * src/lib/json/pa_json.C: warning war
4043:
4044: * src/classes/hash.C: warning war
4045:
4046: * src/types/pa_vfile.C: warning war
4047:
4048: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4049: -Wall warning war continues
4050:
4051: * configure.ac: --with-build-warnings actualized
4052:
4053: 2016-12-25 moko
4054:
4055: * src/main/pa_exec.C: -wAll warning war
4056:
4057: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4058: -wAll warning war
4059:
4060: * src/: include/pa_common.h, include/pa_sapi.h,
4061: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4062: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4063: -wAll warning war
4064:
4065: 2016-12-23 moko
4066:
4067: * src/lib/ltdl/Makefile.am: extra dist added
4068:
4069: * tests/results/344.processed: test result updated after $file.text
4070: prefetched in ^hash::create[$file] (related to feature #1075)
4071:
4072: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4073: ^hash::create[$file] (related to feature #1075)
4074:
4075: 2016-12-22 moko
4076:
4077: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4078: main/pa_request.C, main/pa_stylesheet_connection.C,
4079: types/pa_vfile.C: file_stat now return 64-bit size (implements
4080: #1014 under 32-bit unix versions)
4081:
4082: 2016-12-21 moko
4083:
4084: * tests/: 375.html, results/375.processed: test for exec returning
4085: stated file added (related to feature #1119)
4086:
4087: * src/classes/file.C: load should not return file with null body
4088: (fixes bug #1119)
4089:
4090: 2016-12-14 moko
4091:
4092: * tests/: 374.html, results/374.processed: test for $method.name
4093: added (related to feature #1117) plus method returning junction
4094: test
4095:
4096: 2016-12-13 moko
4097:
4098: * src/: include/pa_symbols.h, main/pa_symbols.C,
4099: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4100: (implements feature #1117)
4101:
4102: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4103: HEAD and TRACE can't have body (implements feature #1116)
4104:
4105: 2016-12-09 moko
4106:
4107: * tests/: 373.html, results/373.processed: tests for
4108: ^reflection:tainting added (related to feature #1098)
4109:
4110: * src/classes/reflection.C: ^reflection:tainting arguments order
4111: change (related to feature #1098)
4112:
4113: 2016-12-06 moko
4114:
4115: * src/: classes/reflection.C, include/pa_string.h,
4116: main/pa_string.C: ^reflection:tainting[$string] added (implements
4117: feature #1098)
4118:
4119: 2016-12-05 moko
4120:
4121: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4122: (fixes bug #1114)
4123:
4124: 2016-12-04 moko
4125:
4126: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4127: check added
4128:
4129: 2016-12-03 moko
4130:
4131: * tests/: 346-curl.html, results/346-curl.processed: test modified
4132: to test value.as_hash() usage
4133:
4134: * src/classes/curl.C: value.as_hash() used for correct hash
4135: processing
4136:
4137: * src/classes/reflection.C: exceptions texts fixes
4138:
4139: 2016-12-02 moko
4140:
4141: * tests/: 372.html, results/372.processed: tests for
4142: ^reflection:create[ $.class[name] $.constructor[name]
4143: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4144: feature #1094)
4145:
4146: * src/types/pa_vmethod_frame.h: comment added: params should be
4147: declared outside of *_FRAME_ACTION as MethodParams destructor
4148: will be called in ~VNativeMethodFrame
4149:
4150: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4151: ] minor fix
4152:
4153: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4154: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4155: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4156: now supported (implements feature #1094) value::as_hash added
4157: (and should be used everywhere)
4158:
4159: * src/classes/reflection.C: cleanup
4160:
4161: 2016-12-01 moko
4162:
4163: * tests/: 356.html, results/356.processed: test for method
4164: junctions class name added to the resulting hash added (related
4165: to feature #1068)
4166:
4167: * src/classes/reflection.C: for method junctions class name added
4168: to the resulting hash (related to feature #1068)
4169:
4170: 2016-11-30 moko
4171:
4172: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4173: exception (related to bug #1113)
4174:
4175: * src/types/pa_vhashfile.C: whitespace
4176:
4177: * src/main/pa_os.C: errno now returned as it should (fixes bug
4178: #1113)
4179:
4180: * tests/results/: 175.processed, 192.processed, 224.processed,
4181: 229.processed, 239.processed, 244.processed, 246.processed,
4182: 314.processed, 352.processed: tests results updated after method
4183: call exceptions improved as method now keeps its name
4184:
4185: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4186: types/pa_vmethod_frame.h: method call exceptions improved as
4187: method now keeps its name
4188:
4189: * tests/: 224.html, 239.html, results/224.processed,
4190: results/239.processed: tests and tests results updated after
4191: Request::construct exception changed
4192:
4193: * src/: classes/reflection.C, main/execute.C: Request::construct
4194: exception optimized
4195:
4196: * tests/: 371.html, results/371.processed: test for
4197: WWrapper.get_element call in $.name.key[value] code added
4198: (related to feature #1091)
4199:
4200: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4201: in $.name.key[value] code (related to feature #1091)
4202:
4203: 2016-11-29 moko
4204:
4205: * src/classes/op.C: VS warning war
4206:
4207: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4208: C4239: nonstandard extension used : 'return' : conversion from
4209: 'Value' to 'Value &' (related to feature #1020)
4210:
4211: * src/: main/execute.C, types/pa_vmethod_frame.h,
4212: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4213: used : 'return' : conversion from 'Value' to 'Value &' (related
4214: to feature #1020)
4215:
4216: * src/main/execute.C: VS warning war
4217:
4218: * src/targets/cgi/parser3.C: VS compatibility fix
4219:
4220: * src/include/pa_request.h: VS warning war
4221:
4222: * tests/: 370.html, results/370.processed: test for ^file::exec[
4223: ... $.stdin[$binary_file] ] added (related to bug #1044)
4224:
4225: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4226: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4227: $.stdin[$binary_file] (fixes bug #1044)
4228:
4229: 2016-11-28 moko
4230:
4231: * src/main/pa_exec.C: whitespace
4232:
4233: * src/main/pa_request.C: whitespace
4234:
4235: * tests/: 369.html, results/369.processed: test for
4236: $response:status usage added (related to feature #1099)
4237:
4238: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4239: if < 100 (implements feature #1099)
4240:
4241: * src/targets/cgi/parser3.C: whitespace
4242:
4243: * src/targets/cgi/parser3.C: whitespace
4244:
4245: * tests/: 368.html, results/368.processed: test updated after
4246: ^reflection:filename[$method] added (related to feature #1053)
4247:
4248: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4249: main/compile.y, main/execute.C, main/pa_request.C,
4250: types/pa_vclass.h: filename -> filespec,
4251: ^reflection:filename[$method] added (related to feature #1053)
4252:
4253: 2016-11-27 moko
4254:
4255: * tests/: 368.html, results/368.processed: test for
4256: reflection:filename[$class or object] added (related to feature
4257: #1053)
4258:
4259: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4260: types/pa_vstateless_class.h: ^reflection:filename[$class or
4261: object] added (implements feature #1053)
4262:
4263: 2016-11-26 moko
4264:
4265: * src/: include/pa_request_info.h,
4266: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4267: remove_absolute_uri -> strip_absolute_uri
4268:
4269: 2016-11-25 moko
4270:
4271: * src/: include/pa_request_info.h,
4272: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4273: request_info.remove_absolute_uri added to remove possible
4274: http://site.name/ from $request:uri (implements feature #1112)
4275:
4276: 2016-11-24 moko
4277:
4278: * tests/: 367-curl.html, results/367-curl.processed: test for
4279: previous request headers clearing after redirect added (related
4280: to bug #1109)
4281:
4282: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4283: response headers from previous requests are now cleared, only
4284: last request headers are collected (fixes bug #1109)
4285:
4286: * tests/results/: 266.processed, 321.processed, 356.processed:
4287: tests results updated as method name now added to the resulting
4288: hash for new syntax only (Imp1 compatimility fixed, related to
4289: feature #1068)
4290:
4291: * src/classes/reflection.C: method name now added to the resulting
4292: hash for new syntax only (Imp1 compatimility fixed, related to
4293: feature #1068)
4294:
4295: * tests/results/366.processed: test for native and parser
4296: implementation of ^use[] logic (related to feature #1074)
4297:
4298: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4299: for native and parser implementation of ^use[] logic (related to
4300: feature #1074)
4301:
4302: 2016-11-23 moko
4303:
4304: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4305: main/pa_request.C: @USE file now implemented as ^use[file;
4306: $.origin[origin_file] ] (implements feature #1074)
4307:
1.109 moko 4308: 2016-11-21 moko
4309:
1.110 moko 4310: * tests/: 365.html, results/365.processed: test for $caller bugs in
4311: 3.4.4 and $caller.method now tested (related to feature #1110)
4312:
4313: * tests/: 364.html, results/364.processed: $caller usage in
4314: different contexts now tested (related to feature #1110)
4315:
4316: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4317:
4318: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4319:
1.109 moko 4320: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4321: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4322: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4323: used (implements feature #1110)
4324:
4325: 2016-11-20 moko
4326:
4327: * src/types/pa_vdouble.h: whitespace
4328:
4329: 2016-11-11 moko
4330:
4331: * tests/: 363.html, results/363.processed: more tests for feature
4332: #1091 (how parser methods work in expression context)
4333:
4334: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4335: expressions strings are now written as strings, not values by
4336: write_as_string (related to feature #1091)
4337:
4338: * src/classes/op.C: to make more correct behavour in expression
4339: context
4340:
4341: 2016-11-07 moko
4342:
4343: * tests/: 362.html, results/362.processed: test for
4344: xsltParseStylesheetDoc caching as xsl modification after it added
4345: (related to bug #1108)
4346:
4347: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4348: result now cached as xdoc is modified after it (fixes bug #1108)
4349:
4350: 2016-11-06 moko
4351:
4352: * src/types/pa_vxdoc.h: whitespace
4353:
4354: 2016-11-05 moko
4355:
4356: * src/types/pa_vmethod_frame.h: cleanup
4357:
4358: 2016-11-03 moko
4359:
4360: * tests/results/244.processed: more correct exception after method
4361: frames separation
4362:
4363: * src/types/pa_vmethod_frame.h: minor optimizaion
4364:
4365: * src/types/pa_method.h: optimization: params_count added
4366:
4367: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4368: include/pa_request.h, main/execute.C, main/pa_request.C,
4369: types/pa_value.C, types/pa_vmethod_frame.C,
4370: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4371: VMethodFrame now divided into VNativeMethodFrame,
4372: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4373: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4374: and used (related to feature #1104)
4375:
4376: 2016-11-02 moko
4377:
4378: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4379: classes/double.C, classes/file.C, classes/hash.C,
4380: classes/hashfile.C, classes/image.C, classes/inet.C,
4381: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4382: classes/memcached.C, classes/op.C, classes/reflection.C,
4383: classes/regex.C, classes/string.C, classes/table.C,
4384: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4385: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4386: r.write (implements feature #1091)
4387:
4388: * src/main/execute.C: cleanup (related to feature #1104)
4389:
4390: * src/: include/pa_request.h, main/execute.C,
4391: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4392: added, in_expression removed (implements feature #1104)
4393:
4394: 2016-10-31 moko
4395:
4396: * src/types/pa_value.C: whitespace
4397:
4398: 2016-10-28 moko
4399:
4400: * tests/results/244.processed: updated after error reporting fixed
4401: in pa_wcontext.C
4402:
4403: * src/types/pa_wcontext.C: error reporting fixed
4404:
4405: * src/types/pa_wcontext.h: whitespace
4406:
4407: * src/classes/image.C: not fully readed entries are no longer
4408: processed (fixes bug #1106)
4409:
4410: 2016-10-26 moko
4411:
4412: * src/classes/image.C: whitespace
4413:
4414: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4415: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4416: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4417: longer required (related to feature #1091)
4418:
4419: * tests/results/: 264.processed, 350.processed: test results update
4420: reverted (whitespace optimization) after write_no_lang removed :)
4421: (related to feature #1091)
4422:
4423: * src/: classes/file.C, classes/hash.C, classes/op.C,
4424: classes/string.C, classes/table.C, classes/void.C,
4425: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4426: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4427: equal write_pass_lang (related to feature #1091)
4428:
4429: * tests/results/: 264.processed, 350.processed: test results
4430: updated (whitespace optimization) after write_assign_lang removed
4431: (related to feature #1091)
4432:
4433: * tests/: 361.html, results/361.processed: test for non-string
4434: ^untaint added (related to feature #1091)
4435:
4436: * src/: classes/curl.C, classes/date.C, classes/file.C,
4437: classes/hash.C, classes/op.C, classes/string.C,
4438: include/pa_request.h, main/execute.C: optimization:
4439: write_assign_lang removed as not required (first part of feature
4440: #1091 implementation)
4441:
1.108 moko 4442: 2016-10-12 moko
4443:
4444: * tests/: 360.html, results/360.processed: more test code (related
4445: to feature #1104)
4446:
4447: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4448: include/pa_request.h, main/compile.y, main/execute.C: opcode
4449: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4450: WContext is next task (implements feature #1104)
4451:
4452: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4453: / CO_WITHOUT_WCONTEXT
4454:
4455: * tests/: 360.html, results/360.processed: test for in expression
4456: state (related to feature #1104)
4457:
4458: 2016-10-11 moko
4459:
4460: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4461:
4462: * src/classes/op.C: default value removed from initializer
4463:
4464: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4465:
4466: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4467:
4468: 2016-10-10 moko
4469:
4470: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4471: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4472: to feature #42)
4473:
4474: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4475: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4476:
4477: 2016-10-08 moko
4478:
4479: * src/classes/double.C: whitespace
4480:
4481: 2016-10-07 moko
4482:
4483: * src/types/pa_vmethod_frame.h: reorder
4484:
4485: 2016-10-06 moko
4486:
4487: * src/classes/date.C: typo
4488:
4489: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4490:
4491: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4492: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4493: types/pa_vmethod_frame.h: params.get now returns Value&, not
4494: Value*
4495:
4496: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4497:
4498: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4499: removed; first as_* code rewrite
4500:
4501: 2016-10-05 moko
4502:
4503: * src/include/pa_request.h: whitespace
4504:
4505: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4506: intercept_string added (related to feature #1097)
4507:
4508: * src/: classes/image.C, classes/op.C, classes/table.C,
4509: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4510: optimization: intercept_string removed (implements feature #1097)
4511:
4512: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4513:
4514: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4515: from VCodeFrame and WWrapper as not required
4516:
4517: 2016-10-04 moko
4518:
4519: * src/: classes/curl.C, classes/date.C, classes/double.C,
4520: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4521: classes/int.C, classes/json.C, classes/op.C,
4522: classes/reflection.C, classes/string.C, classes/table.C,
4523: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4524: proces_to_value -> process after StringOrValue removed (related
4525: to feature #1020)
4526:
4527: * src/classes/form.C: whitespace
4528:
4529: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4530:
4531: * tests/: 357.html, 358.html, results/357.processed,
4532: results/358.processed, results/auto.p: test for @conf
4533: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4534:
4535: 2016-10-03 moko
4536:
4537: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4538: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4539: supported (implements feature #42)
4540:
4541: * src/types/pa_vregex.h: no reason for VRegex to be
4542: is_evaluated_expr
4543:
4544: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4545: (implements feature #1095)
4546:
4547: 2016-10-01 moko
4548:
4549: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4550: false by default (related to feature #1089)
4551:
4552: 2016-09-30 moko
4553:
4554: * src/types/pa_wcontext.h: cleanup
4555:
4556: 2016-09-29 moko
4557:
4558: * src/main/execute.C: whitespace
4559:
4560: * src/include/pa_request.h: whitespace
4561:
4562: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4563: classes/op.C, classes/table.C, include/pa_request.h,
4564: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4565: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4566: StringOrValue removed as it just slows down and adds complexity
4567: (implements feature #1020)
4568:
4569: 2016-09-28 moko
4570:
4571: * tests/: 356.html, results/266.processed, results/321.processed,
4572: results/356.processed: tests updated after name was added to
4573: method_info hash, test for ^reflection:method_info[junction]
4574: added (related to feature #1068)
4575:
4576: * src/classes/reflection.C: ^reflection:method_info[junction] now
4577: supported, method name added to the resulting hash (implements
4578: feature #1068)
4579:
4580: * tests/: 276.html, results/276.processed: more tests for
4581: ^reflection:delete[]
4582:
4583: * src/classes/reflection.C: fixed bug then ^reflection:delete
4584: didn't work on class and could damage native objects (like file)
4585:
4586: 2016-09-26 moko
4587:
4588: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4589: results/345.processed, results/346-curl.processed,
4590: results/347-curl.processed, results/348.processed: numbers added
4591: to simplify diff analysis
4592:
4593: * tests/: 352.html, results/352.processed: test result updated as
4594: method name used
4595:
4596: * src/classes/reflection.C: method name used
4597:
4598: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4599: its name
4600:
4601: * src/types/pa_method.h: whitespace
4602:
4603: * src/classes/reflection.C: both method and field with one name can
4604: exist.
4605:
4606: * src/classes/reflection.C: ^reflection:mixin added (implements
4607: feature #1089)
4608:
4609: * tests/: 355.html, results/355.processed: property appears in
4610: derived class if added in base test added
4611:
4612: * src/types/pa_vstateless_class.h: get_method declaration +
4613: whitespace
4614:
4615: * tests/: 354.html, results/354.processed: nice test from method
4616: and property with one name in class added
4617:
4618: 2016-09-23 moko
4619:
4620: * src/classes/reflection.C: ^reflection:method usage documented
4621:
4622: 2016-09-22 moko
4623:
4624: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4625: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4626: compile warning and GPF occures on VS2003 (related to feature
4627: #1087)
4628:
4629: * tests/: 350.html, results/350.processed: test added for
4630: $.encloser[] support in ^table::create (related to feature #11)
4631:
4632: * src/classes/table.C: another minor fix (related to feature #11)
4633:
1.107 moko 4634: 2016-09-21 moko
4635:
4636: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4637:
4638: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4639: classes/json.C, classes/string.C, classes/table.C,
4640: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4641: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4642: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4643: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4644: pa_charsets, vs2015 warning war
4645:
4646: * src/classes/table.C: vs2015 warning war
4647:
4648: * src/types/pa_vdate.C: vs2015 warning war
4649:
4650: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4651:
4652: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4653: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4654:
4655: * src/main/pa_common.C: vs2015 compilation fixes
4656:
4657: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4658: vs2015 compilation fixes
4659:
4660: * src/main/pa_charset.C: vs2015 warning war
4661:
4662: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4663:
4664: * src/main/pa_charset.C: vs2015 warning war
4665:
4666: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4667:
4668: * src/types/pa_vdate.C: vs2015 compilation fix
4669:
4670: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4671:
4672: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4673: VS2015 compilation fixes
4674:
4675: * src/classes/table.C: minor fix (related to feature #11)
4676:
4677: * tests/results/282.processed: no longer skipping extra enclosers
4678: (related to feature #11)
4679:
4680: * src/classes/table.C: minor fix + no longer skipping extra
4681: enclosers (related to feature #11)
4682:
4683: * src/classes/table.C: minor optimization (related to feature #11)
4684:
4685: * src/classes/table.C: minor fix and optimization (related to
4686: feature #11)
4687:
4688: 2016-09-20 moko
4689:
4690: * tests/: 353.html, results/353.processed: test for
4691: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4692: added (related to bug #1090)
4693:
4694: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4695: one_big_piece (fixes bug #1090)
4696:
4697: * tests/: 229.html, results/229.processed: code coverage tests
4698:
4699: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4700: body) was called
4701:
4702: * src/classes/op.C: whitespace
4703:
4704: * tests/: 323.html, results/323.processed: test for code junction
4705: should not be returned by ^reflection:class, ^reflection:base
4706:
4707: * src/classes/reflection.C: bugfix: code junction should not be
4708: returned by ^reflection:class, ^reflection:base
4709:
4710: * tests/: 323.html, 352.html, results/352.processed: no more
4711: exception for ^reflection:method[class;no-such-method] (related
4712: to feature #1087)
4713:
4714: * src/classes/reflection.C:
4715: ^reflection:method[class;no-such-method] : exception -> void
4716: (related to feature #1087)
4717:
4718: * src/include/pa_request.h: request::write_value added to allow
4719: write value without convertion (related to issue #1091)
4720:
4721: 2016-09-19 moko
4722:
4723: * src/main/pa_random.C: windows build fix
4724:
4725: * src/types/pa_vhash.h: warning war
4726:
4727: 2016-09-14 moko
4728:
4729: * tests/: 352.html, 552.html, results/352.processed,
4730: results/552.processed: test for ^reflection:method[] extension
4731: added (related to feature #1087)
4732:
4733: * tests/: 552.html, results/552.processed: test for
4734: ^reflection:method[] extension added (related to feature #1087)
4735:
4736: * src/classes/reflection.C: compatibility issue fixed, VClass
4737: dynamic_cast check added (related to feature #1087)
4738:
4739: * tests/: 351.html, results/351.processed: test for @auto[]
4740: inheritance bug diring ^process[] added (related to bug #1088)
4741:
4742: * src/: classes/op.C, main/pa_request.C,
4743: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4744: disable it inheritance during ^process (fixes bug #1088)
4745:
4746: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4747: added (implements feature #1087)
4748:
4749: 2016-09-13 moko
4750:
4751: * tests/: 349.html, results/auto.p: test for objects prototyping
4752: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4753: to feature #1086)
4754:
4755: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4756: types/pa_vobject.C: objects now are not class instances, but have
4757: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4758: in @conf (implements feature #1086)
4759:
4760: 2016-09-08 moko
4761:
4762: * src/: classes/file.C, classes/mail.C, classes/string.C,
4763: classes/table.C, main/pa_http.C, main/pa_string.C,
4764: include/pa_string.h: cleanup: string::split limit argument
4765: removed as no longer required, pos_after no longer reference
4766: (related to feature #11)
4767:
4768: * src/classes/table.C, tests/results/348.processed: now exception
4769: is rised when invalid option is passed to ^table::create[]
4770:
4771: * tests/: 282.cfg, 282.html, results/282.processed: more code
4772: coverage tests
4773:
4774: * tests/: 348.html, results/348.processed: code coverage tests
4775: added
4776:
4777: * tests/: 348.html, results/348.processed: generic ^table::create[]
4778: tests
4779:
4780: * tests/: 035.html, results/035.processed, results/272.processed:
4781: tests updated after $.encloser[] support for ^table::create
4782: implementation (related to feature #11)
4783:
4784: * src/classes/table.C: $.encloser[] support for ^table::create
4785: finally added (implements feature #11)
4786:
4787: 2016-09-07 moko
4788:
4789: * src/include/pa_string.h: added StringSplitHelper as friend
4790: (related to feature #11)
4791:
4792: * src/include/pa_string.h: body and langs now protected, not
4793: private to allow inheritance (related to feature #11)
4794:
4795: * src/classes/table.C: lsplit optimized before cloning for
4796: ^table::create with $.encloser[] (related to feature #11)
4797:
4798: * src/classes/table.C: optimizaion: TableControlChars.separators
4799: added and used (related to feature #11)
4800:
4801: * src/classes/table.C: spelling:
4802:
4803: TableSeparators -> TableControlChars column -> separator
4804: separators -> control_chars
4805:
4806: 2016-09-06 moko
4807:
4808: * src/main/pa_string.C: whitespace
4809:
4810: * src/main/pa_string.C: whitespace
4811:
4812: 2016-09-01 moko
4813:
4814: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4815: results OS-independent
4816:
4817: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4818: compiler (related to feature #1042)
4819:
4820: 2016-08-15 moko
4821:
4822: * src/include/pa_string.h: whitespace
4823:
4824: * src/classes/table.C: whitespace
4825:
1.106 moko 4826: 2016-08-05 moko
4827:
4828: * tests/: 344.html, results/344.processed: test for
4829: ^hash::create[$file] added (related to feature #1075)
4830:
4831: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4832: supported (implements feature #1075)
4833:
4834: 2016-08-04 moko
4835:
4836: * tests/: 341.html, results/341.processed: more code coverage tests
4837:
4838: * tests/: 346-curl.html, results/346-curl.processed: more code
4839: coverage tests for curl
4840:
4841: * tests/: 346-curl.html, results/346-curl.processed: more code
4842: coverage tests for curl
4843:
4844: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4845: results/223.processed: code coverage tests: $.form[ $.table[] ]
4846: test added
4847:
4848: * tests/: 223-curl.html, results/223-curl.processed: more code
4849: coverage tests for curl
4850:
4851: 2016-08-03 moko
4852:
4853: * src/classes/curl.C: dlink(curl_library) now called not once, but
4854: until it will be loaded, allowing to find existing library.
4855:
4856: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4857: results/347-curl.processed: more code coverage tests for curl
4858:
4859: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4860: results/339-curl.processed, results/346-curl.processed: curl
4861: functionality tests
4862:
4863: 2016-08-02 moko
4864:
4865: * tests/: 339.html, results/339.processed: test for tables in
4866: ^file:load[] and ^curl:load[] (commented) added (related to
4867: feature #1042)
4868:
4869: * tests/: 345.html, results/345.processed: code coverage tests for
4870: file class
4871:
4872: * tests/: 344.html, results/344.processed: code coverage tests
4873:
4874: * tests/: 344.html, results/344.processed: mdate removed from
4875: output
4876:
4877: * src/classes/file.C: minor bugfix: is_text should be taked from
4878: fcontent.is_text_mode() if not set (related to feature #1061)
4879:
4880: * tests/: 344.html, results/344.processed: more tests
4881:
4882: * tests/: 343.html, 344.html, results/343.processed,
4883: results/344.processed: tests for ^file::create[ $.from-charset
4884: and $.to-charset ] (related to feature #1061)
4885:
4886: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4887: aset_text_mode argument optimized
4888:
4889: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4890: checkBOM now used in detect_binary_content (related to feature
4891: #1061)
4892:
4893: * src/main/pa_request.C: load_charset no longer required to_upper
4894:
4895: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4896: preserves original file mode (if no $.mode specified)
4897:
4898: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4899: ^file::create now supports $.from-charset[] and $.to-charset
4900: options (implements feature #1061), automatic transcode is done
4901: if text file is created from binary file and charset is detected.
4902:
4903: 2016-07-30 moko
4904:
4905: * src/classes/table.C: ^t.hash[..;] now supported (related to
4906: feature #1057)
4907:
4908: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4909: added (related to feature #1057)
4910:
4911: * tests/: 286.html, results/286.processed: code tests coverage
4912:
4913: 2016-07-29 moko
4914:
4915: * src/classes/table.C: table size should be checked inside menu and
4916: foreach (related to feature #858)
4917:
4918: * src/: classes/curl.C, classes/file.C, classes/string.C,
4919: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4920: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4921: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4922: charsets.get now does str_upper inside (related to feature #1061)
4923:
4924: * tests/: 342.html, results/342.processed: more code coverage tests
4925:
4926: * tests/: 342.html, outputs/342.processed: table menu code coverage
4927: + foreach test added (related to feature #858)
4928:
4929: * tests/: 341.html, results/341.processed: tests for
4930: ^table.hash[]{code} added + code coverage tests (related to
4931: feature #1057)
4932:
4933: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4934: value} support (implements feature #1057)
4935:
4936: * src/classes/table.C: whitespace
4937:
4938: 2016-07-28 moko
4939:
4940: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4941: from URL, if not specified query string removed from url-based
4942: filenames in ^curl:load[] and ^file::load[] (related to feature
4943: #1042)
4944:
4945: 2016-07-27 moko
4946:
4947: * tests/: 340.html, results/340.processed: test for
4948: transcode_text_result=false added (related to issue #1042)
4949:
4950: 2016-07-26 moko
4951:
4952: * src/types/pa_vfile.C: file name should not be empty (if file path
4953: is folder and ends with /) (related to feature #1042)
4954:
4955: * src/main/pa_http.C: whitespace optimizaion
4956:
4957: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4958: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4959: multiple headers, ^file::load supports headers transcoding
4960: (implements feature #1042)
4961:
4962: 2016-07-25 moko
4963:
4964: * src/include/pa_common.h: PA_DEFAULT added
4965:
4966: 2016-07-22 moko
4967:
4968: * tests/: 338.html, results/338.processed: test for
4969: $date.field(value) added (related to feature #1066)
4970:
4971: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4972: $date.field(value) now supported for y/m/d/h/m/s (implements
4973: feature #1066)
4974:
1.105 moko 4975: 2016-07-21 moko
4976:
4977: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4978: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4979: arguments removed; image.C - absolute path shown in exception
4980: (implements feature #1071)
4981:
4982: * tests/: 235.html, results/235.processed: test and test result
4983: updated after static boundary in mail and Errors-To: mail header
4984: removed (related to feature #1047)
4985:
4986: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4987: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4988: used, static boundary in mail removed, Errors-To: mail header
4989: removed (implements feature #1047)
4990:
4991: 2016-07-20 moko
4992:
4993: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4994: equest.classes(): Value -> VStateless_class, part 3 (related to
4995: issue #1051)
4996:
4997: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4998: request.classes(): Value -> VStateless_class, part 2 (related to
4999: issue #1051)
5000:
5001: * tests/results/: 224.processed, 323.processed: classes without
5002: methods should not be methoded (related to issue #1051)
5003:
5004: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5005: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5006: -> VStateless_class, part 1 (related to issue #1051)
5007:
5008: * tests/: 337.html, results/337.processed: test for
5009: ^reflection:fields_reference[] and VHashReference class added
5010: (related to feature #1072)
5011:
5012: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5013: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5014: and VHashReference added, allowing ^reflection:fields_reference[]
5015: implementation (closes feature #1072)
5016:
5017: 2016-07-19 moko
5018:
5019: * tests/: 323.html, results/323.processed: we want to see
5020: "methoded"
5021:
5022: * tests/: 336.html, results/336.processed: test for $BASE:property
5023: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5024: #1059)
5025:
5026: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5027: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5028: somebody_entered_some_class, $BASE:property works again,
5029: ^BASE:method[] bugs fixed (fixes bug #1059)
5030:
5031: 2016-07-14 moko
5032:
5033: * tests/: 335.html, results/335.processed: test for feature #1055
5034: added
5035:
5036: * src/classes/hash.C: bugfix: $._default was not copied if empty
5037: feature: ^hash.contains[_default] added (implements feature
5038: #1055)
5039:
5040: 2016-07-13 moko
5041:
5042: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5043: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5044:
5045: 2016-07-05 moko
5046:
5047: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5048: in ^hash.foreach (related to feature #1073)
5049:
5050: 2016-07-04 moko
5051:
5052: * tests/: 134.html, 281.html, results/134.processed,
5053: results/281.processed: tests updated after hash blocking removed
5054: (related to feature #1073)
5055:
5056: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5057: no longer blocks on change during foreach (implements feature
5058: #1073)
5059:
5060: 2016-06-17 moko
5061:
5062: * tests/: 330.html, results/330.processed: try exception source
5063: test added (related to bug in #1062)
5064:
5065: * tests/: 334.html, results/334.processed: Exception stack trace
5066: test added (related to bug in $1062)
5067:
5068: * src/classes/op.C: Exception trace now correctly restored and
5069: errors reported (related to bug #1062)
5070:
1.104 moko 5071: 2016-05-25 moko
5072:
5073: * src/main/compile.y: minor cleanup + beauty
5074:
5075: 2016-05-24 moko
5076:
5077: * tests/: 333.html, results/333.processed: more exceptions testing
5078:
5079: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5080: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5081: features #1056, #1026)
5082:
5083: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5084: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5085: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5086: (implements feature #1056)
5087:
5088: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5089: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5090: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5091: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5092: feature #1026)
5093:
5094: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5095: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5096: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5097: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5098: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5099: feature #1026)
5100:
5101: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5102: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5103: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5104: SYMBOLS_CACHING define implemented (related to feature #1026)
5105:
5106: * src/main/main.vcproj: + ps_symbols
5107:
5108: * src/: include/Makefile.am, include/pa_string.h,
5109: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5110: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5111: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5112: types/pa_vstateless_class.C: initial implementation for symbols
5113: cache (related to feature #1026)
5114:
5115: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5116:
5117: * src/main/pa_globals.C: minor cleanup
5118:
5119: 2016-05-19 moko
5120:
5121: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5122: (related to feature #1046)
5123:
5124: * tests/: 331.html, results/331.processed: test for
5125: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5126: (related to feature #1051)
5127:
5128: * src/main/compile.y:
5129: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5130: (implements feature #1054)
5131:
5132: 2016-05-18 moko
5133:
5134: * src/types/pa_vtable.C, tests/results/324.processed: no more
5135: "column not found" exception for ^table.no-such-method[] (related
5136: to feature #1046)
5137:
5138: * tests/: 261.html, results/261.processed: test added and updated
5139: after feature #1046 implementation
5140:
5141: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5142: types/pa_vvoid.h: $string.anything works for whitespace strings,
5143: ^string.contains added for hash compatibility, $string.method no
5144: longer returns stting method (implements feature #1046)
5145:
5146: 2016-05-12 moko
5147:
5148: * src/classes/curl.C: content-type response header no longer
5149: ignored (fixes issue #1045)
5150:
5151: * tests/: 330.html, results/330.processed: test for incomplete
5152: finally execution when break occures added (related to issue
5153: #1077)
5154:
5155: * src/classes/op.C: bugfix: Request::skip reset is called before
5156: executing catch and finally code (fixes issue #1062)
5157:
5158: 2016-05-11 moko
5159:
5160: * tests/: 329.html, results/329.processed: test for invalid
5161: ^break[] behavour added (bug #1077)
5162:
5163: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5164:
5165: 2016-04-24 moko
5166:
5167: * src/types/pa_vstateless_class.h: warning war
5168:
5169: 2016-04-17 moko
5170:
5171: * tests/: 328.html, results/328.processed: test for
5172: ^break(condition) and ^continue(condition) (related to feature
5173: #1063)
5174:
5175: * src/classes/op.C: ^break(condition) and ^continue(condition)
5176: implemented (feature #1063)
5177:
5178: 2016-04-12 moko
5179:
5180: * tests/results/280.processed: ordered hash now used for class
5181: methods and properties (test results updated for feature #1069)
5182:
5183: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5184: to xdoc.C as under FreeBSD it was inited after and inheritance
5185: failed (related to issue #1051)
5186:
5187: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5188: are printed to check inheritance (related to feature #1051)
5189:
1.103 moko 5190: 2016-04-09 moko
5191:
5192: * tests/results/320.processed: ordered hash now used for class
5193: methods and properties (test results updated for feature #1069)
5194:
5195: * src/types/pa_vstateless_class.h: ordered hash now used for class
5196: methods and properties (implements feature #1069)
5197:
5198: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5199: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5200: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5201: feature #1051)
5202:
5203: 2016-04-07 moko
5204:
5205: * src/main/execute.C: returned Value in .CLASS case for VJunction
5206: (related to feature #1051)
5207:
5208: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5209: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5210: string constants deduplication (related to feature #1051)
5211:
5212: * tests/results/224.processed: test result updated (related to
5213: feature #1051)
5214:
5215: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5216: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5217: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5218: types/pa_vstatus.h: classes hash now contains only
5219: VStateless_class derived objects, .CLASS is also allways
5220: VStateless_class derived object (related to feature #1051).
5221:
5222: 2016-04-06 moko
5223:
5224: * tests/results/323.processed: test result updated after feature
5225: #1051 implementation
5226:
5227: * src/: classes/classes.h, classes/op.C, classes/response.C,
5228: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5229: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5230: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5231: types/pa_vresponse.C, types/pa_vresponse.h,
5232: types/pa_vstateless_class.h: base -> methoded_donor for static
5233: classes, type() moved from VStateless_class to VClass and
5234: Methoded (implements feature #1051)
5235:
5236: 2016-04-04 moko
5237:
5238: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5239: beauty: put_class added (related to feature #1051)
5240:
5241: 2016-04-01 moko
5242:
5243: * tests/results/: 175.processed, 192.processed, 224.processed,
5244: 229.processed, 244.processed, 246.processed, 316.processed: test
5245: results updated as class.type() removed from error messages, only
5246: type() left (related to feature #1051)
5247:
5248: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5249: classes/op.C, classes/reflection.C, main/compile.y,
5250: main/compile_tools.h, main/execute.C, main/pa_request.C,
5251: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5252: types/pa_vmethod_frame.h, types/pa_vobject.h,
5253: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5254: from VStateless_class, type() is used instead (related to feature
5255: #1051)
5256:
5257: * src/classes/mail.C: old logic restored.
5258:
5259: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5260: classes/classes.h, classes/curl.C, classes/date.C,
5261: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5262: classes/hashfile.C, classes/image.C, classes/inet.C,
5263: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5264: classes/memcached.C, classes/memory.C, classes/reflection.C,
5265: classes/regex.C, classes/response.C, classes/string.C,
5266: classes/table.C, classes/xdoc.C, classes/xnode.C,
5267: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5268: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5269: feature #1051)
5270:
5271: 2016-03-30 moko
5272:
5273: * tests/: 327.html, results/224.processed, results/327.processed:
5274: test for TZ specification in ^date::create[], TZ is kept during
5275: ^date::create[$dt] (related to feature #1048)
5276:
5277: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5278: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5279: feature #1048)
5280:
5281: 2016-03-29 moko
5282:
5283: * tests/: 315.html, results/315.processed: test for timezone format
5284: +HHmm added (related to feature #1065)
5285:
5286: * src/classes/date.C: timezone format +HHmm now supported
5287: (implements feature #1065)
5288:
5289: 2016-03-28 moko
5290:
5291: * tests/: 202.html, results/131.processed, results/202.processed,
5292: results/224.processed, results/256.processed,
5293: results/315.processed: test results updated after %.2d now
5294: default for hours offset in iso-string (was %2d), test for
5295: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5296: added (related to feature #1065)
5297:
5298: 2016-03-27 moko
5299:
5300: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5301: feature #1065)
5302:
5303: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5304: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5305: added (implements feature #1065)
5306:
5307: 2016-03-24 moko
5308:
5309: * tests/: 202.html, results/202.processed: test $date.week added
5310: (related to bug #1067)
5311:
5312: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5313: date (fix for bug #1067)
5314:
5315: 2016-03-10 moko
5316:
5317: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5318:
1.102 moko 5319: 2015-12-07 moko
5320:
5321: * tests/: 326.html, results/326.processed: test for .CLASS &
5322: .CLASS_NAME optimization added (related to feature #844)
5323:
5324: 2015-11-17 moko
5325:
5326: * tests/: 323.html, results/323.processed: order added
5327:
5328: * tests/: 325.html, results/325.processed: double range test added
5329: (related to bug #1049)
5330:
5331: 2015-11-16 moko
5332:
5333: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5334: added to disallow NaN and Infinity (fixes bug #1049)
5335:
5336: 2015-11-11 moko
5337:
5338: * tests/324.html: parser 3.4.3 execution support added (related to
5339: feature #1017)
5340:
5341: * tests/: 324.html, results/324.processed: test for
5342: GET_ELEMENT4CALL feature added (feature #1017)
5343:
1.101 moko 5344: 2015-10-29 moko
5345:
1.211 moko 5346: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5347:
5348: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5349:
5350: * src/main/pa_exec.C: get_exit_status implemented for Windows
5351: (related to bug #1043)
5352:
5353: 2015-10-28 moko
5354:
5355: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5356: hangup during ^file::exec (fixes bug #1043)
5357:
1.100 moko 5358: 2015-10-27 moko
5359:
5360: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5361:
1.99 moko 5362: 2015-10-26 moko
5363:
1.100 moko 5364: * tests/322.html, src/classes/reflection.C: arguments reorder
5365: (related to issue #1041)
5366:
5367: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5368: Copyright year updated
5369:
1.99 moko 5370: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5371: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5372: classes/form.C, classes/hash.C, classes/hashfile.C,
5373: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5374: classes/mail.C, classes/math.C, classes/memcached.C,
5375: classes/memory.C, classes/op.C, classes/reflection.C,
5376: classes/regex.C, classes/response.C, classes/string.C,
5377: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5378: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5379: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5380: include/pa_config_fixed.h, include/pa_config_includes.h,
5381: include/pa_dictionary.h, include/pa_dir.h,
5382: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5383: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5384: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5385: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5386: include/pa_request_charsets.h, include/pa_request_info.h,
5387: include/pa_sapi.h, include/pa_socks.h,
5388: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5389: include/pa_stack.h, include/pa_string.h,
5390: include/pa_stylesheet_connection.h,
5391: include/pa_stylesheet_manager.h, include/pa_table.h,
5392: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5393: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5394: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5395: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5396: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5397: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5398: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5399: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5400: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5401: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5402: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5403: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5404: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5405: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5406: main/pa_string.C, main/pa_stylesheet_connection.C,
5407: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5408: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5409: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5410: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5411: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5412: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5413: targets/isapi/parser3isapi.C, types/pa_junction.h,
5414: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5415: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5416: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5417: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5418: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5419: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5420: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5421: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5422: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5423: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5424: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5425: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5426: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5427: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5428: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5429: types/pa_vresponse.C, types/pa_vresponse.h,
5430: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5431: types/pa_vstateless_object.h, types/pa_vstatus.C,
5432: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5433: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5434: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5435: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5436: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5437:
5438: * src/targets/cgi/parser3.C: year updated
5439:
5440: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5441: issue #1041)
5442:
5443: * tests/: 323.html, results/323.processed: test for base classes
5444: added
5445:
5446: * tests/: 261.html, results/261.processed: updated after better
5447: error reporting done for $string.key exception
5448:
5449: * src/types/pa_vstring.h: better error report for $string.key
5450: exception
5451:
5452: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5453: copied as VObject::get_element4call to remove extra virtual call
5454:
5455: * tests/: 322.html, results/322.processed: test for
5456: ^reflection:is[] added (related to feature #1041)
5457:
5458: * src/classes/reflection.C: ^reflection:is empty value is void
5459: (related to feature #1041)
5460:
5461: * src/classes/reflection.C:
5462: ^reflection:is[class_name|code|method;[context;]element_name]
5463: added (implements feature #1041)
5464:
5465: 2015-10-24 moko
5466:
5467: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5468:
1.98 moko 5469: 2015-10-22 moko
5470:
5471: * tests/: 321.html, results/321.processed: test for
5472: ^reflection:method_info[] file detection added
5473:
5474: * tests/: 320.html, results/320.processed: test for
5475: ^reflection:class_by_name[class_name] added (related to feature
5476: #993)
5477:
5478: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5479: added (implements feature #993)
5480:
5481: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5482: (related to feature #1017)
5483:
5484: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5485: added (related to issue #1039)
5486:
5487: * src/main/pa_request.C: ^throw origin fixed (related to feature
5488: #1039)
5489:
5490: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5491: for VDate
5492:
5493: * tests/results/182.processed: updated after feature #1038
5494: implemented
5495:
5496: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5497: compile-time exception origin added (test for feature #1039)
5498:
5499: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5500: main/pa_request.C: exception unification: compile-time exceptions
5501: now have origin, @USE origins also tracked (implements feature
5502: #1039)
5503:
5504: 2015-10-20 moko
5505:
5506: * src/main/pa_request.C: cleanup
5507:
5508: 2015-10-15 moko
5509:
5510: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5511:
5512: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5513: types/pa_vtable.C: new feature: no more $table.method and
5514: $hash.method, aliases for _at, _count, _key (related to feature
5515: #1017)
5516:
1.97 moko 5517: 2015-10-14 moko
5518:
1.98 moko 5519: * tests/: 317.html, results/317.processed: test for
5520: ^string.unescape[] added (related to feature #120)
5521:
1.97 moko 5522: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5523: defined" bug (described in issue #1036)
5524:
5525: * tests/: 247.html, results/247.processed: test for checkBOM added
5526: (test for bug #1037)
5527:
5528: * src/: include/pa_charsets.h, main/pa_charsets.C,
5529: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5530: it's not enforced, skips BOM signature if it complies charset
5531: (fixes bug #1037)
5532:
5533: 2015-10-13 moko
5534:
5535: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5536: linking
5537:
5538: * src/classes/inet.C: vs2003 compilation fix
5539:
5540: * src/classes/math.C: warning war
5541:
5542: * src/lib/punycode/pa_punycode.c: warning war
5543:
5544: 2015-10-12 moko
5545:
5546: * src/lib/punycode/pa_punycode.c: warning war
5547:
5548: * parser3.sln: moved parser3 first, to make it default startup
5549: project
5550:
5551: * buildall: parser "mirror" now used for external libs sources
5552: (implements feature #1036)
5553:
5554: * buildall: most external libs are updated to their current
5555: versions (related to feature #1036)
5556:
5557: * src/classes/image.C: more tags added
5558:
5559: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5560:
5561: 2015-10-11 moko
5562:
5563: * src/classes/curl.C: minor optimization (related to feature #1035)
5564:
5565: 2015-10-09 moko
5566:
5567: * src/classes/curl.C: pa_strdup added for strings from curl
5568: (related to feature #1035)
5569:
5570: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5571: ULLONG_MAX definition
5572:
5573: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5574: (implements feature #1035)
5575:
5576: * src/main/pa_charset.C: String::Body(String::C) used
5577:
5578: * src/main/pa_charset.C: exceptions unified
5579:
5580: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5581: unified
5582:
5583: * src/: classes/file.C, classes/image.C, classes/mail.C,
5584: classes/op.C, classes/xdoc.C, classes/xnode.C,
5585: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5586: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5587: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5588: String::Body(String::C) constructor added (related to bug #957)
5589:
5590: * src/classes/file.C: minor optimization
5591:
5592: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5593: Cord(char*) autocreation (related to bug #957)
5594:
5595: * src/: classes/string.C, main/untaint.C: minor optimizations
5596:
5597: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5598: String(char*, Lang, length) removed, String(C(), Lang) used
5599: instead (related to bug #957)
5600:
5601: 2015-10-08 moko
5602:
5603: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5604: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5605: main/untaint.C: Now char * is converted to CORD only using
5606: AS_CORD() to check for empty cord bug (fixes bug #957)
5607:
5608: * src/include/pa_hash.h: fixed compilation without
5609: HASH_CODE_CACHING
5610:
5611: * src/classes/string.C:
5612: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5613: feature #120)
5614:
5615: * src/main/pa_common.C: reduce js flags checks count (related to
5616: feature #120)
5617:
1.96 moko 5618: 2015-10-07 moko
5619:
5620: * tests/: 275.html, results/275.processed: test modified after
5621: unsigned long long int support implemented (feature #1034)
5622:
5623: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5624: pa_atoul added for unsigned long long int support
5625:
5626: 2015-10-06 moko
5627:
5628: * src/types/pa_vdate.C: INT_MAX used
5629:
5630: 2015-10-03 moko
5631:
5632: * tests/: 302.html, results/302.processed: test for bug #1023
5633: (\u2028, \u2029 escaping) added
5634:
5635: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5636: json:string[] (fixes bug #1023)
5637:
5638: 2015-09-29 moko
5639:
5640: * tests/305.html: try-catch added for OS without ipv6 support
5641:
5642: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5643: compilation
5644:
5645: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5646: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5647: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5648: implemented to distinguish ^hash.method from $hash.field
5649: (implements feature #1017)
5650:
5651: * src/lib/punycode/pa_punycode.c: warning war
5652:
5653: * src/include/pa_config_includes.h: warning war
5654:
5655: * src/include/pa_config_includes.h: pragma warning actualized a bit
5656:
5657: * src/include/pa_config_includes.h: warning war
5658:
5659: * src/include/pa_hash.h: clang compilation fix
5660:
5661: 2015-09-27 moko
5662:
5663: * src/main/compile.tab.C: Bison 3 is now default
5664:
5665: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5666:
5667: 2015-09-25 moko
5668:
5669: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5670: works with undefined HASH_ORDER (related to feature #196)
5671:
5672: 2015-09-24 moko
5673:
5674: * tests/: 027.html, results/027.processed: test modified to test
5675: ^hash.sort (feature #196)
5676:
5677: * src/: classes/hash.C, include/pa_hash.h:
5678: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5679: added (implements feature #196)
5680:
5681: * tests/: 316.html, results/316.processed: Added test for bug #1025
5682: (exception handling in non-cached ^cache), plus for "it does not
5683: have logical value" and "$exception.handled value must be either
5684: boolean or string 'cache'" exceptions.
5685:
5686: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5687: code (fixes bug #1025)
5688:
1.95 moko 5689: 2015-09-23 moko
5690:
5691: * src/classes/table.C: warning war
5692:
5693: * src/: classes/math.C, types/pa_vcookie.C: warning war
5694:
5695: * src/classes/file.C: warning war
5696:
5697: * src/: include/pa_table.h, main/pa_table.C: warning war
5698:
5699: * src/: main/pa_request.C, classes/date.C: warning war
5700:
5701: * src/: types/pa_vdate.C, classes/op.C: warning war
5702:
5703: * tests/: 122.html, results/122.processed: win sync: to remove
5704: differences with OS that doesn't keep timezone change history
5705:
5706: * src/types/pa_vdate.C: tzset() should be called in Windows after
5707: TZ change (related to feature #36)
5708:
5709: * tests/: 075.html, results/075.processed: win sync: to remove
5710: differences with OS that doesn't keep timezone change history
5711:
5712: * tests/: 315.html, results/315.processed: win sync: to remove
5713: differences with OS that doesn't keep timezone change history
5714:
5715: * tests/: 256.html, results/256.processed: win sync: to remove
5716: differences with OS that doesn't keep timezone change history
5717:
5718: * tests/: 124.html, results/124.processed: win results sync: to
5719: avoid hitting time change hole.
5720:
5721: * src/types/pa_vdate.C: static returned. :)
5722:
5723: 2015-09-22 moko
5724:
5725: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5726:
5727: * tests/results/131.processed: more tests for feature #1032
5728:
5729: * src/classes/date.C: minor fix related to feature #1032
5730:
1.211 moko 5731: * operators.ru.txt, operators.txt: ISO date creation documented
5732: (related to feature #1032)
1.95 moko 5733:
1.211 moko 5734: * operators.ru.txt, operators.txt: iso-string documented (related
5735: to feature #1032)
1.95 moko 5736:
5737: * tests/: 315.html, results/315.processed: more tests added
5738: (related to feature #1032)
5739:
5740: * tests/: 131.html, results/131.processed: date range checks
5741: updated (related to feature #36)
5742:
5743: * tests/: 315.html, results/057.processed, results/315.processed:
5744: test added for ISO date support (related to issue #315)
5745:
5746: * src/classes/date.C: more readable exceptions in date creation
5747: (related to ticket #1032)
5748:
5749: 2015-09-18 moko
5750:
5751: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5752: added (related to issue #1032)
5753:
5754: * tests/results/256.processed, src/classes/json.C: iso-string
5755: documented (related to issue #1032)
5756:
5757: * tests/: 256.html, results/256.processed: ISO date check added
5758: (related to issue #1032)
5759:
5760: * tests/: 057.html, results/057.processed, results/224.processed:
5761: tests results updated after ISO date support implemented (related
5762: to feature #1032)
5763:
5764: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5765: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5766: ^date::create[string] constructor formalized, ^date.iso-string[]
5767: added (implements feature #1032)
5768:
5769: 2015-09-05 moko
5770:
1.211 moko 5771: * operators.ru.txt, operators.txt: actualized
1.95 moko 5772:
1.211 moko 5773: * operators.ru.txt, operators.txt: date changes documented (related
5774: to ticket #36)
1.95 moko 5775:
5776: 2015-09-04 moko
5777:
5778: * src/types/pa_vdate.C: warning war
5779:
5780: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5781:
5782: 2015-09-03 moko
5783:
5784: * tests/results/096.processed: test result updated for 0..9999 year
5785: date range support (related to feature #36)
5786:
5787: * tests/: 314.html, results/314.processed: test for
5788: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5789: bug #1031)
5790:
5791: * src/classes/string.C: Static calls fixed for ^string:base64[],
5792: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5793:
1.116 moko 5794: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5795: configure.in -> configure.ac
1.95 moko 5796:
1.116 moko 5797: * configure, configure.in, src/include/pa_config_auto.h.in: more
5798: correct timezone check for FreeBSD Warning war: configure.in ->
5799: configure.ac
1.95 moko 5800:
5801: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5802: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5803: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5804: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5805: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5806: src/main/Makefile.am, src/targets/apache/Makefile.am,
5807: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5808: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5809: check added
5810:
5811: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5812:
5813: * tests/results/: 124.processed, 224.processed: test resuls updated
5814: for new date implementation (related to feature #36)
5815:
5816: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5817: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5818: types/pa_vdate.h: new double date implementation with internal
5819: support for extended 0..9999 year range, default timezone support
5820: (related to feature #36)
5821:
5822: 2015-08-28 moko
5823:
5824: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5825: (fixes bug #1030)
5826:
5827: 2015-08-21 moko
5828:
5829: * src/classes/inet.C: snprintf size "bug" commented
5830:
5831: * src/main/pa_common.C: snprintf comments updated
5832:
5833: 2015-08-16 moko
5834:
5835: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5836:
5837: 2015-08-11 moko
5838:
5839: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5840: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5841: can be null (fixes bug #1029)
5842:
5843: 2015-08-06 moko
5844:
1.116 moko 5845: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5846: pa_vdate.C added
1.95 moko 5847:
5848: 2015-08-05 moko
5849:
5850: * tests/: 313.html, results/313.processed: test for
5851: ^table.count[columns] and ^table.flip[] with nameless tables
5852: (feature #1003)
5853:
5854: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5855: max_cell added, now ^table.count[columns] and ^table.flip[] works
5856: correctly for nameless tables (implements feature #1003)
5857:
5858: 2015-08-03 moko
5859:
5860: * tests/312.html: test for ^table.append[$hash] and
5861: ^table.insert[$hash] added (related to feature #1028)
5862:
5863: * src/classes/table.C: ^table.append[$hash] and
5864: ^table.insert[$hash] now supported (implements feature #1028)
5865:
5866: * tests/: 312.html, results/312.processed: test row copy in
5867: ^table.hash[; $.type[table] ] added (related to feature #1016)
5868:
5869: * src/classes/table.C: row copy now created in ^table.hash[;
5870: $.type[table] ] (related to feature #1016)
5871:
5872: 2015-07-29 moko
5873:
5874: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5875: added (related to feature #1016)
5876:
5877: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5878: ^table.delete[] added to delete current row (related to feature
5879: 1016)
5880:
5881: 2015-07-28 moko
5882:
5883: * tests/: 312.html, results/312.processed: test for
5884: $table.column[value] and ^table.insert{row} (related to feature
5885: #1016)
5886:
5887: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5888: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5889: ^table.insert{row} are now implemented (feature #1016)
5890:
5891: * src/include/pa_array.h: Optimization: bool reverse removed from
5892: append(), insert() added, memmove arguments order in remove()
5893: fixed (related to feature #1016)
5894:
5895: 2015-07-23 moko
5896:
5897: * src/classes/json.C: tainted json and empty json exception added
5898: (implements feature #1015)
5899:
5900: * tests/: 311.html, results/311.processed: empty json and tainted
5901: json exception test added (related to issue #1015)
5902:
5903: 2015-07-22 moko
5904:
5905: * tests/: 311.html, results/311.processed: test for UTF-8
5906: processing added
5907:
5908: * tests/: 311.html, results/311.processed: test for
5909: json_exception_with_source added (related to issue #394)
5910:
5911: * src/classes/json.C: json_exception_with_source added (implements
5912: feature #394)
5913:
5914: 2015-06-29 moko
5915:
5916: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5917: directories are now correctly determined if _d_type == DT_UNKNOWN
5918: (closes bug #1027)
5919:
5920: 2015-06-10 moko
5921:
5922: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5923: error if libxml has LIBXML_ICU_ENABLED.
5924:
5925: 2015-06-04 moko
5926:
5927: * tests/099.html: ups, reverting
5928:
5929: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5930: results/310.processed: tests for $response:body[ $.file[] ] and
5931: $response:last-modified added
5932:
5933: * src/main/pa_request.C: last-modified check fixed
5934:
5935: 2015-06-03 moko
5936:
5937: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5938: results/205.processed, results/293.processed: $response:headers
5939: logging added (tests for feature #1007)
5940:
5941: * src/: include/pa_common.h, include/pa_request.h,
5942: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5943: $response:headers are now in uppercase (closes feature #1007)
5944:
5945: 2015-06-02 moko
5946:
5947: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5948: build errors reverted for clang compatibility
5949:
5950: 2015-06-01 moko
5951:
5952: * src/include/pa_memory.h: -pedantic build errors fixed
5953:
5954: * src/classes/math.C: -pedantic build error fixed
5955:
5956: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5957:
5958: 2015-05-31 moko
5959:
5960: * src/classes/table.C: USE_STRINGSTREAM optimized
5961:
5962: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5963: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5964: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5965: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5966: types/pa_vxnode.h: warning war (-pedantic flag)
5967:
5968: 2015-05-28 moko
5969:
5970: * tests/: 308.html, results/308.processed: test for
5971: ^table::create[$t;], etc work added (related to bug #975)
5972:
5973: * src/classes/table.C: check_option_param removed,
5974: ^table::create[$t;], etc now works (fixes bug #975)
5975:
5976: 2015-05-27 moko
5977:
5978: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5979: (Debian jessie) fixed (closes issue #1024)
5980:
5981: * tests/Makefile: sort added as in Debian jessie list become
5982: unsorted
5983:
5984: 2015-05-18 moko
5985:
5986: * tests/: 201.html, results/201.processed: test for
5987: ^string.trim[what] feature #1022
5988:
5989: * src/classes/string.C: ^string.trim[what] now supported,
5990: implements feature #1022
5991:
5992: 2015-05-17 moko
5993:
5994: * tests/results/185.processed: test result updated as feature #1021
5995: implemented (left/right accept negative parameter)
5996:
5997: * src/classes/string.C: left/right now accept negative parameter
5998: (implements feature #1021)
5999:
6000: 2015-05-08 moko
6001:
6002: * src/classes/math.C: isalnum -> pa_isalnum
6003:
6004: * src/main/execute.C: optimization in getter-junction processing
6005: (related to issue #997)
6006:
6007: 2015-05-07 moko
6008:
6009: * tests/: 307.html, results/307.processed: test for issue #997
6010: added
6011:
6012: * src/main/execute.C: process_getter result now checked if junction
6013: returned (closes issue #997)
6014:
6015: * tests/: 305.html, results/305.processed: sort added to ignore
6016: different order
6017:
6018: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6019: assignment (closes issue #994)
6020:
6021: * tests/: 306.html, results/306.processed: test for issue #994
6022: added
6023:
6024: * tests/: 303.html, results/303.processed: two more errors tested
6025:
6026: 2015-05-06 moko
6027:
6028: * tests/: 305.html, results/305.processed: test for name2ip &
6029: ip2name added (related to feature #992)
6030:
6031: * tests/: 303.html, 304.html, results/303.processed,
6032: results/304.processed: tests for idna conversion added (related
6033: to issue #849)
6034:
6035: 2015-05-02 moko
6036:
6037: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6038: implemented
6039:
6040: 2015-04-30 moko
6041:
6042: * src/main/pa_http.C: idna_host added, related to issue #849
6043:
6044: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6045: (related to issue #849)
6046:
6047: 2015-04-24 moko
6048:
6049: * src/types/pa_vjunction.C: warning war
6050:
6051: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6052: unification
6053:
6054: * src/lib/punycode/pa_idna.c: warning war
6055:
6056: 2015-04-22 moko
6057:
6058: * src/main/main.vcproj: punycode include path added
6059:
6060: * src/lib/punycode/pa_idna.c: windows compile error fixed
6061:
6062: * src/lib/punycode/pa_idna.c: warning war
6063:
6064: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6065: project file added
6066:
6067: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6068:
6069: * src/include/pa_memory.h: warning war
6070:
6071: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6072: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6073: implemented (related to feature #849)
6074:
6075: * configure.in, src/main/Makefile.am,
6076: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6077: libpunycode added in Unix
6078:
6079: 2015-04-21 moko
6080:
6081: * configure.in: large files support
6082:
6083: 2015-04-15 moko
6084:
6085: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6086: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6087: pa_punycode.h: initial version for punycode/idna support library
6088: (ticket #849)
6089:
6090: 2015-04-08 moko
6091:
6092: * src/: classes/curl.C, classes/date.C, classes/file.C,
6093: classes/image.C, classes/mail.C, classes/reflection.C,
6094: classes/string.C, classes/xnode.C, include/pa_request.h,
6095: include/pa_string.h, include/pa_stylesheet_connection.h,
6096: main/compile.y, main/compile_tools.h, main/execute.C,
6097: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6098: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6099: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6100: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6101: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6102: clang compiler warnings (closes issue #1018)
6103:
6104: * src/include/pa_string.h: String::Body comparation operators with
6105: char * added (related to issue #958)
6106:
6107: 2015-04-07 moko
6108:
6109: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6110: pa_malloc/pa_free to remove system malloc/free usage (related to
6111: issue #1018)
6112:
6113: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6114: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6115: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6116: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6117: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6118: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6119: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6120: malloc/strdup/free replaced with pa_ version and checks for
6121: accidental use of non-pa_ version added (related to issue #1018)
6122:
6123: 2015-04-03 moko
6124:
6125: * buildall: pcre-8.33 -> pcre-8.36
6126:
6127: * src/: main/compile.y, classes/form.C, classes/mail.C,
6128: classes/op.C, classes/string.C, main/compile.tab.C,
6129: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6130: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6131: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6132: ticket #958)
6133:
6134: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6135: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6136: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6137: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6138: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6139: $request:headers, $request:method added (implements feature
6140: #1007)
6141:
6142: 2015-03-17 misha
6143:
6144: * tests/302.html: - test for
6145: ^json:string[...;$._default[method-name]]
6146:
6147: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6148: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6149: option $._default[method-name] is specified in ^json:string[], a
6150: method with specified name will be called for classes/objects
6151: serialization ( new feature: #982 )
6152:
6153: 2015-03-16 misha
6154:
6155: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6156: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6157: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6158: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6159: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6160: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6161: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6162: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6163: types/pa_vrequest.h, types/pa_vstateless_class.C,
6164: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6165: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6166: $var.CLASS_NAME now have special opcodes. This can be switched
6167: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6168: on pa_opcode.h ( new feature: #844 )
6169:
6170: 2015-03-15 misha
6171:
6172: * tests/075.html: - test for $response:header[]
6173:
6174: * src/types/pa_vresponse.C: - $response:header[] deletes header
6175: that was set earlie ( new feature: #1001 )
6176:
6177: 2015-03-12 misha
6178:
6179: * tests/246.html: - more tests for ^hash._at[]
6180:
6181: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6182: accepts second param [key|value|hash] ( new feature: #1012 )
6183:
6184: 2015-03-09 moko
6185:
6186: * src/types/pa_vmail.C: exception for everything but
6187: $mail:received, closes issue #1011
6188:
6189: 2015-02-20 moko
6190:
6191: * tests/: 275.html, results/275.processed: hex detection in
6192: pa_atoui fix test (closes issue #1010)
6193:
6194: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6195: issue #1010)
6196:
6197: 2015-02-17 moko
6198:
6199: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6200: tainted.
6201:
6202: 2015-02-03 misha
6203:
6204: * tests/301.html: - test for ^json:string($double) causes
6205: exception. bugfix: #1008
6206:
6207: * src/classes/json.C: - ^json:string($double) causes exception.
6208: bugfix: #1008
6209:
6210: * tests/014.html: - updated for work with ^hash.delete[]
6211:
6212: 2015-01-12 misha
6213:
6214: * src/: classes/form.C, include/pa_common.h,
6215: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6216: types/pa_vform.h: - supports body with PUT method as well ( new
6217: feature: #1006 )
6218:
6219: * src/classes/file.C: - warnings war
6220:
6221: 2015-01-11 misha
6222:
6223: * tests/300.html: - test for ^hash.delete[] is added
6224:
6225: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6226: feature: #989 ) - tiny optimization in intersects
6227:
6228: 2015-01-06 moko
6229:
6230: * src/types/pa_vmail.C: file names transcode added, to and cc added
6231: with transcode, attachments detection fixed
6232:
6233: * src/main/pa_request.C: filling mail received after cgi/auto.p
6234: load to allow charset switch (related to issue #996)
6235:
6236: 2014-12-31 moko
6237:
6238: * src/types/pa_vmail.C: from and subject now transcoded if not
6239: UTF-8 source charset (fixes issue 996)
6240:
6241: * src/main/pa_exception.C: fixed string from stack bug (closes
6242: issue #1000)
6243:
6244: 2014-12-11 misha
6245:
6246: * src/types/pa_vhashfile.C: - check if key is not empty before
6247: access ( bug fix: #1005 )
6248:
6249: 2014-11-13 misha
6250:
6251: * src/main/compile.y: - PC.append does not reset to false while
6252: creating a new class. bugfix: #990
6253:
6254: * tests/299.html: - test for creation class after working with
6255: partial class (create+append)
6256:
6257: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6258: #995
6259:
6260: * tests/232.html: - test for @get[def] added
6261:
6262: 2014-10-12 moko
6263:
6264: * src/lib/pcre/pcre_internal.vcproj: correct path
6265:
6266: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6267: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6268: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6269: targets/apache/ApacheModuleParser3.vcproj,
6270: targets/apache/ApacheModuleParser3Core.vcproj,
6271: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6272: types/types.vcproj: project GUID inserted in *.vcproj for correct
6273: conversion in newer VS versions
6274:
6275: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6276: pcre_internal.vcproj added
6277:
6278: 2014-08-28 moko
6279:
6280: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6281: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6282: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6283:
6284: 2014-06-30 misha
6285:
6286: * tests/298.html: - tests for ^reflection:def[class;className]
6287: added
6288:
6289: * src/classes/reflection.C: - ^reflection:def[class;className]
6290: added ( new feature: #918 )
6291:
6292: 2014-06-29 misha
6293:
6294: * src/classes/table.C: - ^table::create[unsupported data] -
6295: exception comment changed to "body must be table or code" ( bug
6296: fix: #951 )
6297:
6298: * tests/: 261.html, results/261.processed: - tests for
6299: ^json:string[...;$.void[null|string]] added
6300:
6301: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6302: option $.void[string|null] added to ^json:string[...] ( new
6303: feature: #952 )
6304:
6305: 2014-06-28 moko
6306:
6307: * src/classes/curl.C: $.charset now processed before other curl
6308: options (closes issue #980)
6309:
6310: 2014-05-23 misha
6311:
6312: * src/classes/json.C: - bug fix: #987
6313:
6314: 2014-05-04 misha
6315:
6316: * tests/: 253.html, 253_json.txt: - test for
6317: ^json:parse[$.int(false)] is added
6318:
6319: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6320: default true). The option is similar to $.double(bool) but for
6321: integers.
6322:
6323: 2014-05-01 moko
6324:
6325: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6326: #12 )
6327:
6328: 2014-04-16 moko
6329:
6330: * src/main/pa_http.C: response-charset option should finally work
6331: now (fix for issue #867)
6332:
6333: * src/main/pa_http.C: response-charset option should work now (fix
6334: for issue #867)
6335:
6336: 2014-03-07 moko
6337:
6338: * buildall: libgc moved
6339:
6340: * buildall: libgc moved
6341:
6342: 2013-12-29 moko
6343:
6344: * src/classes/string.C: ^string:js-unescape result now tainted,
6345: closes issue #966
6346:
6347: * tests/: 186.html, results/186.processed: ^string:js-unescape
6348: result now tainted, issue #966
6349:
6350: 2013-12-03 moko
6351:
6352: * src/: classes/memcached.C, types/pa_vmemcached.C,
6353: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6354: option was added for http://www.parser.ru/forum/?id=79343
6355:
6356: * src/classes/file.C: bugfix for
6357: http://www.parser.ru/forum/?id=79337
6358:
6359: 2013-11-05 moko
6360:
6361: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6362:
6363: * src/main/pa_globals.C: spelling fixed
6364:
6365: 2013-10-29 moko
6366:
6367: * src/lib/json/json.vcproj: json.c -> pa_json.C
6368:
6369: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6370: #892
6371:
6372: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6373: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6374: exceptions to be thrown thougth json library), related to issue
6375: #892
6376:
6377: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6378: related to issue #896
6379:
6380: 2013-10-24 moko
6381:
6382: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6383:
6384: 2013-10-23 moko
6385:
6386: * README: actualization
6387:
6388: 2013-10-22 moko
6389:
6390: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6391: compatibility patch from Sergey Kirpichev
6392:
6393: * tests/: 297.html, results/297.processed: non-working getter fix
6394: test for issue #948
6395:
6396: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6397: called when saving value of $match variable in ^string.match[] to
6398: increase compatibility (related to issue #948).
6399:
6400: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6401: usage optimization
6402:
6403: 2013-10-21 moko
6404:
6405: * tests/: 182.html, results/182.processed: local path removed for
6406: compatibility
6407:
6408: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6409: results/244.processed, results/253.processed,
6410: results/254.processed, results/275.processed,
6411: results/281.processed: try_catch -> try-catch
6412:
6413: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6414: results/294.processed, results/296.processed: try_catch ->
6415: try-catch
6416:
6417: 2013-10-20 moko
6418:
6419: * tests/: 296.html, results/296.processed: test for xsl exception
6420: for issue #938 added.
6421:
6422: * src/: include/pa_xml_exception.h,
6423: main/pa_stylesheet_connection.C: forgotten to be replaced
6424: XmlException is now replaced (once again closes issue #938)
6425:
6426: 2013-10-18 moko
6427:
6428: * buildall: disable clock_gettime detection to avoid librt linking
6429: (which in turn depends on libpthread), related to issue #943
6430:
6431: 2013-10-18 misha
6432:
6433: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6434: lib/smtp/smtp.vcproj, main/main.vcproj,
6435: targets/apache/ApacheModuleParser3Core.vcproj,
6436: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6437: types/types.vcproj: - new locations for libxml2 includes where
6438: added to vcproj files
6439:
6440: 2013-10-18 moko
6441:
6442: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6443: fix
6444:
6445: * tests/: 295.html, results/295.processed: test for issue #948
6446: updated
6447:
6448: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6449: :)
6450:
6451: * tests/: 295.html, results/295.processed: test for issue #948
6452: added
6453:
6454: * src/: classes/hash.C, classes/string.C, classes/table.C,
6455: include/pa_request.h, types/pa_method.h: for getters and setters
6456: to be executed request.put_element should be called, not
6457: context.put_element (fixes issue #948)
6458:
6459: 2013-10-17 moko
6460:
6461: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6462: LIBXML2_NEW_BUFFER check (closes issue #943)
6463:
6464: * buildall: libxml 2.9.1 build is broken --without-reader.
6465:
6466: 2013-10-16 moko
6467:
6468: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6469:
6470: * tests/: 294.html, results/294.processed: test for issue #938
6471:
6472: * src/: classes/xdoc.C, classes/xnode.C,
6473: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6474: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6475:
6476: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6477: libxslt-1.1.26 -> libxslt-1.1.28
6478:
6479: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6480: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6481: to '?', related to issue #938
6482:
6483: 2013-10-15 moko
6484:
6485: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6486: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6487: minor optimizations (closes issue #896)
6488:
6489: * tests/results/: 292.processed, 293.processed: results updated to
6490: comply with issue #896
6491:
6492: * tests/: 292.html, 293.html, results/292.processed,
6493: results/293.processed: tests for json escaping
6494:
6495: 2013-10-14 moko
6496:
6497: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6498: and cleanup, code moved from .h to .C, no changes in code
6499:
6500: 2013-10-12 moko
6501:
6502: * tests/results/119.processed: updated test result commited
6503:
6504: * tests/: 291.html, results/291.processed: test for issue #894
6505: added
6506:
6507: * src/types/pa_wcontext.h: base methods call support function
6508: get_somebody_entered_some_class should not be true forever, as
6509: wcontext can have many get_elements calls (fixes issue #894)
6510:
6511: 2013-10-11 moko
6512:
6513: * tests/: 290.html, results/290.processed: test for junction GPF
6514: issue #942 added
6515:
6516: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6517: to native method fixed (closes issue #942)
6518:
6519: * tests/: 158.html, results/158.processed: test for csv-string[]
6520: added
6521:
6522: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6523: feature #907)
6524:
6525: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6526: feature #907)
6527:
6528: 2013-10-09 moko
6529:
6530: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6531: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6532: types/pa_vstateless_class.C: GET_default, SET_default now works
6533: properly not only in objects, but in classes as well (closes
6534: issue #903)
6535:
6536: * tests/: 289.html, results/289.processed: GET/SET_default now
6537: works in classes, not only objects, test case added, related to
6538: issue #903
6539:
6540: * tests/: 288.html, results/288.processed: test for endless
6541: recursion bug added (related to issue #903)
6542:
6543: 2013-10-05 moko
6544:
6545: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6546: classes/table.C, main/execute.C, types/pa_method.h,
6547: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6548: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6549: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6550: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6551: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6552: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6553: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6554: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6555: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6556: optimization: put_element no longer has "bool areplace" argument,
6557: related to issue #903
6558:
6559: 2013-10-03 moko
6560:
6561: * tests/results/182.processed: result for $.replace(false) test
6562: commited
6563:
6564: * src/classes/date.C: ^date::create(number) processed correctly
6565: (fixes issue #901)
6566:
6567: * src/classes/image.C: as_no_junction removed, as param can be
6568: expression (closes issue #931)
6569:
6570: * tests/233.html: test for issue #931 added
6571:
6572: 2013-10-02 moko
6573:
6574: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6575: modified, test for $.replace(false) added
6576:
6577: * src/main/compile_tools.h: forgotten class replace returned. :)
6578:
6579: 2013-09-30 moko
6580:
6581: * tests/: 141.html, results/141.processed: md5 tainting test added
6582:
6583: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6584: main/compile_tools.h, main/pa_request.C: allow_class_replace
6585: implemented; $.replace option added to ^process and ^use
6586:
6587: 2013-08-27 moko
6588:
6589: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6590: cstr_to_string_body_untaint should be called with charsets for
6591: possible uri language and connection for possible sql language.
6592: related to issue #857
6593:
6594: * buildall: and -> or fixed
6595:
6596: 2013-08-26 moko
6597:
6598: * buildall: prepare_ functions logic changed to support
6599: gc-7.2d.tar.gz extracting to gc-7.2 directory
6600:
6601: 2013-08-23 moko
6602:
6603: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6604: statically
6605:
6606: 2013-08-22 moko
6607:
6608: * src/classes/string.C: String::Empty used (related to issue #912)
6609: append_know_length removed (related to old GPF bug)
6610:
6611: 2013-08-21 moko
6612:
6613: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6614:
6615: * src/classes/math.C: ^math:digest[...;$file] support added
6616: (related to ticket #857
6617:
6618: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6619: implemented
6620:
6621: * src/types/pa_vhashfile.h: warning war
6622:
6623: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6624: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6625: anti_endless_json_string_recoursion removed from request;
6626: json_string_recoursion added to json_options; $.indent[indent
6627: value] now supported and passed within recoursion closes feature
6628: #937
6629:
6630: * tests/: 287.html, results/287.processed: test for feature #937
6631:
6632: 2013-07-31 moko
6633:
6634: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6635: compilation having #define _S
6636:
6637: * src/main/pa_globals.C: cleanup
6638:
6639: 2013-07-30 moko
6640:
6641: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6642: main/pa_common.C: vs2003 warning war
6643:
6644: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6645:
6646: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6647:
6648: * src/lib/md5/pa_sha2.c: warning war
6649:
6650: 2013-07-29 moko
6651:
6652: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6653: patches from github
6654:
6655: * src/: classes/bool.C, classes/double.C, classes/int.C,
6656: classes/memcached.C, include/pa_config_includes.h,
6657: types/pa_vfile.C, types/pa_vfile.h: warning war
6658:
6659: * src/lib/json/json.vcproj: C++ -> C
6660:
6661: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6662:
6663: * src/lib/json/: json.c, pa_json.C: windows compatibility
6664:
6665: * src/lib/json/: json.c, pa_json.C: windows compatibility
6666:
6667: * src/lib/json/: json.c, pa_json.C: warning war
6668:
6669: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6670:
6671: * src/include/pa_config_fixed.h: uint16_t added
6672:
6673: * configure.in: uint16_t check added
6674:
6675: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6676: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6677: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6678: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6679: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6680:
6681: 2013-07-25 moko
6682:
6683: * parser3.sln: dependencies added
6684:
6685: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6686: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6687: module support
6688:
6689: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6690:
6691: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6692:
6693: 2013-07-23 moko
6694:
6695: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6696: PA_DEBUG_GC_MEMORY removed
6697:
6698: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6699: PA_DEBUG_DISABLE_GC compilation fix
6700:
6701: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6702: main/pa_request.C: outdated RESOURCES_DEBUG removed
6703:
6704: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6705: garbage cleanup
6706:
6707: * src/main/pa_common.C: warning war
6708:
6709: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6710:
6711: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6712: minor cleanup
6713:
6714: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6715: uses cygwin, not WIN32 implementation
6716:
6717: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6718: able to exec shell scripts
6719:
6720: * src/classes/math.C: ifdef WIN32 cleanup
6721:
6722: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6723:
6724: * src/classes/curl.C: LT_MODULE_EXT used
6725:
6726: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6727:
6728: 2013-07-22 moko
6729:
6730: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6731: includes fix
6732:
6733: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6734:
6735: * configure.in, src/include/pa_config_includes.h,
6736: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6737: src/main/pa_exec.C: includes cleanup
6738:
6739: * src/targets/cgi/parser3.C: 2012->2013
6740:
6741: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6742:
6743: * configure.in, src/include/pa_config_includes.h,
6744: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6745: src/main/pa_random.C, src/main/pa_socks.C,
6746: src/types/pa_vstatus.C: cygwin support cleanup
6747:
6748: * configure.in: dirent.h check added
6749:
6750: * src/: include/pa_config_includes.h, include/pa_dir.h,
6751: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6752: not copied
6753:
6754: 2013-07-21 moko
6755:
6756: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6757:
6758: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6759: parser3.vcproj: unused getopt.h / getopt.c removed
6760:
1.211 moko 6761: * operators.ru.txt, operators.txt, src/classes/file.C,
6762: tests/022.html, tests/results/022.processed:
6763: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6764:
6765: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6766: src/main/pa_dir.C: ^file:list[] now has dir column and when
6767: $.stat(true) it has size/*date columns modified patch from misha@
6768: that closes issue #914.
6769:
6770: * src/: include/pa_config_includes.h, main/pa_globals.C:
6771: PA_RELEASE_ASSERTS removed
6772:
6773: * src/lib/md5/pa_md5c.c: minor cleanup
6774:
6775: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6776: localeconv()->decimal_point usage remoed (related to issue #934)
6777:
6778: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6779: cordprnt.c removed
6780:
6781: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6782: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6783: pa-include/pa_strings.h: includes cleanup
6784:
6785: * src/lib/md5/pa_md5c.c: headers cleanup
6786:
6787: 2013-07-20 moko
6788:
6789: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6790: cleanup
6791:
6792: 2013-07-19 moko
6793:
6794: * src/classes/math.C: extern "C" added for crypt
6795:
6796: 2013-07-18 moko
6797:
6798: * src/classes/math.C: fix redhat7.2 build
6799:
6800: 2013-07-17 moko
6801:
6802: * configure.in, src/include/pa_config_includes.h,
6803: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6804: added for uint8/32/64_t)
6805:
6806: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6807: pa_config_includes.h used for uint32/64_t
6808:
6809: 2013-07-16 moko
6810:
6811: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6812: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6813: war
6814:
6815: * src/main/compile.tab.C: compile.y was updated
6816:
6817: * src/main/compile.y: warning war
6818:
6819: * src/: include/pa_exception.h, main/pa_exception.C,
6820: main/pa_xml_exception.C: warning war
6821:
6822: * src/: include/pa_common.h, main/pa_common.C: warning war
6823:
6824: * configure.in: beauty :)
6825:
6826: * tests/: 141.html, results/141.processed: sha256/512 added
6827:
6828: 2013-07-13 moko
6829:
6830: * src/lib/md5/md5.vcproj: sha2 added
6831:
6832: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6833: classes/math.C: sha2 support (sha256/sha512 digest)
6834:
6835: 2013-07-08 moko
6836:
6837: * src/classes/image.C: directory read or other read problem message
6838: fixed (related to issue #933)
6839:
6840: 2013-07-07 moko
6841:
6842: * AUTHORS: + misha + moko. :)
6843:
6844: 2013-07-06 moko
6845:
6846: * src/: classes/curl.C, include/pa_globals.h,
6847: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6848: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6849: for lt_dlinit to be called once and lt_dlexit called at right
6850: place (related to issue #925)
6851:
6852: 2013-07-04 moko
6853:
6854: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6855: VString::as_vfile now uses vfile.set_binary_string to avoid
6856: content-type to be set, as it brokes badly designed logic in
6857: response output. This hopefully finishes issue #928.
6858:
6859: * tests/results/: 256.processed, 286.processed: file now displayed
6860: as name, size, mode, content-type
6861:
6862: * src/main/pa_common.C: read error now reported cottectly (fixes
6863: issue #933
6864:
6865: 2013-06-28 moko
6866:
6867: * tests/: 286.html, results/286.processed: test extended
6868:
6869: * tests/: 286.html, results/286.processed: Test for issue #928
6870: added. it tests default content-type change.
6871:
6872: * src/types/pa_vfile.C: closes issue #928 - default content-type
6873: now updated
6874:
6875: 2013-06-25 moko
6876:
6877: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6878: content-type for text/binary files without name added;
6879: ^file::create[$f;...] options now works properly and $f
6880: properties are default (fixes issue #928)
6881:
6882: 2013-05-16 misha
6883:
6884: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6885: added
6886:
6887: * src/main/pa_table.C: - a tiny memory optimisation while creating
6888: table if specified limit is bigger than source rows count
6889:
6890: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6891: added ( new feature: #858 )
6892:
6893: 2013-04-29 moko
6894:
6895: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6896: $.ipresolve(0|1|2) added (closes issue #891)
6897:
6898: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6899:
6900: 2013-04-24 moko
6901:
6902: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6903: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6904: types/pa_vmemcached.h: ^memcache.release[] added, calls
6905: memcached_quit (refs #893)
6906:
6907: 2013-04-22 moko
6908:
6909: * src/: include/pa_string.h, main/pa_common.C: no more double
6910: slashes in file path (fixes bug #872)
6911:
6912: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6913: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6914: #739)
6915:
6916: * tests/results/266.processed: $.max_params added (feature #915)
6917:
6918: * src/: include/pa_common.h, main/pa_http.C: response-charset
6919: option added to file::load (closes issue #867)
6920:
6921: 2013-04-20 misha
6922:
6923: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6924: commited
6925:
6926: 2013-03-15 misha
6927:
6928: * src/classes/: hash.C, table.C: - Optimisation: do not create
6929: multiple empty strings while ::sql. uae String::Empty instead
6930:
6931: 2013-03-14 misha
6932:
6933: * src/classes/reflection.C: - for user classes
6934: ^reflection:method_info[] returns $.max_params and $.extra_param
6935: with $.call_type if they available ( new feature: #915 )
6936:
6937: * src/classes/file.C: - ^file:delete[] now supports an option
6938: $.exception(false) that suppress any exception while deleting
6939: file ( new feature: #916 )
6940:
6941: * src/classes/curl.C: - parsing cookies after curl:load now should
6942: work :)
6943:
6944: 2013-03-12 misha
6945:
6946: * src/types/pa_vfile.C: - if specified file_name is empty string
6947: set default name for the file
6948:
6949: 2013-03-11 misha
6950:
6951: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6952: also available in $f.cookies
6953:
6954: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6955: moved to a separate method
6956:
6957: 2013-03-10 moko
6958:
6959: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6960: added
6961:
6962: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6963: removed (declared by autoconf)
6964:
6965: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6966: uint32_t define
6967:
6968: 2013-03-10 misha
6969:
6970: * src/classes/file.C: ^file:delete and ^file:move now support
6971: option $.keep-empty-dirs(true) ( new feature: #884 )
6972:
6973: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6974: empty dirs is added
6975:
6976: 2013-03-10 moko
6977:
6978: * src/classes/: bool.C, double.C, int.C: default can be present,
6979: but default check removed from ^int/double/bool.int/double/bool
6980: for string.int/double/bool compatibility (related to issue #913)
6981:
6982: * src/classes/string.C: ^string.int/dobule/bool no longer
6983: internally throws exception if default is present (closes issue
6984: #913)
6985:
6986: 2013-03-09 misha
6987:
6988: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6989: optimisations ( #845 )
6990:
6991: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6992:
6993: 2013-03-08 moko
6994:
6995: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6996: creates correct table (fixes issue #910)
6997:
6998: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6999: use outside of 'connect' operator (fixes issue #911)
7000:
7001: * tests/results/: 096.processed, 122.processed: test results
7002: updated as doubles now printed with 15 significant digits, not 5
7003: (fixes issue #882)
7004:
7005: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7006: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7007:
7008: 2013-02-21 moko
7009:
7010: * src/classes/table.C: _locate_name_value does not check arguments
7011: count, so we check it in advance (fixes issue #905)
7012:
7013: 2012-10-23 moko
7014:
7015: * buildall: old shell for and echo compatibility (for six)
7016:
7017: 2012-10-19 moko
7018:
7019: * buildall: --strip added --disable-safe-mode listed in usage
7020:
7021: 2012-10-17 misha
7022:
7023: * src/classes/op.C: - apply-taint should not throw "outside
7024: connect" exception with sql lang now
7025:
7026: 2012-10-17 moko
7027:
7028: * src/main/pa_request.C: bugfix: safe mode should be inited for
7029: each request (for apache module)
7030:
7031: 2012-09-26 moko
7032:
7033: * src/doc/doxygen.cfg: png -> svg
7034:
7035: 2012-09-25 moko
7036:
7037: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7038: test added
7039:
7040: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7041: double use when key is long
7042:
7043: 2012-09-16 moko
7044:
7045: * src/classes/math.C: Format -> Method Encode -> Format
7046:
7047: * tests/: 141.html, results/141.processed: math:digest hmac test
7048: added
7049:
7050: 2012-09-14 moko
7051:
7052: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7053: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7054: implementation added
7055:
7056: 2012-09-12 moko
7057:
7058: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7059: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7060: targets.dox and string.dox slightly actualized
7061:
7062: 2012-08-31 moko
7063:
7064: * ChangeLog: now generated with patched cvs2cl.pl
7065:
7066: 2012-07-29 moko
7067:
7068: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7069: result should be pushed after VMethodFrame destructor is called,
7070: as it deletes junctions from stack params (fixes issue #868)
7071:
7072: 2012-07-23 moko
7073:
7074: * INSTALL, README: buildall script usage documented, other outdated
7075: info updated.
7076:
7077: * buildall-with-xml, buildall-without-xml: replaced by buildall
7078:
7079: 2012-07-21 moko
7080:
7081: * buildall: glib does not compile when threads are disabled...
7082:
7083: * src/types/pa_vmail.C: g_assertion fixes for empty input
7084:
7085: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7086: unref, can't unref nested objects)
7087:
7088: * src/types/pa_vmail.C: another check added
7089:
7090: 2012-07-19 moko
7091:
7092: * buildall: usage added
7093:
7094: * buildall: new buildall script that unites buildall-with-xml,
7095: buildall-without-xml, --with-apache and --with-mailreceive
7096:
7097: * configure.in: support for static gmime and dynamic glib linking.
7098: fixes for FreeBSD
7099:
7100: 2012-07-17 moko
7101:
7102: * configure.in: --with-mailreceive replaced
7103: --with-static-mailreceive and --with-shared-mailreceive pathlink
7104: removed
7105:
7106: 2012-07-16 moko
7107:
7108: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7109: capitalized, content now decoded and text content converted to
7110: $request:charset. all properties are accessed by functions, this
7111: ready for dynamic load.
7112:
7113: 2012-06-28 moko
7114:
1.116 moko 7115: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7116: 32 bit
1.95 moko 7117:
7118: 2012-06-27 moko
7119:
7120: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7121: passive ftp
7122:
7123: * src/lib/ltdl/ltdl.vcproj: release build fixed
7124:
7125: * configure.in: 3.4.2 RC -> 3.4.2
7126:
7127: 2012-06-22 moko
7128:
7129: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7130: #815)
7131:
7132: * tests/: 284.html, results/284.processed: output options test
7133: (feature #265)
7134:
7135: 2012-06-22 misha
7136:
7137: * tests/215.html: - little changes
7138:
7139: 2012-06-21 moko
7140:
7141: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7142: types/pa_vxdoc.h: output_options returned and used (bugfix for
7143: feature #265)
7144:
7145: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7146: breaks long .*, default 10M restored. (issue #216)
7147:
7148: * tests/: 283.html, results/283.processed: test for issue #815
7149: added
7150:
7151: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7152: again, cstrm not required.
7153:
7154: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7155: Win32 and broken FreeBSD (issue #45)
7156:
7157: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7158:
7159: * src/main/pa_string.C: warnings war
7160:
7161: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7162: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7163: main/pa_socks.C, targets/apache/pa_threads.C,
7164: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7165: types/pa_vstatus.C: compilation under cygwin fixed
7166:
7167: 2012-06-19 moko
7168:
7169: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7170: Windows fixed
7171:
7172: * parser3.sln: removed antique pcre_ctype
7173:
7174: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7175:
7176: * src/include/pa_config_fixed.h: undefined reference to
7177: __imp__pcre_* fix for Windows
7178:
7179: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7180: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7181: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7182: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7183: define fixed
1.95 moko 7184:
7185: 2012-06-18 moko
7186:
7187: * src/classes/memcached.C: flush -> clear
7188:
7189: * src/classes/memcached.C: memcached does not support quotes even
7190: in server name
7191:
7192: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7193: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7194: called on open to check servers existance. $.key(true) syntax
7195: now supported
7196:
7197: 2012-06-17 moko
7198:
7199: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7200: cleanup
7201:
7202: * src/classes/table.C, tests/282.cfg, tests/282.html,
7203: tests/results/282.processed: encloser at the EOF bug fixed,
7204: incorrectly enclosed data now processed more logicaly (fixes
7205: #339)
7206:
7207: 2012-06-15 moko
7208:
7209: * buildall-without-xml: sync with buildall-with-xml
7210:
7211: * buildall-with-xml: download auto-detected between fetch and curl
7212:
7213: * configure.in: --with-gc and --with-pcre now also processed
7214: correctly
7215:
1.116 moko 7216: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7217: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7218: should be run on rol1 using automake / aclocal (GNU automake)
7219: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7220:
7221: * configure.in: new PARSER_VERSION logic
7222:
7223: * src/include/pa_version.h: new pa_version.h logic
7224:
7225: * src/: classes/curl.C, classes/file.C, classes/image.C,
7226: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7227: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7228: feols_normalized -> fis_text_content set_binary added
7229:
7230: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7231:
7232: 2012-06-15 misha
7233:
7234: * src/: classes/curl.C, classes/file.C, classes/image.C,
7235: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7236: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7237: ^file::create[text;content] EOLs in content now is normalized. (
7238: new feature: #815 )
7239:
7240: 2012-06-15 moko
7241:
7242: * configure.in: --disable-version-update added to disable version
7243: update with host information (for debian package) whitespace
7244: optimized
7245:
7246: * configure.in: version changed to 3.4.2 RC no-pic added for
7247: libtool
7248:
7249: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7250: it.
7251:
7252: 2012-06-14 moko
7253:
7254: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7255: tests/results/281.processed: "hash flocked" error removed for
7256: safe operations like ^h._count[] ( new feature: #335 )
7257:
1.116 moko 7258: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7259:
7260: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7261:
7262: * configure.in: --with-static/shared xml replaced with --with-xml,
7263: xml compilation check added
7264:
7265: * configure.in: --with-static/shared-gc, --with-static-pcre are
7266: replaced with --with-gc and --with-pcre test for pcre linking
7267: added
7268:
7269: 2012-06-13 moko
7270:
7271: * configure.in: apxs2 check optimized
7272:
7273: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7274: .la, includes optimized
7275:
7276: * buildall-with-xml: --with-pic looks better for -fPIC
7277:
7278: * configure.in: switched to convenience library in static linking
7279:
7280: * src/targets/apache/Makefile.am: switched to convenience library
7281: usage to avoid libtool warnings
7282:
7283: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7284: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7285: smtp/Makefile.am: switched to convenience library usage
7286:
7287: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7288:
7289: * src/targets/apache/Makefile.am: updated for libtool usage
7290:
7291: * buildall-without-xml: --with-included-ltdl added
7292:
7293: * buildall-without-xml: sync with buildall-with-xml
7294:
7295: * buildall-with-xml: --with-included-ltdl added $cflags added for
7296: -fPIC for x64 $download added for wget success check added
7297:
7298: * buildall-without-xml: --with-dynamic-stdcpp removed
7299:
7300: * configure.in: disable-static returned
7301:
7302: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7303: LIBTOOLFLAGS
7304:
7305: 2012-06-12 moko
7306:
7307: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7308: compatible with LIBTOOLFLAGS for unknown reasons
7309:
7310: * buildall-with-xml: --with-dynamic-stdcpp removed
7311:
7312: * configure.in: static/dynamic -lstdc++ linking option removed
7313: apxs2 check added
7314:
7315: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7316: option removed
7317:
7318: 2012-06-10 moko
7319:
7320: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7321: added
7322:
7323: * src/targets/cgi/pp3.cmd: old PAF stuff
7324:
1.116 moko 7325: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7326: beauty
1.95 moko 7327:
7328: * depcomp: from libtool 2.4.2
7329:
7330: * configure.in: ltdl directory removed, it has correct Makefile.in
7331:
7332: 2012-06-09 moko
7333:
1.116 moko 7334: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7335: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7336: autogenerated files updated after libtool update
7337:
1.116 moko 7338: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7339: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7340: config_auto.h.in, config_fixed.h, configure, configure.ac,
7341: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7342: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7343: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7344: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7345: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7346: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7347: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7348: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7349: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7350: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7351:
7352: * configure.in: preparation for new libtool
7353:
7354: * configure.in: Some beauty added :)
7355:
7356: * src/targets/apache/Makefile.am: := -> =
7357:
7358: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7359: again. :)
7360:
7361: * src/include/pa_config_includes.h, configure.in: limits.h added,
7362: previously was taken from pcre_internal.h. :)
7363:
7364: * src/lib/pcre/Makefile.am: config.h returned
7365:
7366: * src/lib/pcre/config.h: still need this. :)
7367:
7368: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7369:
7370: * configure.in: --with-charsets removed; --with-mysql-client & co
7371: removed
7372:
7373: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7374: now in parser tree, no need to copy
7375:
7376: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7377: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7378: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7379: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7380: extracts now used old trash removed
7381:
7382: * etc/parser3.charsets/Makefile.am: charsets now in share
7383: (debian/patches/104_automake.patch) + all charsets are copied
7384:
7385: * buildall-with-xml, buildall-without-xml: curl option removed +
7386: extra arguments now supported
7387:
7388: 2012-06-08 misha
7389:
7390: * src/classes/table.C: - one params.as_hash usage was rolled back:
7391: the 2nd option in ^table.hash[] could be hash or table so
7392: .as_hash will throw an exception when table option is specified
7393:
7394: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7395: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7396: classes/table.C, classes/void.C, classes/xdoc.C,
7397: include/pa_exception.h, types/pa_vmethod_frame.C,
7398: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7399: and improved (whitespaces are allowed as empty options) -
7400: MethodParams::as_table is added - above methods are used for
7401: parsing methods' options ( new feature: #9 )
7402:
7403: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7404: to vclass. now class fields can be accessible as a hash:
7405: $h[^hash::create[$asd:CLASS]]
7406:
7407: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7408: have get_fields method so their fields can be accessed with
7409: ^reflection:fields[...] & ^reflection:field[...]
7410:
7411: 2012-06-06 misha
7412:
7413: * tests/280.html: - tests for
7414: ^reflection:method[obj-or-class;method],
7415: ^reflection:field[obj-or-class;field] and
7416: ^reflection:fields[obj-or-class] are added
7417:
7418: 2012-06-05 misha
7419:
7420: * src/classes/reflection.C: - ^reflection:method[class or
7421: object;method name] and ^reflection:field[class or object;field
7422: name] are added
7423:
7424: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7425: is used
7426:
7427: * src/types/pa_method.h: - Method::as_vjunction method is added
7428:
7429: 2012-06-05 moko
7430:
1.116 moko 7431: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7432:
7433: * src/classes/memcached.C: flish ttl fixed
7434:
7435: 2012-06-04 moko
7436:
7437: * src/classes/json.C, src/classes/op.C, tests/279.html,
7438: tests/results/279.processed: ^json:parse[] now supports $.taint
7439: option (new feature #833)
7440:
7441: 2012-06-04 misha
7442:
7443: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7444: - search_stop method was moved from pa_vcookie.C to pa_common.C
7445:
7446: 2012-06-03 misha
7447:
7448: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7449: cookies are parced and stored into $.cookies ( new feature: #31 )
7450:
7451: 2012-05-30 misha
7452:
7453: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7454: incomplete class into a scope while @USE is found
7455:
7456: * src/main/compile.y: - add incomplete class into a scope while
7457: @USE and @CLASS instructions are found ( bugfix: #838 )
7458:
7459: 2012-05-30 moko
7460:
7461: * src/types/pa_vclass.C, tests/278.html,
7462: tests/results/278.processed: removed "property has no getter
7463: method" exception when GET_DEFAULT present (fixes #269)
7464:
7465: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7466: $._default
7467:
7468: 2012-05-29 moko
7469:
7470: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7471: uninitialized values usage (new feature: #154)
7472:
7473: 2012-05-28 moko
7474:
7475: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7476: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7477: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7478: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7479: src/types/pa_vobject.C, src/types/pa_vobject.h,
7480: src/types/pa_vstring.h, src/types/pa_vtable.C,
7481: tests/results/277.processed, src/types/pa_vtable.h,
7482: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7483: ^json:string[$o; $.default[$method]] implemented for VObject (new
7484: feature #803)
7485:
7486: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7487: tests/results/277.processed: json numbers are now treated as
7488: double ( new feature: #834 )
7489:
7490: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7491: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7492: added for out of range checks, zero division in vint/vdouble
7493: check added ( fixes #832 )
7494:
7495: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7496: ( fixes #832 )
7497:
7498: 2012-05-28 misha
7499:
7500: * buildall-with-xml: - --without-lzma option is added to libxml2
7501: configure
7502:
7503: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7504: added - tests for unsupported values for options $.file, $.table
7505: and $.date are added
7506:
7507: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7508: accepts "stat" $.file[] option's value in addition to existed
7509: "text" and "base64" ( new feature: #835 )
7510:
7511: * tests/276.html: - test for
7512: ^reflection:delete[$object-or-class;field-name]
7513:
7514: * src/classes/reflection.C: -
7515: ^reflection:delete[$object-or-class;field-name] is added ( new
7516: feature: #268 )
7517:
7518: 2012-05-27 misha
7519:
7520: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7521:
7522: 2012-05-24 misha
7523:
7524: * src/include/pa_common.h: - method lastposafter was removed
7525:
7526: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7527: lastposafter - ^file:dirname[] & Co proper handle windows file
7528: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7529: work as *nix commands
7530:
7531: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7532:
7533: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7534: rskipchars were added
7535:
7536: * tests/270.html: - more tests for ^file:find[]
7537:
7538: * tests/065.html: - more tests for ^file:dirname[] & Co
7539:
7540: * src/include/pa_version.h: - must be "win32" here. it is
7541: auto-generated on *nix
7542:
7543: 2012-05-24 moko
7544:
7545: * src/classes/math.C: ^math:convert[] now supports uint32 and
7546: throws overflow exception ( new feature: #830 )
7547:
7548: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7549: uint32 support and overflow added ( new feature: #830 )
7550:
7551: 2012-05-23 moko
7552:
7553: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7554: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7555: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7556: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7557: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7558: types/pa_vregex.h, types/pa_vstateless_class.C,
7559: types/pa_vstateless_class.h, types/pa_vstring.h,
7560: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7561: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7562: "return string as-is" removed from as_expr_result. ( new feature:
7563: #831 )
7564:
7565: * tests/results/244.processed: test changed after bug #782 fix
7566: commited
7567:
7568: * tests/results/229.processed: test results for bug #782 commited
7569:
7570: * tests/: 254.html, results/254.processed: uid now just compared,
7571: not printed. :)
7572:
7573: 2012-05-20 moko
7574:
7575: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7576: feature: #341 )
7577:
7578: * tests/: 254.html, results/254.processed: test for
7579: ^reflection:uid[] added
7580:
7581: * tests/: 254.html, results/254.processed: test for
7582: ^reflection:uid[$obj] added
7583:
7584: 2012-05-17 misha
7585:
7586: * src/main/untaint.C: - do not replace ' char by _26 while
7587: exploding filespec-tainting ( new feature: #829 )
7588:
7589: 2012-05-12 moko
7590:
7591: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7592: not.
7593:
7594: 2012-05-08 moko
7595:
7596: * src/types/pa_vmethod_frame.h: bug #782 fixed
7597:
7598: * tests/229.html: test for bug #782
7599:
7600: * tests/results/259.processed, src/main/pa_request.C,
7601: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7602: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7603: src/types/pa_vvoid.h: feature #154 - first empty param now
7604: string; defined locals are empty strings; $STRICT-VARS(true)
7605: added
7606:
7607: 2012-04-27 moko
7608:
1.116 moko 7609: * src/targets/apache/Makefile.am:
1.95 moko 7610: ../../lib/memcached/libmemcached.a added
7611:
7612: 2012-04-27 misha
7613:
7614: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7615: ( #827 )
7616:
7617: 2012-04-25 moko
7618:
7619: * src/: classes/json.C, classes/memcached.C,
7620: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7621: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7622: implemented.
7623:
7624: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7625:
7626: 2012-04-23 moko
7627:
7628: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7629: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7630: types/pa_vmemcached.h: open allows options hash for new
7631: memcached(options) function
7632:
7633: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7634: not appended
7635:
7636: 2012-04-21 moko
7637:
7638: * src/classes/curl.C: '' added. :)
7639:
7640: * src/classes/classes.vcproj: new curl.h location
7641:
7642: * src/classes/curl.C: verbose output redirection from stderr to
7643: file curl option added
7644:
7645: 2012-04-20 moko
7646:
7647: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7648: contains what we need from curl, #ifdef HAVE_CURL removed
7649:
1.116 moko 7650: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7651: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7652: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7653: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7654: configure option
7655:
7656: 2012-04-19 moko
7657:
7658: * src/: classes/double.C, classes/inet.C, classes/int.C,
7659: classes/string.C, lib/gc/include/gc_allocator.h,
7660: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7661: options from sql_result_string removed. (closes issue #468)
7662:
7663: * src/types/pa_vmemcached.C: empty string fix
7664:
7665: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7666: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7667: pa_vmemcached.C
7668:
7669: 2012-04-18 moko
7670:
7671: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7672: apache2-mpm-prefork" error displayed in threaded mpm.
7673:
7674: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7675: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7676: installed (issue #354)
7677:
7678: 2012-04-16 moko
7679:
7680: * src/types/pa_vmemcached.C: call to memcached_result_create and
7681: memcached_result_free removed
7682:
7683: 2012-04-14 moko
7684:
7685: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7686:
7687: * src/types/pa_vmemcached.C: check_key added and used
7688:
7689: 2012-04-13 moko
7690:
7691: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7692: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7693: Serialization_data now added and used, VString now serialized
7694: with languages into memcached.
7695:
7696: 2012-03-28 moko
7697:
7698: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7699: lib/memcached/pa_memcached.h: result lengths added
7700:
7701: 2012-03-27 moko
7702:
7703: * src/types/pa_vmemcached.C: strdup added
7704:
7705: 2012-03-24 moko
7706:
7707: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7708: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7709: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7710:
7711: 2012-03-20 moko
7712:
1.116 moko 7713: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7714:
7715: * src/targets/cgi/Makefile.am: cleanup
7716:
7717: * src/: types/Makefile.am, types/pa_vmemcached.C,
7718: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7719:
7720: * src/: classes/Makefile.am, classes/memcached.C,
7721: lib/memcached/Makefile.am, lib/memcached/constants.h,
7722: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7723: lib/memcached/types.h, lib/Makefile.am: memcached initial
7724:
7725: 2012-03-16 moko
7726:
7727: * src/main/execute.C: ident now works under Linux + ident displays
7728: filenames (closes issue #818)
7729:
1.116 moko 7730: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7731: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7732: pa_vmethod_frame_local.h removed
7733:
7734: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7735: classes/classes.h, classes/curl.C, classes/date.C,
7736: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7737: classes/hashfile.C, classes/image.C, classes/inet.C,
7738: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7739: classes/memory.C, classes/op.C, classes/reflection.C,
7740: classes/regex.C, classes/response.C, classes/string.C,
7741: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7742: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7743: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7744: include/pa_config_fixed.h, include/pa_config_includes.h,
7745: include/pa_dictionary.h, include/pa_dir.h,
7746: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7747: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7748: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7749: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7750: include/pa_request_charsets.h, include/pa_request_info.h,
7751: include/pa_sapi.h, include/pa_socks.h,
7752: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7753: include/pa_stack.h, include/pa_string.h,
7754: include/pa_stylesheet_connection.h,
7755: include/pa_stylesheet_manager.h, include/pa_table.h,
7756: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7757: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7758: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7759: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7760: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7761: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7762: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7763: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7764: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7765: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7766: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7767: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7768: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7769: main/pa_string.C, main/pa_stylesheet_connection.C,
7770: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7771: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7772: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7773: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7774: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7775: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7776: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7777: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7778: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7779: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7780: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7781: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7782: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7783: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7784: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7785: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7786: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7787: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7788: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7789: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7790: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7791: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7792: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7793: types/pa_vresponse.h, types/pa_vstateless_class.C,
7794: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7795: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7796: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7797: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7798: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7799: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7800: ident now works under Linux + ident displays filenames (closes
7801: issue #818) Copyright updated
7802:
7803: 2012-03-13 moko
7804:
7805: * src/main/pa_string.C: compilation fix for feature #741
7806:
7807: 2012-03-09 misha
7808:
7809: * tests/193.html: - tests for ^string:base64[encoded] are updated
7810:
7811: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7812: now detects invalid base64 chars in the middle of encoded stricg
7813: ( new feature: #55 )
7814:
7815: * src/include/pa_exception.h: - new exception type for base64
7816: decoding is added
7817:
7818: 2012-03-06 misha
7819:
7820: * tests/274.html: - tests for ^date::today[] and
7821: ^date.sql-string[datetime|date|time] are added
7822:
7823: * src/classes/date.C: - constructor ^date::today[] is added ( new
7824: feature: #811 ) - ^date.sql-string[] now can accept one param --
7825: strings "datetime", "date" or "time" - comments tidying up
7826:
7827: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7828: date and time
7829:
7830: 2012-03-03 misha
7831:
7832: * tests/193.html: - tests for
7833: ^string:base64[encoded;$.strict(true)] are added
7834:
7835: * tests/results/auto.p: - try-catch operator is added
7836:
7837: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7838: main/pa_common.C: - $.strict(true|false) option is added to
7839: base64 decode methods ( new feature: #55 )
7840:
7841: * src/main/pa_common.C: - base64 decode memory usage was decreased
7842: ( new feature: #819 )
7843:
7844: 2012-02-28 moko
7845:
7846: * src/classes/hash.C: ident test
7847:
7848: 2012-02-27 misha
7849:
7850: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7851:
7852: 2012-01-08 misha
7853:
7854: * tests/273.html: - tests for ^string.replace[from;to] are added
7855:
7856: * src/: classes/string.C, include/pa_dictionary.h,
7857: main/pa_dictionary.C, main/pa_string.C: -
7858: ^string.replace[from;to] is added ( new feature: #741 ) -
7859: ^string.replace[one subst here] is slightly optimized
7860:
7861: 2011-12-07 misha
7862:
7863: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7864: named table with one empty column ( bugfix: #63 )
7865:
7866: 2011-11-30 misha
7867:
7868: * src/classes/json.C: - it's possible to set user's method for
7869: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7870: #763 )
7871:
7872: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7873:
7874: 2011-11-23 misha
7875:
7876: * src/: classes/curl.C, classes/file.C, classes/image.C,
7877: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7878: types/pa_vfile.h, types/pa_vform.C: - constructor
7879: ^file::create[mode;filename;content[;options]] now accepts binary
7880: mode and file-content - new constructor's format:
7881: ^file::create[string-or-file-content[;$.name[filename]
7882: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7883: feature: #65 )
7884:
7885: * src/: include/pa_request.h, main/pa_request.C: - new method
7886: mime_type_of(const String*) is added
7887:
7888: * src/include/pa_exception.h: - new exception constant
7889: FILE_NAME_MUST_BE_SPECIFIED is added
7890:
7891: * src/classes/table.C: - bug with negative offset transformed into
7892: a feature. it means pointing to a row from the end of the table (
7893: new feature: #810 )
7894:
7895: 2011-11-19 misha
7896:
7897: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7898: â ìåòîäå _select ( new feature: #810 )
7899:
7900: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7901: options were specified together is simplified
7902:
7903: 2011-11-12 misha
7904:
7905: * src/main/pa_request.C: - forgotten fix for escaping filename in
7906: HTTP content-disposition header (a part of bug #361 )
7907:
7908: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7909: checks for ancestors' classes as well ( new feature: #456 )
7910:
7911: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7912: "without cycle" now have types "parser.break" and
7913: "parser.continue" instead of "parser.runtime" ( new feature: #799
7914: )
7915:
7916: 2011-11-11 misha
7917:
7918: * tests/results/: 099.processed, 100.processed, 205.processed,
7919: 237.processed: - since bug #361 was fixed the content of filename
7920: in HTTP headers is quoted
7921:
7922: * tests/results/270.processed: - result for test 270
7923:
7924: * tests/: 065.html, results/065.processed: - more tests for
7925: ^file:basename[] & Co were added
7926:
7927: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7928:
7929: * tests/270.html: - tests for ^file:find[] are added
7930:
7931: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7932: using option $.charset. option $.engoding is still supported but
7933: these options can not be specified together
7934:
7935: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7936: comparation charset name with string "UTF-8" ( bugfix: #759 )
7937:
7938: 2011-10-11 misha
7939:
7940: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7941: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7942: #622)
7943:
7944: 2011-09-30 misha
7945:
7946: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7947: exception "saving stat-ed file" ( bugfix: #395 )
7948:
7949: 2011-05-30 misha
7950:
7951: * src/classes/string.C: - fixed bug which was added with
7952: params.as_hash into string:sql
7953:
7954: 2011-05-29 misha
7955:
7956: * src/types/pa_value.C: - filename in content-disposition header
7957: must be quoted ( bugfix: #361 )
7958:
7959: 2011-05-27 misha
7960:
7961: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7962: created file
7963:
7964: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7965: usage
7966:
7967: * src/include/pa_exception.h: - one more string for exception was
7968: added
7969:
7970: 2011-05-25 misha
7971:
7972: * tests/269.html: - tests for checking input params in some dom
7973: methods
7974:
7975: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7976: was added. it isn't possible not wo create xdoc with invalid
7977: tagName. ( bugfix: #160 )
7978:
7979: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7980: string "data must be string" was mover from pa_exception.h to
7981: pa_xml_exception.h
7982:
7983: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7984: as_xmlncname, as_xmlname and as_xmlnsuri were added
7985:
7986: * src/main/pa_xml_exception.C: - XmlException accepts more options
7987:
7988: * src/include/pa_xml_exception.h: - XmlException accepts more
7989: options - XML-related exception's strings were added
7990:
7991: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7992: output_options were removed)
7993:
7994: 2011-05-19 misha
7995:
7996: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7997: params.as_hash is used more while parsing methods hash-options
7998:
7999: 2011-05-18 misha
8000:
1.211 moko 8001: * operators.ru.txt, operators.txt: - info about json-serialization
8002: of xdoc was added
1.95 moko 8003:
8004: * tests/256.html: - tests for json-serialization xdoc were added
8005:
8006: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8007:
8008: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8009: classes/json.C, classes/xdoc.C: - now json:string can serialize
8010: xdoc-objects. options (the same as ^xdoc.string[]) could be
8011: specified in $.xdoc[] ( new feature: #265 )
8012:
8013: 2011-05-15 misha
8014:
8015: * tests/268.html: - tests for ^table.count[with options] were added
8016:
8017: * src/classes/table.C: - method ^table.count[] now can accept
8018: options ( new feature: #93 ): ^table.count[column] returns number
8019: of columns for named table; ^table.count[cells] returns number of
8020: cells in the current row; ^table.count[] & ^table.count[rows]
8021: return number of rows in a table.
8022:
8023: * tests/267.html: - test for checking switch/case in boolean mode
8024: was added
8025:
8026: * src/classes/op.C: - if switch's or case's value is bool, they are
8027: compared as bool values, not as double values: new feature: #351
8028:
8029: 2011-05-06 misha
8030:
8031: * tests/242.html: - EOL before EOF was added
8032:
8033: * tests/169.html: - tests for splitting empty string and void were
8034: added
8035:
8036: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8037: returned table with one empty cell)
8038:
8039: 2011-04-03 misha
8040:
8041: * src/include/pa_version.h, configure.in: - version in head was
8042: changed to 3.4.2b
8043:
8044: 2011-03-30 misha
8045:
8046: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8047: as well ( new feature #294 )
8048:
8049: 2011-03-29 misha
8050:
8051: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8052: limited to approx. 6 MB. previous limits were too big for real
8053: life. bugfix: #216
8054:
8055: 2011-03-04 moko
8056:
8057: * etc/parser3.charsets/cp866.cfg: Conforms to
8058: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8059:
8060: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8061: vlalek@
8062:
8063: 2011-02-22 misha
8064:
1.211 moko 8065: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8066: methods mustn't be under #ifdef XML or parser can't be compiled
8067: without xml support
1.95 moko 8068:
8069: 2011-02-21 misha
8070:
1.116 moko 8071: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8072: ApacheModuleParser3.vcproj was removed
8073:
8074: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8075: removed)
8076:
8077: 2011-02-20 misha
8078:
8079: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8080: $.overridden in ^reflection:method_info[...] were added
8081:
8082: * src/classes/reflection.C: - beautifying result of
8083: ^reflection:method_info[] ($.overridden/inherited)
8084:
8085: 2011-02-18 misha
8086:
8087: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8088: and pa_isalnum instead of isalpha and isalnum - bug with
8089: redundand quoting lowercased latin chars while building email
8090: body was fixed
8091:
8092: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8093: added (they check for latin chars only)
8094:
8095: 2011-02-16 misha
8096:
8097: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8098: string size for transcoding gave too small value (should ever
8099: look for availability char in dest charset inspite of the char
8100: size)
8101:
8102: 2011-02-04 moko
8103:
8104: * tests/223.html: header values now not url-encoded (issue #195)
8105:
8106: 2011-02-01 misha
8107:
8108: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8109:
8110: 2011-01-31 misha
8111:
8112: * src/main/pa_request.C: - throw exception if param file_name in
8113: use_file is empty
8114:
8115: 2011-01-08 moko
8116:
8117: * src/classes/curl.C: compilations errors fixed
8118:
8119: 2010-12-29 moko
8120:
8121: * tests/: 265.html, results/265.processed: test for issue #200
8122: added
8123:
8124: * src/main/pa_string.C: empty regex result check added (fixes issue
8125: #200)
8126:
8127: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8128:
8129: * tests/results/223.processed: header values now not url-encoded
8130: (issue #195)
8131:
8132: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8133: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8134: pa_http_safe_header_name added for headers names (fixes bug #195)
8135:
8136: 2010-12-18 misha
8137:
8138: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8139: => pa-include
8140:
8141: 2010-11-28 moko
8142:
8143: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8144:
8145: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8146: -> pa
8147:
8148: * configure.in: apr -> pa
8149:
8150: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8151:
8152: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8153: classes/Makefile.am, types/Makefile.am: apr -> pa
8154:
8155: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8156: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8157: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8158: pa-include/pa_apr.h, pa-include/pa_errno.h,
8159: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8160: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8161: module apr name conflict resolved)
8162:
8163: 2010-11-27 misha
8164:
8165: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8166: libbz2
8167:
8168: 2010-11-26 misha
8169:
8170: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8171: warnings removed
8172:
8173: 2010-11-25 moko
8174:
1.211 moko 8175: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8176:
1.211 moko 8177: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8178:
1.211 moko 8179: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8180:
8181: * buildall-with-xml: libxml2-2.7.8 + with-apache
8182:
8183: 2010-11-24 moko
8184:
1.116 moko 8185: * configure: apxs support
1.95 moko 8186:
8187: * configure.in: apxs support -Bstatic gc removed for OS X
8188:
8189: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8190:
8191: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8192: THREAD_LOCAL usage
8193:
8194: * src/: classes/curl.C, include/pa_config_includes.h,
8195: main/pa_globals.C: THREAD_LOCAL defined and used
8196:
8197: 2010-11-23 moko
8198:
8199: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8200: should be passed to pa_sleep, and only fractional part (bugfix:
8201: #188)
8202:
8203: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8204:
8205: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8206: GC_dont_gc=1, as in cgi version
8207:
8208: * src/targets/apache/mod_parser3.c: warning war
8209:
8210: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8211: pa_httpd.h: version removed, some trash removed
8212:
8213: * src/targets/apache/mod_parser3.c: version removed (we don't want
8214: to show it), warning war
8215:
8216: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8217: pa_httpd.h: parser_status_allowed removed + merge config
8218: functions removed (override is the default) + beauty
8219:
8220: * src/: include/pa_request.h, main/pa_request.C,
8221: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8222: hide $status used in apache module removed
8223:
8224: 2010-11-18 moko
8225:
1.211 moko 8226: * operators.ru.txt, operators.txt: $.table[compact] added for
8227: ^json:string[]
1.95 moko 8228:
8229: 2010-11-16 moko
8230:
8231: * src/targets/apache/mod_parser3.c: some cleanup done
8232:
8233: * src/main/untaint.C: bugfix: first, second String::Body argument
8234: is hashcode; second, info.fragment_begin is original, not
8235: resulting length
8236:
8237: * src/classes/file.C: new feature: $.stdin now untainted
8238:
8239: * tests/results/264.processed: new feature: $.stdin[] now untainted
8240:
8241: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8242:
8243: * src/classes/op.C: ^apply-taint[] method added
8244:
8245: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8246: added; $.stdin untaint test added
8247:
8248: 2010-11-15 moko
8249:
8250: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8251: removed
8252:
8253: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8254: pa_httpd.h: 2x2 calculated under apache2. :)
8255:
8256: 2010-11-13 moko
8257:
8258: * src/targets/apache/mod_parser3.c: initial changes to build module
8259: with apache 2.x includes
8260:
8261: * src/targets/apache/: Makefile.am, mod_parser3.c,
8262: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8263: united apache 1.3 / apache 2.x DSO module
8264:
8265: 2010-11-09 moko
8266:
8267: * src/types/pa_method.h: check added to dissallow @method[name;*]
8268: syntax
8269:
8270: * tests/: 263.html, results/263.processed: test from method[*args]
8271: added
8272:
8273: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8274: number of params can now be passed to a method declared with *arg
8275:
8276: 2010-11-06 moko
8277:
8278: * src/classes/table.C: formating fixed. :)
8279:
8280: * src/classes/table.C: closes #4: ^table.select now supports
8281: $.limit(), $.offset, $.reverse() options
8282:
8283: * tests/: 262.html, results/262.processed: test for ^table:select
8284: with options added (feature #4)
8285:
8286: * src/include/pa_array.h: remove function added
8287:
8288: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8289: object in get_element/put_element, using static one.
8290:
8291: 2010-11-04 moko
8292:
8293: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8294: options is passed
8295:
8296: * tests/: 256.html, results/256.processed: $.table[compact] feature
8297: now tested; k and p in handler now tested.
8298:
8299: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8300: $.table[compact] feature added
8301:
8302: * src/classes/json.C: key is now passed to handler in
8303: value_json_string; ^json:string result now process tainting
8304: inside and returns clean string, related to issue #153
8305:
8306: * src/main/untaint.C: bugfix: charset can be null (in
8307: ^string:save[] as example), thus check is added
8308:
8309: 2010-10-31 moko
8310:
8311: * src/classes/string.C: error message changed (fixes issue #149)
8312:
8313: 2010-10-29 moko
8314:
8315: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8316: port is not default (fixes issue #155); exception on invalid port
8317: added.
8318:
8319: * src/main/untaint.C: '*' is now not urlencoded to allow header
8320: "Accept: */*" to be passed
8321:
8322: 2010-10-28 moko
8323:
8324: * src/classes/curl.C: bugfix: detect_charset() was throwing
8325: exception on unknown charset even if response_charset was
8326: specified
8327:
8328: 2010-10-27 moko
8329:
8330: * src/classes/string.C: ^string.append removed for void
8331: compatibility
8332:
8333: 2010-10-26 moko
8334:
8335: * src/classes/json.C: libjson supports array at top level, we too
8336: (GPF fixed)
8337:
8338: 2010-10-25 moko
8339:
8340: * tests/: 253.html, results/253.processed: libjson supports array
8341: at top level, parser now supports it as well.
8342:
8343: * tests/261.html, tests/results/261.processed,
8344: src/types/pa_vstring.h: empty string is now void compatible
8345: (allows $empty.key)
8346:
8347: 2010-10-22 misha
8348:
8349: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8350: while adding additional expires checkout)
8351:
8352: * tests/030.html: - test for session cookie was added
8353:
8354: 2010-10-21 moko
8355:
8356: * src/: classes/string.C, classes/void.C, main/execute.C,
8357: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8358: string (feature #111)
8359:
8360: * tests/: 261.html, results/261.processed: checks void from string
8361: inheritance (feature #111)
8362:
8363: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8364: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8365: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8366: now true by default
8367:
8368: 2010-10-17 moko
8369:
8370: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8371: upload now uses binary blocks instead of L_FILE_POST tainting.
8372: (bugfix: #128)
8373:
8374: * tests/: 223.html, results/223.processed: binary file upload test
8375: added, GPF (issue #128) also checked in this test
8376:
8377: 2010-10-13 misha
8378:
8379: * tests/260.html: - test for math:convert
8380:
8381: * src/classes/math.C: - error in math:convert was fixed
8382:
1.211 moko 8383: * operators.ru.txt, operators.txt: - info about
1.95 moko 8384: ^math:convert[number](from-base;to-base) was added
8385:
8386: * src/classes/math.C: - method
8387: ^math:convert[number](from-base;to-base) for converting number
8388: represention from one base to another was added ( new feature:
8389: #23 )
8390:
8391: 2010-10-13 moko
8392:
8393: * src/main/compile.tab.C: [] now is empty string, not void
8394:
8395: * src/main/compile.y: [] now is empty string, not void
8396:
8397: * src/types/pa_vvoid.h: void now passed as parameter
8398:
8399: * tests/: 259.html, results/259.processed: to test difference
8400: between void and empty string (see ticket #111)
8401:
8402: * tests/results/152.processed: $sEmpty[] is now empty string, not
8403: void
8404:
8405: * tests/256.html: $s[$void] is no longer empty string
8406:
8407: * tests/254.html: empty string is no longer void
8408:
8409: 2010-10-12 misha
8410:
8411: * src/types/pa_vcookie.C: - check if $.expires value can be
8412: converted to date during cookies set up ( bugfix: #104 )
8413:
8414: * tests/041.html: - more tests for ^table.locate were added
8415:
8416: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8417: work ( bugfix: #129 ) - exception comment for incorrect options
8418: ^table.locate[field;value;options] was fixed
8419:
8420: 2010-10-10 moko
8421:
8422: * src/: classes/reflection.C, main/execute.C: constructor returning
8423: another object feature returned
8424:
8425: * tests/results/258.processed: test result updated as constructor
8426: returning another object feature returned
8427:
8428: * tests/: 258.html, results/258.processed: test for constructor
8429: returning another object
8430:
8431: 2010-10-08 misha
8432:
8433: * tests/257.html: - whitespaces after @METACOMMANDS and their
8434: options shouldn't cause exceptions any longer
8435:
8436: 2010-10-06 moko
8437:
8438: * src/classes/: hash.C, table.C: length from sql server is now
8439: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8440:
8441: 2010-10-02 misha
8442:
1.211 moko 8443: * operators.ru.txt, operators.txt: - the X mark was removed from
8444: ^cache[file]. it is usable to delete cache file.
1.95 moko 8445:
8446: 2010-10-02 moko
8447:
8448: * tests/: 253.html, results/253.processed: hook_key added for key
8449: checking
8450:
8451: * src/classes/json.C: null key bug fixed
8452:
8453: 2010-09-29 misha
8454:
8455: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8456:
8457: 2010-09-25 moko
8458:
8459: * src/classes/json.C: small fixed
8460:
8461: * tests/results/: 253.processed, 255.processed: just updated
8462:
8463: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8464: results/255.processed: charset transcode test added for
8465: json:parse
8466:
8467: 2010-09-24 moko
8468:
8469: * src/types/pa_value.h: warning war :)
8470:
8471: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8472: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8473: ^json:string
8474:
8475: 2010-09-22 moko
8476:
8477: * src/main/pa_charset.C: parser charset tables declare only
8478: white-space before 0x20, thus adding the missing chars
8479:
8480: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8481: to http://unicode.org/Public/MAPPINGS/VENDORS/
8482:
8483: 2010-09-21 misha
8484:
8485: * src/main/compile.y: - some semicolons were added (VS2010 don't
8486: want to compile grammar if they are absent)
8487:
8488: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8489:
8490: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8491:
8492: * src/main/main.vcproj: - path to bison is changed
8493:
8494: 2010-09-21 moko
8495:
1.116 moko 8496: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8497: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8498: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8499:
8500: 2010-09-20 misha
8501:
8502: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8503:
8504: * src/classes/json.C: - add EOL while json-serializing hash
8505:
8506: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8507: compilers don't like 'ES'.
8508:
8509: 2010-09-17 misha
8510:
1.211 moko 8511: * operators.ru.txt, operators.txt: - info about json class was
8512: added
1.95 moko 8513:
8514: * src/classes/json.C: - ^json:string[object]
8515:
8516: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8517: preventing infinite recursion while executing json:string was
8518: added
8519:
8520: * src/include/pa_string.h: - method append_quoted was added
8521:
8522: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8523: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8524: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8525: was added to Value & Co
8526:
8527: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8528: were used
8529:
8530: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8531: were added
8532:
8533: 2010-09-10 moko
8534:
8535: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8536: die_or_abort (backport from 3.4.1)
8537:
8538: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8539: die_or_abort (bugfix: #106)
8540:
8541: 2010-09-09 moko
8542:
8543: * src/classes/json.C: warning war. :)
8544:
8545: 2010-09-08 misha
8546:
8547: * src/lib/json/Makefile.am: - additional include directories were
8548: added (for pa_memory.h and gc.h)
8549:
8550: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8551: compile as C++ instead default - additional include directory was
8552: added (for gc.h)
8553:
8554: * src/types/pa_vform.C: - little code reformating
8555:
8556: * src/classes/file.C: - $.content-type option now can be specified
8557: in ^file::create ( new feature: #102 )
8558:
8559: 2010-09-08 moko
8560:
8561: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8562: pa_malloc/pa_free
8563:
8564: 2010-09-07 moko
8565:
8566: * tests/results/254.processed: VStateless_class:put_element
8567: exception was fixed
8568:
8569: * src/types/: pa_value.h, pa_vstateless_class.h: now
8570: VStateless_class:put_element barks self.type, not this.type
8571: (bugfix: #105)
8572:
8573: 2010-09-06 moko
8574:
8575: * src/classes/reflection.C: bugfix: new String() is required for
8576: exception handling
8577:
8578: * tests/: 254.html, results/254.processed: test modified
8579:
8580: 2010-09-05 moko
8581:
8582: * tests/: 254.html, results/254.processed: ^reflection:copy test
8583: added
8584:
8585: * src/: classes/reflection.C, include/pa_request.h:
8586: ^reflection:copy implemented (new feature: #100)
8587:
8588: 2010-09-03 moko
8589:
8590: * src/lib/json/JSON_parser.C: c++ compatiblity
8591:
8592: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8593: option testing added
8594:
8595: 2010-09-02 moko
8596:
8597: * src/classes/json.C: $.distinct[first|last|all] added
8598:
8599: 2010-09-01 moko
8600:
8601: * tests/results/253.processed: json test result
8602:
8603: * tests/: 253.html, 253_json.txt: json test added
8604:
8605: * src/classes/json.C: json.C update to actual version + hash key
8606: creation bugfix
8607:
8608: 2010-08-31 misha
8609:
8610: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8611: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8612: src/lib/Makefile.am, src/classes/Makefile.am,
8613: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8614: json library was added
8615:
8616: 2010-08-30 moko
8617:
8618: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8619: types/pa_vobject.C: cosmetic optimization in
8620: request:execute_method usage
8621:
8622: * src/: include/pa_charset.h, main/pa_charset.C: small
8623: optimization, just to decrease number of lines. :)
8624:
8625: 2010-08-27 misha
8626:
8627: * src/classes/op.C: - taint[json] was added
8628:
8629: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8630: were added
8631:
8632: * src/main/pa_exec.C: - warning fix was rolled back.
8633:
8634: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8635: include/pa_string.h: - taint[json] was added - escaping was
8636: slightly modified
8637:
8638: 2010-08-25 misha
8639:
8640: * src/classes/file.C: - typo in file:sql exception was fixed
8641:
8642: * src/main/pa_exec.C: - warning about declared and not used
8643: variable forced_allow was removed
8644:
8645: 2010-08-14 misha
8646:
8647: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8648: were removed
8649:
8650: 2010-08-11 moko
8651:
8652: * tests/: 249.html, results/249.processed: default setter and
8653: anti-recursive default getter test added
8654:
8655: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8656: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8657: types/pa_vobject.h, types/pa_vstateless_class.C,
8658: types/pa_vstateless_class.h: default setter support +
8659: anti-recursive default getter support ( new feature: #13 )
8660:
8661: * src/include/pa_hash.h: optimization: threshold member removed
8662: from hash, reducing sizeof(hash)
8663:
8664: 2010-08-10 misha
8665:
8666: * tests/196.html: - junction-method was added to the test
8667:
8668: * tests/248.html: - ups. typo :)
8669:
8670: * tests/248.html: - test for checking .match with 4 params
8671:
8672: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8673: 247_windows1251.txt: - test for "transcode file from utf-8 to
8674: $request:charset during loading if the BOM code is detected"
8675:
8676: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8677: $request:charset during loading if the BOM code is detected ( new
8678: feature: #98 )
8679:
8680: 2010-08-05 misha
8681:
8682: * src/classes/image.C: - ^image.replace now can accept only 2
8683: params. in this case the whole image is affected ( new feature:
8684: #95 )
8685:
8686: 2010-08-04 misha
8687:
8688: * tests/246.html: - test tor ^hash._at[] was added
8689:
8690: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8691: #53 )
8692:
8693: * src/include/pa_hash.h: - methods for accessing the first and the
8694: last values of ordered hash were added (first_value and
8695: last_value)
8696:
8697: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8698: (similar to others file's methods):
8699: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8700: #68 )
8701:
8702: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8703:
8704: 2010-08-01 moko
8705:
8706: * src/classes/op.C: to correctly process $result[] in code, called
8707: from ^process
8708:
8709: * tests/245.html: $result in ^process[] test added
8710:
8711: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8712: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8713: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8714: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8715: caller, self) op_call(VMethodFrame &frame, bool constructing)
8716: removed, construct(class,method) added
8717:
8718: * tests/results/: 192.processed, 244.processed: request::construct
8719: added
8720:
8721: * tests/: 244.html, 245.html, results/244.processed,
8722: results/245.processed: object creation exceptions and ^process
8723: tests added
8724:
8725: 2010-07-28 misha
8726:
8727: * tests/make_tests.cmd: - win32 EOLs
8728:
8729: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8730: tests on Win32 were added (The system timezone should be GMT+3)
8731:
8732: 2010-07-26 misha
8733:
8734: * tests/: 212.html, results/212.processed: - sizes were removed
8735: mecause they could be different on different OSs
8736:
8737: * tests/065.html: - make it "win32 friendly"
8738:
8739: 2010-07-25 misha
8740:
8741: * src/main/compile.y: - all EOLs between methods are removed during
8742: compilation ( new feature: #47 )
8743:
8744: * tests/results/149.processed: - prepare tests to trim trailing
8745: methods' EOLs
8746:
8747: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8748:
8749: * tests/: results/006.processed, results/014.processed, 006.html,
8750: 014.html, 022.html: - prepare tests to trim trailing methods'
8751: EOLs
8752:
8753: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8754: results/071.processed, results/022.processed: - prepare tests to
8755: trim trailing methods' EOLs
8756:
8757: * tests/: results/073.processed, results/109.processed,
8758: results/142.processed, results/144.processed,
8759: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8760: 144.html: - prepare tests to trim trailing methods' EOLs
8761:
8762: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8763: 149.html, 152.html, results/096.processed, results/107.processed,
8764: results/109.processed, results/142.processed,
8765: results/144.processed: - prepare tests to trim trailing methods'
8766: EOLs
8767:
8768: 2010-07-24 moko
8769:
8770: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8771: the hash order in this test
8772:
8773: * tests/014.html: to check hash order, hash no is longer sorted
8774: before print
8775:
8776: * src/include/pa_hash.h: hash copy constructor now keeps order
8777: (bugfix: #54)
8778:
8779: 2010-07-23 moko
8780:
8781: * tests/results/224.processed: @auto[] is no longer inherited
8782:
8783: * src/types/pa_vstateless_class.C, tests/227.html,
8784: tests/results/227.processed: @auto[] is no longer inherited
8785: (bugfix: #57)
8786:
8787: 2010-07-22 misha
8788:
8789: * src/classes/table.C: - don't skip comment lines during
8790: table::load if encloser or separator is set as '#' ( new feature:
8791: #30 )
8792:
8793: * src/targets/cgi/parser3.C: - don't run as cgi if
8794: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8795: #12 )
8796:
8797: * src/classes/file.C: - set PARSER_VARSION env before external
8798: script executing
8799:
8800: 2010-07-13 misha
8801:
8802: * tests/058.html: - test for suppressing @border was added - test
8803: for user attribute was added
8804:
8805: * tests/results/186.processed: unescaping from \uXXXX
8806:
8807: * tests/186.html: unescaping from \uXXXX
8808:
8809: * tests/: 239.html, results/239.processed: method call type
8810:
8811: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8812: $junction_method.CLASS_NAME (+CLASS)
8813:
8814: 2010-07-07 misha
8815:
8816: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8817: *nix
8818:
8819: 2010-07-05 misha
8820:
8821: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8822: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8823: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8824: comment strings "options must be hash", "options must be hash,
8825: not code" and "called with invalid option" were replaced by
8826: constatns - exception comment string "invalid option passed" was
8827: replaced by "called with invalid option" (now in different
8828: methods are the same exception comment string)
8829:
8830: * src/include/pa_exception.h: - more exception strings were defined
8831:
8832: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8833: types/pa_vstateless_class.h: - now we can define possible
8834: method's call type ( new feature: #5 ) 1.
8835: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8836: methods 2. @static:method[params] (only static keyword could be
8837: used here) -- for specified methods
8838:
8839: * src/main/pa_common.C: - junction points should not be deleted on
8840: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8841: cleanup
8842:
8843: 2010-07-03 misha
8844:
8845: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8846: results/158.processed, results/160.processed,
8847: results/161.processed, results/162.processed,
8848: results/163.processed: - prepare tests to trim trailing methods'
8849: EOLs
8850:
8851: * tests/results/169.processed: - prepare tests to trim trailing
8852: methods' EOLs
8853:
8854: * tests/results/: 168.processed, 169.processed: - prepare tests to
8855: trim trailing methods' EOLs
8856:
8857: * tests/: results/170.processed, results/167.processed,
8858: results/168.processed, results/169.processed, 167.html, 168.html,
8859: 169.html: - prepare tests to trim trailing methods' EOLs
8860:
8861: * tests/: results/170.processed, results/171.processed,
8862: results/172.processed, results/173.processed,
8863: results/174.processed, results/175.processed, 170.html, 171.html,
8864: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8865: trailing methods' EOLs
8866:
8867: * tests/: results/176.processed, results/180.processed,
8868: results/184.processed, results/185.processed,
8869: results/191.processed, results/192.processed,
8870: results/196.processed, results/197.processed,
8871: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8872: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8873: to trim trailing methods' EOLs
8874:
8875: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8876: results/199.processed, results/208.processed,
8877: results/209.processed, results/213.processed,
8878: results/214.processed: - prepare tests to trim trailing methods'
8879: EOLs
8880:
8881: 2010-06-29 misha
8882:
8883: * tests/: 220.html, 218.html, results/218.processed,
8884: results/215.processed, results/217.processed, 215.html, 217.html:
8885: - prepare tests to trim trailing methods' EOLs
8886:
8887: * tests/: results/224.processed, 224.html, 223.html,
8888: results/223.processed, results/220.processed: - prepare tests to
8889: trim trailing methods' EOLs
8890:
8891: * tests/results/: 226.processed, 230.processed: - prepare tests to
8892: trim trailing methods' EOLs
8893:
8894: * tests/: 229.html, results/229.processed: - prepare tests to trim
8895: trailing methods' EOLs
8896:
8897: * tests/: 232.html, 235.html, results/232.processed,
8898: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8899: results/226.processed, results/227.processed,
8900: results/228.processed, results/230.processed: - prepare tests to
8901: trim trailing methods' EOLs
8902:
8903: 2010-06-16 moko
8904:
8905: * tests/: 229.html, results/229.processed: elseif now supported in
8906: ^if
8907:
8908: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8909:
8910: 2010-06-03 misha
8911:
8912: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8913: instead of memcopy for overlaped regions
8914:
8915: 2010-05-25 misha
8916:
8917: * src/main/pa_common.C: - wanring about unused vars was removed
8918:
8919: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8920: get_method_filename was moved to execute.C
8921:
8922: 2010-05-23 misha
8923:
8924: * src/main/pa_request.C: - more accurate detection of method's file
8925:
8926: 2010-05-22 misha
8927:
8928: * src/classes/reflection.C: - bugfix: core during detection of
8929: .file if filespec isn't detected successfully
8930:
8931: 2010-05-20 misha
8932:
8933: * src/main/pa_request.C: - fix in get_method_filename
8934:
8935: * src/include/pa_request.h: - new feature: #24 -- searching
8936: included file in @USE/^use is changed. if its filespec doesn't
8937: start from '/' it will be searched in caller file directory
8938:
8939: * src/classes/reflection.C: - ^reflection:method_info returns file
8940: where the method is defined
8941:
8942: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8943: classes/op.C: - new feature: #24 -- searching included file in
8944: @USE/^use is changed. if its filespec doesn't start from '/' it
8945: will be searched in caller file directory
8946:
8947: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8948: is moved to pa_common.h
8949:
8950: 2010-05-18 misha
8951:
8952: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8953: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8954: cookie parser decode \uXXXX as well as %uXXXX
8955:
8956: 2010-05-17 misha
8957:
8958: * src/classes/curl.C: beauty: - unused param is removed in method
8959: _curl_version_action - some spaces were removed or replaced by
8960: tabs
8961:
8962: * src/classes/table.C: - bugfix: #72 core with empty value during
8963: ^table.hash[...;name_of_the_last_column][$.type[string]]
8964:
8965: 2010-05-16 misha
8966:
8967: * src/classes/curl.C: new: #61 more curl options were added
8968: (contributed by Sumo)
8969:
8970: 2010-04-29 pretender
8971:
8972: * src/main/pa_string.C: fixes #63 Split result from empty string
8973: now empty string.
8974:
8975: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8976: string type.
8977:
8978: 2010-04-28 pretender
8979:
8980: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8981: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8982: macrodefinition removed
8983:
8984: 2010-04-19 pretender
8985:
8986: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8987: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8988:
8989: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8990: fixes #64 Now file.missing exception generates in unsafe mode to.
8991:
8992: * src/classes/file.C: fixes #48 Now not throw "not save environment
8993: variable" exception in grpunlim version.
8994:
8995: 2010-04-05 misha
8996:
8997: * src/classes/string.C: - new feature: 4th param was added to
8998: match. if specified its value is returned in case of nothing was
8999: found
9000:
9001: 2010-04-01 misha
9002:
9003: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9004: multiple execution of /a/b/auto.p
9005:
9006: 2010-03-19 misha
9007:
9008: * src/main/execute.C: - core in $table1.$table2 was fixed
9009:
9010: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9011:
9012: 2010-01-27 misha
9013:
9014: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9015: trying to open file by path /existing-file/non-exixting-file
9016:
9017: 2010-01-26 misha
9018:
9019: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9020: was added (returns file)
9021:
9022: 2009-12-22 misha
9023:
9024: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9025: now parser doesn't have class curl if it was built without it
9026:
9027: 2009-12-15 misha
9028:
9029: * configure.in: - little cheat with curl include dir was added
9030:
9031: 2009-12-05 misha
9032:
9033: * src/classes/curl.C: - some fixes
9034:
9035: 2009-12-04 misha
9036:
9037: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9038: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9039: buildall-with-xml, buildall-without-xml, configure.in: - curl
9040: class was added
9041:
9042: * src/include/pa_hash.h: - hash-iterator was added
9043:
9044: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9045: was added to pcre
9046:
9047: 2009-11-27 misha
9048:
9049: * src/classes/image.C: - don't add @border attribute to output of
9050: ^image.html[] if it was specified by user with empty value
9051:
9052: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9053: root element and we are trying to access .documentElement
9054:
9055: 2009-11-11 misha
9056:
9057: * src/classes/table.C: - in ^table.flip[] look at number of columns
9058: instead of number of items in first row for named tables
9059:
9060: 2009-11-10 misha
9061:
1.211 moko 9062: * operators.ru.txt, operators.txt: - info about hash-options in
9063: ^file::create was added
1.95 moko 9064:
9065: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9066: added
9067:
9068: 2009-11-09 misha
9069:
9070: * buildall-with-xml: - moving to libxml 2.7.6
9071:
9072: * tests/236.html: - tests for comparations cords with functions
9073: were added
9074:
9075: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9076: added
9077:
9078: * src/main/pa_http.C: - little optimisation
9079:
9080: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9081: GPF mallocs + stringstream (table.save)
9082:
9083: * src/classes/file.C: - file::create now accepts 4th param: options
9084: with $.charset
9085:
9086: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9087: bug in cord (comparation cords with functions was buggy)
9088:
9089: 2009-11-06 misha
9090:
9091: * src/main/pa_string.C: - bugfix: calculation string.length
9092: sometimes was buggy
9093:
9094: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9095: destroyed if exception occured during match/replace
9096:
9097: * src/: main/pa_charset.C, include/pa_charset.h: - method
9098: lengthUTF8Char was added
9099:
9100: * src/classes/op.C: - clean tainting lang was added for user's
9101: usage
9102:
9103: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9104: fixed: checkouts are required after GC_MALLOC
9105:
9106: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9107:
1.211 moko 9108: * operators.ru.txt, operators.txt: - actually, there is no
9109: ^untaint[xml] in file::create
1.95 moko 9110:
9111: 2009-10-15 misha
9112:
9113: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9114: were added
9115:
9116: * tests/234.html: - more tests for checking ^taint[uri] escaping
9117: were added
9118:
9119: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9120: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9121: hacking: for dealing with transcoding+^taint[uri]
9122: transcode_and_untaint was replaced by untaint_and_transcode
9123:
9124: 2009-10-13 misha
9125:
9126: * tests/: 121.html, results/121.processed: - test transcoding +
9127: url-escaping now
9128:
9129: * tests/results/auto.p: - more helpers' methods were added
9130:
9131: * src/main/pa_globals.C: - die instead of abort
9132:
9133: 2009-10-06 misha
9134:
9135: * src/main/pa_common.C: - don't allocate memory during
9136: capitalization if input string is already capitalized
9137:
9138: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9139:
9140: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9141: use format function because it calls malloc
9142:
9143: * src/include/pa_common.h: - more capitalized headers were added
9144:
9145: * src/main/pa_common.C: - in safe mode clear executable bits during
9146: file writing
9147:
9148: 2009-10-05 misha
9149:
9150: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9151:
9152: 2009-10-03 misha
9153:
9154: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9155: ^img.text[] & ^img.length[] can work in utf-8 now
9156:
9157: * src/: include/pa_charset.h, main/pa_charset.C: - class
9158: UTF8_string_iterator was added
9159:
9160: * src/classes/image.C: - respect utf-8 when calculate alphabet
9161: length
9162:
9163: * src/classes/mail.C: - check from before get message.cstr
9164:
9165: 2009-10-02 misha
9166:
9167: * tests/233.html: - test for image.font, image.length, image.text
9168: with text in utf-8 were added
9169:
9170: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9171:
9172: * buildall-with-xml, buildall-without-xml: - comment about gc
9173: version for freebsd 4 was added
9174:
9175: 2009-10-01 misha
9176:
9177: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9178: terminator) - read_pipe were slightly optimized
9179:
9180: 2009-09-28 misha
9181:
9182: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9183: removed
9184:
9185: * src/types/pa_vmail.C: - forgot about space after ':'
9186:
9187: * src/types/pa_vmail.C: - escape filenames while preparing mail
9188: body - small simplifications
9189:
9190: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9191: inout params like pa_base64
9192:
9193: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9194: option $.debug-print(1) was added to mail:send - changes for
9195: using uue_encode which uses less memory
9196:
9197: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9198:
9199: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9200: memory now
9201:
9202: 2009-09-26 misha
9203:
9204: * src/types/pa_vmail.C: - default encoding now is base64
9205:
9206: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9207:
9208: 2009-09-25 misha
9209:
9210: * src/types/pa_vmail.C: - capitalization of headers was added to
9211: sending mail as well
9212:
9213: * buildall-with-xml: - catalog package was removed from libxml
9214:
9215: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9216: win32 absolute path
9217:
9218: * src/include/pa_common.h: - one more capitalized header was added
9219:
9220: 2009-09-22 misha
9221:
9222: * INSTALL: - comment about building just httpd binary while
9223: building apache module was added
9224:
9225: 2009-09-21 misha
9226:
9227: * buildall-with-xml: - moving to the latest versions of xml libs:
9228: libxml 2.7.4 and libxslt 1.1.25
9229:
9230: 2009-09-19 misha
9231:
9232: * tests/231.html: - test for encoding cookie in win-1251
9233:
9234: 2009-09-18 misha
9235:
9236: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9237: object] were added
9238:
1.211 moko 9239: * operators.ru.txt, operators.txt: - info about method
9240: ^reflection:fields[class or object] was added
1.95 moko 9241:
9242: * src/classes/reflection.C: - method ^reflection:fields[class or
9243: object] was added
9244:
9245: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9246: methods get_fields were added
9247:
9248: * tests/232.html: - tests for @GET[name]
9249:
9250: * src/classes/table.C: - some changes in handling hash-options for
9251: creare, join and locate
9252:
9253: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9254: defined with option: the type of requested value
9255:
9256: 2009-09-17 misha
9257:
9258: * tests/212.html: - tests for .pattern and .options were added
9259:
9260: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9261: $regex.options were added
9262:
9263: 2009-09-11 misha
9264:
9265: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9266: rewrited. it checks not just one case of sending cookies during
9267: file::load[http], but also sending headers and fields (including
9268: files)
9269:
9270: 2009-09-10 misha
9271:
9272: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9273: was removed => now parser can open files with Russian 'r' in
9274: filename
9275:
9276: * src/main/untaint.C: - bugfix: client charset whould be analized
9277: while escaping cookies but now source charset
9278:
9279: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9280: ^tainted[uri] so it was possible to make request with incorrect
9281: http header
9282:
9283: * src/main/pa_http.C: - capitalization of http headers during
9284: file::load[http was slightly changes - bugfix: all headers which
9285: parser sends during file::load[http should be transcoded and only
9286: then escaped
9287:
9288: * src/main/untaint.C: - a bit more comments were added
9289:
9290: * src/classes/: file.C, string.C: - types where changes (minus 2
9291: warnings)
9292:
9293: * src/include/pa_common.h: - 2 capitalized strings for making http
9294: headers during file::load[http were added
9295:
9296: 2009-09-08 misha
9297:
1.211 moko 9298: * operators.ru.txt, operators.txt: - changes in file.save and
9299: string.save were added
1.95 moko 9300:
9301: * tests/: 230.html, 230.txt: - tests for checking options in
9302: file.save and string.save were added
9303:
9304: * src/main/pa_request.C: - http headers names, which are passed to
9305: SAPI::add_header_attribute are lowercased now (it'll be
9306: capitalized in that method)
9307:
9308: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9309: classes/string.C: - file_write accepts Request_charsets and asked
9310: charset and cound transcode content before writing - string.save
9311: and file.save have option $.charset now
9312:
9313: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9314: classes/xdoc.C: - file_write accepts Request_charsets and asked
9315: charset and cound transcode content before writing
9316:
9317: * src/include/pa_exception.h: - new exception comment string was
9318: defined
9319:
9320: 2009-09-07 misha
9321:
9322: * src/main/compile.y: - grammar $name\ name stops now for regex
9323: sub-pattern\s
9324:
9325: 2009-09-04 misha
9326:
9327: * src/main/pa_http.C: - capitalization of http headers during
9328: file::load[http was implemented
9329:
9330: 2009-09-03 misha
9331:
9332: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9333: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9334: types/pa_vmail.C, targets/cgi/parser3.C,
9335: targets/isapi/parser3isapi.C: - back to storing response http
9336: headers in lowercase - capitalize them during output
9337:
9338: 2009-08-31 misha
9339:
9340: * src/classes/table.C: - allow call with any brackets (it could be
9341: useful in methods with explict result declaration)
9342:
9343: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9344: correctly if $request:charset==koi8-r
9345:
9346: 2009-08-30 misha
9347:
9348: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9349: changed: content-type => Content-type and so on
9350:
9351: * src/classes/file.C, src/include/pa_common.h,
9352: src/include/pa_request.h, src/main/pa_http.C,
9353: src/main/pa_request.C, src/types/pa_vcookie.C,
9354: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9355: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9356: tests/results/002.processed, tests/results/003.processed,
9357: tests/results/004.processed, tests/results/005.processed,
9358: tests/results/006.processed, tests/results/007.processed,
9359: tests/results/008.processed, tests/results/009.processed,
9360: tests/results/010.processed, tests/results/011.processed,
9361: tests/results/012.processed, tests/results/013.processed,
9362: tests/results/014.processed, tests/results/015.processed,
9363: tests/results/016.processed, tests/results/017.processed,
9364: tests/results/018.processed, tests/results/019.processed,
9365: tests/results/020.processed, tests/results/021.processed,
9366: tests/results/022.processed, tests/results/023.processed,
9367: tests/results/024.processed, tests/results/025.processed,
9368: tests/results/026.processed, tests/results/027.processed,
9369: tests/results/028.processed, tests/results/029.processed,
9370: tests/results/030.processed, tests/results/031.processed,
9371: tests/results/032.processed, tests/results/033.processed,
9372: tests/results/034.processed, tests/results/035.processed,
9373: tests/results/036.processed, tests/results/037.processed,
9374: tests/results/038.processed, tests/results/039.processed,
9375: tests/results/040.processed, tests/results/041.processed,
9376: tests/results/042.processed, tests/results/043.processed,
9377: tests/results/044.processed, tests/results/045.processed,
9378: tests/results/046.processed, tests/results/047.processed,
9379: tests/results/048.processed, tests/results/049.processed,
9380: tests/results/050.processed, tests/results/051.processed,
9381: tests/results/052.processed, tests/results/053.processed,
9382: tests/results/054.processed, tests/results/055.processed,
9383: tests/results/056.processed, tests/results/057.processed,
9384: tests/results/058.processed, tests/results/059.processed,
9385: tests/results/060.processed, tests/results/061.processed,
9386: tests/results/062.processed, tests/results/063.processed,
9387: tests/results/064.processed, tests/results/065.processed,
9388: tests/results/066.processed, tests/results/067.processed,
9389: tests/results/068.processed, tests/results/069.processed,
9390: tests/results/070.processed, tests/results/071.processed,
9391: tests/results/072.processed, tests/results/073.processed,
9392: tests/results/074.processed, tests/results/075.processed,
9393: tests/results/076.processed, tests/results/077.processed,
9394: tests/results/078.processed, tests/results/079.processed,
9395: tests/results/080.processed, tests/results/081.processed,
9396: tests/results/082.processed, tests/results/083.processed,
9397: tests/results/084.processed, tests/results/085.processed,
9398: tests/results/086.processed, tests/results/087.processed,
9399: tests/results/088.processed, tests/results/089.processed,
9400: tests/results/090.processed, tests/results/091.processed,
9401: tests/results/092.processed, tests/results/093.processed,
9402: tests/results/094.processed, tests/results/095.processed,
9403: tests/results/096.processed, tests/results/097.processed,
9404: tests/results/098.processed, tests/results/099.processed,
9405: tests/results/100.processed, tests/results/101.processed,
9406: tests/results/102.processed, tests/results/103.processed,
9407: tests/results/104.processed, tests/results/105.processed,
9408: tests/results/106.processed, tests/results/107.processed,
9409: tests/results/108.processed, tests/results/109.processed,
9410: tests/results/110.processed, tests/results/111.processed,
9411: tests/results/112.processed, tests/results/113.processed,
9412: tests/results/114.processed, tests/results/115.processed,
9413: tests/results/116.processed, tests/results/117.processed,
9414: tests/results/118.processed, tests/results/119.processed,
9415: tests/results/120.processed, tests/results/121.processed,
9416: tests/results/122.processed, tests/results/123.processed,
9417: tests/results/124.processed, tests/results/125.processed,
9418: tests/results/126.processed, tests/results/127.processed,
9419: tests/results/128.processed, tests/results/129.processed,
9420: tests/results/130.processed, tests/results/131.processed,
9421: tests/results/132.processed, tests/results/133.processed,
9422: tests/results/134.processed, tests/results/135.processed,
9423: tests/results/136.processed, tests/results/138.processed,
9424: tests/results/139.processed, tests/results/140.processed,
9425: tests/results/141.processed, tests/results/142.processed,
9426: tests/results/143.processed, tests/results/144.processed,
9427: tests/results/145.processed, tests/results/146.processed,
9428: tests/results/147.processed, tests/results/148.processed,
9429: tests/results/149.processed, tests/results/150.processed,
9430: tests/results/151.processed, tests/results/152.processed,
9431: tests/results/153.processed, tests/results/154.processed,
9432: tests/results/155.processed, tests/results/156.processed,
9433: tests/results/157.processed, tests/results/158.processed,
9434: tests/results/159.processed, tests/results/160.processed,
9435: tests/results/161.processed, tests/results/162.processed,
9436: tests/results/163.processed, tests/results/164.processed,
9437: tests/results/165.processed, tests/results/166.processed,
9438: tests/results/167.processed, tests/results/168.processed,
9439: tests/results/169.processed, tests/results/170.processed,
9440: tests/results/171.processed, tests/results/172.processed,
9441: tests/results/173.processed, tests/results/174.processed,
9442: tests/results/175.processed, tests/results/176.processed,
9443: tests/results/177.processed, tests/results/178.processed,
9444: tests/results/179.processed, tests/results/180.processed,
9445: tests/results/181.processed, tests/results/182.processed,
9446: tests/results/183.processed, tests/results/184.processed,
9447: tests/results/185.processed, tests/results/186.processed,
9448: tests/results/187.processed, tests/results/188.processed,
9449: tests/results/189.processed, tests/results/190.processed,
9450: tests/results/191.processed, tests/results/192.processed,
9451: tests/results/193.processed, tests/results/194.processed,
9452: tests/results/195.processed, tests/results/196.processed,
9453: tests/results/197.processed, tests/results/198.processed,
9454: tests/results/199.processed, tests/results/200.processed,
9455: tests/results/201.processed, tests/results/202.processed,
9456: tests/results/203.processed, tests/results/204.processed,
9457: tests/results/205.processed, tests/results/206.processed,
9458: tests/results/207.processed, tests/results/208.processed,
9459: tests/results/209.processed, tests/results/210.processed,
9460: tests/results/211.processed, tests/results/212.processed,
9461: tests/results/213.processed, tests/results/214.processed,
9462: tests/results/215.processed, tests/results/216.processed,
9463: tests/results/217.processed, tests/results/218.processed,
9464: tests/results/219.processed, tests/results/220.processed,
9465: tests/results/221.processed, tests/results/222.processed,
9466: tests/results/223.processed, tests/results/224.processed,
9467: tests/results/225.processed, tests/results/226.processed,
9468: tests/results/227.processed, tests/results/228.processed,
9469: tests/results/229.processed: - http headers were changed:
9470: content-type => Content-type and so on
9471:
9472: 2009-08-27 misha
9473:
9474: * src/: main/pa_random.C, include/pa_random.h,
9475: targets/cgi/parser3.C: - year was updated :)
9476:
9477: 2009-08-26 misha
9478:
9479: * tests/: 224.html, 224.p: - test for creating of parser object
9480: using constructor without params - little bugfix in test
9481:
9482: * src/main/compile_tools.h: - bugfix: should't call autouse while
9483: checking existed class while processing partial option
9484:
9485: * src/classes/reflection.C: - bugfix: core when creating object
9486: with reflection and constructor doesn't have params
9487:
9488: 2009-08-24 misha
9489:
9490: * tests/229.html: - tests for checking the number of parameters
9491: were added
9492:
9493: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9494: number of method's parameters wasn't checked correctly (the bug
9495: was introduced in 3.4.0)
9496:
9497: 2009-08-22 misha
9498:
9499: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9500: transcoded, but tainted pieces are escaped only when
9501: content-type==url-encoding
9502:
9503: * tests/228.html: - test for checking
9504: ^file::load[http://...;$.body[]]
9505:
9506: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9507: post charset was too early (charsets is empty at this moment)
9508:
9509: 2009-08-21 misha
9510:
9511: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9512: main/untaint.C: - some fixes with transcode+untaint
9513:
9514: 2009-08-15 misha
9515:
9516: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9517: was increaced to 100 (was 50)
9518:
9519: * tests/227.html: - test for checking overriding properties in
9520: static classes was added
9521:
9522: * tests/: 226.html, 226.p: - test for @autoload[] was added
9523:
9524: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9525: main/execute.C, main/pa_request.C, classes/reflection.C: -
9526: autouse was implemented
9527:
9528: 2009-08-14 misha
9529:
9530: * src/classes/reflection.C: - outdated checkout was removed
9531:
9532: * src/classes/reflection.C: - optimization - method ^dynamical was
9533: added.
9534:
9535: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9536: types/pa_vstateless_class.h, main/execute.C: - optimization
9537:
9538: * src/types/pa_vclass.C: - exception if base on sytem class
9539:
9540: 2009-08-12 misha
9541:
9542: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9543: pa_vstateless_class.h: - little optimisation
9544:
9545: 2009-08-11 misha
9546:
9547: * tests/224.html: - method_params => method_info - checking for
9548: $.inherited
9549:
1.211 moko 9550: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9551: method method_params was renamed to method_info and now it
9552: returns class name, if method was defined in ancestor
1.95 moko 9553:
9554: * tests/225.html: - tests for cheching properties in hierarhical
9555: classes were added
9556:
9557: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9558: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9559: main/compile.y, main/execute.C, classes/classes.C: - problems
9560: with properties in new classes implementation were fixed
9561:
9562: 2009-08-10 misha
9563:
9564: * src/main/execute.C: - now constructor shouldn't be defined in
9565: class. it could be defined in parent.
9566:
9567: 2009-08-09 misha
9568:
9569: * src/classes/reflection.C: - ^reflection:methods doesn't return
9570: base's methods
9571:
9572: 2009-08-08 misha
9573:
9574: * src/: classes/classes.h, classes/date.C, classes/file.C,
9575: classes/form.C, classes/hash.C, classes/hashfile.C,
9576: classes/image.C, classes/mail.C, classes/op.C,
9577: classes/reflection.C, classes/regex.C, classes/string.C,
9578: classes/table.C, classes/xdoc.C, classes/xnode.C,
9579: classes/xnode.h, include/pa_hash.h, main/execute.C,
9580: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9581: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9582: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9583: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9584: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9585: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9586: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9587: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9588: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9589: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9590: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9591: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9592: types/pa_vresponse.C, types/pa_vresponse.h,
9593: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9594: types/pa_vstateless_object.h, types/pa_vstatus.C,
9595: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9596: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9597: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9598: types/pa_wwrapper.h, types/types.vcproj: - new classes
9599: implementation
9600:
9601: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9602: USE_MUNMAP is used. so it is disabled as a workaround.
9603:
9604: 2009-08-05 misha
9605:
9606: * src/: main/pa_common.C, include/pa_common.h: - not needed
9607: parameter was removed
9608:
9609: * src/main/pa_http.C: - bugfix: error was during detecting
9610: content-type of file which was loaded by http
9611:
9612: 2009-08-01 misha
9613:
9614: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9615: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9616: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9617: can't be disabled with defines any longer
9618:
9619: 2009-07-29 misha
9620:
9621: * src/classes/reflection.C, tests/results/224.processed: - for
9622: native methods with any call type now returned empty call_type
9623: value
9624:
9625: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9626: classes/table.C, include/pa_hash.h, include/pa_request.h,
9627: main/pa_request.C: - break in cycles was optimized
9628:
9629: * INSTALL: - more defines were described
9630:
9631: 2009-07-28 misha
9632:
1.211 moko 9633: * operators.ru.txt, operators.txt: - some changes in information
9634: about reflection class
1.95 moko 9635:
9636: * tests/: 224.html, 224.p: - tests for reflection class
9637:
9638: * src/classes/reflection.C: - some bugs were fixed, method classes
9639: was added, refactoring
9640:
9641: 2009-07-26 misha
9642:
9643: * src/classes/classes.vcproj: - reflection class wass added to
9644: project
9645:
1.211 moko 9646: * operators.ru.txt, operators.txt: - information about reflection
9647: class was added
1.95 moko 9648:
9649: * src/classes/reflection.C: - class was redesigned
9650:
9651: 2009-07-24 misha
9652:
9653: * src/classes/: Makefile.am, reflection.C: - class reflection was
9654: added
9655:
9656: * src/types/pa_vstateless_class.h: - method for reflection method's
9657: in classes was added
9658:
9659: 2009-07-22 misha
9660:
9661: * src/main/compile_tools.h: - bugfix: $object.$var was
9662: over-optimized. it failed if $object1.$object2.field
9663:
9664: 2009-07-16 misha
9665:
9666: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9667: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9668: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9669: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9670: one more arg: length of cord
9671:
9672: 2009-07-15 misha
9673:
9674: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9675: tainted in ^file::load[http://...;$.cookies[]]
9676:
9677: * src/classes/: op.C, regex.C, string.C: - new string with
9678: exception was used
9679:
9680: * src/include/pa_exception.h: - new string with exception was added
9681:
9682: * tests/223.html: - test for checking cookie-encoding during
9683: ^file::load[http was added
9684:
9685: * tests/: 221.html, 222.html: - tests for checking type of
9686: $table.fields.field were added
9687:
9688: * src/types/pa_vtable.C: - not used var decl was removed
9689:
9690: * src/include/pa_string.h: - use cached string length in Body::mid.
9691: it improves speed of match with brackets in pattern
9692:
9693: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9694: outside
9695:
9696: 2009-07-14 misha
9697:
9698: * src/types/pa_vtable.C: - $table.fields.a return string even if
9699: column is empty (sometime returned void) - $table.fields was
9700: added for nameless tables
9701:
9702: * src/targets/cgi/getopt.c: - one warning resolved
9703:
9704: * src/main/pa_string.C: - potentian bug fixed
9705:
9706: * src/classes/op.C: - small optimization in taint/untaint
9707:
9708: 2009-07-13 misha
9709:
9710: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9711: added
9712:
9713: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9714: souldn't add the attribut to output
9715:
9716: 2009-07-11 misha
9717:
9718: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9719: stack size was increaced to 2MB (default=1MB)
9720:
9721: 2009-07-08 misha
9722:
9723: * src/main/pa_string.C: - link to UTF-8 description was added
9724:
9725: * src/include/pa_hash.h: - hash keeps element's order in more
9726: places (ex: ._keys[])
9727:
9728: * tests/220.html: - test for checking order of elements in hash in
9729: foreach was added
9730:
9731: * tests/172.html: - small changes in printing hash
9732:
9733: * tests/129.html: - small changes in printing hash
9734:
9735: * src/: include/pa_common.h, include/pa_hash.h,
9736: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9737: types/pa_vmethod_frame.h: - hash now keeps order of elements
9738:
9739: * tests/014.html: - small changes in printing hash
9740:
9741: 2009-07-07 misha
9742:
9743: * src/classes/op.C: - new taint language "parser-code" was added
9744:
9745: * tests/219.html: - test for auto untaint parser code in process
9746: was added
9747:
9748: * src/classes/op.C: - tainted pieces in body of process are
9749: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9750:
9751: * src/: include/pa_string.h, main/untaint.C: - new language
9752: L_PARSER_CODE for auto-untaint in process was added
9753:
9754: * src/: classes/file.C, classes/hash.C, classes/image.C,
9755: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9756: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9757: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9758: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9759: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9760: code cleanup
9761:
9762: 2009-07-06 misha
9763:
9764: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9765: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9766: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9767:
9768: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9769: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9770: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9771: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9772: should be used
9773:
9774: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9775: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9776: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9777: untaint_cstr[m] should be used
9778:
9779: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9780: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9781:
9782: * tests/218.html: - test for checking automatic file-spec-taint was
9783: added
9784:
9785: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9786: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9787: classes/file.C, classes/hash.C, classes/image.C,
9788: classes/string.C, classes/table.C, classes/void.C,
9789: classes/xdoc.C: - optimizations and simplification of
9790: string.cstr(...)
9791:
9792: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9793: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9794: - optimizations and simplification of string.cstr(...)
9795:
9796: 2009-07-04 misha
9797:
9798: * tests/217.html: - test for recursion detection was added
9799:
9800: * src/: types/types.vcproj, main/main.vcproj,
9801: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9802: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9803: from .vcproj
9804:
9805: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9806:
9807: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9808: uploading files and case-insensitive http-method were added
9809:
9810: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9811: tainted pattern in ^file:list[] was added
9812:
9813: 2009-07-03 misha
9814:
9815: * src/: classes/classes.vcproj, main/main.vcproj,
9816: types/types.vcproj, targets/cgi/parser3.vcproj,
9817: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9818: for dynamic_cast) - little options changes
9819:
9820: * src/main/pa_http.C: - file::load[http works now with uploading
9821: files _and_ changing $.charset
9822:
9823: 2009-06-29 misha
9824:
9825: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9826: while creating pattern
9827:
9828: 2009-06-25 misha
9829:
1.211 moko 9830: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9831: names for ^image.font were changed to $.space, $.width and
9832: $spacing - default space width now == gif's width
1.95 moko 9833:
9834: 2009-06-24 misha
9835:
9836: * tests/215.html: - tests for $file.mode were added
9837:
1.211 moko 9838: * operators.ru.txt, operators.txt: - added info about $file.mode
9839: and changes in ^image.font[
1.95 moko 9840:
9841: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9842: param now could be omited - third param now could be hash (with
9843: all widths options: $.space-width, $.letter-width) - it's
9844: possible to specify tracking ($.letter-space)
9845:
9846: * src/classes/file.C: - file objects now could have mode field
9847: (text|binary)
9848:
9849: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9850:
9851: 2009-06-23 misha
9852:
9853: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9854: trim can work with utf-8 chars now
9855:
9856: 2009-06-20 misha
9857:
9858: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9859: was implemented
9860:
9861: * src/classes/table.C: - string length cacheing was implemented
9862:
9863: * src/include/pa_string.h: - string length cacheing was implemented
9864:
9865: 2009-06-17 misha
9866:
9867: * src/main/execute.C: - value param was removed from
9868: WContext::WContext
9869:
9870: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9871: pa_wwrapper.h: - value param was removed from WContext::WContext
9872: - field wcontext was removed from VCodeFrame (using fparent
9873: instead)
9874:
9875: * tests/214.html: - test with hash copying
9876:
9877: 2009-06-16 misha
9878:
9879: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9880: strings doesn't work in expression anymore
9881:
9882: * src/main/execute.C: - less calls for get_constructing() - little
9883: refactoring
9884:
9885: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9886: include/pa_request.h: - less calls for get_constructing()
9887:
9888: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9889: introduced with OPTIMIZE_SINGLE_STRING optimization
9890:
9891: 2009-06-14 misha
9892:
9893: * src/: classes/date.C, classes/file.C, classes/hash.C,
9894: classes/hashfile.C, classes/image.C, classes/regex.C,
9895: classes/table.C, classes/xdoc.C, classes/xnode.h,
9896: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9897: types/pa_vstateless_class.h, main/execute.C: - create object for
9898: storing object's fields only for parser objects
9899:
9900: 2009-06-13 misha
9901:
9902: * buildall-with-xml, buildall-without-xml: - new option was added
9903: for building GC (it slightly reduces memory usage)
9904:
9905: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9906: single string write
9907:
9908: * src/main/execute.C: - bytecode optimization of ^class:constructor
9909: - optimization of single string write
9910:
9911: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9912: - bytecode optimization of ^class:constructor
9913:
9914: 2009-06-09 misha
9915:
9916: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9917: main (better compatibility)
9918:
9919: 2009-06-08 misha
9920:
9921: * src/main/compile.y: - I've forgot to commit it :(
9922:
9923: 2009-06-07 misha
9924:
9925: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9926: WITH_READ and WITH_ROOT
9927:
9928: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9929: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9930: WITH_ROOT - little refactoring
9931:
9932: 2009-06-06 misha
9933:
9934: * tests/213.html: - tests for 3rd match string-param were added
9935:
9936: * src/classes/string.C: - 3rd match param could be string now
9937:
9938: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9939: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9940: GET_OBJECT_ELEMENT
9941:
9942: 2009-06-05 misha
9943:
9944: * src/main/pa_http.C: - bugfix: content-length was not calculated
9945: if $.body was specified
9946:
9947: 2009-06-04 misha
9948:
9949: * src/classes/op.C: - optimizing write_assign_lang in connect
9950:
9951: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9952:
9953: * src/main/execute.C: - little refactoring - optimizing
9954: write_assign_lang in taint/untaint
9955:
9956: * src/include/pa_opcode.h: - little refactoring
9957:
9958: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9959: main/compile_tools.h, main/execute.C: - optimizations for
9960: $self.field, ^self.method, $self.field[...] and $self.field(...)
9961: were added
9962:
9963: 2009-06-03 misha
9964:
9965: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9966:
9967: 2009-06-02 misha
9968:
9969: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9970: include/pa_opcode.h: - refactoring in last optimizations
9971: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9972: now but code is much easy and it is ready for further
9973: improvements.
9974:
9975: 2009-05-27 misha
9976:
9977: * src/: types/pa_junction.h, types/pa_vjunction.C,
9978: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9979: changed in destructing junctions
9980:
9981: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9982: String:Body
9983:
9984: 2009-05-26 misha
9985:
9986: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9987: one method detect_charset was deleted - bug was fixed in this
9988: method (error while detecting charset in content_type withot last
9989: ';')
9990:
9991: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9992: once
9993:
9994: 2009-05-25 misha
9995:
9996: * src/classes/file.C: - bugfix: file::exec didn't work after
9997: optimizing of helper_length
9998:
9999: 2009-05-24 misha
10000:
10001: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10002: were added - little refactoring
10003:
10004: * src/main/execute.C: - core while printing in debug log
10005: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10006: optimisations were added
10007:
10008: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10009: were added
10010:
10011: 2009-05-23 misha
10012:
10013: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10014: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10015: CORD_cat optimization
10016:
10017: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10018: - call constr optimisation under separate define now
10019:
10020: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10021: in $b should be string, not void
10022:
10023: * src/main/compile.y: - little fix for rem-cut optimisation
10024:
10025: * src/: include/pa_opcode.h, main/compile_tools.C,
10026: main/compile_tools.h, main/execute.C: - optimisations for
10027: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10028:
10029: * INSTALL: - description of some #defined were added
10030:
10031: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10032: before 1st access (memory usage is reduced if don't access to
10033: .text field)
10034:
10035: * src/include/pa_array.h: - array grows step now not static (it
10036: reduces numbers of reallocs)
10037:
10038: 2009-05-20 misha
10039:
10040: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10041: $.b(2), $c[d] and $.e[f] was added
10042:
10043: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10044: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10045: $.e[f] was added
10046:
10047: * src/main/execute.C: - debug printing moved in defines
10048:
10049: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10050: and little refactoring for OP_GET_OBJECT_ELEMENT +
10051: OP_GET_OBJECT_VAR_ELEMENT optimisation
10052:
10053: 2009-05-19 misha
10054:
10055: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10056: execute.C: - $a.$b & ^a.$b bytecode optimisation
10057:
10058: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10059: ^a.$b optimisation)
10060:
10061: * src/main/compile.y: - compiler now generate new opcodes:
10062: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10063: ^a.b - compiler now cut off ^rem{ with all content ; any number
10064: of params }
10065:
10066: * src/main/execute.C: - code for handle new opcodes
10067: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10068:
10069: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10070: added for LA2V and LA2S
10071:
10072: * src/include/pa_opcode.h: - new defines which can be used for
10073: disable some bytecode optimisation and new opcodes were added
10074:
10075: 2009-05-17 misha
10076:
10077: * src/lib/cord/cordxtra.c: - bugfix.
10078:
10079: * tests/212.html: - .size[] and .study_size[] were added to tests
10080:
1.211 moko 10081: * operators.ru.txt, operators.txt: - info about regex class was
10082: added
1.95 moko 10083:
10084: * tests/212.html: - tests for regex class were added
10085:
10086: 2009-05-16 misha
10087:
10088: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10089: gc7.1
10090:
10091: * tests/022.html: - test for ^file:list[path;] (empty second param)
10092: was added
10093:
10094: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10095: param) should work
10096:
10097: 2009-05-15 misha
10098:
10099: * src/classes/table.C: - automatically disable stringstream usage
10100: on freebsd4
10101:
10102: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10103: scope
10104:
10105: * tests/211.html: - test with different types of access to hash was
10106: added
10107:
10108: * tests/210.html: - test which checks for loosing tainting in
10109: hash's keys was added
10110:
10111: * tests/208.html: - some parser work added. or stime == 0 %-)
10112:
10113: * src/lib/cord/cordbscs.c: - little hack was added to cord
10114:
10115: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10116:
10117: * src/include/pa_version.h, configure.in: - moko have made a lot of
10118: optimisations for increacing version number more dramatically :)
10119:
10120: * src/classes/date.C: - little refactoring: use constructor which
10121: accepts formated string
10122:
10123: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10124: which can print formatted string was added
10125:
10126: 2009-05-14 misha
10127:
10128: * src/include/pa_string.h: - type was fixed
10129:
10130: * src/: classes/hashfile.C, classes/op.C,
10131: include/pa_cache_managers.h, include/pa_charset.h,
10132: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10133: include/pa_request.h, include/pa_sql_driver_manager.h,
10134: include/pa_string.h, include/pa_stylesheet_manager.h,
10135: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10136: main/pa_charsets.C, main/pa_string.C,
10137: main/pa_stylesheet_connection.C, types/pa_value.h,
10138: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10139: types/pa_vobject.C, types/pa_vstateless_class.C,
10140: types/pa_vstateless_class.h: - hash_code caching was implemented
10141: (seaches should be faster now)
10142:
10143: * src/: classes/file.C, classes/hash.C, classes/image.C,
10144: classes/string.C, classes/table.C, include/pa_string.h,
10145: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10146: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10147: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10148: types/pa_vrequest.C: - String constructors don't have that stupid
10149: true/false param which means 'tainted'. they accept lang instead.
10150:
10151: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10152: with OPTIMIZE_RESULT
10153:
10154: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10155: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10156:
10157: 2009-05-13 misha
10158:
10159: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10160: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10161: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10162: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10163: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10164: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10165: include/pa_string.h, classes/date.C, classes/file.C,
10166: classes/hash.C, classes/image.C, classes/string.C,
10167: classes/table.C, classes/xdoc.C: - result optimisation -
10168: helper_length parameter removed from string constructors
10169:
10170: 2009-05-11 misha
10171:
10172: * tests/209.html: - tests for ^hash::create[hash] were added
10173:
10174: * tests/208.html: - tests for $status:rusage, $status:memory,
10175: ^memory:compact[] were added
10176:
10177: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10178: log10 were added
10179:
10180: * tests/206.html: - test for try with finally was added
10181:
10182: 2009-05-10 misha
10183:
10184: * tests/205.html: - test for ^file::create[...] was added
10185:
10186: * tests/204.html: - test for ^response:clear[] was added
10187:
10188: * tests/038.html: - tests for trigonometric functions were added
10189:
10190: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10191: added - more tests for .add, .sub, .union, .intersects and
10192: .intersections
10193:
10194: * tests/065.html: - test for ^file:dirname was added
10195:
10196: * tests/030.html: - test for $cookie:fields was added
10197:
10198: * tests/203.html: - test for ^h._keys[column name] was added
10199:
10200: * tests/201.html: - tests for .trim were added
10201:
10202: * tests/202.html: - tests for last-day,
10203: date:calendar[type](YYYY;MM;DD) were added
10204:
10205: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10206: .offset[type](N) were added
10207:
10208: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10209: and .pos[c](N) were added
10210:
10211: * tests/141.html: - test for math:sha1 was added
10212:
10213: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10214:
10215: 2009-05-09 misha
10216:
10217: * src/main/compile.y: - rollback
10218:
10219: 2009-05-05 misha
10220:
10221: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10222: replaced by is_empty()
10223:
10224: * src/: include/pa_string.h, main/pa_charset.C: - little
10225: optimisation: somewhere length() was replaced by is_empty()
10226:
10227: * src/classes/table.C: - little optimisation: somewhere length()
10228: was replaced by is_empty()
10229:
10230: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10231: classes/op.C, classes/table.C, main/pa_exception.C: - little
10232: optimisation: somewhere length() was replaced by is_empty()
10233:
10234: 2009-05-04 misha
10235:
10236: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10237: types/pa_vstateless_class.h, main/execute.C,
10238: include/pa_request.h, classes/hash.C, classes/op.C,
10239: classes/table.C: - more optimisations were added: some operators
10240: don't switch write context anylonger
10241:
10242: 2009-05-01 misha
10243:
10244: * src/main/compile.y: - slightly more opcode optimisations for
10245: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10246:
10247: * src/main/execute.C: - simplifying process for getters
10248:
10249: 2009-04-30 misha
10250:
10251: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10252:
10253: * tests/results/199.processed: - test for checking $result into
10254: ^rem was added
10255:
10256: * tests/199.html: - test for checking $result into ^rem was added
10257:
10258: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10259: some OS it returns list in different order)
10260:
10261: * src/: include/pa_array.h, include/pa_request.h,
10262: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10263: changes in stack impl - get_element() optimisation: 3rd param
10264: removed - bugfix: problems with reading empty input param -
10265: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10266:
10267: * tests/results/198.processed: - test for reading empty local var
10268: was added
10269:
10270: * tests/198.html: - test for reading empty local var was added
10271:
10272: 2009-04-29 misha
10273:
10274: * src/main/compile.y: - bugfix: couldn't compile because
10275: OP_VALUE__GET_ELEMENT should be unde #ifdef
10276:
10277: * src/: include/pa_array.h, include/pa_opcode.h,
10278: include/pa_request.h, main/compile.y, main/execute.C,
10279: main/pa_request.C, types/pa_vmethod_frame.C,
10280: types/pa_vmethod_frame.h: - we can work without opcode
10281: OP_STORE_PARAM, so it was removed
10282:
10283: 2009-04-28 misha
10284:
10285: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10286: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10287: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10288: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10289: 4.
10290: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10291:
10292: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10293:
10294: * src/: main/pa_string.C, classes/string.C: - !length() =>
10295: is_empty()
10296:
10297: 2009-04-27 misha
10298:
10299: * src/types/pa_vregex.h: - back explicit vars initialisation
10300:
10301: 2009-04-24 misha
10302:
10303: * src/classes/string.C: - ups. typo fixed
10304:
10305: * src/main/execute.C: - more replacements '*new VBool' to
10306: 'VBool::get' - checks for ^break[], ^continue[] and
10307: parser.interrupted were optimised
10308:
10309: * src/classes/string.C: - number of params.count() calls was
10310: slightly reduced
10311:
10312: 2009-04-23 misha
10313:
10314: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10315: make it x64 friendly
10316:
10317: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10318: parser is x64 friendly now
10319:
10320: 2009-04-22 misha
10321:
10322: * src/types/pa_vhashfile.C: - coder friendly exception about
10323: exceeding record size was added
10324:
10325: * src/classes/file.C: - use vregex object instead of direct calls
10326: methods from pcre lib
10327:
10328: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10329: classes/string.C: - use vregex object instead of direct calls
10330: methods from pcre lib
10331:
10332: * src/: include/pa_common.h, main/pa_common.C: - method
10333: print_pcre_exec_error_text was moved to class vregex
10334:
10335: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10336: was added
10337:
10338: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10339: - class vregex was added
10340:
10341: 2009-04-21 misha
10342:
10343: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10344:
10345: * src/: types/pa_junction.h, types/pa_value.C,
10346: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10347: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10348: junction-optimisation (destructors)
10349:
10350: * src/include/pa_array.h: - free under if now
10351:
10352: 2009-04-19 misha
10353:
10354: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10355:
10356: 2009-04-18 misha
10357:
10358: * src/include/pa_version.h:
10359: :q :
10360:
10361: CV:
10362: ----------------------------------------------------------------------
10363:
10364: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10365: refactoring
10366:
10367: * src/: include/pa_array.h, include/pa_hash.h,
10368: types/pa_vmethod_frame.h: - destructors under #ifdef now
10369:
10370: * src/include/pa_memory.h: - define for using destructors was added
10371:
10372: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10373: main/execute.C: - some junctions will be cached now
10374:
10375: * src/include/pa_hash.h: - hash destructor frees pairs now
10376:
10377: * src/include/pa_array.h: - inline was added to destructor
10378:
10379: * src/types/pa_method.h: - comment was changed
10380:
10381: 2009-04-17 misha
10382:
10383: * src/: include/pa_array.h, include/pa_hash.h,
10384: types/pa_vmethod_frame.h: - destructors were added
10385:
10386: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10387: renamed to always_use_result
10388:
10389: * src/main/: compile.y, compile_tools.h: - rollback changes in
10390: compiler: full backward compatibility is better
10391:
10392: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10393: result in var's hash
10394:
10395: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10396: optimisation in method_frame
10397:
10398: * src/include/pa_array.h: - optimisation in array (allocate
10399: elements only when needed)
10400:
10401: * src/types/pa_vresponse.C: - check for $response:headers field
10402: before looking at custom fields
10403:
10404: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10405: not needed to check existance var with name 'result' in var's
10406: hash
10407:
10408: * src/main/compile.y: - compiler was changed: now it detects
10409: writings to $result and set flag writo_to_result in method
10410:
10411: * src/classes/string.C: - little optimisation: no needed to write
10412: number with lang
10413:
10414: * src/main/pa_charset.C: - methods readChar and skipChar which is
10415: used for read utf8-strings were renamed - is_escaped was renamed
10416: to isEscaped (to the same name convention)
10417:
10418: * src/: types/pa_method.h, main/compile_tools.h: - flag
10419: write_to_result added. compiler get this info from code.
10420:
10421: 2009-04-16 misha
10422:
10423: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10424: String only before 1st write
10425:
10426: * src/include/pa_string.h: - not needed template removed
10427:
10428: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10429: types/pa_vjunction.C, types/pa_vproperty.C,
10430: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10431: main/pa_request.C, classes/bool.C, classes/double.C,
10432: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10433: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10434: bool objects)
10435:
10436: 2009-04-15 misha
10437:
10438: * src/lib/cord/cordxtra.c: - more optimisation
10439:
10440: * src/: include/pa_string.h, main/untaint.C: - String::append
10441: optimisation
10442:
10443: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10444: then get and can sometime be used)
10445:
10446: * src/main/pa_string.C: - String::length optimisation
10447:
10448: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10449: these methods read different strings
10450:
10451: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10452: fresult_initial_void removed + some optimisation - if $result
10453: defined we don't write to context anymore
10454:
10455: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10456: need just skip char)
10457:
10458: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10459: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10460: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10461:
10462: * src/types/pa_vvoid.h: - added get() method for retreave one
10463: instance
10464:
10465: 2009-04-11 misha
10466:
10467: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10468:
10469: * tests/197.html: - test for parser://test in xml was added
10470:
10471: * src/classes/string.C: - small optimisation
10472:
10473: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10474: optimisation
10475:
10476: 2009-04-10 misha
10477:
10478: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10479: to pcre-7.8
10480:
10481: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10482:
10483: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10484: added
10485:
10486: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10487: $request:CLASS_NAME were added
10488:
10489: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10490: were added
10491:
10492: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10493: $env:CLASS_NAME were added
10494:
10495: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10496: '@todo' now
10497:
10498: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10499: compirer
10500:
10501: * src/main/pa_string.C: - little code cleanup
10502:
10503: * src/main/pa_common.C: - describe one more UTF-8 related error
10504: during PCRE compile/execute
10505:
10506: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10507: normalizing todo-comments: '@todo' now
10508:
10509: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10510:
10511: * src/main/pa_charset.C: - type changed for making compiler happy
10512:
10513: 2009-03-10 misha
10514:
10515: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10516: in main()
10517:
10518: 2009-02-01 misha
10519:
10520: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10521: boundary
10522:
10523: 2009-01-25 misha
10524:
10525: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10526:
10527: * src/classes/file.C: - more changes for parsing different number
10528: of params for file::load
10529:
10530: * tests/193.html: - tests for exception while base64-decode binary
10531: to string was added
10532:
10533: * tests/192.html: - tests for file::load with different number of
10534: options
10535:
10536: * src/classes/math.C: - ups. forgot '+1'
10537:
10538: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10539: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10540: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10541: (new option $.encode[multipart-form/data] should be specified) -
10542: $.method[] option for file::load now is not case-sensitive
10543:
10544: * src/: include/pa_string.h, main/untaint.C: - for file post the
10545: new taint language L_FILE_POST was added
10546:
10547: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10548: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10549: stuff was moved to separate files
10550:
10551: 2009-01-23 misha
10552:
10553: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10554: spaces to tabs were converted
10555:
10556: 2009-01-12 misha
10557:
10558: * src/main/pa_http.C: - value of $.method[] option force uppercased
10559: now
10560:
10561: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10562: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10563: their names
10564:
10565: * src/main/pa_common.C: - changes in formating
10566:
10567: * src/: classes/file.C, main/pa_http.C: - some constants changed
10568: their names
10569:
10570: * src/include/pa_http.h: - some spaces were converted to tabs
10571:
10572: * src/include/pa_common.h: - some constants changed their names
10573:
10574: * src/classes/file.C: - fixed 4-th paramether for file::load -
10575: little code rewriting
10576:
10577: * src/types/pa_vfile.C: - little code rewriting
10578:
10579: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10580: types/pa_value.h: - some formating changes
10581:
10582: * src/include/pa_common.h: - some formating spaces transformed to
10583: tabs
10584:
10585: * src/classes/string.C: - exception while base64-decode binary to a
10586: string
10587:
10588: 2009-01-11 misha
10589:
10590: * configure.in: - version changed to 3.3.1b
10591:
10592: 2008-09-05 misha
10593:
10594: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10595: release_3_3_0 on 2008-09-05 10:59:35 +0000
10596:
10597: 2008-09-04 misha
10598:
10599: * tests/: 130.html, 131.html: - these exceptions not typeless
10600: anymore
10601:
10602: * src/classes/op.C: - exception with 'invalid taint language' not
10603: typeless anylonger
10604:
10605: * src/classes/image.C: - some exceptions while operations with
10606: image not typeless anymore
10607:
10608: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10609: main/pa_exec.C, main/pa_http.C: - some exceptions while
10610: operations with files not typeless anymore
10611:
10612: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10613: types/pa_vdate.h: - exceptions while checking date range not
10614: typeless anymore
10615:
10616: * src/include/pa_exception.h: - exception type string for invalid
10617: date range was added
10618:
10619: 2008-09-03 misha
10620:
10621: * src/: classes/file.C, main/pa_string.C: - exception while pce
10622: operations not typeless anymore
10623:
10624: * src/include/pa_exception.h: - exception type for pce operations
10625: was added
10626:
10627: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10628: and .CLASS_NAME insite classes
10629:
10630: * src/classes/table.C: - don't save table header whiile
10631: ^table.save[append;filename] if file exists
10632:
10633: 2008-09-02 misha
10634:
10635: * src/main/compile.y, src/main/compile_tools.h,
10636: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10637: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10638: renamed to partial and it login changed: we must mark class as
10639: partial for allow their modifications in future.
10640:
10641: 2008-08-29 misha
10642:
10643: * tests/results/022.processed: - testing taint[regex] in mask for
10644: file:list
10645:
10646: * tests/022.html: - testing taint[regex] in mask for file:list
10647:
10648: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10649: for file:list was added
10650:
10651: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10652: file:list
10653:
10654: 2008-08-26 misha
10655:
10656: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10657: last derived object
10658:
10659: * src/classes/image.C: - many strings "image.format" replaced by
10660: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10661: understand some more exif tags
10662:
10663: * src/include/pa_exception.h: - string "image.format" was added
10664:
10665: 2008-08-21 misha
10666:
10667: * src/: main/pa_string.C, classes/file.C: - use method for print
10668: pcre_exec text error
10669:
10670: * src/main/pa_common.C: - method for print pcre_exec text error was
10671: added
10672:
10673: * src/include/pa_common.h: - method declaration for print pcre_exec
10674: text error was added
10675:
10676: 2008-08-19 misha
10677:
10678: * src/main/execute.C: - bugfix: opcodes must be in separate
10679: namespace while debug execution as well
10680:
10681: * tests/: 015.html, results/015.processed: - test for escaping some
10682: parser chars was added
10683:
10684: 2008-08-18 misha
10685:
10686: * tests/: 190.html, 190.p, results/190.processed: - test for
10687: $caller.self.field + default getter in one class was added
10688:
10689: * tests/: 189.html, results/189.processed: - test for
10690: ^date::create[date object]
10691:
10692: * tests/: 188.html, results/188.processed: - tests for match with
10693: UTF-8 strings
10694:
10695: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10696: ^string.match[]
10697:
10698: * ChangeLog: - parser 3.3.0 beta13
10699:
10700: 2008-08-15 misha
10701:
1.116 moko 10702: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10703: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10704: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10705: dftables.c: - old PCRE files removed
1.95 moko 10706:
10707: * src/lib/pcre/config.h: - configuration for PCRE library
10708:
10709: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10710: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10711:
10712: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10713: library and set flag UTF8 if $request:charset is UTF-8
10714:
10715: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10716: include/pa_config_fixed.h: - moved to new PCRE library
10717:
10718: * src/: main/main.vcproj, types/types.vcproj,
10719: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10720: win32\pcre instead of parser3\src\lib\pcre
10721:
10722: * src/: include/pa_opcode.h, include/pa_operation.h,
10723: main/compile.C, main/compile.y, main/compile_tools.C,
10724: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10725: opcodes were moved to separate namespace
10726:
10727: 2008-08-14 misha
10728:
10729: * src/types/pa_vstateless_class.C: - newline at the end missed
10730:
10731: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10732: tainting
10733:
10734: 2008-08-11 misha
10735:
10736: * tests/: 187.html, 187.p, results/187.processed: - tests for
10737: $caller.self, $caller.self.field and $caller.self.field[value]
10738: were added
10739:
10740: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10741: runtime as well (for $caller.self)
10742:
10743: 2008-07-25 misha
10744:
10745: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10746: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10747: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10748: tests with international characters
10749:
10750: 2008-07-23 misha
10751:
10752: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10753: file::load[...;http://
10754:
10755: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10756: now everywhere in separate namespace
10757:
10758: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10759: for vars
10760:
10761: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10762: can be escaped by '^'
10763:
10764: 2008-07-22 misha
10765:
10766: * src/classes/string.C, tests/186.html: - names changes:
10767: escape=>js-escape, unescape=>js-unescape
10768:
10769: 2008-07-21 misha
10770:
10771: * tests/results/186.processed: - test for string escape/unescape
10772:
10773: * tests/186.html: - test for string escape/unescape
10774:
10775: * src/classes/string.C: - string has escape and unescape methods
10776: now
10777:
10778: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10779: added
10780:
10781: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10782: method-layers added (with different params)
10783:
10784: 2008-07-18 misha
10785:
10786: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10787: was added
10788:
10789: * tests/185.html: - test for ^str.pos[sub](offset) added
10790:
1.211 moko 10791: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10792: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10793: accepted now
1.95 moko 10794:
10795: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10796: strings
10797:
10798: 2008-07-17 misha
10799:
10800: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10801: helper length added for mid for small optimisation
10802:
10803: 2008-07-16 misha
10804:
10805: * tests/: 185.html, results/185.processed: - tests for
10806: length/left/right/mid/pos with utf-8 strings
10807:
10808: * src/classes/string.C: - left/right/mid/length/pos works fine for
10809: utf-8 strings
10810:
10811: * src/main/untaint.C: - comments removed
10812:
10813: * src/: include/pa_string.h, main/pa_string.C,
10814: include/pa_charset.h, main/pa_charset.C: - methods for working
10815: with pos/mid for strings in utf-8 were added
10816:
10817: 2008-07-15 misha
10818:
10819: * tests/: 184.html, results/184.processed: - test for case body as
10820: expression: $var(^switch(1){^case(1)(true)..})
10821:
10822: * src/classes/op.C: - case body can be expression now:
10823: $var(^switch(1){^case(1)(true)..})
10824:
10825: * tests/: results/183.processed, 183.html: - added test for testing
10826: new cookie encoding (%uXXXX)
10827:
10828: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10829: decoding for backward compatibility they decoded from %XX in
10830: request:charset too
10831:
10832: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10833: - cookie class now decode cookies before first access after last
10834: request:charset changing (as form class).
10835:
10836: * src/main/pa_charset.C: - added method escape for escaping cookies
10837: as %uXXXX - before transcode calculate required space for dest
10838: string. it reduce mem usage for transcode
10839:
10840: * src/include/pa_charset.h: - added method escape for escaping
10841: cookies as %uXXXX
10842:
10843: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10844: was added. will used for escaping cookies as %uXXXX
10845:
10846: * src/include/pa_common.h: - escape method has new option for skip
10847: converting '+' to a space char
10848:
10849: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10850: transcode - escape method has new option for skip converting '+'
10851: to a space char
10852:
10853: 2008-07-08 misha
10854:
10855: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10856: (no UE if more then 1 case matches anylonger) - optimization:
10857: doing searching.as_string() || searching.as_double() only once
10858:
10859: 2008-07-04 misha
10860:
10861: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10862: now ^date::create[date object] works
10863:
10864: * src/classes/string.C: - left and right added as aliases for start
10865: and end in ^string.trim[]
10866:
10867: 2008-07-03 misha
10868:
10869: * src/classes/file.C: - allow $.limit for file::sql as well
10870:
10871: * src/classes/file.C: - allow $.offset option for file::sql - force
10872: send limit=1 to query for use sql specifics authomatically
10873:
10874: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10875: if $.limit value if empty. autoconvert it as everywere
10876:
10877: 2008-07-02 misha
10878:
10879: * configure.in: - time to change version number to 3.3.0 %-)
10880:
10881: * src/include/pa_version.h: - time to change version number to
10882: 3.3.0 %-)
10883:
10884: 2008-06-26 misha
10885:
10886: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10887: $.limit(0) fixes
10888:
10889: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10890: - $.limit(0) fixes
10891:
10892: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10893: new API)
10894:
10895: * src/: include/pa_sql_driver_manager.h,
10896: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10897: classes/op.C: - document_root added
10898:
10899: * src/main/compile.tab.C: - error message was changed
10900:
10901: 2008-06-25 misha
10902:
10903: * src/main/compile.y: - error message was changed
10904:
10905: 2008-06-24 misha
10906:
10907: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10908:
10909: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10910: tests for @OPTIONS\nappend
10911:
10912: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10913:
10914: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10915:
10916: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10917:
10918: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10919: compile.y
10920:
10921: 2008-06-17 misha
10922:
10923: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10924: compilation: ^if(default){true. it's incorrect. must be
10925: exception}
10926:
10927: 2008-06-16 misha
10928:
10929: * tests/: 181.ent, 181.html, results/181.processed: - test for
10930: checking external reference loading with 'http://localhost'
10931: prefix while creating xdoc
10932:
10933: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10934: ^math:long2ip[] and ^math:ip2long[]
10935:
10936: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10937: added which use scalar stateless class method when user object
10938: used in scalar context - use get_scalar_value when user object
10939: requested in scalar context
10940:
10941: * src/main/pa_common.C: - size must be int but not size_t or we
10942: can't compare with 0 sprintf result
10943:
10944: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10945: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10946: with internal switch between local/global vars
10947:
10948: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10949: specified
10950:
10951: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10952: pa_vstateless_object.h: - stateless class and object now has
10953: private scalar field and getter/setter for working with it
10954:
10955: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10956: moved to inet static class
10957:
10958: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10959: class added (^inet:aton[IP], ^inet:ntoa(number))
10960:
10961: * tests/: 180.html, results/180.processed: - tests for
10962: ^math:long2ip(long) and ^math:ip2long[IP]
10963:
10964: * src/classes/math.C: - ^math:ip2long[IP] added
10965:
10966: 2008-06-11 misha
10967:
10968: * src/main/pa_xml_io.C: - use file_read_text again because of we
10969: need cut BOM code and remove DOS newline chars. but don't
10970: transcode it anyway.
10971:
10972: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10973: main/pa_http.C: - option for disable transcoding while file_read
10974: and file_read_text added
10975:
10976: 2008-06-10 misha
10977:
10978: * tests/: 179.html, 179.p, results/179.processed: - test for many
10979: classes in 1 file
10980:
10981: * src/main/: compile.C, compile_tools.h: - compile return list of
10982: classes now.
10983:
10984: * src/main/: compile.y, compile.tab.C: - compile return list of
10985: classes now. internals.
10986:
10987: * src/main/pa_request.C: - compile return list of classes now. try
10988: call @conf and @auto for each returned class
10989:
10990: * src/include/pa_request.h: - compile return list of classes now
10991:
10992: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10993: return list of classes when compile buf)
10994:
10995: 2008-06-07 misha
10996:
10997: * src/main/pa_request.C: - constructing VRequest object with 3rd
10998: param -- form
10999:
11000: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11001: 3rd param: form. needed for get post_charset
11002:
11003: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11004: added
11005:
11006: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11007: types/pa_vform.C, types/pa_vform.h: - some polish
11008:
11009: 2008-06-06 misha
11010:
11011: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11012: charset and decode chars from it but not from response:charset
11013:
11014: * src/main/pa_http.C: - detect_charset moved out of here
11015:
11016: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11017: methods moved here - unescape_chars accepn one charset now
11018:
11019: * src/main/pa_http.C: - new constants used - don't allow
11020: $.content-type in ^file::load[;http://;$.method[POST]] - add
11021: charset info while ^file::load[;http://;$.method[POST]] - option
11022: $.omit-post-charset(true) added to ^file::load[;http://] for
11023: disabling charset during post
11024:
11025: * src/types/pa_vform.C: - new constants used
11026:
11027: * src/include/pa_common.h: - some constants were added
11028:
11029: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11030: instead of StrEqNc
11031:
11032: * src/main/pa_common.C: - new method for caseless search
11033: c-substring in c-string - use isxdigit instead of is_hex_digit
11034:
11035: * src/include/pa_common.h: - new method for caseless search
11036: c-substring in c-string
11037:
11038: 2008-06-05 misha
11039:
11040: * tests/results/178.processed: - test for testing default getter
11041:
11042: * tests/178.html: - test for testing default getter
11043:
11044: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11045: for test for testing default getter
11046:
11047: * src/main/execute.C: - default getter soul
11048:
11049: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11050: requested objects' field not found
11051:
11052: * src/types/pa_vclass.C: - register default getter if defined - get
11053: default getter if requested field not found
11054:
11055: * src/types/pa_vstateless_object.h: - method get_default_getter was
11056: added
11057:
11058: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11059: pointer to default getter and methods for get/set it were added
11060:
11061: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11062: auto_name field (for default getter)
11063:
11064: 2008-06-04 misha
11065:
11066: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11067: transcoding, no cutting BOM code, no fixing line breaks) and get
11068: it to libxml "as is"
11069:
11070: 2008-06-03 misha
11071:
11072: * src/main/pa_common.C: - use store_Char instead of
11073: transcodeCharFromUTF8
11074:
11075: * src/: include/pa_charset.h, main/pa_charset.C: - method
11076: store_Char added, transcodeCharFromUTF8 -- removed
11077:
11078: 2008-06-02 misha
11079:
11080: * tests/: results/177.processed, 177.html: - test for checking
11081: .[acm]date after local ^file::load[] was added
11082:
11083: * tests/: results/176.processed, 176.html: - test for checking
11084: @OPTION\locals + @method[vars][locals] added
11085:
11086: * tests/results/auto.p: - CLASS_PATH specified for checking use
11087:
11088: 2008-05-30 misha
11089:
11090: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11091: @OPTION\nlocals + @method[vars][;locals;] were added
11092:
11093: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11094: moved to separate method op_code - switch from VMethodFrame to
11095: VMethodFrameGlobal + VMethodFrameLocal
11096:
11097: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11098: was moved to separate method op_code
11099:
11100: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11101: VMethodFrame now
11102:
11103: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11104: all_vars_local as well
11105:
11106: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11107: pa_vmethod_frame_local.h, Makefile.am: - who children for
11108: VMethodFrame were added: one (global) works as VMethodFrame
11109: before and second (local) write all vars in self vars scope
11110:
11111: * src/types/pa_method.h: - method has bool flag all_vars_local now
11112:
11113: 2008-05-29 misha
11114:
11115: * tests/: 129.html, results/129.processed: - more tests for
11116: ^table.hash[]
11117:
11118: * src/classes/hash.C: - ^hash::sql has a new option:
11119: $.type[hash|string|table] as ^table.hash[] one.
11120:
11121: * src/classes/op.C: - ^try has 3rd param now: finally code which
11122: executed anyway after try or catch section
11123:
11124: 2008-05-27 misha
11125:
11126: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11127: must not fail if $.distinct(1) wasn't specified
11128:
11129: 2008-05-26 misha
11130:
11131: * src/classes/op.C: - allow ^throw[my type]
11132:
11133: 2008-05-22 misha
11134:
11135: * configure.in, configure: - version number updated to 3.2.4b
11136:
11137: * src/classes/: op.C, string.C: - trim format string before
11138: eval/format
11139:
11140: * tests/: results/175.processed, 175.html: - more tests for
11141: different format strings in .format[]
11142:
11143: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11144: as well (not only %XX)
11145:
11146: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11147: charset specified - checks for format before print number
11148: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11149: (instead of tabs) removed
11150:
11151: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11152: charset specified
11153:
11154: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11155: char in requested charset from utf code was added
11156:
11157: 2008-05-19 misha
11158:
11159: * tests/: 174.html, results/174.processed: - test for
11160: ^hashfile.cleanup[] added
11161:
11162: * src/classes/hashfile.C: - optimization: don't create any key or
11163: value variable if it's name weren't specified
11164: (^hf.foreach[;v]{...})
11165:
11166: 2008-05-16 misha
11167:
11168: * src/classes/hash.C: - optimization: don't create any key variable
11169: if variable name wasn't specified (^h.foreach[;v]{...})
11170:
11171: 2008-05-15 misha
11172:
11173: * src/classes/op.C: - small changes
11174:
11175: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11176:
11177: * src/classes/hash.C: - calculate var_context once before foreach
11178:
11179: 2008-05-14 misha
11180:
11181: * src/classes/hashfile.C: - incorrect vars context calculation for
11182: ^hashfile.foreach[;]{} fixed
11183:
11184: * src/classes/: hash.C, table.C: - little optimisation
11185:
11186: * src/classes/file.C: - bugfix: double absolute path while loading
11187: file
11188:
11189: * tests/: 174.html, results/174.processed: - tests for hashfile
11190: were added
11191:
11192: * buildall-with-xml: - moving to libxslt 1.1.24
11193:
11194: 2008-04-30 misha
11195:
11196: * src/classes/file.C: - stat file while loading (local only) so
11197: .adate, .mdate and .cdate available without additional ::stat
11198:
11199: 2008-04-28 misha
11200:
11201: * src/classes/file.C: - $.name and $.content-type available for
11202: stated file
11203:
11204: 2008-04-14 misha
11205:
11206: * src/targets/cgi/parser3.C: - new year in copyright %-)
11207:
11208: * src/include/pa_version.h: - new version number in head
11209:
11210: 2008-04-10 misha
11211:
11212: * tests/: 080.html, results/080.processed: - cut '0' from
11213: exponential part because of on diff OS it differ (20 or 020 for
11214: ex)
11215:
11216: * tests/: 119.html, results/119.processed: - check for encoding
11217: while creating xdoc
11218:
11219: 2008-04-09 misha
11220:
11221: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11222:
11223: * src/main/pa_common.C: - comment added
11224:
11225: * src/classes/date.C: - little refactoring
11226:
11227: 2008-04-07 misha
11228:
11229: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11230: style of ^table.save[]: prepare one big string and sabe it at
11231: once. it's safe on freebsd 4.x but use much more memory.
11232:
11233: * buildall-with-xml, buildall-without-xml: - option
11234: --disable-stringstream added (under comment. use it on freebsd
11235: 4.x)
11236:
11237: 2008-02-22 misha
11238:
11239: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11240: specified together in file::load[;http] - get back transcoding
11241: $.body[] in file::load[;http]
11242:
11243: 2008-02-21 misha
11244:
11245: * src/classes/date.C: - ^date.gmt-string[] was added
11246:
11247: * src/types/pa_value.C: - method for output date in RFC 822 format
11248: moved to pa_common.h
11249:
11250: * src/include/pa_common.h: - method for output date in RFC 822
11251: format moved here from pa_value.C
11252:
11253: * src/types/pa_vmail.C: - fixed core in sending mail with
11254: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11255:
11256: 2008-02-20 misha
11257:
11258: * src/main/pa_http.C: - transcode $.headers before escaping into
11259: specified charset while ^file::load[...;http://...] (L_URI
11260: instead of L_HTTP_HEADER) - $.cookies param available in
11261: ^file::load[;http://...] now (but we don't parse set-cookies from
11262: response yet) (cookies not transcoded as common $cookies)
11263:
11264: 2008-02-19 misha
11265:
11266: * src/main/pa_request.C: - rollback: we mustn't force taint
11267: $response:field values because in this case
11268: $response:locateion[http://...] don't works.
11269:
11270: 2008-02-15 misha
11271:
11272: * src/classes/op.C: - little refactoring
11273:
11274: * src/main/pa_http.C: - taint names of $.headers for load[;http
11275:
11276: * src/main/pa_request.C: - force taint values of $response:field
11277:
11278: 2008-02-14 misha
11279:
11280: * src/main/pa_request.C: - $response:field transcoded to
11281: $response:charset before escaping now
11282:
11283: * src/main/pa_http.C: - some outdated comments removed
11284:
11285: * src/classes/date.C: - lastdat -> last-day
11286:
11287: * src/classes/date.C: - ^date:lastday(year;month) and
11288: ^date.lastday[] were added - little code refactoring - comments
11289: changes
11290:
11291: * tests/: 159.html, results/159.processed: - test for number of
11292: days in February
11293:
11294: * src/types/pa_value.C: - fixes in code formatting
11295:
11296: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11297: and comments
11298:
11299: 2008-02-13 misha
11300:
11301: * src/main/pa_common.C: - bugfix for february at leap year
11302:
11303: 2008-01-28 misha
11304:
11305: * tests/: 160.html, results/160.processed: - more test for cache
11306: added
11307:
11308: * src/classes/op.C: - bugfix: cache body executed twice if contains
11309: unhandled exception
11310:
11311: 2008-01-25 misha
11312:
11313: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11314: bug when hashfile became inavailable after memory:compact)
11315:
11316: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11317:
11318: 2008-01-22 misha
11319:
11320: * src/classes/table.C: - little refactiring and exception texts
11321: changes in method ^table.hash[]
11322:
11323: * src/types/pa_vcookie.C: - link to cookie specification changed
11324:
11325: 2008-01-21 misha
11326:
11327: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11328: file::exec/cgi
11329:
11330: * src/classes/file.C: - bugfix: core while processing headers if
11331: executed cgi script don't return content
11332:
11333: 2008-01-18 misha
11334:
11335: * buildall-with-xml: - move to libxml2 version 2.6.31
11336:
11337: * src/include/pa_version.h, configure.in: - version number updated
11338: to '3.2.3b'
11339:
11340: 2007-12-28 misha
11341:
11342: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11343: hash.contains
11344:
11345: 2007-12-27 misha
11346:
11347: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11348: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11349: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11350: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11351: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11352: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11353: src/targets/cgi/parser3.vcproj,
11354: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11355: back to VS2003 because of Apache 1.3 module can't work if it was
11356: built in VS 2005. with cgi all file so VS2003 project files can
11357: be easy converted to the new format.
11358:
11359: 2007-12-04 misha
11360:
11361: * src/types/pa_vcode_frame.h: - changes in comment
11362:
11363: 2007-11-29 misha
11364:
11365: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11366: intercept strings any longer
11367:
11368: * tests/: 173.html, results/173.processed: - tests for
11369: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11370: but not in main code frame
11371:
11372: * tests/: 172.html, results/172.processed: - more tests for pass
11373: objects from code frames
11374:
11375: 2007-11-27 misha
11376:
11377: * tests/: 152.html, results/152.processed: - tests for converting
11378: strings 'true'/'false' to bool were added
11379:
11380: * tests/152.html: - added checks for converting strings
11381: 'true'/'false' to bool
11382:
11383: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11384: not only strings with numbers but with values 'true'/'false' as
11385: well
11386:
11387: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11388: for parser3.log increased
11389:
11390: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11391:
11392: * src/include/pa_common.h: - remove_crlf return cstring size now
11393:
11394: * src/include/pa_types.h: - constant with buffer size for
11395: parser3.log added
11396:
11397: 2007-11-16 misha
11398:
11399: * tests/cat.sh: - script for tests for file::exec/cgi
11400:
11401: * tests/171.html: - tests for file::exec/cgi
11402:
11403: * tests/results/171.processed: - tests results for file::exec/cgi
11404:
11405: 2007-11-15 misha
11406:
11407: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11408:
11409: * src/classes/file.C: - .body must be set before analyzing cgi
11410: headers
11411:
11412: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11413: only if exec/cgi return anything.
11414:
11415: 2007-11-14 misha
11416:
1.211 moko 11417: * operators.ru.txt, operators.txt: - info about new text|binary
11418: option for file::exec/cgi was added
1.95 moko 11419:
11420: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11421: ^file:exec[[text|binary];script;...]
11422:
11423: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11424: classes/string.C, classes/table.C: - more text strings moved to
11425: the one place
11426:
11427: 2007-11-09 misha
11428:
11429: * src/types/pa_vrequest.C: - $request:argv must be taint
11430:
11431: * ChangeLog: - $request:argv [patch from Sumo]
11432:
1.211 moko 11433: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11434:
11435: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11436: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11437:
11438: 2007-10-25 misha
11439:
11440: * buildall-with-xml, buildall-without-xml: - options preparations
11441: for ./configure rewrited
11442:
11443: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11444: error occure in unhandled_exception finally fixed
11445:
11446: 2007-10-23 misha
11447:
11448: * tests/: 170.html, results/170.processed: - test for
11449: @method[][result]
11450:
1.211 moko 11451: * operators.ru.txt, operators.txt: - added info about node.prefix
11452: and node.namespaceURI
1.95 moko 11453:
11454: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11455:
11456: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11457: added for node and attribute
11458:
11459: 2007-10-22 misha
11460:
11461: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11462:
11463: * src/main/pa_request.C: - added const content-transfer-encoding
11464:
11465: * src/include/pa_request.h: - added const content-transfer-encoding
11466: - ups. constants must be in lowercase (for search)
11467:
11468: * src/types/pa_vmail.C: - more constants used -
11469: content-transfer-encoding: 8bit added
11470:
11471: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11472:
11473: * src/include/pa_request.h: - more constants
11474:
11475: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11476: ommit anymore if $.content-disposition was specified - little
11477: refactoring
11478:
11479: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11480:
11481: 2007-10-17 misha
11482:
1.211 moko 11483: * operators.ru.txt, operators.txt: - info about
1.95 moko 11484: table::create[nameless]{data}[>options<] was added
11485:
11486: * src/main/: compile.tab.C, compile.y: - if error occure while
11487: compile method don't put this method in methods table anymore.
11488: in other case the parser coredumped if @unhandled_exception
11489: method can't be compiled because of parser.compile error.
11490:
11491: * src/main/execute.C: - little code reformating
11492:
11493: * src/main/pa_request.C: - little code reformating - comment
11494: changed
11495:
11496: 2007-10-16 misha
11497:
11498: * tests/: 035.html, results/035.processed: - tests
11499: table::create[]{}[options] added
11500:
11501: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11502: options (only $.seperator[] yet)
11503:
11504: 2007-10-10 misha
11505:
11506: * src/classes/table.C: - some contstants moved to pa_common.h -
11507: some code changes
11508:
11509: 2007-10-02 misha
11510:
11511: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11512: then three time as much. but base64 encoding method still use
11513: less memory anyway.
11514:
11515: 2007-09-17 misha
11516:
1.211 moko 11517: * operators.ru.txt, operators.txt: - added info about
11518: $cookie:fields
1.95 moko 11519:
11520: * src/types/pa_vcookie.C: - $cookie:fields available now
11521:
11522: * src/classes/hash.C: - some stuff for use with .for_each moved to
11523: common
11524:
11525: * src/include/pa_common.h: - some stuff for use with .for_each
11526: moved here
11527:
11528: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11529:
11530: 2007-09-14 misha
11531:
11532: * buildall-with-xml: - new xml libs again =)
11533:
11534: 2007-08-28 misha
11535:
1.211 moko 11536: * operators.ru.txt, operators.txt: - texts about
11537: ^table.columns[[column name]] and ^string.split[...][v][column
11538: name] were added
1.95 moko 11539:
11540: * tests/: 168.html, 169.html, results/168.processed,
11541: results/169.processed: - tests for ^table.columns[[column name]]
11542: and ^string.split[...][v][column name] were added
11543:
11544: * src/classes/table.C: - new option ^table.columns[[column name]]
11545: was added
11546:
11547: * src/classes/string.C: - new option ^string.split[...;v;[column
11548: name]]
11549:
11550: * src/include/pa_exception.h: - error text message for
11551: ^hash._keys[], ^table.columns[] and ^string.split[]
11552:
11553: 2007-08-27 misha
11554:
11555: * src/main/untaint.C: - try to fix coredump on unix if print to
11556: body ^taint[sql][something] outside of connect
11557:
11558: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11559: outside of connect
11560:
11561: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11562: added (commented by default)
11563:
11564: 2007-08-20 misha
11565:
1.211 moko 11566: * operators.ru.txt, operators.txt: - comment about new method
11567: ^node.hasAttributes[] was added
1.95 moko 11568:
11569: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11570: duplicated exception text strings were removed
11571:
11572: * src/include/pa_exception.h: - more exception text strings moved
11573: here
11574:
11575: * src/classes/table.C: - some duplicate exceptions' text strings
11576: removed
11577:
11578: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11579: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11580: removed
11581:
11582: * src/include/pa_exception.h: - some exception text strings movet
11583: to pa_exception
11584:
11585: * tests/: 149.html, results/149.processed: - test for
11586: ^xnode.hasAttributes[] was added - some code changes
11587:
11588: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11589: added
11590:
11591: 2007-08-17 misha
11592:
11593: * tests/: results/006.processed, results/059.processed, 006.html,
11594: 059.html: - more tests for match
11595:
11596: * tests/: 129.html, results/129.processed: - tests for
11597: ^table.hash[...][$.type[string|hash|table]] added
11598:
11599: * src/targets/cgi/parser3.C: - little syntax changes
11600:
11601: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11602: syntax changes
11603:
1.211 moko 11604: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11605: annoying 'SIGPIPE' messages in parser3.log switched off by
11606: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11607:
11608: 2007-08-08 misha
11609:
11610: * buildall-with-xml, buildall-without-xml: - remove libs source
11611: files by default since now
11612:
11613: 2007-08-07 misha
11614:
11615: * buildall-without-xml: - some option syntax changes
11616:
11617: * buildall-with-xml: - compile libxml2 without http support - some
11618: option syntax changes
11619:
11620: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11621:
11622: 2007-08-06 misha
11623:
11624: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11625:
11626: * tests/: 160.html, results/160.processed: - cache test was
11627: rewrited
11628:
11629: 2007-07-06 misha
11630:
11631: * tests/: 153.html, results/153.processed: - added test for
11632: ^math:sha1[string]
11633:
11634: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11635: transcoded
11636:
11637: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11638: were added
11639:
11640: 2007-06-28 misha
11641:
11642: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11643: some incorrect chars
11644:
11645: 2007-06-19 misha
11646:
11647: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11648: were moved on top because of gcc 4 had a problems during
11649: building.
11650:
11651: 2007-06-18 misha
11652:
11653: * tests/results/019.processed: - new image commited
11654:
11655: 2007-06-09 misha
11656:
11657: * src/classes/: op.C, table.C: - in while and table.select method
11658: as_expression used now
11659:
11660: * src/types/pa_vmethod_frame.h: - method as_expression was added
11661:
11662: 2007-06-08 misha
11663:
11664: * tests/: 166.html, results/166.processed: - test for
11665: ^match[...][n]
11666:
11667: * tests/: 165.html, results/165.processed: - tests for loops
11668:
11669: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11670: because of no speed/memory optimisation but some proglems with
11671: long cycles occure
11672:
11673: 2007-06-06 misha
11674:
11675: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11676: ^table.select(true) and ^table.select(1) didn't works because of
11677: awaiting junction-param only. fixed.
11678:
11679: 2007-05-24 misha
11680:
11681: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11682: with 0.5 secs interval
11683:
11684: * src/classes/op.C: - cache was rewrited. I hope it works with
11685: locking system now on unix
11686:
11687: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11688: system locks which wait till other threads release it but try get
11689: lock, if fail wait 1 sec and make 10 attempts.
11690:
11691: * src/include/pa_os.h: - consts for blocking locks + some comments
11692: were added
11693:
11694: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11695: opening files
11696:
11697: * src/classes/table.C: - changes in includes. if unclude <sstream>
11698: after our classes on unix it can't be build
11699:
11700: * src/types/pa_vhashfile.C: - not needed code removed
11701:
11702: 2007-05-23 misha
11703:
11704: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11705: include/pa_common.h: - cosmetic changes
11706:
11707: 2007-05-18 misha
11708:
11709: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11710: often. it's give some speed increasing
11711:
11712: * tests/results/160.processed: - returned time corrected
11713:
11714: * tests/160.html: - time increased because on unix 1 mean nothing
11715: :(
11716:
1.211 moko 11717: * operators.ru.txt, operators.txt: - added info about
11718: ^hash.contain[key]
1.95 moko 11719:
11720: * src/classes/hash.C: - added ^hash.contain[key]
11721:
11722: * src/include/pa_hash.h: - added method for checking key exists in
11723: hash
11724:
11725: 2007-05-07 misha
11726:
11727: * src/include/pa_string.h: - was compilation error during build on
11728: freebsd4
11729:
11730: 2007-05-03 misha
11731:
11732: * src/classes/table.C: - option $.type[hash|string|table] was added
11733: for ^table.hash[]
11734:
11735: * src/classes/file.C: - comment removed
11736:
11737: 2007-04-26 misha
11738:
11739: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11740: real files doesn't opened in place anymore
11741:
11742: 2007-04-24 misha
11743:
11744: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11745:
11746: * src/include/pa_exception.h: "static" removed
11747:
11748: 2007-04-23 misha
11749:
11750: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11751:
11752: * src/classes/math.C: added: - ^math:ln(N) (the same as
11753: ^math:log(N)) - ^math:lg(N)
11754:
11755: * tests/: 097.html, results/097.processed: - charsets converstion
11756: during ^file::load[text;http://...] added
11757:
11758: * tests/: 164.html, results/164.processed: - check for set expires
11759: as a date
11760:
11761: * tests/: 164.html, results/164.processed: - test for hashfile
11762:
11763: * src/classes/hashfile.C: - little comment changes
11764:
11765: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11766: access
11767:
11768: * src/: classes/date.C, classes/double.C, classes/file.C,
11769: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11770: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11771: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11772: classes/xnode.h, include/pa_request.h, main/execute.C,
11773: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11774: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11775: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11776: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11777: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11778: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11779: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11780: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11781: "parser.runtime" strings were removed
11782:
11783: * src/classes/hashfile.C: - with .clear[] called files_delete()
11784: now.
11785:
11786: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11787:
11788: * src/include/pa_exception.h: - string constant with
11789: "parser.runtime" text was added
11790:
11791: 2007-04-20 misha
11792:
1.211 moko 11793: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11794:
1.211 moko 11795: * operators.ru.txt, operators.txt: - added info about
11796: .^hashfile.release[], ^hashfile.clenaup[] and new
11797: ^string.match[][>N-option<]
1.95 moko 11798:
11799: * configure: =cheching for unsetenv
11800:
11801: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11802: ^hashfile.release[] were added
11803:
11804: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11805: ^string.match[][] understand new option now: return number of
11806: matches but not table wit results
11807:
11808: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11809: reopen now
11810:
11811: * src/classes/op.C: - bug. must be false
11812:
11813: * configure.in: - checking for unsetenv was added
11814:
11815: * src/types/pa_vform.C: - some comments
11816:
11817: 2007-04-18 misha
11818:
11819: * buildall-with-xml: moving to libxml2-2.6.28
11820:
11821: * buildall-with-xml, buildall-without-xml: added commented lines
11822: with --disable-safe-mode option
11823:
1.211 moko 11824: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11825:
11826: 2007-04-17 misha
11827:
11828: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11829: $form:files was added
11830:
11831: * tests/: 163.html, results/163.processed: removing auto format
11832:
11833: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11834:
11835: 2007-04-16 misha
11836:
11837: * tests/: 163.html, results/163.processed: - test for .int[],
11838: floor, round, ceiling and .format[]
11839:
11840: * src/classes/file.C: - little optimization for getting args in
11841: exec/cgi
11842:
11843: 2007-04-13 misha
11844:
11845: * src/classes/file.C: - arguments for file::exec/cgi can be
11846: specified now as s table with one column
11847:
11848: 2007-03-27 misha
11849:
11850: * tests/: 162.html, results/162.processed: - test for
11851: ^table.select(^condition[$t])
11852:
11853: * tests/results/auto.p: - load windows-1251 charset for some tests
11854:
11855: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11856:
11857: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11858: 161_windows1251.txt: - added test for
11859: ^file::load[text;/local/file.txt;$.charset[...]]
11860:
11861: * tests/: results/013.processed, 013.html: - added test for
11862: checking $._default value while hash modifications
11863:
11864: * tests/: 160.html, results/160.processed: - add test for
11865: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11866:
11867: 2007-03-22 misha
11868:
11869: * src/include/pa_common.h: - "charset" string defined for
11870: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11871:
11872: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11873: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11874: added - not needed transcodes were removed from
11875: ^file::load[...;http://...]
11876:
11877: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11878: added
11879:
11880: * src/classes/date.C: - date.week was fixed
11881:
1.211 moko 11882: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11883:
11884: * tests/: 159.html, results/159.processed: - tests for date.week
11885: and date.weekyear added
11886:
11887: 2007-03-15 misha
11888:
11889: * src/classes/table.C: - enclose column numbers for nameless tables
11890: as well
11891:
11892: 2007-03-14 misha
11893:
11894: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11895:
11896: * src/classes/table.C: - table.save optimization: now required much
11897: less memory
11898:
11899: 2007-03-13 misha
11900:
11901: * tests/results/: 158.processed, 158.processes: - tests for
11902: table.save/table.load
11903:
11904: * tests/: 158.html, results/158.processes: - tests for
11905: table.save/table.load
11906:
11907: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11908:
11909: * buildall-with-xml: - pattern needed now for building
11910:
11911: * tests/results/097.processed: - added test results for xdoc::load
11912: & xdoc::load[http://...]
11913:
11914: * tests/097.html: - added test for xdoc::load
11915:
11916: 2007-03-12 misha
11917:
11918: * tests/: 107.html, results/107.processed: - added test for xpath
11919: '//man'
11920:
11921: 2007-03-01 misha
11922:
11923: * tests/: 097.html, results/097.processed: - added test for
11924: creating xdoc from file
11925:
11926: * tests/: results/157.processed, 157.html: - added test for
11927: file:move
11928:
11929: 2007-02-28 misha
11930:
11931: * src/classes/xdoc.C: - another attempt
11932:
11933: * src/classes/xdoc.C: - roll back last changes for a while
11934:
1.211 moko 11935: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11936: ^xdoc::create[$file] added.
1.95 moko 11937:
11938: * src/classes/file.C: - under lock we create non-exist dir anyway
11939:
11940: * tests/results/099.processed: - ever send content-disposition to
11941: client with file
11942:
11943: * tests/157.html: + test for file:copy
11944:
11945: 2007-02-26 misha
11946:
11947: * src/classes/file.C: - some similar strings moved to #define
11948: instead of to be copy/pasted many times
11949:
11950: * src/types/pa_vfile.h: - class name string ("file") moved to
11951: #define
11952:
11953: 2007-02-20 misha
11954:
11955: * configure.in: - added some strings for sqlite detection
11956:
11957: 2007-02-19 misha
11958:
1.211 moko 11959: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11960:
11961: * buildall-with-xml, buildall-without-xml: - some modifications
11962:
11963: 2007-02-17 misha
11964:
11965: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11966:
11967: * src/main/pa_request.C: - damn, i forgot to commit it while I
11968: change console behaviour
11969:
11970: 2007-02-12 misha
11971:
11972: * src/targets/cgi/parser3.C: - don't print headers if
11973: $console:line[data] was used during cgi execution.
11974:
11975: * src/types/pa_vconsole.h: - console class have bool flag now which
11976: marked as 'true' if class was used.
11977:
11978: * tests/: 152.html, results/152.processed: - more types was added
11979: to test 152
11980:
11981: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11982: adding 'bool' (^if($image){} caused exception)
11983:
11984: 2007-02-09 misha
11985:
11986: * tests/: 152.html, results/152.processed: - test alightly updated
11987:
11988: * tests/: 152.html, results/152.processed: - test rewrited
11989:
11990: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11991: bugfix. I broke xdoc & xnode in expression
11992:
11993: 2007-02-08 misha
11994:
11995: * tests/: 152.html, results/152.processed: - add test for checking
11996: 'def' for void, string, bool, int & double
11997:
11998: 2007-02-07 misha
11999:
1.211 moko 12000: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12001: added
1.95 moko 12002:
12003: * tests/results/153.processed: - result test for
12004: ^file:base64[filespec] was updated
12005:
12006: * tests/153.html: - test for ^file:base64[filespec] was added
12007:
12008: * src/types/pa_vconsole.h: - little optimization
12009:
12010: * src/classes/file.C: - ^file:base64[filespec]
12011:
12012: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12013:
12014: * src/include/pa_common.h: - declarations for
12015: ^file:base64[filespec]
12016:
12017: * src/types/pa_vcookie.C: - little optimization
12018:
12019: 2007-02-06 misha
12020:
12021: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12022: were temporary commented
12023:
12024: * src/types/pa_vbool.h: - bugfix
12025:
12026: * tests/156.html: - added test for bool cookie
12027:
12028: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12029:
12030: * tests/: 155.html, results/155.processed: - added test for check
12031: $.encloser[] option for table save/load
12032:
12033: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12034:
12035: 2007-02-05 misha
12036:
12037: * tests/results/152.processed: - newline at the end was missed
12038:
12039: * tests/results/141.processed: - math:md5 must be lowercased
12040:
12041: * src/targets/cgi/parser3.C: - 2007 in help ;)
12042:
12043: 2007-02-03 misha
12044:
12045: * tests/results/: 150.processed, 151.processed, 152.processed: -
12046: test for bool added and some content length fixes
12047:
12048: * tests/152.html: - test for bool added
12049:
12050: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12051:
1.211 moko 12052: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12053:
1.116 moko 12054: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12055: classes/classes.vcproj, classes/double.C, classes/int.C,
12056: classes/string.C, classes/void.C, classes/xnode.C,
12057: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12058: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12059: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12060: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12061: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12062: types/types.vcproj: - bool class was added
12063:
12064: * src/main/pa_request.C: - fix
12065:
12066: 2007-01-18 misha
12067:
12068: * src/: main/pa_string.C, classes/string.C: - return table during
12069: ^string.match[][] even if no matched found.
12070:
12071: 2006-12-20 misha
12072:
12073: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12074: http://www.parser.ru/forum/?id=55598 ]
12075:
12076: 2006-12-19 misha
12077:
12078: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12079: details: http://www.parser.ru/forum/?id=52359
12080:
12081: * src/main/pa_request.C: - always set content-disposition for
12082: $response:body[hash here]. more details:
12083: http://www.parser.ru/forum/?id=52130
12084:
12085: 2006-12-07 misha
12086:
1.211 moko 12087: * operators.ru.txt, operators.txt: - added info about bool params
12088: in cookie set
1.95 moko 12089:
12090: * src/types/pa_vcookie.C: - bool param in cookies available now
12091: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12092: ]
12093:
12094: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12095: was added
12096:
12097: 2006-12-02 misha
12098:
12099: * src/classes/file.C: - file_block_read used instead of native read
12100:
12101: * src/main/pa_common.C: - added file_block_read with read error
12102: detection - file_block_read used instead of native read
12103:
12104: * src/include/pa_common.h: - added file_block_read declaration
12105:
12106: 2006-12-01 misha
12107:
1.211 moko 12108: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12109: added
1.95 moko 12110:
12111: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12112: $var.CLASS_NAME added
12113:
1.211 moko 12114: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12115:
12116: * src/classes/file.C: - ^file:copy[from;fo] was added
12117:
12118: 2006-11-20 misha
12119:
12120: * src/classes/date.C: - bug fix :)
12121:
12122: 2006-11-17 misha
12123:
12124: * src/include/pa_common.h: - array in crc32 calculation was changed
12125: to static
12126:
12127: * src/main/pa_common.C: - little optimization in getMonthDays -
12128: small changes in crc32 calculation
12129:
12130: * src/classes/date.C: - not needed code was removed
12131:
12132: 2006-11-16 misha
12133:
12134: * src/types/pa_vmail.C: - fix missed brakes
12135:
12136: * src/types/pa_vmail.C: - mail:send now set content-type:
12137: multipart/related instead of multipart/mixed if file have
12138: $.content-id[]
12139:
12140: 2006-11-15 misha
12141:
12142: * src/types/pa_vdouble.h: abs -> fabs
12143:
12144: 2006-11-14 misha
12145:
1.211 moko 12146: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12147: and ^file:md5[file-name]
1.95 moko 12148:
12149: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12150: added
12151:
12152: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12153: FILE_BUFFER_SIZE
12154:
12155: * src/classes/math.C: - hex_string was moved to pa_common.h
12156:
12157: * src/include/pa_common.h: - hex_string was moved from math.C -
12158: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12159:
12160: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12161: values was fixed
12162:
12163: 2006-11-13 misha
12164:
1.211 moko 12165: * operators.ru.txt, operators.txt: - added info about
12166: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12167:
12168: * src/classes/math.C: - added ^math:crc32[string]
12169:
12170: * src/classes/file.C: - some comments were changed - added
12171: ^file:crc32[file-name] and ^file.crc32[]
12172:
12173: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12174: crc32 calculation added
12175:
12176: 2006-11-03 misha
12177:
12178: * src/include/pa_array.h: - not needed variable removed
12179:
12180: * tests/: 150.html, 151.html, results/150.processed,
12181: results/151.processed: - 2 tests were added
12182:
12183: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12184: with $.reverse(1) were fixed
12185:
12186: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12187: query converted to $.charset during ^file::load[http://...]
12188:
12189: 2006-11-02 misha
12190:
12191: * src/include/pa_table.h: ups. forget '=' char
12192:
12193: * src/include/pa_table.h: - one more fix in
12194: .locate[...][$.reverse(1)]
12195:
12196: 2006-11-01 misha
12197:
12198: * src/classes/math.C: - bug fix, details:
12199: http://www.parser.ru/forum/?id=53360
12200:
12201: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12202: false for all records )[$.reverse(1)]
12203:
12204: * src/main/pa_http.C: - second param for this mid method is length
12205: but not end_index so this method has error and can't detect
12206: charsets in next content-types: Content-type: text/html;
12207: charset="windows-1251" Content-type: text/html;
12208: charset="windows-1251"; Content-type: text/html;
12209: charset=windows-1251;
12210:
12211: only Content-type: text/html; charset=windows-1251 was fine
12212:
12213: 2006-10-31 misha
12214:
12215: * src/classes/file.C: - empty args in file::exec removed now
12216:
12217: 2006-09-03 paf
12218:
12219: * src/classes/file.C: proper tainting of
12220: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12221:
12222: 2006-06-09 paf
12223:
12224: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12225:
12226: * src/classes/table.C: formatting
12227:
12228: * src/classes/table.C: incorporated patch from misha: Sent:
12229: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12230: ignoring string options for ^table.save[]
12231:
12232: * src/classes/hash.C: incorporated patch from misha Sent:
12233: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12234: $hash._default disappear while
12235:
1.211 moko 12236: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12237: $.value[file] $.format[!uue|!base64] << new base64 option.
12238: default uue ] ]
1.95 moko 12239:
12240: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12241: PM Subject: patch for base64 in ^mail:send[] %-)
12242:
12243: 2006-04-09 paf
12244:
12245: * src/main/compile.tab.C: ` change compiled
12246:
1.211 moko 12247: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12248: src/classes/classes.vcproj, src/classes/file.C,
12249: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12250: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12251: src/classes/xnode.C, src/include/pa_array.h,
12252: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12253: src/include/pa_memory.h, src/include/pa_request.h,
12254: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12255: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12256: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12257: src/lib/pcre/pcre_dftables.vcproj,
12258: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12259: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12260: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12261: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12262: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12263: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12264: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12265: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12266: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12267: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12268: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12269: src/types/pa_value.h, src/types/pa_vcookie.C,
12270: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12271: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12272: src/types/pa_vstatus.C, src/types/types.vcproj,
12273: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12274: ^menu, ^hash/hashfile.foreach
12275:
12276: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12277: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12278: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12279: src/classes/xnode.C, src/include/pa_array.h,
12280: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12281: src/include/pa_memory.h, src/include/pa_request.h,
12282: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12283: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12284: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12285: src/lib/pcre/pcre_dftables.vcproj,
12286: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12287: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12288: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12289: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12290: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12291: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12292: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12293: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12294: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12295: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12296: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12297: src/types/pa_value.h, src/types/pa_vcookie.C,
12298: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12299: src/types/pa_vstatus.C, src/types/types.vcproj,
12300: tests/descript.ion: ! switched to VS2005 (projects and
12301: object<info explicitly typed>.for_each(, info)) +
12302: $response:field[] setting void means removing + grammar $name`
12303: name stops now, for mysql `$field` + started ^break[]
12304: ^continue[], in ^for. TODO: to other iterators (while, menu,
12305: foreach) + all log messages += [uri=, method=, cl=]
12306:
12307: * buildall-with-xml: merged . ftp paths update
12308:
12309: * buildall-with-xml: . ftp paths update
12310:
12311: 2006-03-04 paf
12312:
12313: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12314: checks++ [thanks to Igor Zinkovsky for detailed report]
12315:
12316: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12317: Igor Zinkovsky for detailed report]
12318:
12319: 2006-03-01 paf
12320:
12321: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12322: \n to ' ' in
12323:
12324: 2006-02-18 paf
12325:
12326: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12327: \n to ' ' in
12328:
12329: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12330:
12331: 2006-02-03 paf
12332:
12333: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12334: base64
12335:
12336: * src/main/pa_common.C: ! bugfix: decoding from base64
12337:
12338: 2006-01-20 paf
12339:
12340: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12341: economy fix
12342:
12343: * src/classes/: table.C: merged from HEAD ! bugfix
12344: ^table.save[$.encloser-s now handled properly
12345:
12346: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12347: handled properly
12348:
12349: 2006-01-19 paf
12350:
12351: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12352: libgc:USE_MUNMAP activates merging of free memory blocks which
12353: helps a lot in our case: after transform we want
12354: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12355:
12356: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12357: economy fix
12358:
12359: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12360: activates merging of free memory blocks which helps a lot in our
12361: case: after transform we want CORD(main.result)->cstr[big
12362: malloc]->transcode[big malloc]
12363:
12364: 2006-01-17 paf
12365:
12366: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12367: before reading them. got rid of reallocs = became quicker and
12368: less fragmentated
12369:
12370: 2005-12-29 paf
12371:
1.116 moko 12372: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12373: configure, configure.in, src/include/pa_version.h,
12374: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12375: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12376: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12377: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12378: src/lib/ltdl/missing: . merged from 3.2.1
12379:
1.116 moko 12380: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12381: packaged when 'make dist', so do configure companion files in
12382: src/lib/ltdl
12383:
12384: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12385: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12386: missing: . now config_auto.h is created with configure [were
12387: constant]
1.95 moko 12388:
12389: * INSTALL: . references to documentation and some clarification
12390:
12391: * buildall-with-xml, buildall-without-xml: . farawell doc
12392: indication
12393:
1.116 moko 12394: * Makefile.am: . dist+=buildall*
1.95 moko 12395:
12396: 2005-12-28 paf
12397:
12398: * configure: . 3.2.1
12399:
12400: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12401: simplify build process, see INSTALL
12402:
12403: 2005-12-26 paf
12404:
12405: * configure: ver
12406:
12407: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12408: version
12409:
12410: 2005-12-21 paf
12411:
12412: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12413: compiled with bison 1.875b, it reports unexpected token names
12414:
12415: 2005-12-19 paf
12416:
12417: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12418: holds a link to xmlNode to prevent premature gc(xmlNode)
12419:
12420: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12421: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12422: src/main/main.vcproj, src/main/pa_globals.C,
12423: src/targets/cgi/parser3.vcproj,
12424: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12425: configure, configure.in, src/include/pa_version.h: . killing
12426: gdome [what a relief]
12427:
12428: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12429: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12430: run_parser.sh, results/001.processed, results/002.processed,
12431: results/003.processed, results/004.processed,
12432: results/005.processed, results/006.processed,
12433: results/008.processed, results/009.processed,
12434: results/010.processed, results/011.processed,
12435: results/012.processed, results/013.processed,
12436: results/014.processed, results/015.processed,
12437: results/016.processed, results/017.processed,
12438: results/018.processed, results/020.processed,
12439: results/021.processed, results/022.processed,
12440: results/023.processed, results/024.processed,
12441: results/025.processed, results/026.processed,
12442: results/027.processed, results/028.processed,
12443: results/029.processed, results/030.processed,
12444: results/031.processed, results/032.processed,
12445: results/033.processed, results/034.processed,
12446: results/035.processed, results/036.processed,
12447: results/037.processed, results/038.processed,
12448: results/039.processed, results/040.processed,
12449: results/041.processed, results/042.processed,
12450: results/043.processed, results/044.processed,
12451: results/045.processed, results/046.processed,
12452: results/047.processed, results/048.processed,
12453: results/049.processed, results/050.processed,
12454: results/051.processed, results/052.processed,
12455: results/053.processed, results/054.processed,
12456: results/055.processed, results/056.processed,
12457: results/057.processed, results/058.processed,
12458: results/059.processed, results/060.processed,
12459: results/061.processed, results/062.processed,
12460: results/063.processed, results/064.processed,
12461: results/065.processed, results/066.processed,
12462: results/067.processed, results/068.processed,
12463: results/069.processed, results/070.processed,
12464: results/071.processed, results/072.processed,
12465: results/073.processed, results/074.processed,
12466: results/075.processed, results/076.processed,
12467: results/077.processed, results/078.processed,
12468: results/079.processed, results/080.processed,
12469: results/081.processed, results/082.processed,
12470: results/083.processed, results/084.processed,
12471: results/085.processed, results/086.processed,
12472: results/087.processed, results/088.processed,
12473: results/089.processed, results/090.processed,
12474: results/091.processed, results/092.processed,
12475: results/093.processed, results/094.processed,
12476: results/095.processed, results/096.processed,
12477: results/097.processed, results/099.processed,
12478: results/100.processed, results/101.processed,
12479: results/102.processed, results/104.processed,
12480: results/105.processed, results/106.processed,
12481: results/107.processed, results/108.processed,
12482: results/109.processed, results/110.processed,
12483: results/111.processed, results/112.processed,
12484: results/113.processed, results/114.processed,
12485: results/115.processed, results/117.processed,
12486: results/119.processed, results/120.processed,
12487: results/121.processed, results/122.processed,
12488: results/123.processed, results/124.processed,
12489: results/125.processed, results/126.processed,
12490: results/127.processed, results/128.processed,
12491: results/129.processed, results/130.processed,
12492: results/131.processed, results/132.processed,
12493: results/133.processed, results/134.processed,
12494: results/135.processed, results/136.processed,
12495: results/138.processed, results/139.processed,
12496: results/140.processed, results/141.processed,
12497: results/142.processed, results/143.processed,
12498: results/144.processed, results/145.processed,
12499: results/146.processed, results/147.processed,
12500: results/148.processed, results/149.processed, results/auto.p: .
12501: now works if we turn off default auto.p
12502:
1.116 moko 12503: * configure: . makes
1.95 moko 12504:
12505: * src/types/pa_vxnode.C: . less warnings
12506:
12507: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12508: tests/145.html, tests/149.html, tests/descript.ion,
12509: tests/outputs/d.cmd, tests/results/142.processed,
12510: tests/results/143.processed, tests/results/144.processed,
12511: tests/results/145.processed, tests/results/146.processed,
12512: tests/results/147.processed, tests/results/148.processed,
12513: tests/results/149.processed: . removed .nodeValue from all node
12514: types other than 5 (grabbed piece from gdome)
12515:
12516: * tests/: 137.html, results/137.processed: . not handled this case
12517: yet. code does not hang from inserting parent into child,
12518: considering thing minor issue -- nodes are removed from source
12519: anyway, don't know why shold that be an error after all
12520:
12521: * src/targets/cgi/parser3.C: . style
12522:
12523: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12524: xdoc too [were barking "not element"]
12525:
12526: 2005-12-16 paf
12527:
12528: * tests/: 146.html, 147.html, 148.html: . more tests
12529:
12530: * src/classes/xnode.C: . also bark on possible errors
12531:
12532: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12533: props
12534:
12535: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12536: main/compile.y: merged from HEAD ! fixed overoptimized
12537: ^call(false) case. (confused it with ^call[] case)
12538:
12539: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12540: ^call(false) case. (confused it with ^call[] case)
12541:
12542: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12543:
12544: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12545: results/001.processed, results/002.processed,
12546: results/003.processed, results/004.processed,
12547: results/005.processed, results/006.processed,
12548: results/008.processed, results/009.processed,
12549: results/010.processed, results/011.processed,
12550: results/012.processed, results/013.processed,
12551: results/014.processed, results/015.processed,
12552: results/016.processed, results/017.processed,
12553: results/018.processed, results/019.processed,
12554: results/020.processed, results/021.processed,
12555: results/022.processed, results/023.processed,
12556: results/024.processed, results/025.processed,
12557: results/026.processed, results/027.processed,
12558: results/028.processed, results/029.processed,
12559: results/030.processed, results/031.processed,
12560: results/032.processed, results/033.processed,
12561: results/034.processed, results/035.processed,
12562: results/036.processed, results/037.processed,
12563: results/038.processed, results/039.processed,
12564: results/040.processed, results/041.processed,
12565: results/042.processed, results/043.processed,
12566: results/044.processed, results/045.processed,
12567: results/046.processed, results/047.processed,
12568: results/048.processed, results/049.processed,
12569: results/050.processed, results/051.processed,
12570: results/052.processed, results/053.processed,
12571: results/054.processed, results/055.processed,
12572: results/056.processed, results/057.processed,
12573: results/058.processed, results/059.processed,
12574: results/060.processed, results/061.processed,
12575: results/062.processed, results/063.processed,
12576: results/064.processed, results/065.processed,
12577: results/066.processed, results/067.processed,
12578: results/068.processed, results/069.processed,
12579: results/070.processed, results/071.processed,
12580: results/072.processed, results/073.processed,
12581: results/074.processed, results/075.processed,
12582: results/076.processed, results/077.processed,
12583: results/078.processed, results/079.processed,
12584: results/080.processed, results/081.processed,
12585: results/082.processed, results/083.processed,
12586: results/084.processed, results/085.processed,
12587: results/086.processed, results/087.processed,
12588: results/088.processed, results/089.processed,
12589: results/090.processed, results/091.processed,
12590: results/092.processed, results/093.processed,
12591: results/094.processed, results/095.processed,
12592: results/096.processed, results/097.processed,
12593: results/099.processed, results/101.processed,
12594: results/102.processed, results/104.processed,
12595: results/105.processed, results/106.processed,
12596: results/107.processed, results/108.processed,
12597: results/109.processed, results/110.processed,
12598: results/111.processed, results/112.processed,
12599: results/113.processed, results/114.processed,
12600: results/115.processed, results/116.processed,
12601: results/117.processed, results/118.processed,
12602: results/119.processed, results/120.processed,
12603: results/121.processed, results/122.processed,
12604: results/123.processed, results/124.processed,
12605: results/125.processed, results/126.processed,
12606: results/127.processed, results/128.processed,
12607: results/129.processed, results/130.processed,
12608: results/131.processed, results/132.processed,
12609: results/133.processed, results/134.processed,
12610: results/135.processed, results/136.processed,
12611: results/137.processed, results/138.processed,
12612: results/139.processed, results/140.processed,
12613: results/141.processed: . refreshed old tests, made them work
12614: without auto.p (in utf8) . things noted: . gif got encoded
12615: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12616: some strange year)
12617:
12618: * INSTALL: . revived linux libgc fix
12619:
12620: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12621: glib/gdome in INSTALL and patches]
12622:
12623: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12624: include/pa_charset.h, include/pa_config_includes.h,
12625: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12626: include/pa_xml_exception.h, lib/cord/Makefile.am,
12627: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12628: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12629: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12630: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12631: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12632: types/pa_vxnode.h: . started killing gdome
12633:
12634: 2005-12-13 paf
12635:
12636: * src/main/: pa_request.C: merged from HEAD ! when code in
12637: @unhandled_exception thrown another exception, print correct
12638: origin (earlier code in catch of exception inside of
12639: @unhandled_exception grabbed parent_frame(original_exception)
12640: origin and printed it, instead of true origin)
12641:
12642: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12643: another exception, print correct origin (earlier code in catch of
12644: exception inside of @unhandled_exception grabbed
12645: parent_frame(original_exception) origin and printed it, instead
12646: of true origin)
12647:
12648: 2005-12-09 paf
12649:
12650: * INSTALL: . updated INSTALL doc to work around linux stack base
12651: detection problem, due to change in gc6.4 code
12652:
12653: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12654: ignored in ^string.matched :(
12655:
12656: * src/main/pa_string.C: ! regex tainting were ignored in
12657: ^string.matched :(
12658:
12659: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12660: src/include/pa_config_fixed.h, src/include/pa_version.h,
12661: src/main/compile.y, src/main/compile_tools.h,
12662: src/main/pa_charset.C, src/main/pa_common.C,
12663: src/main/pa_globals.C, src/main/pa_string.C,
12664: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12665: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12666:
12667: 2005-12-08 paf
12668:
12669: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12670: 500 chars now handled OK [were wrapped on 500th char according to
12671: rfc, but sendmail failed to unwrap it properly]
12672:
12673: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12674: handled OK [were wrapped on 500th char according to rfc, but
12675: sendmail failed to unwrap it properly]
12676:
12677: * src/targets/isapi/parser3isapi.C: . less warnings
12678:
12679: * src/targets/isapi/parser3isapi.C: . undone some strange change
12680: since 3.1.5
12681:
12682: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12683: link fixes
12684:
12685: * src/: classes/date.C, include/pa_config_fixed.h,
12686: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12687: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12688: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12689:
12690: * src/include/pa_config_fixed.h: . removed outdated string origins
12691: [in current storage scheme there's no place for them. someday we
12692: can add third CORD to store origins and special version of parser
12693: which stores origins there [separate binary]]
12694:
12695: 2005-12-07 paf
12696:
12697: * src/targets/isapi/parser3isapi.C: . now links in release mode
12698:
12699: * src/include/pa_version.h: makefiles
12700:
12701: * src/include/pa_version.h: . not beta
12702:
12703: * configure, configure.in, src/include/pa_version.h: not beta
12704:
12705: 2005-12-06 paf
12706:
12707: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12708: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12709: decided to undo the change ^call[$void] passes void. now it will
12710: pass empty string again.
12711:
12712: * src/main/: compile.tab.C, compile.y: . version readded
12713:
12714: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12715: = ^switch[void] problem
12716:
12717: 2005-12-01 paf
12718:
12719: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12720: caused ^case[string] to be coerced to double since searching
12721: value were not string (it was vvoid)
12722:
12723: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12724: ^case[string] to be coerced to double since searching value were
12725: not string (it was vvoid)
12726:
12727: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12728: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12729:
12730: 2005-11-30 paf
12731:
12732: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12733: win32 must putenv("TZ="), on unix works only putenv("TZ")
12734:
12735: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12736: putenv("TZ="), on unix works only putenv("TZ")
12737:
12738: * INSTALL: . xml libs versions updated
12739:
12740: * src/main/pa_globals.C: //20051130 trying to remove this, author
12741: claims that fixed a lot there // 20040920 for now both
12742: workarounds needed. wait for new libxml/xsl versions
12743:
12744: 2005-11-28 paf
12745:
12746: * src/classes/table.C: merged from HEAD: ! nameless table has
12747: columns==0
12748:
12749: * src/classes/table.C: ! nameless table has columns==0
12750:
12751: * src/main/pa_http.C: merged from HEAD: ! status line check made
12752: earlier [was totally wrong]
12753:
12754: * src/main/pa_http.C: ! status line check made earlier [was totally
12755: wrong]
12756:
12757: 2005-11-25 paf
12758:
12759: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12760: undoing for now...
12761:
12762: * src/include/pa_version.h: -this reduces speed(table::load),
12763: strange. undoing
12764:
12765: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12766:
12767: * src/classes/op.C: + ^while(){}[SEPARATOR]
12768:
12769: * src/include/pa_array.h: + optimistics added: all arrays (table
12770: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12771: this speeds things up and saves memory a LOT! (not noticed
12772: negative effect on syntetic tests, future will tell...)
12773:
12774: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12775: changed gc_malloc implementation, which obscured profiling
12776:
12777: * src/classes/table.C: merged from HEAD: + optimized
12778: table::load/sql, now row ArrayString-s allocated with
12779: columns.count() elements and don't always grow from
12780: count=3[realloc,realloc]
12781:
12782: * src/classes/table.C: + optimized table::load/sql, now row
12783: ArrayString-s allocated with columns.count() elements and don't
12784: always grow from count=3[realloc,realloc]
12785:
12786: * src/classes/table.C: merged from HEAD: . ^table.save unused
12787: buffer after save
12788:
12789: * src/classes/table.C: . ^table.save unused buffer after save
12790:
12791: 2005-11-24 paf
12792:
12793: * configure.in: . merged glib2-config patch
12794:
12795: * configure.in: + trying to find glib2-config
12796:
12797: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12798: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12799: file/dir_readable to simple file/dir_exist, this would help in
12800: situations "class not found because .p file has bad rights" << in
12801: that case error would be explicit "access denied to 'this' file"
12802:
1.116 moko 12803: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12804:
12805: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12806: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12807: to simple file/dir_exist, this would help in situations "class
12808: not found because .p file has bad rights" << in that case error
12809: would be explicit "access denied to 'this' file"
12810:
12811: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12812: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12813: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12814: ^file::exec/cgi[script;$.charset[changed]
12815: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12816: encoded in $.charset charset
12817:
12818: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12819: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12820: encoded in $.charset charset
12821:
12822: * src/: include/Makefile.am, include/pa_common.h,
12823: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12824: main/pa_common.C, main/pa_http.C: . extracted http:// into
12825: separate file [preparation for
12826: ^file::cgi[script;$.form[$.field1[]
12827:
12828: 2005-11-22 paf
12829:
12830: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12831:
12832: * acinclude.m4, configure.in: . merged underquting fixes
12833:
1.116 moko 12834: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12835:
12836: * src/classes/op.C: . overmerged a little
12837:
12838: * src/main/compile.tab.C: Makefile
12839:
12840: * src/main/: pa_common.C: . less gcc warnings
12841:
12842: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12843: now reports original exception if we have no old cache
12844:
12845: * src/classes/op.C: + $exception.handled[cache] now reports
12846: original exception if we have no old cache
12847:
12848: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12849: from HEAD: + ^taint/untaint[regex] << escapes these:
12850: \^$.[]|()?*+{}
12851:
12852: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12853: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12854:
12855: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12856: getenv-ed variable, which does not work both on win32&unix.
12857: copied old TZ value now
12858:
12859: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12860: stored pointer to getenv-ed variable, which does not work both on
12861: win32&unix. copied old TZ value now
12862:
12863: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12864: getenv-ed variable, which does not work both on win32&unix.
12865: copied old TZ value now
12866:
12867: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12868: access to internal hash
12869:
12870: * src/types/pa_vresponse.C: + $response:headers access to internal
12871: hash
12872:
12873: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12874: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12875: isapi] this reduces number of "GC Warning: Repeated allocation of
12876: very large block" messages to only important onces
12877:
12878: * src/targets/isapi/parser3isapi.C: +
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/classes/string.C: merged from HEAD: + removed limitation on
12884: ^string/int/double:sql{}[$.default[({param style})] ]
12885:
12886: * src/classes/string.C: + removed limitation on
12887: ^string/int/double:sql{}[$.default[({param style})] ]
12888:
12889: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12890: with ?params or $.form option" limitation
12891:
12892: * src/main/pa_common.C: + removed "use either uri with ?params or
12893: $.form option" limitation
12894:
12895: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12896: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12897: ^file::base64[encoded] decode
12898:
12899: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12900: main/pa_common.C: + ^file.base64[] encode +
12901: ^file::base64[encoded] decode
12902:
12903: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12904: ^string:base64[encoded] decode
12905:
12906: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12907: ^string:base64[in] encode + ^string.base64[] decode
12908:
12909: 2005-11-21 paf
12910:
12911: * src/classes/file.C: + merged from HEAD:
12912: ^file::create[text;file.xml;^untaint[xml]{data}]
12913:
12914: * src/classes/file.C: +
12915: ^file::create[text;file.xml;^untaint[xml]{data}]
12916:
12917: * src/main/pa_request.C: ! merged: $response:body[file] now
12918: differes from :download, it does not return content-disposition
12919: at all now [previusely it returned valueless content-disposition]
12920:
12921: * src/main/pa_request.C: ! $response:body[file] now differes from
12922: :download, it does not return content-disposition at all now
12923: [previusely it returned valueless content-disposition]
12924:
12925: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12926: literals, reverted to just vvod, recreating empty array with each
12927: void_value token. that's absolutely needed, since that array
12928: grows
12929:
12930: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12931: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12932: types/pa_vmethod_frame.h: + merged: expression literals:
12933: true/false. ^format[$.indent(true)]
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: + expression literals: true/false.
12938: ^format[$.indent(true)]
12939:
12940: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12941: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12942: i386-pc-win32)"
12943:
12944: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12945: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12946: i386-pc-win32)"
12947:
12948: 2005-11-18 paf
12949:
12950: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12951: null}[$.default(123)] will now return default value
12952:
12953: * src/classes/op.C: + merged ^cache[] << returns current cache
12954: expiration time
12955:
12956: * src/classes/op.C: + ^cache[] << returns current cache expiration
12957: time
12958:
12959: * src/classes/table.C: ! merged ^table::create[not'nameless';
12960: failed << Exception.problem_source pointed to local var!
12961:
12962: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12963: Exception.problem_source pointed to local var!
12964:
12965: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12966: now loads VFile.ptr!=0, so such files can be saved now
12967:
12968: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12969: loads VFile.ptr!=0, so such files can be saved now
12970:
12971: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12972: only . and .. now removed from list [were removed all .*]
12973:
12974: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12975: .. now removed from list [were removed all .*]
12976:
12977: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12978: open error now checked, were not :( [stole that piece from apache
12979: 1.3 sources]
12980:
12981: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12982: checked, were not :( [stole that piece from apache 1.3 sources]
12983:
12984: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12985: untainting of @main result if returned by $result or
12986: $response:body
12987:
12988: * src/main/pa_request.C: ! ensured proper untainting of @main
12989: result if returned by $result or $response:body
12990:
12991: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12992: issue: now tries to guess content-length and allocates one big
12993: piece if possible [regretfully gc_realloc works as malloc+free,
12994: leaving lots of holes behind]
12995:
12996: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12997: fixed file load memory issue: now tries to guess content-length
12998: and allocates one big piece if possible [regretfully gc_realloc
12999: works as malloc+free, leaving lots of holes behind]
13000:
13001: 2005-11-16 paf
13002:
13003: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13004: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13005: table::save with enclosers now doubles them: "->"" !
13006: table::save/load do not remove elements from options hash
13007:
13008: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13009: [were overoptimized ^if(double_literal), compiler confused
13010: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13011:
13012: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13013: [were overoptimized ^if(double_literal), compiler confused
13014: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13015:
13016: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13017: main/pa_common.C: ! table::save with enclosers now doubles them:
13018: "->"" ! table::save/load do not remove elements from options hash
13019:
13020: 2005-11-03 paf
13021:
1.116 moko 13022: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13023: compilation, not all makefiles liked that
1.95 moko 13024:
13025: 2005-08-30 paf
13026:
13027: * src/classes/op.C: merge . speedup check of [DEFAULT]
13028:
13029: * src/classes/op.C: . speedup check of [DEFAULT]
13030:
13031: 2005-08-26 paf
13032:
13033: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13034:
13035: * src/: classes/date.C, types/pa_vdate.h: + date.week
13036:
13037: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13038: complains about bad!=nameless
13039:
13040: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13041: about bad!=nameless
13042:
13043: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13044: optional options were allowed to be empty. were checked
13045: if(is_string), changed to !defined||is_string to allow void
13046:
13047: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13048: classes/string.C, classes/table.C, classes/void.C: ! optional
13049: options were allowed to be empty. were checked if(is_string),
13050: changed to !defined||is_string to allow void
13051:
13052: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13053: as_junction where they needed as_int/double, so failed with
13054: recent "(const) now no junction" optimization
13055:
13056: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13057: merged ! many classes/* used as_junction where they needed
13058: as_int/double, so failed with recent "(const) now no junction"
13059: optimization
13060:
13061: * src/: classes/double.C, classes/int.C, classes/math.C,
13062: classes/op.C, classes/string.C, classes/table.C,
13063: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13064: used as_junction where they needed as_int/double, so failed with
13065: recent "(const) now no junction" optimization
13066:
13067: 2005-08-24 paf
13068:
13069: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13070: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13071: stripped it
13072:
13073: 2005-08-09 paf
13074:
13075: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13076: not cleared
13077:
13078: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13079: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13080: classes/hashfile.C, classes/image.C, classes/int.C,
13081: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13082: classes/response.C, classes/string.C, classes/table.C,
13083: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13084: include/pa_array.h, include/pa_cache_managers.h,
13085: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13086: include/pa_config_fixed.h, include/pa_config_includes.h,
13087: include/pa_dictionary.h, include/pa_dir.h,
13088: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13089: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13090: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13091: include/pa_request_charsets.h, include/pa_request_info.h,
13092: include/pa_sapi.h, include/pa_socks.h,
13093: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13094: include/pa_stack.h, include/pa_string.h,
13095: include/pa_stylesheet_connection.h,
13096: include/pa_stylesheet_manager.h, include/pa_table.h,
13097: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13098: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13099: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13100: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13101: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13102: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13103: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13104: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13105: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13106: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13107: main/pa_sql_driver_manager.C, main/pa_string.C,
13108: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13109: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13110: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13111: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13112: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13113: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13114: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13115: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13116: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13117: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13118: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13119: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13120: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13121: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13122: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13123: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13124: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13125: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13126: types/pa_vresponse.C, types/pa_vresponse.h,
13127: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13128: types/pa_vstateless_object.h, types/pa_vstatus.C,
13129: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13130: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13131: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13132: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13133: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13134:
13135: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13136: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13137: speedup consequent checks in vmethod_frame
13138:
13139: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13140: not cleared
13141:
13142: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13143: params: 50 max (were 10)
13144:
13145: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13146: params: 50 max (were 10)
13147:
13148: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13149: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13150: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13151: empty string) ! simplified (double) speedup consequent checks in
13152: vmethod_frame
13153:
13154: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13155: optimized constants in expressions vstring->vdouble + optimized
13156: ^call(vdouble), no junction creation, no calls later
13157:
13158: 2005-08-08 paf
13159:
13160: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13161: compile_tools.h: merged + optimized constants in expressions
13162: vstring->vdouble + optimized ^call(vdouble), no junction
13163: creation, no calls later
13164:
13165: * src/types/pa_vdouble.h: merged . double values without fractional
13166: part now default printed as %.0f instead of %g
13167:
13168: * src/types/pa_vdouble.h: . double values without fractional part
13169: now default printed as %.0f instead of %g
13170:
13171: * src/classes/hashfile.C: . merged ! second hashfile::open would
13172: cause an exception
13173:
13174: * src/classes/hashfile.C: ! second hashfile::open would cause an
13175: exception
13176:
13177: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13178: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13179: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13180: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13181: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13182: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13183: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13184: types/pa_vresponse.h, types/pa_vstateless_class.C,
13185: types/pa_vstateless_object.h, types/pa_vvoid.h,
13186: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13187: merged VJunction(new Junction) optimization from 3.1.4
13188:
13189: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13190: types/pa_vstateless_class.C: + optimized new VJunction(new
13191: Junction(params)) to new VJunction(params), thousands of mallocs
13192: removed
13193:
13194: 2005-08-05 paf
13195:
13196: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13197: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13198: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13199: creation, no calls later
13200:
13201: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13202: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13203: classes/hashfile.C, classes/image.C, classes/int.C,
13204: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13205: classes/response.C, classes/string.C, classes/table.C,
13206: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13207: include/pa_array.h, include/pa_cache_managers.h,
13208: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13209: include/pa_config_fixed.h, include/pa_config_includes.h,
13210: include/pa_dictionary.h, include/pa_dir.h,
13211: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13212: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13213: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13214: include/pa_request_charsets.h, include/pa_request_info.h,
13215: include/pa_sapi.h, include/pa_socks.h,
13216: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13217: include/pa_stack.h, include/pa_string.h,
13218: include/pa_stylesheet_connection.h,
13219: include/pa_stylesheet_manager.h, include/pa_table.h,
13220: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13221: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13222: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13223: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13224: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13225: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13226: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13227: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13228: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13229: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13230: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13231: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13232: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13233: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13234: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13235: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13236: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13237: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13238: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13239: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13240: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13241: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13242: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13243: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13244: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13245: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13246: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13247: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13248: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13249: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13250: types/pa_vstateless_object.h, types/pa_vstatus.C,
13251: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13252: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13253: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13254: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13255: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13256:
13257: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13258: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13259: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13260: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13261: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13262: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13263: optimized constants in expressions vstring->vdouble
13264:
13265: 2005-07-29 paf
13266:
13267: * src/types/pa_vclass.C: . shaped up error messages a bit
13268:
13269: * src/types/pa_vclass.C: + property getter can now be overridden
13270:
13271: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13272: bug fix: static parent fields were not replaced in case
13273: $derived:field[put] + property setter can now be overridden
13274:
13275: 2005-07-28 paf
13276:
13277: * configure, configure.in, src/classes/classes.h,
13278: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13279: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13280: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13281: src/classes/xnode.h, src/include/pa_hash.h,
13282: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13283: src/types/Makefile.am, src/types/pa_method.h,
13284: src/types/pa_value.h, src/types/pa_vclass.C,
13285: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13286: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13287: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13288: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13289: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13290: src/types/pa_vobject.C, src/types/pa_vobject.h,
13291: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13292: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13293: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13294: src/types/pa_vstateless_class.h,
1.95 moko 13295: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13296: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13297: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13298: dynamic_fields_join
13299:
13300: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13301: classes/xnode.C, include/pa_hash.h, main/execute.C,
13302: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13303: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13304: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13305: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13306: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13307: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13308: types/pa_vresponse.h, types/pa_vstateless_object.h,
13309: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13310: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13311: restored its checks in vobject.put_element->static fields |
13312: dynamic properties
13313:
13314: 2005-07-27 paf
13315:
13316: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13317: is some old code containing @set_name $name
13318:
13319: * src/types/pa_vobject.h: . fixed warning
13320:
13321: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13322: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13323:
13324: * src/: classes/xnode.C, include/pa_hash.h,
13325: types/pa_vstateless_class.C: ! new asserts were all false.
13326: regretfully reverted them all to checks
13327:
13328: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13329: classes/op.C, main/execute.C, types/pa_method.h,
13330: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13331: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13332: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13333: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13334: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13335: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13336: types/pa_vstateless_object.h, types/pa_vvoid.h,
13337: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13338: joined_dynamic_fields: removed unused param from put_method
13339: (returned to 3 params)
13340:
13341: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13342: joined_dynamic_fields: dynamic get/set works with overriding
13343: props [alpha2]
13344:
13345: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13346: works [alfa]
13347:
13348: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13349: classes/op.C, include/pa_hash.h, main/execute.C,
13350: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13351: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13352: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13353: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13354: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13355: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13356: types/pa_vresponse.h, types/pa_vstateless_class.C,
13357: types/pa_vstateless_object.h, types/pa_vvoid.h,
13358: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13359: joined_dynamic_fields: just compiled
13360:
13361: * src/: classes/date.C, classes/file.C, classes/hash.C,
13362: classes/hashfile.C, classes/image.C, classes/table.C,
13363: classes/xdoc.C, classes/xnode.h, main/execute.C,
13364: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13365: types/pa_vstateless_class.h: joined_dynamic_fields: started
13366:
13367: * src/types/pa_vobject.C: . object setters [only started, does not
13368: work yet]
13369:
13370: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13371: object setters [only started, does not work yet]
13372:
13373: 2005-07-26 paf
13374:
13375: * src/: include/pa_request.h, main/execute.C: . properties: set
13376: works [alpha2]. for classes. todo: for objects
13377:
13378: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13379: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13380: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13381: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13382: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13383: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13384: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13385: types/pa_vstateless_object.h, types/pa_vvoid.h,
13386: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13387: properties: set works [alpha1]
13388:
13389: 2005-07-25 paf
13390:
13391: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13392: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13393: properties: started, get works [alpha1, other approach]
13394:
13395: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13396: properties: started, get works [alpha2]
13397:
13398: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13399: pa_vstateless_class.h: . properties: started, get works [alpha]
13400:
13401: 2005-07-15 paf
13402:
13403: * src/: classes/classes.h, classes/op.C, main/execute.C,
13404: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13405: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13406: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13407: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13408: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13409: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13410: types/pa_vresponse.C, types/pa_vresponse.h,
13411: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13412: types/pa_vstateless_object.h, types/pa_vvoid.h,
13413: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13414: types/pa_wwrapper.h, types/types.vcproj: + started property
13415: [getters work but think of changing them too to precaching]
13416:
13417: 2005-07-08 paf
13418:
13419: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13420: gpf
13421:
13422: 2005-06-28 paf
13423:
13424: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13425: in passing empty strings to file::exec/cgi environment
13426:
13427: 2005-06-06 paf
13428:
13429: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13430: ^table:sql ^hash:sql now DO process $.bind option
13431:
13432: 2005-05-24 paf
13433:
13434: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13435: $.limit] now work again [support was broken in 3.1.4]
13436:
13437: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13438: ALL_INTERIOR_POINTERS
13439:
13440: 2005-05-12 paf
13441:
13442: * configure: 3.1.5beta
13443:
13444: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13445:
13446: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13447: $.limit] now work again [support was broken in 3.1.4]
13448:
13449: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13450: line-width [was refusing to fill if line-width >1, thanks to
13451: Seras <seras@pinxit.lt> for repro case
13452:
13453: 2005-04-25 paf
13454:
13455: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13456: correctly
13457:
13458: 2005-04-19 paf
13459:
13460: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13461: in VString violating invariant!!
13462:
13463: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13464: getenv("TZ")==null
13465:
13466: 2005-04-08 paf
13467:
13468: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13469: bugfix: when there is no char in charset one byte produces 6
13470: (ÿ <<max). increased buffer size!
13471:
13472: 2005-03-23 paf
13473:
13474: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13475: ^date.sql-string now takes TZ into account
13476:
13477: 2005-03-16 paf
13478:
13479: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13480: gcc 3.4
13481:
13482: * src/types/pa_vhash.C: . warning about eof eol
13483:
13484: 2005-02-17 paf
13485:
1.211 moko 13486: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13487: ^sleep(double seconds)
1.95 moko 13488:
13489: 2005-02-02 paf
13490:
13491: * src/classes/xnode.C: beauty: removed needless includes
13492:
13493: 2005-01-31 paf
13494:
13495: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13496: $.partNoNumber now alias to $.part1
13497:
13498: * src/types/pa_vmail.C: change: incoming letter part contains
13499: "content-disposition" header with any value? now considering that
13500: part to be "file#" [for text/plain text/html were $.text#
13501: $.html#]
13502:
13503: * INSTALL: updatet to latest working versions available
13504:
13505: 2005-01-20 paf
13506:
13507: * configure.in, src/include/pa_version.h: version
13508:
13509: 2005-01-19 paf
13510:
1.116 moko 13511: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13512: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13513: couple warnings in parser3.C
1.95 moko 13514:
13515: 2004-12-23 paf
13516:
13517: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13518:
13519: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13520: dir to directory of script (when shbang used), not to directory
13521: of its interpreter
13522:
13523: * src/include/pa_version.h: compiled on win32...
13524:
13525: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13526: we need more hspace
13527:
13528: * configure, configure.in, src/include/pa_version.h: configured
13529: host to pa_version. will be displayed everywhere
13530:
13531: * src/main/pa_request.C: new: @unhandled_exception can prevent
13532: exception from being logged by setting $exception.handled(1)
13533:
1.211 moko 13534: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13535: ^file::sql{query}[[options]] options: $.name[file name]
13536: $.content-type[application/what]
13537:
13538: * src/: include/pa_common.h, main/pa_common.C,
13539: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13540: new file
13541:
13542: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13543: bugfix: table->hash now regards _default
13544:
13545: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13546: created by accessing $name_of_method it acquired bad self=closest
13547: methodframe; instead of proper self (current class)
13548:
13549: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13550: hashfile produced bad cord
13551:
13552: 2004-12-10 paf
13553:
13554: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13555: subsequent failures though defined in .h
13556:
13557: * src/main/pa_common.C: comment on volatile
13558:
13559: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13560: alarm function were not used since the beginning due to stupid
13561: error [setsigjmp were not checked in configure.in]
13562:
13563: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13564: unix too
13565:
13566: * src/main/pa_common.C: http: exception status of send/recv errors
13567: change to most probable http.timeout
13568:
13569: * src/main/pa_common.C: win32: http connection $.timeout option now
13570: works [setsockopt on send/receive]
13571:
13572: 2004-12-08 paf
13573:
13574: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13575: cstr-ed knowing mail charset, and untainting uri lang now knows
13576: proper charset
13577:
13578: 2004-11-24 paf
13579:
13580: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13581:
13582: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13583: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13584:
13585: 2004-11-12 paf
13586:
13587: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13588: [since 3.0.4]
13589:
13590: 2004-11-09 paf
13591:
13592: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13593: writes basics to c:\parser3.log
13594:
13595: 2004-10-21 paf
13596:
13597: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13598: tainted strings [were returning clean onces]
13599:
13600: 2004-10-15 paf
13601:
13602: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13603: cycles(i=1; i=2), which was wrong, now does ONE
13604:
13605: 2004-10-12 paf
13606:
13607: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13608:
13609: 2004-10-07 paf
13610:
13611: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13612: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13613: release asserts
13614:
13615: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13616: String.dump() to stdout in detailed form [were String.v() in
13617: short form]
13618:
13619: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13620: \t\r\n as @#| and truncates long char sequences less
13621:
13622: 2004-10-06 paf
13623:
13624: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13625: win32 beauty: socket errors properly decoded
13626:
13627: 2004-10-05 paf
13628:
13629: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13630: request::configure_user/admin done always, even if no
13631: file-to-process useful in @unhandled_exception [say, if they
13632: would want to mail by SMTP something]
13633:
13634: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13635: now performed prior to file loading [and @auto executing] thus
13636: making $cookie:value available in @auto and in
13637: @unhandled_exception when IIS is configured to run interpreter
13638: even if no file exist
13639:
13640: 2004-09-20 paf
13641:
13642: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13643: somewhere where it should have called xmlMalloc and it calls
13644: xmlFree when it should have not called it. inserted two
13645: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13646: xmlFree just ignored. put away a testcase, maybe someday libxml
13647: author would fix all that. until that day: we have SLOW garbage
13648: collecting when many xml objects are alive hint: do
13649: ^memory:compact[] before xdoc::create
13650:
13651: 2004-09-17 paf
13652:
13653: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13654: error from 3.0.8 version]
13655:
13656: 2004-09-14 paf
13657:
13658: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13659: part bugfix: hashfile.foreach iterated only part if hashfile were
13660: modified inside
13661:
13662: 2004-09-13 paf
13663:
13664: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13665: [were as octal]
13666:
13667: * src/types/pa_vhashfile.C: beauty: not reproduced
13668: $hashfile.key[$novalue] bug [reported by motorin], inserted
13669: safety-check
13670:
13671: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13672: [not something obscure from sdbm lib]
13673:
13674: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13675: = strerror now returnes something and we can properly report that
13676: to client
13677:
13678: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13679: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13680:
13681: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13682: [tainted as-is] this helps //[space][newline] to remain as-is and
13683: not be unnecessary optimized away [ruining javascript]
13684:
13685: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13686: [tainted as-is]
13687:
13688: * src/classes/mail.C: bugfix: typo error
13689:
13690: 2004-09-09 paf
13691:
13692: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13693: separators bugfix: loads header with endings \r\n\r\n and \n\n
13694: (bloody yandex.server)
13695:
13696: 2004-09-06 paf
13697:
13698: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13699: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13700: encoded
13701:
13702: 2004-09-01 paf
13703:
13704: * src/types/pa_vmail.C: change: multipart/mixed changed to
13705: multipart/related outlook express have no problems showing
13706: unrelated attachments. todo: someday figure out a way of
13707: multipart/mixed multipart/related text/html
13708: image/xxx application/octet-stream << true attachments
13709:
13710: * src/types/pa_vmail.C: new:
13711: ^mail:send[$.file[$.content-disposition can be overriden new:
13712: empty mail header fields removed from letter
13713:
13714: * src/: classes/mail.C, include/pa_config_fixed.h,
13715: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13716: ^mail:send[ $.file[ $.any[header]
13717:
13718: 2004-08-30 paf
13719:
13720: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13721: warnings
13722:
13723: * src/main/pa_common.C: beauty: do not bother with charset
13724: detection when ^file::load[binary
13725:
13726: 2004-08-27 paf
13727:
13728: * src/main/pa_common.C: hack: for yandex.server http server
13729:
13730: 2004-08-18 paf
13731:
13732: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13733: possibly-chunked response
13734:
13735: 2004-08-17 paf
13736:
13737: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13738: $f.content-type now = that of http response
13739:
13740: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13741: $f.content-type now = that of http response
13742:
13743: 2004-07-30 paf
13744:
13745: * src/: include/pa_request.h, main/pa_request.C,
13746: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13747: win32: system&parser exceptions in release mode reported properly
13748: parser exception in exception handler WERE mistakenly reported as
13749: system exception, without details [in apache & isapi] +some
13750: beauty in exception text
13751:
13752: * src/: include/pa_exception.h, main/pa_request.C,
13753: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13754: release mode reported properly parser exception in exception
13755: handler WERE mistakenly reported as system exception, without
13756: details
13757:
13758: * src/main/execute.C: beauty: simplified system exception handling
13759:
13760: 2004-07-29 paf
13761:
13762: * src/classes/table.C: bugfix:
13763: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13764: were ignored, and \t used unconditionally]
13765:
13766: * src/types/Makefile.am: added vhash.c
13767:
13768: 2004-07-28 paf
13769:
13770: * src/: classes/date.C, classes/image.C, classes/math.C,
13771: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13772: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13773: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13774: failed on russian letters
13775:
13776: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13777: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13778: letters
13779:
13780: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13781: as 'currentDirectory' parameter to CreateProcess
13782:
13783: 2004-07-27 paf
13784:
13785: * src/targets/cgi/parser3.vcproj: beauty: win32:
13786: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13787: from release somewhere [to help searching for unhandled system
13788: exceptions]
13789:
13790: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13791: TZ shift
13792:
13793: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13794: but also in ctor
13795:
13796: 2004-07-26 paf
13797:
1.211 moko 13798: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13799: src/main/pa_common.C, src/main/pa_request.C,
13800: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13801: src/types/types.vcproj: new: $response:body/download[
13802: $.file[name on disk] $.name[of file for user]
13803: $.mdate[date of last-modified. default from directory] ]
13804:
13805: * src/classes/file.C: moving file:send somewhere else..
13806:
13807: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13808: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13809: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13810: $response:download[ $.filename[filename] $.option[] ,, ]
13811:
13812: * src/classes/file.C: beauty: invalid mode thoroughly reported
13813:
13814: 2004-07-21 paf
13815:
13816: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13817: to several lines
13818:
13819: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13820:
13821: note: ms outlook[!express] shows only first 255 characters of
13822: subject
13823:
13824: 2004-07-15 paf
13825:
13826: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13827: off]
13828:
13829: 2004-07-14 paf
13830:
13831: * src/classes/table.C: bugfix: $.bind values now got untainted
13832: according to lang [were: as-is]
13833:
13834: 2004-07-07 paf
13835:
13836: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13837: checked that
13838:
13839: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13840: now untainted according to their languages. were: as-is.
13841: EVERYWHERE
13842:
13843: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13844: environment string now untainted according to their languages.
13845: were: as-is. EVERYWHERE
13846:
13847: * src/main/pa_exec.C: bufix: on unix environment string now
13848: untainted according to their languages. were: as-is. on win32:
13849: ok
13850:
13851: * parser3.vssscc: ...would not go unnoticed
13852:
13853: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13854: fails. in case on input appears nonutf, those bytes will be
13855: printed in %HH form. that can be easily decoded/recovered.
13856:
13857: this form is quite noticable, and hopefully would not go noticed
13858:
13859: 2004-07-06 paf
13860:
13861: * src/main/pa_exec.C: bufix: on unix environment string now
13862: untainted according to their languages. were: as-is. on win32:
13863: ok
13864:
13865: 2004-07-01 paf
13866:
13867: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13868: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13869: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13870: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13871: main/main.vcproj, targets/cgi/parser3.vcproj,
13872: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13873: option: global optimization ON
13874:
13875: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13876: to do xdoc::create{invalid chars} standard disables chars less
13877: then \x20, except tab, cr, lf.
13878:
13879: changed tainting so that those become '!'
13880:
13881: 2004-06-25 paf
13882:
13883: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13884: int on odd address [prev bugfix failed due to superwize
13885: optimizer, which turned memcpy into same 'ld' asm command]
13886:
13887: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13888: int on odd address
13889:
13890: 2004-06-22 paf
13891:
13892: * src/sql/pa_sql_driver.h: note: about possible optimization
13893:
1.211 moko 13894: * operators.ru.txt, operators.txt, src/classes/hash.C,
13895: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13896: src/classes/void.C, src/include/pa_config_includes.h: new:
13897: ^void:sql{call paf(:a)}[ $.bind[
13898: $.a[2] ] ] output variables work. todo:
13899: check in out variables
1.95 moko 13900:
13901: 2004-06-18 paf
13902:
13903: * src/: classes/file.C, classes/hash.C, classes/string.C,
13904: classes/table.C, classes/void.C, include/pa_globals.h,
13905: include/pa_sql_connection.h, main/compile.tab.C,
13906: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13907: $.bind[ $.a[2] ]
13908: ] input variables work. todo:output
13909:
13910: * src/targets/cgi/parser3.C: bugfix: iis specific
13911: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13912: /_bug.html?404;http://hpsv/test/
13913: --------------------------------------------------------------------------------
13914: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13915: --------------------------------------------------------------------------------
13916: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13917:
13918: 2004-06-16 paf
13919:
13920: * src/targets/cgi/parser3.C: new: iis specific
13921: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13922: $request:query
13923: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13924: $form:fields IIS-STATUS="404"
13925: IIS-DOCUMENT="http://server/_bug.html" f="v"
13926:
13927: todo: isapi too
13928:
13929: 2004-05-26 paf
13930:
13931: * src/include/pa_version.h: 3.1.3
13932:
1.211 moko 13933: * operators.ru.txt, operators.txt: beauty: removed outdated level
13934: 'table'
1.95 moko 13935:
13936: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13937:
13938: * src/main/pa_string.C: beauty: removed 3 warnings
13939:
13940: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13941: classes/op.C: beauty: removed outdated level 'table'
13942:
13943: 2004-05-25 paf
13944:
13945: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13946: implementation. mistery: how anything worked
13947:
13948: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13949: changed, it is now safe to use url if pointers to it are stored
13950: to gc mem
13951:
13952: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13953: unknown errors reported and not cause SIGSEGV now
13954:
13955: 2004-05-24 paf
13956:
13957: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13958: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13959: less memory: CORD_chars_block originally intended to ... it was
13960: good that CORD_chars_block were not used: it consumes more memory
13961: [and, might be slow too] undoing that. [and removed that func so
13962: that it would not confuse parser developer in future]
13963:
13964: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13965: less memory: CORD_chars_block originally intended to
13966: speedup/reduce mem usage were forgotten, and were used stupid
13967: CORD_chars
13968:
13969: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13970:
13971: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13972: BIGENDIAN processors space-conserving mech failed, causing
13973: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13974: (1|2|3));
13975:
13976: 2004-05-14 paf
13977:
13978: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13979: bugfix: void now has vfile value, and $response:body[] works OK
13980:
13981: 2004-05-12 paf
13982:
13983: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13984: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13985: sources to use is_defined() {return as_bool();} along VBool
13986:
13987: 2004-05-11 paf
13988:
13989: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13990: referencing to local objects
13991:
13992: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13993: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13994: left intact
13995:
13996: 2004-04-15 paf
13997:
13998: * src/classes/date.C: merged: beauty: unused var removed
13999:
14000: * src/classes/date.C: beauty: unused var removed
14001:
14002: * src/include/: pa_exec.h: bugfix: interface without pointer
14003: provoked bug
14004:
14005: 2004-04-09 paf
14006:
14007: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14008:
14009: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14010:
14011: 2004-04-08 paf
14012:
14013: * src/classes/date.C: new: ^date::create[y-m-d
14014: h-M-s>>.milliseconds<<] now allowed, ignored so far
14015:
14016: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14017:
14018: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14019: to consult default catalog [usually, that file belongs to other
14020: user/group]
14021:
14022: 2004-04-06 paf
14023:
14024: * src/main/pa_common.C: beauty: gcc warning removed
14025:
14026: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14027: accept that trick, trying other
14028:
14029: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14030: explicit result problem
14031:
14032: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14033: explicit result problem
14034:
14035: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14036: explicit result problem
14037:
1.211 moko 14038: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14039: ^string.append[string]
1.95 moko 14040:
14041: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14042: main/execute.C: attempt_check_call_in_explicit_result_mode:
14043: failed
14044:
14045: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14046: http://i.p.a.ddress gethostbyaddr added [on some platforms
14047: gethostbyname failed with such 'domains'] now checked properly,
14048: were: needless reverse/forward dns lookup
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/: compile.C, compile.tab.C, compile.y: reimplemented:
14056: @method[][result] means "no string output here" moved to lexical
14057: level [on grammar level it were too difficult]
14058:
1.211 moko 14059: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14060: src/main/compile.tab.C, src/main/compile.y,
14061: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14062: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14063: string output here", implemented part of that idea: compiler
14064: throws away string literal generation code. and barks
14065: nonwhitespace chars
1.95 moko 14066:
1.211 moko 14067: * operators.ru.txt, operators.txt: truth: removed comment about
14068: $ORIGIN
1.95 moko 14069:
14070: 2004-04-05 paf
14071:
14072: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14073: src/include/pa_version.h, src/main/pa_common.C,
14074: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14075:
14076: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14077: Konstantin Tomashevitch [mailto:konst@design.ru]
14078:
14079: * src/doc/html2chm.cmd: beauty: no need in bg here
14080:
14081: * src/doc/sources2html.cmd: beauty: same window, in bg it
14082: interfered with FAR console
14083:
14084: * configure, configure.in: 3.1.3
14085:
14086: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14087:
14088: * src/main/pa_common.C: removed warning
14089:
14090: * src/include/pa_version.h: 3.1.3
14091:
14092: 2004-04-02 paf
14093:
14094: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14095:
14096: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14097: allows to specify where to put parser log file
14098:
14099: 2004-04-01 paf
14100:
14101: * src/classes/table.C: bugfix: bugfix: table::load last line
14102: without tab and enter were ignored
14103:
14104: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14105: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14106: main/pa_socks.C, targets/cgi/parser3.C,
14107: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14108: bugfix: sql connections now are disconnected
14109:
14110: 2004-03-30 paf
14111:
14112: * src/classes/table.C: bugfix: table::load last line without tab
14113: and enter were ignored
14114:
14115: * src/classes/table.C: bufix: if last table lines were commented,
14116: gpfed
14117:
14118: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14119: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14120: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14121: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14122: doc/methoded.dox, doc/object.dox, doc/string.dox,
14123: doc/targets.dox, doc/value.dox, include/pa_version.h,
14124: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14125: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14126: bugfixes from 3.1.2, changed version to 3.1.3beta
14127:
14128: 2004-03-29 paf
14129:
14130: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14131: causes gpf
14132:
14133: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14134: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14135: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14136: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14137: value.dox: translated to english
14138:
14139: 2004-03-25 paf
14140:
14141: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14142: parser3project dependency removed
14143:
14144: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14145: bugfix: refused to compile without xml
14146:
14147: * src/types/pa_vform.C: beauty: removed warning
14148:
14149: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14150: any folder [removed last ;) folder dependency]
14151:
14152: * src/classes/classes.vcproj: bugfix: now all compiles in any
14153: folder [removed last ;) folder dependency]
14154:
14155: * src/include/pa_version.h: release
14156:
14157: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14158:
14159: * src/classes/table.C: beauty: comment& more meaningful error
14160: message
14161:
14162: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14163: $.hash[$.column_value1(true) ... ] [were producing some strang
14164: thing]
14165:
14166: 2004-03-23 paf
14167:
14168: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14169: and http status line parsing checked number of columns in table
14170: [user reported an assert]
14171:
1.211 moko 14172: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14173:
14174: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14175: bugfix: junction reattach now actually reattaches a junction to
14176: new wcontext [were only assigning it to junction, which caused
14177: junction tracking to loose junction, and it's context were not
14178: killed, and it tried to process in invalid context, gpf]
14179:
14180: * src/targets/cgi/parser3.C: debug helper added
14181:
14182: 2004-03-19 paf
14183:
14184: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14185: "type(type)" in braces
14186:
14187: 2004-03-10 paf
14188:
1.211 moko 14189: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14190: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14191: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14192: src/types/pa_vxnode.h: new: refined solution to
14193: search-in-namespaces problem:
1.95 moko 14194: $xdoc.search-namespaces.x[http://pif.design.ru/]
14195: $nodes[^xdoc.select[//x:second]]
14196:
1.211 moko 14197: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14198: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14199: search for info in namespaces
1.95 moko 14200:
14201: $nodes[^xdoc.select[//x:second][
14202: $.x[http://pif.design.ru/] ]]
14203:
14204: 2004-03-09 paf
14205:
1.211 moko 14206: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14207: ^file::load[...][options] $.form[
14208: !$.field1[string]
14209: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14210: ] !$.body[string]
14211:
14212: GET ?here notGET(POST, HEAD, others) in content-type:
14213: application/x-www-form-urlencoded
14214:
14215: todo: upload files ability
14216:
14217: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14218: properly, done
14219:
14220: 2004-03-05 paf
14221:
1.211 moko 14222: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14223: file::load[;http:// GET/POST $.form[$.fields started, not tested
14224: yet todo:$.field[table] for multiple values
1.95 moko 14225:
1.211 moko 14226: * operators.ru.txt, operators.txt: new: http:// options $.user
14227: $.password basic authorization
1.95 moko 14228:
14229: * src/main/pa_common.C: beauty: link to rtf added
14230:
1.211 moko 14231: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14232: src/main/pa_common.C: new: http:// options $.user $.password
14233: basic authorization
1.95 moko 14234:
14235: * src/main/pa_common.C: beauty: removed needless vars
14236:
1.211 moko 14237: * operators.ru.txt, operators.txt: new: pgsql option [like that
14238: recently added to oracle driver]
14239: ClientCharset=parser-charset << charset in which parser thinks
14240: client works
14241:
14242: * operators.ru.txt, operators.txt: new: odbc option [like that
14243: recently added to oracle driver]
14244: ClientCharset=parser-charset << charset in which parser thinks
14245: client works
1.95 moko 14246:
14247: * src/sql/pa_sql_driver.h: beauty: important warning added
14248:
14249: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14250: char!
14251:
14252: * etc/parser3.charsets/windows-1251.cfg: typo
14253:
14254: 2004-03-04 paf
14255:
14256: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14257: cached, sql transcoding now goes faster
14258:
1.211 moko 14259: * operators.ru.txt, operators.txt: new: mysql option [like that
14260: recently added to oracle driver]
14261: ClientCharset=parser-charset << charset in which parser thinks
14262: client works
1.95 moko 14263:
14264: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14265: typo error
14266:
14267: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14268: chars commented
14269:
14270: 2004-03-03 paf
14271:
14272: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14273: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14274:
14275: 2004-03-02 paf
14276:
1.211 moko 14277: * operators.ru.txt, operators.txt: new[update typo]:
14278: !^void.left(n) nothing !^void.right(n) nothing
14279: !^void.mid(p[;n]) nothing
14280:
14281: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14282: !^void.left(n) nothing !^void.right(n) nothing
14283: !^void.pos(p[;n]) nothing
1.95 moko 14284:
1.211 moko 14285: * operators.ru.txt, operators.txt, src/classes/file.C,
14286: src/include/pa_string.h: new:
1.95 moko 14287: ^file::sql[[name_to_become_$.name]]{} query result must be one
14288: row with columns: first: data second: file name third:
14289: content-type
14290:
1.211 moko 14291: * operators.ru.txt, operators.txt, src/classes/file.C:
14292: ^file.sql-string[] inside ^connect gets properly escaped string,
14293: which can be passed to request now this for mysql only. it's up
14294: to parser sql driver to fix zeros properly
1.95 moko 14295:
14296: * INSTALL: note: added on building apache with this option:
14297: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14298:
14299: 2004-03-01 paf
14300:
14301: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14302: extension memory:compact befor processingrequest
14303:
1.211 moko 14304: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14305: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14306:
1.211 moko 14307: * operators.ru.txt, operators.txt, src/classes/image.C,
14308: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14309: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14310:
14311: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14312: beauty: image -- less checks [were ugly impl]
14313:
14314: * src/classes/string.C: bugfix: ^string.left/right/mid with
14315: negative values now considered bad
14316:
14317: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14318:
14319: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14320: options now have unified defaults [after transform
14321: indent/omit-xml-declaration/standalone 'default' erroreously
14322: meant 'true']
14323:
14324: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14325: added [on some platforms gethostbyname failed with such
14326: 'domains']
14327:
14328: * src/include/pa_config_auto.h.in: no select check, no define
14329:
14330: * src/classes/string.C: feature: ^string.trim both parameters may
14331: be empty-strings, meaning kind=both chars=whitespaces
14332:
14333: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14334: exist
14335:
14336: * src/classes/string.C: check: trim 'chars' must not be empty,
14337: exception if it is
14338:
14339: * src/classes/string.C: changed: ^string.trim [] << both,
14340: whitespaces [start|both|end] << kind, whitespaces
14341: [start|both|end;chars] full
14342:
14343: 2004-02-27 paf
14344:
1.211 moko 14345: * operators.ru.txt, operators.txt, src/classes/string.C,
14346: src/main/pa_string.C: new method:
14347: ^string.trim[start|both|end[;chars]] default 'chars' --
14348: whitespace chars finished
1.95 moko 14349:
1.211 moko 14350: * operators.ru.txt, operators.txt, src/classes/string.C,
14351: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14352: ^string.trim[start|both|end[;chars]] default 'chars' --
14353: whitespace chars started, only start works
14354:
14355: * src/main/compile.C: bugfix: line numbers after
14356: ^process{}[$.line(-10]] can be negative, allowed to print they as
14357: signed
14358:
14359: * src/main/untaint.C: speed: there's no \n chars in output
14360: [normally], so no need to optimize them they could be retrived
14361: from databases, though. but 1. should be replaced 2. if not
14362: optimized, no harm done
14363:
14364: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14365: ^file::exec/cgi could return invalid status & zombie child can
14366: remain for short period until process exists [very bad in
14367: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14368:
14369: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14370: malicious SMTP server to attack as by returning too long status
14371: responses http://i2/tasks/edit/?id=4629448401140924947
14372:
14373: 2004-02-26 paf
14374:
1.211 moko 14375: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14376: has options] which are $.main[to what to rename @main]
1.95 moko 14377: $.file[file, from which (user says) goes that CODE]
14378: $.lineno(line number in that file, where CODE starts. may be
14379: negative)
14380:
1.211 moko 14381: * operators.ru.txt, operators.txt, src/classes/op.C,
14382: src/include/pa_request.h, src/main/compile.C,
14383: src/main/compile_tools.h, src/main/pa_request.C: feature:
14384: ^process...{CODE}[now has options] which are $.main[to
14385: what to rename @main] $.file[file, from which (user says)
14386: goes that CODE] $.lineno(line number in that file, where
14387: CODE starts. may be negative)
14388:
1.95 moko 14389: 2004-02-25 paf
14390:
1.116 moko 14391: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14392: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14393:
14394: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14395: produces hash of column=>1
14396:
14397: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14398: with incomplete errno constants set
14399:
14400: 2004-02-24 paf
14401:
14402: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14403: "man select"
14404:
14405: * src/main/pa_os.C: beauty: <0 better then ==-1
14406:
14407: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14408:
14409: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14410:
1.116 moko 14411: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14412:
14413: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14414: unix: steps to work on unix [extracted 'to']
14415:
14416: * src/classes/mail.C: smtp on unix: steps to work on unix
14417:
14418: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14419:
1.116 moko 14420: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14421: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14422: unix [testing on solaris]
1.95 moko 14423:
14424: 2004-02-20 paf
14425:
14426: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14427: pointing that out
14428:
14429: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14430: fixed again [same solution, mistanenly removed one line]
14431:
14432: 2004-02-19 paf
14433:
14434: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14435: date::create from bad datetime in spring daylightsaving hole now
14436: OK for all platforms [on some platforms it failed]
14437:
14438: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14439: in daylightsaving hole] now throws error
14440:
14441: * src/classes/date.C: comment: mistake fixed
14442:
14443: 2004-02-18 paf
14444:
14445: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14446: now renderes in $request:charset, but in header puts
14447: $response:charset todo: make that default only so that coder
14448: could override that
14449:
14450: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14451: turns off omit-xml-declaration
14452:
14453: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14454: /.xsl for sample
14455:
14456: 2004-02-17 paf
14457:
14458: * src/classes/xdoc.C: beauty: needless helper class removed
14459:
14460: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14461: copied extra time
14462:
14463: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14464: part of libxml
14465:
14466: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14467: libxml to do the work] <xsl:output method="html"
14468: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14469: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14470: />
14471:
14472: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14473:
14474: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14475: caused assertion
14476:
14477: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14478: could hang. now such add does nothing, sub clears $hash
14479:
14480: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14481: not made quoted-printable
14482:
14483: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14484: string invariant
14485:
14486: 2004-02-16 paf
14487:
14488: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14489: cleared [were not cleared properly]
14490:
14491: 2004-02-13 paf
14492:
1.116 moko 14493: * src/include/pa_version.h: prerelease
1.95 moko 14494:
14495: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14496: used, introducing dependencies timestamp check
14497:
14498: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14499: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14500: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14501: .xsl.stamp now not used, introducing dependencies timestamp check
14502:
1.150 moko 14503: * configure.in: auto.p: @conf made relative
1.95 moko 14504:
14505: 2004-02-12 paf
14506:
14507: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14508: ruined empty <input type=file> submits. parser thought there were
14509: nameless empty file and $form:field got value of type 'file'
14510:
14511: * INSTALL: --without-threads
14512:
14513: * src/include/pa_sapi.h: 2004
14514:
14515: 2004-02-11 paf
14516:
14517: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14518: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14519: classes/hashfile.C, classes/image.C, classes/int.C,
14520: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14521: classes/response.C, classes/string.C, classes/table.C,
14522: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14523: include/pa_array.h, include/pa_cache_managers.h,
14524: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14525: include/pa_config_fixed.h, include/pa_config_includes.h,
14526: include/pa_dictionary.h, include/pa_dir.h,
14527: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14528: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14529: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14530: include/pa_request_charsets.h, include/pa_request_info.h,
14531: include/pa_socks.h, include/pa_sql_connection.h,
14532: include/pa_sql_driver_manager.h, include/pa_stack.h,
14533: include/pa_string.h, include/pa_stylesheet_connection.h,
14534: include/pa_stylesheet_manager.h, include/pa_table.h,
14535: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14536: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14537: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14538: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14539: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14540: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14541: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14542: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14543: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14544: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14545: main/pa_sql_driver_manager.C, main/pa_string.C,
14546: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14547: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14548: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14549: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14550: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14551: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14552: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14553: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14554: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14555: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14556: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14557: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14558: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14559: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14560: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14561: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14562: types/pa_vresponse.h, types/pa_vstateless_class.C,
14563: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14564: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14565: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14566: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14567: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14568: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14569:
14570: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14571: debug version of gc.dll
14572:
14573: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14574: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14575: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14576: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14577: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14578: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14579: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14580: processes
14581:
14582: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14583: main/pa_globals.C, targets/cgi/parser3.vcproj,
14584: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14585: changes to reflect libxml xsl new folders
14586:
14587: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14588: lib/smtp/smtp.vcproj, main/main.vcproj,
14589: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14590: 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, targets/isapi/parser3isapi.vcproj,
14595: types/types.vcproj: started changes to reflect libxml xsl new
14596: folders
14597:
14598: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14599: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14600: src/main/compile.tab.C, src/main/main.vcproj,
14601: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14602: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14603: started changes to reflect libxml xsl new folders
14604:
14605: 2004-02-10 paf
14606:
14607: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14608: compile. recommened latest libxml up to date
14609:
14610: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14611: pattern compilation errors", on which spent 4 hours worktime. use
14612: versions higher than that. recommended now latest up to date
14613:
14614: 2004-02-06 paf
14615:
14616: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14617: beauty: unified destructing style
14618:
14619: * src/main/untaint.C: beauty: removed old def/ifdef
14620:
14621: * src/main/untaint.C: beauty: coredump @unknown untaint language
14622: now
14623:
14624: 2004-02-03 paf
14625:
14626: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14627: targets/isapi/parser3isapi.C, types/pa_value.C,
14628: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14629: then %ld/%lu
14630:
14631: * src/main/pa_common.C: typo: %l -> %u
14632:
14633: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14634: in attributes or documents-results of transform now not xx;
14635:
14636: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14637:
14638: * src/main/pa_charset.C: bugfix: forgot to undo some
14639:
14640: * src/main/pa_charset.C: beauty: uncomment
14641: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14642: libraries
14643:
14644: 2004-02-02 paf
14645:
14646: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14647: $cookie:example[ $.value[value] $.path[/there/] ]
14648:
14649: $cookie:example[ $.value[] $.expires[session]
14650: $.path[/there/] $.domain[test.com] ]
14651:
14652: * src/types/pa_vform.C: bugfix: empty values with
14653: enctype=multipart/form-data now produce entries in $form:tables
14654: <form method=post enctype=multipart/form-data> <input type=hidden
14655: name=a> <input type=hidden name=b>
14656:
14657: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14658: <hr> <pre>$request:body
14659:
14660: 2004-01-30 paf
14661:
14662: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14663: or documents-results of transform now not xx;
14664:
14665: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14666: produce exception.
14667:
14668: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14669: bugfix: ^date::create[invalid fields now produce exception.
14670:
14671: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14672: year] now produces exception. todo: check other fields
14673:
14674: 2004-01-29 paf
14675:
14676: * src/include/pa_memory.h: typo error
14677:
14678: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14679: more byte then specified, then zeroed it << useless and
14680: potentially harmful(could gpf)
14681:
14682: 2004-01-22 paf
14683:
14684: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14685:
14686: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14687: optimization
14688:
14689: * src/main/untaint.C: bugfix: whitespace now optimized properly
14690: [were bug: ^taint[1 & 2]="1 &2"
14691:
14692: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14693: errors
14694:
14695: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14696: overflow
14697:
14698: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14699: error-reporting code * in parser-error reporting code [when no
14700: @unhandled_exception defined]
14701:
14702: fixed in one place: my *snprintf override
14703:
14704: 2004-01-13 paf
14705:
1.211 moko 14706: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14707:
14708: 2003-12-25 paf
14709:
14710: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14711: garbled [pieces after zero bytes were removed]
14712:
14713: 2003-12-22 paf
14714:
1.116 moko 14715: * src/include/Makefile.am: bugfix: removed from dist:
14716: src/include/pa_config_auto.h which were configured for
1.95 moko 14717: make-dist-platform and badly updated proper config file in target
14718: [when .tar used for updating existing source tree]
14719:
1.211 moko 14720: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14721: src/include/pa_sql_connection.h,
14722: src/include/pa_sql_driver_manager.h,
14723: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14724: feature: sql introducing ability to transcode charsets
14725:
14726: 2003-12-19 paf
14727:
14728: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14729: error message
14730:
14731: * src/main/pa_charset.C: bugfix: memory for charsethandler
14732: structure for libxml now allocated properly
14733:
14734: 2003-12-17 paf
14735:
14736: * src/types/pa_vfile.C: beauty: removed outdated cast
14737:
14738: * src/main/pa_common.C: bugfix: empty http response caused gpf
14739:
14740: * src/include/pa_string.h: bugfix: removed too strong a assert
14741:
14742: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14743: unreported xmlGenericErrors]
14744:
14745: 2003-12-15 paf
14746:
14747: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14748: works}
14749:
14750: 2003-12-11 paf
14751:
1.211 moko 14752: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14753: !$status:pid process id
1.95 moko 14754: !$status:tid thread id
14755:
14756: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14757: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14758: bugfix(solaris): removed dependency on object initialization
14759: order [one more place]
14760:
14761: * src/: classes/file.C, classes/mail.C, classes/op.C,
14762: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14763: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14764: understand that
14765:
14766: * src/: classes/file.C, classes/mail.C, classes/op.C,
14767: classes/xdoc.C, include/pa_cache_managers.h,
14768: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14769: include/pa_stylesheet_manager.h, main/pa_request.C,
14770: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14771: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14772: ctor call [relying on implicit String::Body(cstr) call]
14773:
14774: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14775: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14776: object initialization order [two places]
14777:
14778: 2003-12-10 paf
14779:
14780: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14781: << time now ok
14782:
1.211 moko 14783: * operators.ru.txt, operators.txt,
14784: src/main/pa_sql_driver_manager.C,
1.95 moko 14785: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14786: operational
14787:
1.211 moko 14788: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14789: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14790: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14791: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14792: back operational
14793:
14794: 2003-12-02 paf
14795:
14796: * src/types/pa_vmail.C: bugfix:
14797: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14798: as-is forced]
14799:
14800: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14801: exceptions out of libxml callbacks: reimplemented error handling
14802: of http://localhost, parser://method and safemode check callbacks
14803:
14804: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14805: [merged from HEAD]
14806:
14807: * src/classes/image.C: nothing: comment removed
14808:
14809: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14810: addresses to int
14811:
14812: 2003-12-01 paf
14813:
14814: * src/main/pa_xml_io.C: bugfix: typo
14815:
14816: * src/main/pa_globals.C: bugfix: win32: compile prob
14817:
14818: * src/classes/xdoc.C: bugfix: typo
14819:
14820: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14821: exception
14822:
14823: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14824:
14825: 2003-11-28 paf
14826:
14827: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14828: all xml documents read
14829:
14830: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14831:
14832: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14833: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14834: replaced original open mech of xdoc::create & co to use libxml
14835: open, so that this would work for root document todo: safe mode
14836: checks to libxml: ideally to some 1 point
14837:
14838: * src/main/pa_xml_io.C: comment
14839:
1.211 moko 14840: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14841: in http://parser[abscent params]
1.95 moko 14842:
1.211 moko 14843: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14844: src/main/pa_xml_io.C: works. todo: maybe replace original open
14845: mech of xdoc::create & co to use libxml open, so that this would
14846: work for root document
1.95 moko 14847:
14848: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14849: "parser://method/params/here"> <test> &test^; </test> }]
14850:
14851: ^taint[^xdoc.string[]]
14852:
14853: @method[param] <!ENTITY test
14854: "test-entity-value+$form:user+$param!">
14855:
14856: 2003-11-27 paf
14857:
14858: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14859:
14860: * src/classes/date.C: bugfix: typo error
14861:
14862: 2003-11-26 paf
14863:
1.211 moko 14864: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14865: src/include/pa_globals.h, src/main/Makefile.am,
14866: src/main/main.vcproj, src/main/pa_globals.C,
14867: src/main/pa_request.C, src/include/pa_xml_io.h,
14868: src/main/pa_xml_io.C: simplification: xml errors to
14869: hash<thread_id,error> reorganization: xml io moved to
14870: pa_xml_io.C/h
1.95 moko 14871:
14872: * src/types/pa_value.h: warnings: --
14873:
14874: 2003-11-25 paf
14875:
14876: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14877: whatever)
14878:
14879: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14880: a, (c?x:y, z)
14881:
14882: * src/main/untaint.C: bugfix: consequences of not reading this
14883: comment: CORD_pos_chars_left /* Number of characters in cache.
14884: <= 0 ==> none */
14885:
14886: * src/include/pa_array.h: removed needless checks
14887:
14888: 2003-11-24 paf
14889:
14890: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14891: removed limit: now $form:xxx can be accessed anytime, even in
14892: @auto/conf [and request/response:charset still can be changed
14893: anytime]
14894:
14895: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14896: now not transcodes response body
14897:
1.211 moko 14898: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14899: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14900: $tn[^xdoc.createTextNode[text node value]]
14901: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14902: $xdoc.firstChild.firstChild.nodeValue[different]
14903: ^taint[^xdoc.string[]]
14904:
14905: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14906: workaround: static Hash::allocates -> static Hash_allocates
14907:
14908: 2003-11-21 paf
14909:
1.116 moko 14910: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14911: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14912: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14913:
14914: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14915:
14916: * src/classes/mail.C: bugfix: typo
14917:
14918: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14919: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14920: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14921: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14922: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14923: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14924:
14925: * src/main/pa_exec.C: bug in safe mode
14926:
14927: * src/include/Makefile.am: pa_xml_exception.h
14928:
14929: * src/targets/isapi/parser3isapi.C: more warnings --
14930:
14931: 2003-11-20 paf
14932:
14933: * src/: classes/math.C, classes/op.C, classes/string.C,
14934: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14935: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14936: --
14937:
14938: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14939: more warnings --
14940:
14941: * src/classes/xdoc.C: more warnings --
14942:
14943: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14944:
14945: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14946: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14947:
14948: * src/: classes/date.C, classes/file.C, classes/hash.C,
14949: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14950: classes/table.C, include/pa_cache_managers.h,
14951: include/pa_stylesheet_connection.h, main/pa_request.C,
14952: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14953: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14954: --
14955:
14956: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14957: can't report problem (undefined @unhandled_exception) problem
14958: source string were not reported
14959:
14960: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14961: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14962: classes/hashfile.C, classes/image.C, classes/int.C,
14963: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14964: classes/response.C, classes/string.C, classes/table.C,
14965: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14966: include/pa_array.h, include/pa_cache_managers.h,
14967: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14968: include/pa_config_fixed.h, include/pa_dictionary.h,
14969: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14970: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14971: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14972: include/pa_request.h, include/pa_request_charsets.h,
14973: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14975: include/pa_stack.h, include/pa_string.h,
14976: include/pa_stylesheet_connection.h,
14977: include/pa_stylesheet_manager.h, include/pa_table.h,
14978: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14979: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14980: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14981: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14982: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14983: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14984: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14985: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14986: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14987: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14988: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14989: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14990: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14991: targets/isapi/parser3isapi.C, types/pa_junction.h,
14992: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14993: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14994: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14995: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14996: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14997: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14998: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14999: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15000: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15001: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15002: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15003: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15004: types/pa_vresponse.h, types/pa_vstateless_class.C,
15005: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15006: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15007: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15008: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15009: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15010: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15011: const IDENT
15012:
15013: * src/: include/pa_array.h, include/pa_pool.h,
15014: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15015: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15016: types/pa_wcontext.h: more warnings --
15017:
15018: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15019: classes/file.C, classes/hash.C, classes/hashfile.C,
15020: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15021: classes/memory.C, classes/op.C, classes/string.C,
15022: classes/table.C, classes/xdoc.C, classes/xnode.C,
15023: include/pa_config_includes.h, include/pa_operation.h,
15024: include/pa_sql_connection.h, include/pa_table.h,
15025: include/pa_types.h, lib/ltdl/config_fixed.h,
15026: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15027: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15028: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15029: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15030: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15031: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15032: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15033: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15034: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15035: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15036: types/pa_vmail.C, types/pa_vobject.C,
15037: types/pa_vstateless_class.h, types/pa_vtable.C,
15038: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15039: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15040: on all projects (except libltdl=off & libsdbm=level3) found
15041: several unitialized vars
15042:
15043: 2003-11-19 paf
15044:
15045: * src/classes/op.C: more ansi C++ comp
15046:
1.211 moko 15047: * operators.ru.txt, operators.txt, src/classes/op.C,
15048: src/include/pa_request.h, src/main/pa_request.C:
15049: ^cache[...]{body}{catch block with $exception.handled[cache]
15050: meaning "get expired cache, if any. else error"}
1.95 moko 15051:
15052: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15053: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15054: ^cache[...]{body}{catch code with $exception.cache field}
15055:
15056: 2003-11-12 paf
15057:
15058: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15059: [copy/paste bug]
15060:
15061: 2003-11-11 paf
15062:
15063: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15064: failed]
15065:
15066: 2003-11-10 paf
15067:
15068: * src/types/pa_vconsole.h: flush
15069:
1.211 moko 15070: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15071: src/types/Makefile.am, src/types/types.vcproj,
15072: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15073:
1.211 moko 15074: * operators.ru.txt, operators.txt: mysql: transaction support:
15075: ?autocommit=0
1.95 moko 15076:
1.211 moko 15077: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15078:
15079: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15080: serialize version and exipire now removes entries
15081:
1.211 moko 15082: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15083: altogether [and dir, if could]
1.95 moko 15084:
15085: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15086: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15087: removes files altogether [and dir, if could]
15088:
15089: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15090: nonexistent pair. .c coded that that was error. fixed
15091:
15092: * src/types/pa_vhashfile.C: sdbm: exception type change to
15093: file.access [regretfull can't split it to different exceptions
15094: without modifying sdbm source wich would prefer not to]
15095:
15096: 2003-11-07 paf
15097:
15098: * src/: classes/date.C, classes/file.C, classes/hash.C,
15099: classes/hashfile.C, classes/image.C, classes/table.C,
15100: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15101: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15102: main/execute.C, main/main.vcproj, main/pa_pool.C,
15103: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15104: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15105: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15106: destructing objects at request processing end
15107:
15108: 2003-11-06 paf
15109:
15110: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15111: updates
15112:
15113: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15114: to include sdbm
15115:
1.116 moko 15116: * src/include/: pa_config_includes.h, pa_version.h: our
15117: replacements of max& co only for cpp
1.95 moko 15118:
15119: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15120: upper dir, .am updated
15121:
15122: * tests/todo.txt: hashfile: done
15123:
1.211 moko 15124: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15125: hashfile: clear & expiration [time in value. todo: move time to
15126: key]
1.95 moko 15127:
15128: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15129:
15130: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15131: to do that in foreach, no errors, but surely wrong]
15132:
1.211 moko 15133: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15134: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15135:
1.211 moko 15136: * operators.ru.txt, operators.txt, src/classes/hash.C,
15137: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15138: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15139:
15140: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15141: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15142: hashfile: hash
1.95 moko 15143:
1.211 moko 15144: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15145: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15146: tests/todo.txt: hashfile: delete
1.95 moko 15147:
15148: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15149: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15150: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15151: get/put [raw]
15152:
15153: * src/: classes/op.C, main/pa_os.C: just linked
15154:
15155: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15156: XmlException changes
15157:
15158: * src/: include/pa_charset.h, include/pa_globals.h,
15159: include/pa_stylesheet_connection.h, main/pa_exception.C:
15160: XmlException changes
15161:
15162: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15163:
15164: * src/: include/pa_common.h, include/pa_exception.h,
15165: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15166: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15167: main/pa_xml_exception.C: locking move to pa_os [along with
15168: pa_sleep] apr-impl locking done
15169:
1.211 moko 15170: * configure, configure.in, operators.ru.txt, operators.txt,
15171: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15172: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15173: src/include/pa_exception.h, src/include/pa_globals.h,
15174: src/include/pa_memory.h, src/include/pa_version.h,
15175: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15176: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15177: src/main/compile.tab.C, src/main/main.vcproj,
15178: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15179: src/types/Makefile.am, src/types/pa_vhash.C,
15180: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15181: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15182: again with sdbm from apache
15183:
15184: 2003-11-05 paf
15185:
15186: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15187: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15188: \parser3project dir anymore
15189:
15190: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15191: thoughtlessly from xalan]
15192:
15193: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15194: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15195: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15196:
15197: * src/main/helpers/CaseFolding.txt:
15198: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15199:
15200: 2003-11-04 paf
15201:
1.211 moko 15202: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15203:
15204: * src/classes/table.C: compiled on unix
15205:
1.116 moko 15206: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15207:
15208: * src/classes/mail.C: compiled on unix
15209:
1.211 moko 15210: * operators.ru.txt, operators.txt, src/classes/mail.C,
15211: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15212: $.options[unix: string to append to sendmail command
15213: line]
15214:
1.211 moko 15215: * operators.ru.txt, operators.txt, src/classes/table.C,
15216: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15217: $.separator[^#09] $.encloser["] <nothing> by default
15218:
15219: * operators.ru.txt, operators.txt, src/classes/table.C,
15220: tests/todo.txt: ^table::load !$.separator[^#09]
15221: !$.encloser["] <nothing> by default
1.95 moko 15222:
15223: 2003-11-03 paf
15224:
1.211 moko 15225: * operators.ru.txt, operators.txt, src/classes/table.C,
15226: src/main/pa_common.C: ^table::load[; options:
15227: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15228:
1.211 moko 15229: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15230: src/types/pa_vrequest.C: $request:document-root
15231:
15232: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15233: [already included into uri=xxx]
15234:
1.211 moko 15235: * operators.ru.txt, operators.txt, src/classes/image.C,
15236: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15237:
15238: * src/classes/date.C: minor precaution
15239:
1.211 moko 15240: * operators.ru.txt, operators.txt, src/classes/date.C:
15241: !^date::unix-timestamp()
1.95 moko 15242: !^date.unix-timestamp[]
15243:
15244: 2003-10-30 paf
15245:
1.211 moko 15246: * operators.ru.txt, operators.txt, src/classes/date.C,
15247: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15248: $date.hour
1.95 moko 15249:
15250: * src/classes/: date.C, image.C: improvement diagnostics:
15251: $now[^date::create[$undefined]] now is error
15252:
15253: * src/main/pa_common.C: read errors would now be reported 'actually
15254: read -1 bytes'
15255:
15256: 2003-10-24 paf
15257:
15258: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15259: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15260: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15261: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15262:
15263: 2003-10-22 paf
15264:
15265: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15266:
15267: 2003-10-21 paf
15268:
1.211 moko 15269: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15270: src/main/pa_string.C: fixed: string.match[g] without <'> option
15271: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15272:
15273: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15274: recoursion' message with intensive throw-catches fixed: incorrect
15275: name and line (one name upper then needed) in error message about
15276: problems inside try block
15277:
15278: 2003-10-10 paf
15279:
15280: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15281: check offset argument for validity did that in String::Body::pos
15282: myself http://i2/tasks/edit/?id=4577425257580789777
15283:
15284: 2003-10-07 paf
15285:
15286: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15287: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15288:
15289: 2003-10-03 paf
15290:
15291: * parser3.sln, src/include/pa_dictionary.h,
15292: src/main/pa_dictionary.C, src/main/pa_string.C,
15293: src/targets/cgi/parser3.vcproj: dictionary optimized by
15294: precalculating cstr&length
15295:
15296: 2003-10-02 paf
15297:
15298: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15299: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15300: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15301: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15302:
15303: 2003-09-30 paf
15304:
15305: * src/main/pa_string.C: string::replace bug fix [were ignoring
15306: occurrances after lang-mismatched
15307:
15308: 2003-09-29 paf
15309:
15310: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15311: helper
15312:
15313: * src/main/pa_string.C: string::serialize bug fix with
15314: zero-terminator
15315:
15316: * src/classes/table.C: ^nameless_table.save column row now has no
15317: \t at the end
15318:
15319: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15320: @postprocess now takes $response:body/download
15321:
15322: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15323: error message
15324:
15325: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15326:
15327: * src/classes/table.C: bugfix: flip: must produce nameless
15328: http://i2/tasks/edit/?id=4573405524674081244
15329:
15330: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15331: main/helpers/simple_folding.pl: utf-8 upper/lower
15332:
15333: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15334: to typo error http://i2/tasks/edit/?id=4573354650786434584
15335:
15336: 2003-09-26 paf
15337:
15338: * src/main/untaint.C: removed needless field
15339:
15340: * src/main/untaint.C: removed needless const
15341:
15342: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15343: String.for_each bug fixed [omited one-char cases]
15344:
15345: * src/include/pa_stack.h: bugfix: before collecting garbage,
15346: runtime-executor stack were cleared... BADLY
15347:
15348: * src/main/pa_string.C: ^stirng.replace code used old
15349: param-convention on langs.append, fixed that search fo the like,
15350: found none
15351:
15352: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15353: string::serialize/deserialize implemented Language enum assigned
15354: meaningful letters [more convinient for debugging. read warning
15355: before adding/changing anything]
15356:
15357: 2003-09-25 paf
15358:
15359: * src/: include/pa_string.h, include/pa_version.h,
15360: main/pa_string.C, main/untaint.C: templates and anonymous unions
15361: differences on unix
15362:
15363: * parser3.sln, src/classes/file.C, src/classes/image.C,
15364: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15365: src/classes/xdoc.C, src/classes/xnode.C,
15366: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15367: src/include/pa_charsets.h, src/include/pa_common.h,
15368: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15369: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15370: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15371: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15372: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15373: src/main/compile_tools.h, src/main/pa_charset.C,
15374: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15375: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15376: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15377: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15378: src/types/pa_vmail.C, src/types/pa_vmath.C,
15379: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15380: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15381:
15382: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15383: functions aligned to that of eeparser3 look
15384:
15385: * src/lib/cord/cordprnt.c: removed warnings
15386:
15387: 2003-09-24 paf
15388:
15389: * src/: classes/file.C, classes/image.C, classes/mail.C,
15390: classes/op.C, classes/xdoc.C, classes/xnode.C,
15391: include/pa_cache_managers.h, include/pa_charset.h,
15392: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15393: include/pa_sql_driver_manager.h, include/pa_string.h,
15394: include/pa_stylesheet_manager.h, include/pa_table.h,
15395: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15396: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15397: main/pa_sql_driver_manager.C, main/pa_string.C,
15398: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15399: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15400: types/pa_vstateless_class.h, types/pa_vstatus.C,
15401: types/pa_vxnode.C: v() functions of String::Body,
15402: String::Languages and String itself StringBody->String::Body
15403:
15404: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15405: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15406: never optimized anything. todo: somehow speed up harder cases:
15407: concatenationA+concatenationB when last block of A and first of B
15408: contain same letters
15409:
15410: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15411: lib/cord/include/cord.h: langs: speed up by joining adjucent
15412: blocks of same char [CORD_append_block]
15413:
15414: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15415: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15416: save space by extending blocks when appending block with c ==
15417: lastblock.c
15418:
15419: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15420: working yet :( but more working &understood :)
15421:
15422: * src/: classes/table.C, include/pa_string.h,
15423: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15424:
15425: 2003-09-23 paf
15426:
15427: * src/main/untaint.C: $a[ok!] $a works!
15428:
15429: * src/main/untaint.C: something even more works :)
15430:
15431: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15432: something more works :)
15433:
15434: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15435: lib/cord/cordxtra.c: something already works :)
15436:
15437: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15438: serialize&deserialize
15439:
15440: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15441: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15442: main/untaint.C: main idea implemented, details left
15443:
15444: 2003-09-22 paf
15445:
15446: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15447:
15448: * src/classes/xnode.C: copy/paste comment bugfix
15449:
15450: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15451: allocator returns 0, just die.
15452: http://i2/tasks/edit/?id=4570798492410259445
15453:
15454: * src/classes/xdoc.C: copy/paste comment bugfix
15455:
15456: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15457: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15458: xnode: getAttributeNS setAttributeNS removeAttributeNS
15459: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15460:
15461: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15462: chars due to bitwise operation signed-char error]
15463:
15464: 2003-09-19 paf
15465:
15466: * src/types/pa_wcontext.C: output message: more practical
15467: suggestion
15468:
1.211 moko 15469: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15470: $f[^file::load[binary;http://...]] $f.tables
15471:
15472: 2003-09-02 paf
15473:
15474: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15475: flush stdout without referencing 'stdout' symbol. to hell with
15476: non-ansi libraries without 'stdout' symbol
15477:
15478: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15479: unix (users reported problems with some old libc)
15480:
15481: * src/types/pa_vdate.h: forgot initializer
15482:
15483: 2003-09-01 paf
15484:
15485: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15486: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15487: zone]
15488:
15489: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15490:
15491: 2003-08-19 paf
15492:
15493: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15494: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15495: simplified a little
15496:
15497: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15498: [lost fix from 3.0.8]
15499:
15500: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15501: visible here }
15502:
15503: bug fix
15504:
15505: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15506:
15507: * src/main/compile.tab.C: initialized couple of variables about
15508: which user reported runtime problems when parser were compiled
15509: with VC7, warning level4. study shows that later in bison
15510: they've fixed that. would migrate to latest bison someday
15511:
15512: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15513: recoding headers)
15514:
15515: * src/types/pa_vmail.C: works as before, same charset problems:
15516: gmime recodes to UTF-8 only headers, not body. so not recoding
15517: anything for now
15518:
15519: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15520: problems with body
15521:
15522: * src/types/pa_vmail.C: mail_receive just compiled
15523:
15524: 2003-08-18 paf
15525:
15526: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15527: main/main.vcproj, types/types.vcproj: win32: continued process
15528: detaching from \parser3project directory
15529:
15530: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15531: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15532: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15533: src/lib/pcre/pcre_dftables.dsp,
15534: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15535: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15536: src/types/types.dsp: moved to MSVC 7
15537:
15538: * gnu.vcproj.vspscc, parser3.vssscc,
15539: src/classes/classes.vcproj.vspscc,
15540: src/lib/cord/cord.vcproj.vspscc,
15541: src/lib/ltdl/libltdl.vcproj.vspscc,
15542: src/lib/md5/md5.vcproj.vspscc,
15543: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15544: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15545: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15546: src/targets/isapi/parser3isapi.vcproj.vspscc,
15547: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15548: moved to MSVC 7
15549:
15550: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15551: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15552: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15553: src/lib/pcre/pcre_dftables.vcproj,
15554: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15555: src/targets/cgi/parser3.vcproj,
15556: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15557: new VS project files
15558:
15559: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15560: .NET to detect Jalindi Igloo capabilities.
15561:
15562: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15563: src/classes/classes.awk, src/doc/footer.htm,
15564: src/include/pa_config_fixed.h, src/include/pa_version.h,
15565: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15566: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15567: src/types/pa_vmail.C: merged 3.1.0 latest changes
15568:
15569: 2003-08-15 paf
15570:
15571: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15572: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15573:
15574: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15575: non-ascii <yyy> now encoded correctly
15576:
15577: 2003-07-29 paf
15578:
1.116 moko 15579: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15580: dist
1.95 moko 15581:
15582: * src/types/pa_vmail.C: just started --with-mail-receive
15583:
15584: 2003-07-28 paf
15585:
1.116 moko 15586: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15587: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15588:
15589: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15590:
15591: 2003-07-25 paf
15592:
15593: * src/doc/footer.htm: year
15594:
15595: 2003-07-24 paf
15596:
15597: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15598: fix
15599:
15600: * src/include/pa_version.h: release
15601:
1.116 moko 15602: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15603:
15604: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15605: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15606: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15607: getting rid of win32xml pseudo project
15608:
15609: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15610:
1.116 moko 15611: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15612: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15613: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15614: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15615: src/classes/classes.C, src/classes/classes.awk,
15616: src/classes/classes.dsp, src/classes/classes.h,
15617: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15618: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15619: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15620: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15621: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15622: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15623: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15624: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15625: src/include/pa_array.h, src/include/pa_cache_managers.h,
15626: src/include/pa_charset.h, src/include/pa_charsets.h,
15627: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15628: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15629: src/include/pa_dictionary.h, src/include/pa_dir.h,
15630: src/include/pa_exception.h, src/include/pa_exec.h,
15631: src/include/pa_globals.h, src/include/pa_hash.h,
15632: src/include/pa_memory.h, src/include/pa_opcode.h,
15633: src/include/pa_operation.h, src/include/pa_pool.h,
15634: src/include/pa_pragma_pack_begin.h,
1.95 moko 15635: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15636: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15637: src/include/pa_sapi.h, src/include/pa_socks.h,
15638: src/include/pa_sql_connection.h,
15639: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15640: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15641: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15642: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15643: src/include/pa_uue.h, src/lib/Makefile.am,
15644: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15645: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15646: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15647: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15648: src/lib/cord/include/ec.h,
15649: src/lib/cord/include/private/Makefile.am,
15650: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15651: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15652: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15653: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15654: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15655: src/main/compile_tools.C, src/main/compile_tools.h,
15656: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15657: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15658: src/main/pa_charsets.C, src/main/pa_common.C,
15659: src/main/pa_dictionary.C, src/main/pa_dir.C,
15660: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15661: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15662: src/main/pa_request.C, src/main/pa_socks.C,
15663: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15664: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15665: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15666: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15667: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15668: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15669: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15670: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15671: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15672: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15673: src/targets/isapi/parser3isapi.dsp,
15674: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15675: src/types/pa_junction.h, src/types/pa_method.h,
15676: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15677: src/types/pa_vclass.C, src/types/pa_vclass.h,
15678: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15679: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15680: src/types/pa_vdouble.h, src/types/pa_venv.h,
15681: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15682: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15683: src/types/pa_vimage.C, src/types/pa_vimage.h,
15684: src/types/pa_vint.h, src/types/pa_vjunction.h,
15685: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15686: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15687: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15688: src/types/pa_vobject.C, src/types/pa_vobject.h,
15689: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15690: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15691: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15692: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15693: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15694: src/types/pa_vstring.h, src/types/pa_vtable.C,
15695: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15696: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15697: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15698: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15699: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15700: HEAD
15701:
15702: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15703: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15704: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15705: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15706: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15707: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15708: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15709: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15710: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15711: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15712: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15713: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15714: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15715: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15716: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15717: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15718: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15719: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15720: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15721: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15722: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15723: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15724: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15725: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15726: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15727: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15728: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15729: outputs/create-dir, results/001.processed, results/002.processed,
15730: results/003.processed, results/004.processed,
15731: results/005.processed, results/006.processed,
15732: results/007.processed, results/008.processed,
15733: results/009.processed, results/010.processed,
15734: results/011.processed, results/012.processed,
15735: results/013.processed, results/014.processed,
15736: results/015.processed, results/016.processed,
15737: results/017.processed, results/018.processed,
15738: results/019.processed, results/020.processed,
15739: results/021.processed, results/022.processed,
15740: results/023.processed, results/024.processed,
15741: results/025.processed, results/026.processed,
15742: results/027.processed, results/028.processed,
15743: results/029.processed, results/030.processed,
15744: results/031.processed, results/032.processed,
15745: results/033.processed, results/034.processed,
15746: results/035.processed, results/036.processed,
15747: results/037.processed, results/038.processed,
15748: results/039.processed, results/040.processed,
15749: results/041.processed, results/042.processed,
15750: results/043.processed, results/044.processed,
15751: results/045.processed, results/046.processed,
15752: results/047.processed, results/048.processed,
15753: results/049.processed, results/050.processed,
15754: results/051.processed, results/052.processed,
15755: results/053.processed, results/054.processed,
15756: results/055.processed, results/056.processed,
15757: results/057.processed, results/058.processed,
15758: results/059.processed, results/060.processed,
15759: results/061.processed, results/062.processed,
15760: results/063.processed, results/064.processed,
15761: results/065.processed, results/066.processed,
15762: results/067.processed, results/068.processed,
15763: results/069.processed, results/070.processed,
15764: results/071.processed, results/072.processed,
15765: results/073.processed, results/074.processed,
15766: results/075.processed, results/076.processed,
15767: results/077.processed, results/078.processed,
15768: results/079.processed, results/080.processed,
15769: results/081.processed, results/082.processed,
15770: results/083.processed, results/084.processed,
15771: results/085.processed, results/086.processed,
15772: results/087.processed, results/088.processed,
15773: results/089.processed, results/090.processed,
15774: results/091.processed, results/092.processed,
15775: results/093.processed, results/094.processed,
15776: results/095.processed, results/096.processed,
15777: results/097.processed, results/098.processed,
15778: results/099.processed, results/100.processed,
15779: results/101.processed, results/102.processed,
15780: results/103.processed, results/104.processed,
15781: results/105.processed, results/106.processed,
15782: results/107.processed, results/108.processed,
15783: results/109.processed, results/110.processed,
15784: results/111.processed, results/112.processed,
15785: results/113.processed, results/114.processed,
15786: results/115.processed, results/116.processed,
15787: results/117.processed, results/118.processed,
15788: results/119.processed, results/120.processed,
15789: results/121.processed, results/122.processed,
15790: results/123.processed, results/124.processed,
15791: results/125.processed, results/126.processed,
15792: results/127.processed, results/128.processed,
15793: results/129.processed, results/130.processed,
15794: results/131.processed, results/132.processed,
15795: results/133.processed, results/134.processed,
15796: results/135.processed, results/136.processed,
15797: results/137.processed, results/138.processed,
15798: results/139.processed, results/140.processed,
15799: results/141.processed: merged(copied) to HEAD from template_gc
15800:
15801: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15802: towards \parser3project not having to be in root
15803:
15804: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15805: module compiled [were minor unnecessary changes in lib/md5
15806: interface]
15807:
15808: * src/include/pa_version.h: release
15809:
15810: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15811:
15812: * src/classes/math.C: merged uuid bugfix
15813:
15814: * tests/: 141.html, results/141.processed: fixed bug with
15815: too-small-a-buffer
15816:
15817: * src/classes/math.C: uuid bugfix
15818:
15819: * tests/: 141.html, Makefile, results/005.processed,
15820: results/030.processed, results/075.processed,
15821: results/078.processed: to reflect date format change (were -
15822: become ' ')
15823:
15824: * src/classes/math.C: uuid bugfix
15825:
15826: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15827: debug/release changes
15828:
15829: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15830:
15831: 2003-07-23 paf
15832:
15833: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15834: renamed a little [to move to comman naming conv]
15835:
1.116 moko 15836: * src/targets/Makefile.am: apache13 splitted to simplify apache
15837: build
1.95 moko 15838:
15839: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15840: main/pa_request.C, main/pa_sql_driver_manager.C,
15841: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15842: stack top_index() fixed
15843:
15844: * src/main/pa_globals.C: minor style changes
15845:
15846: * src/: classes/op.C, include/pa_sql_connection.h: connection
15847: closing/caching fixed [connections were not closed/put to cache]
15848:
15849: 2003-07-22 paf
15850:
15851: * INSTALL: gc part updated stightly
15852:
15853: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15854: new sapi interface
15855:
15856: * src/classes/file.C: comment on OS
15857:
15858: * src/main/pa_string.C: removed reduntant invariant check [there is
15859: one deeper in cord lib]
15860:
15861: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15862:
15863: * src/main/pa_memory.C: out of memory is no longer coredump
15864:
15865: * INSTALL: disable-threads adviced
15866:
15867: 2003-07-21 paf
15868:
1.116 moko 15869: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15870:
15871: * src/classes/file.C: file::exec/cgi environment variables now must
15872: be UPPERCASE and A-Z 0-9 _-
15873:
15874: * src/classes/file.C: env passing fixed
15875:
15876: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15877:
15878: * src/main/pa_common.C: http:// CRLF now
15879:
15880: 2003-07-02 paf
15881:
1.211 moko 15882: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15883: $memory:status fields to reflect their real meaning
1.95 moko 15884:
15885: 2003-06-27 paf
15886:
15887: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15888: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15889: file::exec/cgi .charset
15890:
15891: 2003-06-26 paf
15892:
15893: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15894: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15895: src/classes/table.C: fixed several uninitialized local
15896: structures. notably ^hash.foreach now inserts delimiters
15897: properly [were inserting it before first body]
15898:
15899: 2003-06-24 paf
15900:
15901: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15902:
15903: 2003-06-20 paf
15904:
1.211 moko 15905: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15906: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15907: $f[^file::load[binary;http://...]] $f.tables
15908:
15909: 2003-06-06 paf
15910:
15911: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15912: table. [were method lookup: inconsistent]
15913:
15914: 2003-06-02 paf
15915:
15916: * src/include/pa_memory.h: empty string clone fixed to return
15917: writable memory
15918:
15919: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15920: were not appended] which violated string invariant
15921:
15922: 2003-05-30 paf
15923:
15924: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15925: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15926:
15927: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15928: GMT ; RFC 822, updated by RFC 1123
15929:
15930: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15931: targets/isapi/parser3isapi.C: initialized request_info properly
15932:
15933: * src/classes/xnode.C: found minor bug, commended for future
15934:
15935: 2003-05-28 paf
15936:
15937: * src/classes/form.C: request_info.content_length can't be <0,
15938: size_t for some time
15939:
15940: 2003-05-26 paf
15941:
15942: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15943: forgotten <0 changed to !=STRING_NOT_FOUND
15944:
15945: * src/classes/math.C: merged ffffu from HEAD
15946:
15947: 2003-05-11 paf
15948:
15949: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15950:
15951: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15952: premature doc free. transformed document had xmlDoc reference
15953: stored to non-gc-memory (libgdome) added holding-reference
15954:
15955: 2003-04-29 paf
15956:
15957: * src/main/pa_globals.C: started digging on double free. on win32
15958: found that that's perfectly normal.
15959:
15960: 2003-04-25 paf
15961:
15962: * src/classes/table.C: table.join bug fix [bad limit check]
15963:
15964: * src/classes/math.C: merged from HEAD: simpiler hash_string
15965:
15966: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15967: print anything. changed to quicker and simplier code
15968:
15969: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15970: strict a check]
15971:
15972: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15973:
15974: 2003-04-24 paf
15975:
15976: * src/include/pa_table.h: too strict assert loosened
15977:
15978: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15979: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15980: report
15981:
15982: 2003-04-21 paf
15983:
1.116 moko 15984: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15985:
15986: * src/main/pa_globals.C: pcre memory management changed to use GC
15987: memory
15988:
15989: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15990: xmlMallocAtomic [author agreed to my suggestion], used that
15991:
15992: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15993:
15994: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15995: types/pa_vmail.C: attributed_meaning_to_string added
15996: L_UNSPECIFIED piece which was sortof OK, but violated string
15997: invariant [assertion barked on that] changed to L_PASS_APPEND,
15998: made that param obligatory
15999:
16000: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16001: fixed [assert helped]
16002:
16003: * src/include/pa_string.h: assert added [looking for bug]
16004:
16005: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16006: names on Win32 considered disk-global
16007:
16008: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16009: considered disk-global
16010:
16011: 2003-04-18 paf
16012:
16013: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16014: filenames
16015:
16016: * src/main/untaint.C: enabled '~' letter in filenames
16017:
16018: 2003-04-16 paf
16019:
16020: * src/classes/file.C: small bug introduced in autoptr times fixed
16021:
16022: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16023: HEAD
16024:
1.116 moko 16025: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16026:
16027: 2003-04-15 paf
16028:
1.211 moko 16029: * operators.ru.txt, operators.txt, src/classes/math.C,
16030: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16031: tests/results/141.processed: merged from head ^math:uuid[]
16032: ^math:uid64[] ^math:md5[string]
16033:
16034: test added: 141.html
16035:
1.211 moko 16036: * operators.ru.txt, operators.txt, src/classes/math.C:
16037: ^math:uid64[]
1.95 moko 16038:
16039: * src/classes/math.C: ^math:uuid[]
16040:
1.211 moko 16041: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16042:
1.211 moko 16043: * operators.ru.txt, operators.txt, src/classes/math.C,
16044: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16045: 16-byte digest
16046:
16047: * operators.ru.txt, operators.txt, src/classes/file.C,
16048: src/include/pa_common.h, src/include/pa_config_fixed.h,
16049: src/main/pa_common.C: ^file::load[mode;name; $.offset
16050: $.limit
1.95 moko 16051:
16052: 2003-04-14 paf
16053:
16054: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16055: started ^math:md5
16056:
16057: * src/classes/table.C, src/include/pa_array.h,
16058: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16059: tests/results/140.processed: table $.reverse option works in
16060: create&co table $.distinct[tables] bug fix merged
16061:
16062: * src/: classes/table.C, include/pa_table.h: table
16063: $.distinct[tables] bug fixed
16064:
16065: * src/classes/table.C: more warnings
16066:
16067: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16068: removed checks in table::set_current, moved them back to
16069: table::locate implemented table::create/join ñ $.reverse
16070:
16071: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16072: removed checks in table::set_current, moved them back to
16073: table::locate
16074:
16075: 2003-04-11 paf
16076:
1.211 moko 16077: * operators.ru.txt, operators.txt, src/classes/date.C,
16078: src/classes/table.C, src/include/pa_array.h,
16079: src/include/pa_common.h, src/include/pa_config_includes.h,
16080: src/include/pa_string.h, src/include/pa_table.h,
16081: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16082: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16083: before_append_array_limit_sense_change to
16084: after_append_array_limit_sense_change
16085:
16086: * src/classes/table.C: typo
16087:
1.211 moko 16088: * operators.ru.txt, operators.txt, src/classes/date.C,
16089: src/classes/table.C, src/include/pa_array.h,
16090: src/include/pa_common.h, src/include/pa_config_includes.h,
16091: src/include/pa_globals.h, src/include/pa_table.h,
16092: src/main/pa_array.C, src/main/pa_globals.C,
16093: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16094: src/main/pa_string.C, src/main/pa_table.C:
16095: append_array_limit_sense_change locate accepts options same as
16096: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16097:
16098: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16099: (stat xxx,
16100:
16101: * src/classes/: table.C: typo
16102:
16103: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16104: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16105: results/130.processed, results/131.processed,
16106: results/132.processed, results/133.processed,
16107: results/134.processed, results/135.processed,
16108: results/136.processed, results/137.processed,
16109: results/138.processed, results/139.processed: added few mustfail
16110: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16111: date/time 132.html mustfail: access to junction outside of
16112: context 133.html mustfail: access to junction outside of context,
16113: case version 134.html mustfail: hash: adding a key inside of
16114: foreach 135.html mustfail: modifying system class 136.html
16115: mustfail: $.name outside of $hash[here] 137.html mustfail:
16116: appendChild without import 138.html mustfail: invalid encoding
16117: inside of xml 139.html mustfail: bad XPath
16118:
1.211 moko 16119: * operators.ru.txt, operators.txt, src/classes/table.C,
16120: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16121: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16122: tests/results/126.processed, tests/results/127.processed,
16123: tests/results/128.processed, tests/results/129.processed: merged
16124: from HEAD ^table.hash[key][$.distinct[tables]]
16125:
16126: maked appropriate tests [changed one old nonconforming]
16127:
1.211 moko 16128: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16129: ^table.hash[key][$.distinct[tables]]
16130:
16131: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16132: merged fix for found very old xml (dom) bug: were passing
16133: domString objects and later ERROREOUSLY freed them
16134:
16135: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16136: src/main/pa_charset.C: re-added libgdome patch. regretfully
16137: libgdome bug can not be worked around
16138:
16139: 2003-04-10 paf
16140:
16141: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16142: found very old xml (dom) bug: were passing domString objects and
16143: later ERROREOUSLY freed them
16144:
16145: * src/doc/string.dox, src/include/pa_memory.h,
16146: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16147: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16148: tests/123.html, tests/124.html, tests/results/001.processed,
16149: tests/results/002.processed, tests/results/003.processed,
16150: tests/results/004.processed, tests/results/005.processed,
16151: tests/results/006.processed, tests/results/008.processed,
16152: tests/results/009.processed, tests/results/010.processed,
16153: tests/results/011.processed, tests/results/012.processed,
16154: tests/results/013.processed, tests/results/014.processed,
16155: tests/results/015.processed, tests/results/016.processed,
16156: tests/results/017.processed, tests/results/018.processed,
16157: tests/results/020.processed, tests/results/021.processed,
16158: tests/results/022.processed, tests/results/023.processed,
16159: tests/results/024.processed, tests/results/025.processed,
16160: tests/results/026.processed, tests/results/027.processed,
16161: tests/results/028.processed, tests/results/029.processed,
16162: tests/results/030.processed, tests/results/031.processed,
16163: tests/results/032.processed, tests/results/033.processed,
16164: tests/results/034.processed, tests/results/035.processed,
16165: tests/results/036.processed, tests/results/037.processed,
16166: tests/results/038.processed, tests/results/039.processed,
16167: tests/results/040.processed, tests/results/041.processed,
16168: tests/results/042.processed, tests/results/043.processed,
16169: tests/results/044.processed, tests/results/045.processed,
16170: tests/results/046.processed, tests/results/047.processed,
16171: tests/results/048.processed, tests/results/049.processed,
16172: tests/results/050.processed, tests/results/051.processed,
16173: tests/results/052.processed, tests/results/053.processed,
16174: tests/results/054.processed, tests/results/055.processed,
16175: tests/results/056.processed, tests/results/057.processed,
16176: tests/results/058.processed, tests/results/059.processed,
16177: tests/results/060.processed, tests/results/061.processed,
16178: tests/results/062.processed, tests/results/063.processed,
16179: tests/results/064.processed, tests/results/065.processed,
16180: tests/results/066.processed, tests/results/067.processed,
16181: tests/results/068.processed, tests/results/069.processed,
16182: tests/results/070.processed, tests/results/071.processed,
16183: tests/results/072.processed, tests/results/073.processed,
16184: tests/results/074.processed, tests/results/075.processed,
16185: tests/results/076.processed, tests/results/077.processed,
16186: tests/results/078.processed, tests/results/079.processed,
16187: tests/results/080.processed, tests/results/081.processed,
16188: tests/results/082.processed, tests/results/083.processed,
16189: tests/results/084.processed, tests/results/085.processed,
16190: tests/results/086.processed, tests/results/087.processed,
16191: tests/results/088.processed, tests/results/089.processed,
16192: tests/results/090.processed, tests/results/091.processed,
16193: tests/results/092.processed, tests/results/093.processed,
16194: tests/results/094.processed, tests/results/095.processed,
16195: tests/results/096.processed, tests/results/097.processed,
16196: tests/results/101.processed, tests/results/102.processed,
16197: tests/results/104.processed, tests/results/105.processed,
16198: tests/results/106.processed, tests/results/107.processed,
16199: tests/results/108.processed, tests/results/109.processed,
16200: tests/results/110.processed, tests/results/111.processed,
16201: tests/results/112.processed, tests/results/113.processed,
16202: tests/results/114.processed, tests/results/115.processed,
16203: tests/results/116.processed, tests/results/117.processed,
16204: tests/results/118.processed, tests/results/119.processed,
16205: tests/results/120.processed, tests/results/121.processed,
16206: tests/results/122.processed, tests/results/123.processed,
16207: tests/results/124.processed: new convention: char* never 0.
16208: assert in cord on that
16209:
16210: * src/main/pa_charset.C: couple more asserts
16211:
16212: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16213: speedup
16214:
16215: * src/main/pa_charset.C: couple assertions on fantastic situations
16216: added [may be those is the case now?]
16217:
16218: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16219: that's memory from gc_malloc, not from g_malloc :(, but would
16220: hope]
16221:
16222: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16223: that's memory from gc_malloc, not from g_malloc :(, but would
16224: hope]
16225:
16226: * src/main/pa_charset.C: checked custom malloc for returning 0
16227:
16228: 2003-04-09 paf
16229:
16230: * src/classes/date.C: merged ^date.roll changes
16231:
16232: * src/classes/date.C: ^date.roll bug fix
16233:
16234: * src/classes/date.C: ^date.roll now throws less errors: month
16235: shifts handles end of month situation by reducing day number
16236: hour-hole shift reduces hour to recover
16237:
16238: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16239: Sort by function time
16240:
1.211 moko 16241: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16242: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16243:
16244: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16245: added [after volatile fix. passes on win&intel-solaris]
16246:
16247: 2003-04-08 paf
16248:
16249: * src/: classes/file.C, classes/op.C, classes/table.C,
16250: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16251: include/pa_common.h, include/pa_request_charsets.h,
16252: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16253: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16254: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16255: types/pa_vresponse.C: started http:// $.charset[] param and
16256: http response charset detection just compiled. todo:test
16257:
16258: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16259:
16260: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16261: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16262: types/pa_vmail.C: changed transcode param converntion along with
16263: string creating convention -- all strings are zero-terminated,
16264: this allowed to fix one remaining String("123", 2) case
16265:
16266: * src/: classes/date.C, classes/file.C, classes/hash.C,
16267: classes/op.C, classes/string.C, classes/table.C,
16268: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16269: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16270: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16271: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16272: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16273: violated String::invariant. started fixing [not compiled now]
16274:
16275: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16276: main/compile.tab.C, main/compile.y, main/pa_string.C,
16277: main/untaint.C, targets/cgi/parser3.C: number of string style
16278: improvements & optimizations
16279:
16280: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16281: :(]
16282:
16283: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16284: [for it's a pointer really]
16285:
16286: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16287: 'n' param. worked that around
16288:
16289: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16290: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16291: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16292: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16293: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16294:
16295: Thanks for the bug report and patch.
16296:
16297: I hadn't looked at this code in a while. Reading it now, it
16298: seems to me that the tests should also be ">= MAX_DEPTH" to
16299: comply with the invariant, though that may not matter a lot. I
16300: changed that, too.
16301:
16302: Hans
16303:
16304: 2003-04-07 paf
16305:
16306: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16307: merged from head:safe mode error message now includes numbers
16308:
16309: * src/main/execute.C: n-th attempt to make a=a work with double.
16310: problem: as_double returns it's result in fp-register compiler
16311: optimizes access to that register after b->as_double, and just
16312: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16313: from memory. _SAME_ double values do not match here. when
16314: forced to REload fp-register, values do match.
16315:
16316: tried to make them volatile.
16317:
16318: * src/main/execute.C: n-th attempt to make a=a work with double.
16319: problem: as_double returns it's result in fp-register compiler
16320: optimizes access to that register after b->as_double, and just
16321: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16322: from memory. _SAME_ double values do not match here. when
16323: forced to REload fp-register, values do match.
16324:
16325: tried to make them volatile.
16326:
16327: * src/types/pa_vobject.h: small style change
16328:
16329: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16330:
16331: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16332: mode error message now includes numbers
16333:
16334: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16335: now causes death
16336:
16337: 2003-04-04 paf
16338:
16339: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16340: incorportated pa_exec patch by From: "Victor Fedoseev"
16341: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16342: Sent: Thursday, January 23, 2003 9:14 AM
16343:
16344: huge speedup on ^file::cgi with big result
16345:
16346: * src/classes/table.C: sort table with 0 rows bug fixed
16347:
16348: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16349: fix http://i2/tasks/edit/?id=4493701604654042676
16350:
16351: @main[] $with_default[ $.a[1] $._default[default from
16352: with_default] ] ^show[$with_default]
16353:
16354: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16355: =$to_add_to.xxx=<br>
16356:
16357: ^show[$to_add_to]
16358:
16359: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16360: ^show[$cloned]
16361:
16362: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16363:
16364: } <hr>
16365:
16366: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16367: http://i2/tasks/edit/?id=4493701604654042676
16368:
16369: @main[] $with_default[ $.a[1] $._default[default from
16370: with_default] ] ^show[$with_default]
16371:
16372: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16373: =$to_add_to.xxx=<br>
16374:
16375: ^show[$to_add_to]
16376:
16377: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16378: ^show[$cloned]
16379:
16380: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16381:
16382: } <hr>
16383:
16384: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16385: http://i2/tasks/edit/?id=4507350336410850921
16386:
16387: * src/classes/xdoc.C: memory allocation func bugfix
16388: http://i2/tasks/edit/?id=4499303470368629745
16389:
16390: * src/classes/math.C: allowed random 1...
16391:
16392: * src/classes/math.C: allowed random 0..
16393:
16394: * src/main/pa_globals.C: exif mem leak
16395: http://i2/tasks/edit/?id=4480590323629807263
16396:
16397: * src/: classes/classes.dsp, main/main.dsp,
16398: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16399: fix http://i2/tasks/edit/?id=4493946731322521294
16400: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16401:
16402: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16403: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16404: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16405: links to xml libs made relative, no need to unpack parser3project
16406: to /parser3project.
16407:
16408: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16409: column more precise - tab handling bug fixed
16410:
16411: * src/main/: compile.tab.C, compile.y: more understandable error
16412: message in case @CLASS with more then one line inside
16413:
16414: * src/targets/cgi/parser3.C: more understandable error message in
16415: case of errors in @unhandled_exception
16416:
16417: 2003-04-03 paf
16418:
16419: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16420: src/main/compile.tab.C, src/main/compile.y,
16421: src/main/compile_tools.C, src/main/compile_tools.h,
16422: src/main/execute.C, src/main/pa_request.C: debug info format
16423: simplified, now it's: OP_VALUE Operation::Origin << here value*
16424:
16425: higher limits: file number (max: 255) line number (max:
16426: 64535) column number (max: 255)
16427:
16428: * src/classes/math.C: top limit
16429:
16430: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16431: precise parse error position in case of
16432:
16433: ^bug ]
16434:
16435: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16436: changed to realities, and passed [bug fixed]
16437:
16438: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16439: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16440: main/compile_tools.h, main/pa_request.C: introducing
16441: ^process...[main-method-alias]
16442:
16443: * src/: classes/date.C, classes/image.C, classes/op.C,
16444: classes/string.C, classes/table.C, classes/xdoc.C,
16445: types/pa_vmethod_frame.h: MethodParams& now [methods without
16446: params receive zero reference, but they are expected not to look
16447: there]
16448:
1.211 moko 16449: * operators.ru.txt, operators.txt, src/classes/date.C,
16450: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16451: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16452: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16453: src/classes/response.C, src/classes/string.C,
16454: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16455: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16456: src/types/pa_method.h: MethodParams& now [methods without params
16457: receive zero reference, but they are expected not to look there]
16458:
16459: * operators.ru.txt, operators.txt, src/classes/op.C,
16460: src/include/pa_request.h, src/main/pa_request.C,
16461: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16462: better error reporting [file/line/col]
1.95 moko 16463:
16464: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16465: types/pa_vstring.h: slightly improved error messages text: 1. is
16466: '%s', it 2. method undefined in case of ^void[]
16467:
16468: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16469: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16470: handling done. now we have error columns todo: test it
16471:
16472: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16473: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16474:
16475: this makes life easier: were: bad stack order -- were in
16476: exception catch unwind order, which didn't match execution order
16477:
16478: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16479:
16480: @first[] ^throw[a;1]
16481:
16482: showed throw a first throw b try
16483:
16484: which is no good
16485:
16486: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16487: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16488: trace reset after handled exception [old bug fixed]
16489:
16490: * src/main/: compile.tab.C, compile.y: parse position old bug
16491: fixed. position reporting made precise [both, in parse erros and
16492: runtime errors]
16493:
16494: 2003-04-02 paf
16495:
16496: * src/: include/pa_operation.h, include/pa_request.h,
16497: main/compile.C, main/compile.tab.C, main/compile.y,
16498: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16499: main/pa_exception.C, main/pa_request.C: debug info: started
16500: using. todo:complete
16501:
16502: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16503: main/compile.C, main/compile.tab.C, main/compile.y,
16504: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16505: main/pa_request.C: prepared debug info todo:use it
16506:
16507: * src/include/pa_operation.h: strange mistake fixed: forgot to
16508: return Operation class->union after switching from autoptrs.
16509:
16510: * tests/: Makefile, results/108.processed, results/117.processed:
16511: meta considered OK [it's up to coder now to remove it not needed]
16512:
16513: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16514: Dictionary constructor when moved to gc]
16515:
16516: * src/main/pa_common.C: uncommented http:// file loading
16517:
16518: * src/include/pa_array.h, src/main/execute.C,
16519: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16520: fix [gdGrowingBuf]
16521:
16522: * configure.in, src/lib/Makefile.am: removed patches
16523:
16524: * configure, src/include/pa_config_auto.h.in,
16525: src/main/pa_charset.C: --enable-assertions autoconf-ed
16526:
16527: * src/main/pa_common.C: uncommented http:// file loading
16528:
16529: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16530: xdoc::create/load
16531:
16532: * src/: classes/form.C, classes/hash.C, classes/image.C,
16533: classes/string.C, classes/table.C, classes/void.C,
16534: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16535: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16536: String::String(str,helper_length) are checked. found/fixed one
16537: place: $request:body now zero-terminated,
16538:
16539: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16540: main/compile_tools.C, main/execute.C, types/pa_value.h,
16541: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16542: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16543: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16544: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16545: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16546: types/pa_vxnode.h: more locally scoped vars in execute (more
16547: easily optimizable)
16548:
16549: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16550: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16551:
16552: * src/: include/pa_array.h, include/pa_stack.h,
16553: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16554: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16555: become assertion iterator in methodframe filler
16556:
16557: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16558: targets/cgi/parser3.C: array::get/put inlined
16559:
16560: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16561: gc_substitute_memory_management_functions +installed CORD_oom
16562: function
16563:
16564: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16565: src/include/pa_config_includes.h, src/include/pa_string.h,
16566: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16567: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16568: assertions started configure.in --enable-assertions
16569:
16570: 2003-04-01 paf
16571:
16572: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16573: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16574: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16575: gdome uses glib memory, and stores last pointer to xmlDoc there,
16576: gc misses that and collects valid memory fixed by remembering
16577: xmlDoc from dom object in xdoc. todo: do something with
16578: premature free of xdoc with xnodes/node values referring into it
16579:
16580: * src/classes/: mail.C: typo fix
16581:
16582: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16583: changes
16584:
16585: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16586: main/pa_memory.C: moved memory debugging to global level: to
16587: pa_gc_malloc
16588:
16589: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16590: debugging showed no errors. todo: debug parser memory
16591:
16592: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16593: configurations
16594:
16595: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16596: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16597: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16598: types/types.dsp: prepared xml-static configuration
16599:
16600: 2003-03-31 paf
16601:
16602: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16603: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16604: xml lib memory debugging, simple checks failed: it seems that
16605: library does realloc(bad ptr), and recording those ptrs in heap
16606: [for debugging] was bad: heap situation changes = everything
16607: works fine
16608:
16609: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16610: xmlRegisterCharEncodingHandler limitation [currently imposed
16611: limit of 10 user-defined charsets]
16612:
16613: 2003-03-28 paf
16614:
16615: * src/main/execute.C: execution stack copied to local register
16616: variable, removed lots [~2e7) of memory accesses
16617:
16618: 2003-03-27 paf
16619:
16620: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16621: works in debug, but fails in release todo: fix that
16622:
16623: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16624: targets/cgi/parser3.C: forgot to merge XML memory funcs
16625: replacement from gc branch
16626:
16627: * src/main/pa_exec.C: introducing append_help_length [radical
16628: improvement here]
16629:
16630: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16631: 'not recommened' in gc.h, on win32 noticed no difference]
16632:
16633: * src/include/pa_array.h: returned checked array get [were disabled
16634: for debugging] result:not slower [don't understand that, it were
16635: INLINED] todo: find out a way of inlining it!
16636:
16637: * src/: include/pa_string.h, lib/gc/include/gc.h,
16638: lib/gc/include/gc_fake.h, main/compile.tab.C,
16639: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16640: convention changed: all resulting strings are zero-terminated
16641:
16642: * src/: classes/date.C, classes/file.C, classes/hash.C,
16643: classes/string.C, classes/table.C, classes/void.C,
16644: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16645: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16646: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16647: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16648: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16649: types/pa_vfile.C, types/pa_vmail.C: introducing
16650: append_help_length [radical improvement here]
16651:
16652: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16653: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16654: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16655: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16656: even slower
16657:
16658: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16659: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16660: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16661: clients of &get(): most to use non-ref version, some[in tight
16662: places] to get_unchecked_ref
16663:
16664: * src/doc/memory.dox: forgot to add
16665:
16666: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16667: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16668: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16669: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16670: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16671: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16672: targets/cgi/parser3.dsp, types/pa_vmail.C,
16673: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16674: T>>&<< removed after Stack::pop wiping removed [moved to separate
16675: func] other Array & removed
16676:
16677: 2003-03-26 paf
16678:
16679: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16680: classes/table.C, include/pa_array.h, include/pa_charset.h,
16681: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16682: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16683: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16684: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16685: main/pa_exec.C, main/pa_sql_driver_manager.C,
16686: main/pa_stylesheet_manager.C, main/pa_table.C,
16687: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16688: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16689: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16690: pre-evaluated .count() in some places
16691:
16692: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16693: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16694: types/types.dsp: .dsp profiling updated
16695:
16696: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16697: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16698: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16699:
16700: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16701: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16702: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16703: use lib/gc,lib/cord
16704:
1.116 moko 16705: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16706: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16707: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16708: src/include/pa_config_includes.h, src/include/pa_request.h,
16709: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16710: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16711: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16712: src/lib/cord/include/Makefile.am,
1.116 moko 16713: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16714: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16715: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16716: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16717: src/types/pa_vform.h, src/types/pa_vhash.h,
16718: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16719: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16720: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16721: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16722: funcs ported pa_exec
1.95 moko 16723:
16724: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16725:
16726: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16727: bundled gc includes
16728:
16729: * src/: classes/op.C, include/pa_array.h,
16730: include/pa_sql_connection.h, include/pa_string.h,
16731: include/pa_version.h, main/compile.tab.C, main/compile.y,
16732: main/execute.C, main/pa_common.C, main/pa_exception.C,
16733: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16734: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16735: first real site (aval)]
16736:
16737: 2003-03-25 paf
16738:
1.211 moko 16739: * operators.ru.txt, operators.txt,
16740: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16741: $status.memory used free since_compact process
1.95 moko 16742:
16743: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16744: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16745:
16746: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16747:
16748: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16749: src/types/pa_value.h, src/types/pa_vfile.h,
16750: src/types/pa_vobject.C, src/types/pa_vobject.h,
16751: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16752: tests/results/121.processed: untaint.C L_URI
16753:
1.211 moko 16754: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16755: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16756: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16757: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16758:
16759: * tests/results/109.processed: it was a bug in parser. updated 109
16760: test result
16761:
16762: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16763:
16764: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16765: tests/results/107.processed: fixed dom language [values are now
16766: considered tainted. it was a bug in parser. updated 107 test
16767: result
16768:
16769: * src/classes/xdoc.C: fixed transform params
16770:
16771: * src/: include/pa_stylesheet_manager.h,
16772: main/pa_stylesheet_manager.C: fixed stylesheet caching
16773:
16774: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16775: overloads for structure handling
16776:
16777: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16778: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16779: StringBody(0) ambiguilty, introducting static
16780: StringBody::Format(int)
16781:
16782: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16783: linked
16784:
16785: * src/types/pa_vxdoc.C: vxdoc compiled
16786:
16787: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16788: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16789: finalizers isntalled
16790:
16791: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16792: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16793: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16794: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16795: compiled todo: xnode.C / finalizers
16796:
16797: * src/doc/string.dox: updated: new string internals
16798:
16799: 2003-03-24 paf
16800:
16801: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16802: include/pa_charset.h, include/pa_config_fixed.h,
16803: include/pa_request.h, include/pa_stylesheet_connection.h,
16804: include/pa_stylesheet_manager.h, main/pa_charset.C,
16805: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16806: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16807: types/pa_vxnode.h: started XML
16808:
16809: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16810:
16811: * src/: classes/file.C, classes/image.C, classes/mail.C,
16812: include/pa_string.h, main/pa_common.C,
16813: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16814:
16815: * src/: classes/file.C, classes/image.C, classes/mail.C,
16816: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16817: main/pa_request.C, main/pa_sql_driver_manager.C,
16818: types/pa_vimage.h: size_t pos everywhere checks changed to check
16819: for eq STRING_NOT_FOUND
16820:
16821: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16822: optimize bit implemented
16823:
16824: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16825: String::ArrayFragment::append_positions fixed
16826:
16827: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16828: String::this_starts fixed
16829:
16830: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16831:
16832: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16833: hashcode implemented fully, including per-char callback [it can
16834: be - substr CORD node]
16835:
16836: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16837: rewritten to rewalloc with 100byte buf ahead
16838:
16839: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16840: src/include/pa_string.h, src/main/compile.tab.C,
16841: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16842: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16843: CORD_ec [bad] would rewrite as realloc now
16844:
16845: * src/: classes/date.C, classes/file.C, classes/form.C,
16846: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16847: include/pa_cache_managers.h, include/pa_charsets.h,
16848: include/pa_common.h, include/pa_request.h,
16849: include/pa_sql_driver_manager.h, include/pa_table.h,
16850: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16851: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16852: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16853: types/pa_vmail.C, types/pa_vmethod_frame.C,
16854: types/pa_vstateless_class.h: 2*2 worked :)
16855:
16856: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16857: src/include/pa_exec.h, src/include/pa_string.h,
16858: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16859: passed OK
16860:
16861: * src/: classes/hash.C, classes/string.C, classes/table.C,
16862: types/pa_value.C: all linked todo: debug
16863:
16864: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16865: types/pa_vstateless_class.C: all compiled. todo:link
16866:
16867: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16868:
16869: * src/types/pa_vtable.C: pa_vtable.C compiled
16870:
16871: * src/types/pa_vstring.C: pa_vstring.C compiled
16872:
16873: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16874:
16875: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16876: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16877: pa_vstateless_class.C, pa_vstateless_class.h:
16878: pa_vstateless_class.C compiled
16879:
16880: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16881: types/pa_vmath.C: pa_vmail.C compiled
16882:
16883: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16884:
16885: * src/types/pa_vform.C: pa_vform.C compiled
16886:
16887: * src/types/pa_vfile.C: pa_vfile.C compiled
16888:
16889: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16890: pa_vstateless_class.C: pa_vcookie.C compiled
16891:
16892: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16893: types/pa_vhash.h: pa_value.C compiled
16894:
16895: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16896: classes.lib main.lib compiled
16897:
16898: * src/classes/void.C: void.C compiled
16899:
16900: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16901: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16902: compiled
16903:
16904: * src/: classes/string.C, include/pa_request.h,
16905: include/pa_string.h, main/pa_string.C: string.C compiled
16906:
16907: * src/: classes/op.C, classes/string.C, classes/table.C,
16908: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16909: main/pa_request.C, main/pa_string.C: op.C compiled
16910:
16911: * src/classes/: math.C, op.C: math.C compiled
16912:
16913: * src/: classes/mail.C, classes/string.C, classes/table.C,
16914: types/pa_vmail.h: mail.C compiled
16915:
16916: * src/classes/: int.C, table.C: int.C compiled
16917:
16918: * src/: classes/hash.C, classes/image.C, classes/string.C,
16919: classes/table.C, include/pa_memory.h, include/pa_string.h,
16920: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16921: compiled
16922:
16923: * src/: classes/hash.C, classes/string.C, classes/table.C,
16924: classes/void.C, classes/xdoc.C, include/pa_request.h,
16925: include/pa_sql_connection.h: hash.C compiled
16926:
16927: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16928: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16929: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16930: classes/math.C, classes/op.C, classes/response.C,
16931: classes/string.C, classes/table.C, classes/void.C,
16932: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16933: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16934: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16935: file.C table.C compiled
16936:
16937: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16938: main/untaint.C: main.lib compiled
16939:
16940: 2003-03-21 paf
16941:
16942: * src/: classes/op.C, include/pa_cache_managers.h,
16943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16944: include/pa_stylesheet_manager.h, main/pa_exception.C,
16945: main/pa_globals.C, main/pa_sql_driver_manager.C,
16946: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16947: compiled
16948:
16949: * src/: classes/hash.C, classes/image.C, classes/op.C,
16950: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16951: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16952: main/compile.C, main/pa_common.C, main/pa_request.C,
16953: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16954: pa_request.C compiled
16955:
16956: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16957: include/pa_request.h, main/execute.C, main/pa_request.C,
16958: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16959: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16960: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16961: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16962: compiled
16963:
16964: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16965: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16966: on unix
16967:
16968: * src/: include/pa_charset.h, include/pa_charsets.h,
16969: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16970: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16971: pa_charsets.C compiled
16972:
16973: * src/: classes/image.C, classes/mail.C, classes/op.C,
16974: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16975: main/compile.y, main/execute.C, main/pa_common.C,
16976: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16977: types/pa_vcode_frame.h, types/pa_vimage.h,
16978: types/pa_vmethod_frame.h: execute.C compiled
16979:
16980: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16981: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16982: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16983: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16984: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16985: include/pa_cache_managers.h, include/pa_charsets.h,
16986: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16987: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16988: include/pa_sql_driver_manager.h, include/pa_string.h,
16989: include/pa_stylesheet_connection.h,
16990: include/pa_stylesheet_manager.h, include/pa_table.h,
16991: main/compile.C, main/compile.tab.C, main/compile.y,
16992: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16993: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16994: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16995: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16996: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16997: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16998: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16999: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17000: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17001: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17002: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17003: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17004: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17005: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17006: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17007: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17008: types/pa_vresponse.h, types/pa_vstateless_class.C,
17009: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17010: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17011: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17012: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17014: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17015: [C++ CORD wrapper]
17016:
17017: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17018:
17019: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17020: $file::exec/cgi[script; $.charset[this is script's charset]
17021:
17022: command line, env values, input got transcoded before call
17023: stdout, stderr got transcoded after call
17024:
17025: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17026: by default. use: ^file::exec[...;$.stdin[$request.body]
17027:
17028: * src/main/pa_common.C: } typo bug fix
17029:
17030: * src/main/pa_common.C: } typo bug fix
17031:
17032: 2003-03-20 paf
17033:
17034: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17035: main/untaint.C: cord bug fix, but still errors todo: clear out
17036:
17037: * src/include/pa_string.h: more tests
17038:
17039: * src/main/pa_string.C: string.pos fixed
17040:
1.116 moko 17041: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17042: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17043: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17044: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17045: replaces
1.95 moko 17046:
17047: * src/: classes/image.C, include/pa_dictionary.h,
17048: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17049: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17050: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17051: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17052:
17053: * src/include/pa_string.h: warning
17054:
17055: * src/include/pa_string.h: this_starts fixed
17056:
17057: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17058: new String ctor & append params convention
17059:
17060: * src/: classes/file.C, classes/hash.C, classes/image.C,
17061: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17062: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17063: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17064: main/pa_exception.C, main/pa_exec.C,
17065: main/pa_sql_driver_manager.C, main/pa_string.C,
17066: main/pa_stylesheet_manager.C, main/untaint.C,
17067: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17068: types/pa_vmail.C: more tests OK
17069:
17070: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17071: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17072: gc/exit runned OK
17073:
17074: * src/types/pa_vmail.C: another naming problem: should not name
17075: vars like that: unpredictable close caused problems with later
17076: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17077: descriptors missing on startup: stdin; Bad file number
17078:
17079: todo: find out why so many filters(stream) here. probably wrong?
17080:
17081: * src/: include/pa_dictionary.h, include/pa_string.h,
17082: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17083: main/untaint.C: test compiled
17084:
17085: * src/: classes/image.C, classes/mail.C, classes/math.C,
17086: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17087: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17088: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17089: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17090: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17091: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17092: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17093: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17094: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17095:
17096: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17097: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17098: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17099: src/include/pa_memory.h, src/include/pa_request.h,
17100: src/include/pa_request_charsets.h,
17101: src/include/pa_sql_connection.h, src/include/pa_string.h,
17102: src/main/compile.tab.C, src/main/execute.C,
17103: src/main/pa_charset.C, src/main/pa_common.C,
17104: src/main/pa_exception.C, src/main/pa_exec.C,
17105: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17106: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17107: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17108: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17109: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17110: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17111: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17112: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17113: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17114: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17115: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17116: pa_common.C [done, without http for now]
17117:
17118: 2003-03-19 paf
17119:
17120: * src/: classes/date.C, classes/form.C, classes/hash.C,
17121: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17122: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17123: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17124: include/pa_string.h, include/pa_table.h, main/compile.C,
17125: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17126: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17127: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17128: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17129: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17130: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17131: types/pa_vstateless_class.h, types/pa_vtable.C,
17132: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17133: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17134: types/pa_wwrapper.h: started test
17135:
1.116 moko 17136: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17137: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17138:
17139: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17140: include/pa_string.h, main/pa_string.C: string compiled todo: test
17141: it
17142:
17143: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17144: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17145: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17146: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17147: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17148: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17149: types/pa_vmethod_frame.h, types/types.dsp: string
17150: reimplementation with cord+array<fragment>: 70%
17151:
17152: 2003-03-18 paf
17153:
17154: * src/: classes/date.C, classes/file.C, classes/form.C,
17155: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17156: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17157: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17158: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17159: can ignore lang in cmp and pos really, but would
17160: split properly!
17161:
17162: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17163: cord part made parser/src/lib: it's not compiled into libgc by
17164: default
17165:
17166: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17167: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17168: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17169: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17170: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17171: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17172: src/classes/xnode.C, src/classes/xnode.h,
17173: src/include/Makefile.am, src/include/pa_cache_managers.h,
17174: src/include/pa_charset.h, src/include/pa_charsets.h,
17175: src/include/pa_common.h, src/include/pa_dictionary.h,
17176: src/include/pa_exception.h, src/include/pa_exec.h,
17177: src/include/pa_globals.h, src/include/pa_hash.h,
17178: src/include/pa_memory.h, src/include/pa_pool.h,
17179: src/include/pa_request.h, src/include/pa_request_charsets.h,
17180: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17181: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17182: src/include/pa_stylesheet_connection.h,
17183: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17184: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17185: src/main/compile.C, src/main/compile.tab.C,
17186: src/main/compile_tools.C, src/main/compile_tools.h,
17187: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17188: src/main/pa_charsets.C, src/main/pa_common.C,
17189: src/main/pa_dictionary.C, src/main/pa_exception.C,
17190: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17191: src/main/pa_pool.C, src/main/pa_request.C,
17192: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17193: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17194: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17195: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17196: src/types/pa_junction.h, src/types/pa_method.h,
17197: src/types/pa_value.C, src/types/pa_value.h,
17198: src/types/pa_vclass.C, src/types/pa_vclass.h,
17199: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17200: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17201: src/types/pa_vdouble.h, src/types/pa_venv.h,
17202: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17203: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17204: src/types/pa_vimage.C, src/types/pa_vimage.h,
17205: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17206: src/types/pa_vmath.C, src/types/pa_vmath.h,
17207: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17208: src/types/pa_vobject.C, src/types/pa_vobject.h,
17209: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17210: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17211: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17212: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17213: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17214: src/types/pa_vstring.h, src/types/pa_vtable.C,
17215: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17216: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17217: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17218: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17219: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17220: gc: PA_Object done lots of replacements also
17221:
17222: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17223: gc logging
17224:
17225: 2003-03-17 paf
17226:
17227: * src/: classes/date.C, classes/file.C, classes/form.C,
17228: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17229: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17230: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17231: include/pa_string.h, include/pa_types.h, main/compile.C,
17232: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17233: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17234: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17235: main/pa_sql_driver_manager.C, main/pa_string.C,
17236: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17237: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17238: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17239: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17240: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17241: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17242: types/pa_vxnode.h: libgc attempt
17243:
17244: 2003-03-13 paf
17245:
17246: * src/: include/pa_sql_driver_manager.h,
17247: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17248: called
17249:
17250: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17251: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17252: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17253: types/pa_value.h, types/pa_vobject.h,
17254: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17255: set_base, set_derived simplified [counter leaks fixed]
17256:
17257: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17258: src/types/types.dsp: incorporated status class patch From:
17259: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17260: 2003 8:14 AM
17261:
17262: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17263: Win32 specific: QuotaPeakNonPagedPoolUsage
17264: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17265:
17266: 2003-03-12 paf
17267:
1.116 moko 17268: * configure, configure.in, src/lib/ltdl/configure,
17269: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17270: lib/ltdl/Makefile now created by /configure.in only [were by
17271: lib/ltdl/configure.in OVERWRITE]
17272:
1.116 moko 17273: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17274: linkage fixed for g++ 3.2.2
1.95 moko 17275:
17276: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17277: on using privately declared class [fixed]
17278:
17279: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17280: 3.2 rightliy complained on using privately declared class [fixed]
17281:
17282: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17283: sigpipe before request constructor now causes death
17284:
17285: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17286: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17287: not cause exception in exception handler
17288:
1.116 moko 17289: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17290: now default links libstdc++ statically. that can be overriden by
17291: --with-dynamic-stdcpp
1.95 moko 17292:
17293: 2003-03-11 paf
17294:
17295: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17296: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17297: necessity of libstdc++
17298:
17299: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17300:
17301: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17302:
17303: 2003-03-08 paf
17304:
17305: * tests/Makefile: make install & co
17306:
17307: * src/: include/pa_request.h, classes/op.C: removing
17308: vclass,object.h -> pa_request.h dependency
17309:
17310: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17311: main/pa_request.C: removing vform,response,cookie.h ->
17312: pa_request.h dependency
17313:
17314: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17315: dependency [testing...]
17316:
17317: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17318: return 0; fixed
17319:
17320: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17321: types/pa_vmail.h: vmail.C received just compiled [not tested]
17322:
17323: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17324:
17325: * src/main/pa_request.C: forgotten: ifdef XML
17326:
17327: * src/main/pa_request.C: forgotten: ifdef XML
17328:
17329: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17330: win32 and run memleak tests again
17331:
17332: * src/targets/cgi/parser3.C: charsets: see some strange things with
17333: old xml lib-- it's internal memory handling has faults
17334:
17335: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17336: problems when transcode from charset A to A.
17337:
17338: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17339: todo: still problems when transcode from charset A to A.
17340:
17341: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17342: classes/table.C, include/pa_array.h,
17343: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17344: started full-scale-site-test [~ http://parser.ru sources]
17345:
17346: some fixes
17347:
17348: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17349: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17350: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17351: results/110.processed, results/111.processed,
17352: results/112.processed, results/113.processed,
17353: results/114.processed, results/115.processed,
17354: results/116.processed, results/117.processed,
17355: results/118.processed, results/119.processed,
17356: results/120.processed: xml: tests 109 dom create/show 110 xpath
17357: selectSingle 111 xdoc.create from tainted & 112
17358: xdoc.create/output with russian attr value 113 xpath
17359: selectString/Number 114 dom attributes.count 115 xpath selectBool
17360: 116 output media-type change 117 transform by dom stylesheet 118
17361: empty transform result 119 dom setAttribute 120 nbsp letter
17362: output
17363:
17364: =END OF PREPARED XML TESTS=
17365:
17366: 2003-03-07 paf
17367:
17368: * src/classes/xdoc.C, src/include/pa_charset.h,
17369: src/include/pa_stylesheet_connection.h, tests/108.html,
17370: tests/108.xsl, tests/results/108.processed: xml: test 108
17371: transform with params [bugs fixed]
17372:
17373: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17374: from copy/paste bug
17375:
17376: * src/classes/xdoc.C, src/include/pa_charset.h,
17377: src/include/pa_request.h, src/main/execute.C,
17378: src/main/pa_charset.C, src/main/pa_exception.C,
17379: src/main/pa_globals.C, src/main/pa_request.C,
17380: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17381: src/types/pa_vxnode.C, tests/107.html,
17382: tests/results/107.processed: xml: test: 107 bug fixes
17383:
17384: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17385: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17386: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17387:
17388: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17389: string
17390:
17391: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17392: mem alloc functions used for different cases [libxml, libxsl]
17393:
17394: * src/classes/classes.C: fixed: prevent system classes from
17395: modification to lock ALL the classes, not only directly used
17396:
17397: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17398: linked
17399:
17400: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17401:
17402: 2003-03-06 paf
17403:
17404: * src/classes/xdoc.C: xdoc.C 50%
17405:
17406: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17407: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17408: main/pa_globals.C, main/pa_request.C,
17409: main/pa_stylesheet_manager.C: xnode.C compiled
17410:
17411: * src/: include/pa_stylesheet_connection.h,
17412: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17413: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17414:
17415: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17416: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17417: xml: stylesheet&manager STARTED
17418:
17419: * src/: include/pa_globals.h, main/pa_charset.C,
17420: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17421:
17422: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17423: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17424: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17425: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17426: charsets
17427:
17428: * tests/023.html: in some cases it rounded up badly. postponing
17429: solution of that problem, making more simple test
17430:
17431: * tests/: 058_paf2000.png, results/058.processed: .png added with
17432: -kb now
17433:
17434: * src/: include/pa_charset.h, include/pa_charsets.h,
17435: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17436: moved to charsets.C
17437:
17438: 2003-03-05 paf
17439:
17440: * src/classes/string.C, src/include/pa_string.h,
17441: src/main/pa_string.C, tests/105.html,
17442: tests/results/105.processed: String::match bug fixed
17443:
17444: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17445: tests/results/104.processed: ^bpt operator added [does int3 in
17446: debug build on win32]
17447:
17448: * tests/: 057.html, results/057.processed: test bug fixed
17449:
1.116 moko 17450: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17451:
17452: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17453: missing
17454:
1.116 moko 17455: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17456: forgotten files added to Makes
1.95 moko 17457:
17458: * ltmain.sh: ltmain.sh added
17459:
17460: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17461: change undone ;(
17462:
17463: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17464: made static
17465:
17466: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17467: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17468: todo:make linker happy
1.95 moko 17469:
17470: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17471: env param made optional
17472:
17473: 2003-03-04 paf
17474:
17475: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17476: types/pa_vimage.h: number of gcc compiler bugs fixed
17477:
17478: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17479: results/103.processed: tests: 103 image.copy transparence test
17480:
17481: * src/main/execute.C, tests/101.html, tests/102.html,
17482: tests/results/101.processed, tests/results/102.processed: tests:
17483: 101 method/variable name conflict test 102 form fields change
17484: should not not change anything [bug fix]
17485:
17486: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17487: results/099.processed, results/100.processed: tests: 57 date
17488: create 2002: added 99,100 response:body/download
17489:
17490: * src/classes/image.C, tests/098.html, tests/098font.gif,
17491: tests/results/098.processed: test: 98 image font text [bug fixed]
17492:
17493: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17494: tests/results/097.processed: test: 97 file::load http:// [bugs
17495: fixed]
17496:
17497: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17498: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17499: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17500: image EXIF [bug fixed]
17501:
17502: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17503: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17504: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17505: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17506: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17507: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17508: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17509: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17510: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17511: tests/094.html, tests/095.html, tests/results/061.processed,
17512: tests/results/062.processed, tests/results/063.processed,
17513: tests/results/064.processed, tests/results/065.processed,
17514: tests/results/066.processed, tests/results/067.processed,
17515: tests/results/068.processed, tests/results/069.processed,
17516: tests/results/070.processed, tests/results/071.processed,
17517: tests/results/072.processed, tests/results/073.processed,
17518: tests/results/074.processed, tests/results/075.processed,
17519: tests/results/076.processed, tests/results/077.processed,
17520: tests/results/078.processed, tests/results/080.processed,
17521: tests/results/081.processed, tests/results/082.processed,
17522: tests/results/083.processed, tests/results/084.processed,
17523: tests/results/085.processed, tests/results/086.processed,
17524: tests/results/087.processed, tests/results/088.processed,
17525: tests/results/089.processed, tests/results/090.processed,
17526: tests/results/091.processed, tests/results/092.processed,
17527: tests/results/093.processed, tests/results/094.processed,
17528: tests/results/095.processed, tests/079.html,
17529: tests/results/079.processed: tests: 61 file::stat size 62
17530: string->int autoconvert 63 double .int,dec,div,mul 64 date
17531: compare 65 file: basename,justname,justext 66 math:crypt 67
17532: string.match simple on long 68 string.match normalized simple on
17533: long 69 string.int 70 file::stat content-type 71 table.join 72
17534: hash parameter conditional pass 73 date daylightsaving,yearday 74
17535: date arithmetics 75 response date values/attributes 76 string.pos
17536: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17537: with local 80 scientific numeric literal in string autoconvert 81
17538: xor: logical and numerical 82 for delims 83 menu delims 84
17539: table.hash distinct 85 long string replace 86 throw+catch
17540: current language preserve 87 bit shifts 88 junction tests +
17541: $caller test 89 hash.foreach selfmodification 90 int/void to int
17542: 91 $caller test 92 junction is + def junction tests 93 $caller
17543: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17544:
17545: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17546: fixed] 60 string eq string [bug fixed]
17547:
17548: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17549: 058.html, 058_paf2000.png, 059.html, 060.html,
17550: results/053.processed, results/054.processed,
17551: results/055.processed, results/056.processed,
17552: results/057.processed, results/058.processed,
17553: results/059.processed, results/060.processed: test: 53
17554: string.replace 54 junctions 55 table.hash 56 call indirect 57
17555: date.create[string] 58 image.measure[png]
17556:
17557: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17558: outputs/051.processed, results/052.processed: test: 52
17559: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17560: task: fix that
17561:
17562: 2003-03-03 paf
17563:
17564: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17565: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17566: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17567: outputs/049.processed, outputs/050.processed,
17568: outputs/051.processed, results/001.processed,
17569: results/002.processed, results/003.processed,
17570: results/005.processed, results/006.processed,
17571: results/008.processed, results/009.processed,
17572: results/011.processed, results/012.processed,
17573: results/013.processed, results/014.processed,
17574: results/015.processed, results/016.processed,
17575: results/017.processed, results/020.processed,
17576: results/021.processed, results/022.processed,
17577: results/024.processed, results/025.processed,
17578: results/026.processed, results/027.processed,
17579: results/028.processed, results/029.processed,
17580: results/030.processed, results/031.processed,
17581: results/049.processed, results/050.processed,
17582: results/051.processed, results/043.processed,
17583: results/044.processed, results/045.processed,
17584: results/046.processed, results/047.processed,
17585: results/048.processed: tests: 43,44,45 date rolls 46
17586: autoevaluating junction 47 table.select 48 name with subvar 49
17587: hash-creating switch 50 process 51 started parent/child, works as
17588: it were but it were NOT GOOD, created separate task to fix that
17589:
17590: * tests/: 042.html, results/042.processed: test: 42
17591: exception.handled
17592:
17593: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17594: expression
17595:
17596: * tests/: 040.html, results/040.processed: test: 39 method result
17597: of type table 40 method param junction auto evaluate
17598:
17599: * tests/: 039.html, results/039.processed: test: 37 method result
17600: of type table
17601:
17602: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17603: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17604: tests/038.html, tests/results/033.processed,
17605: tests/results/034.processed, tests/results/035.processed,
17606: tests/results/036.processed, tests/results/037.processed,
17607: tests/results/038.processed: tests: 33 string.replace 34
17608: string.upper 35 table created 36 local/global vars with juntions
17609: 37 table clone 38 math PI & number formatting
17610:
17611: math class registring typo fixed
17612:
17613: * src/classes/op.C, src/include/pa_request.h,
17614: src/include/pa_string.h, src/main/execute.C,
17615: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17616: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17617: tests/032.html, tests/results/032.processed: uchar changed to
17618: String_UL in all places [was not everywhere] untaint test: 032
17619:
17620: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17621: tests/results/004.processed, tests/parser-cygwin.sh,
17622: tests/parser-unix.sh: removed -H command line key, now testing
17623: using .sh file with SERVER_SOFTWARE=xxx
17624:
17625: 2003-02-26 paf
17626:
17627: * src/main/execute.C, src/types/pa_vstateless_class.h,
17628: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17629: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17630: tests/results/024.processed, tests/results/025.processed,
17631: tests/results/026.processed, tests/results/027.processed,
17632: tests/results/028.processed, tests/results/029.processed,
17633: tests/results/030.processed, tests/results/031.processed: fixed
17634: bug with name_cstr mutable CharPtr more tests
17635:
17636: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17637: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17638: << abort. die now just exits
17639:
17640: * src/classes/classes.awk, src/classes/classes.h,
17641: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17642: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17643: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17644: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17645: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17646: src/classes/xnode.C, src/include/pa_memory.h,
17647: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17648: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17649: src/types/pa_vform.C, tests/015.html, tests/016.html,
17650: tests/017.html, tests/018.html, tests/019.html,
17651: tests/019paf2001.gif, tests/020.html, tests/021.html,
17652: tests/022.html, tests/023.html, tests/022_dir/a.html,
17653: tests/022_dir/b.txt, tests/022_dir/c.htm,
17654: tests/results/015.processed, tests/results/016.processed,
17655: tests/results/017.processed, tests/results/018.processed,
17656: tests/results/019.processed, tests/results/020.processed,
17657: tests/results/021.processed, tests/results/022.processed,
17658: tests/results/023.processed: methoded_array now contains all Mxxx
17659: classes SAPI::get_env now returns info on pool more tests
17660:
17661: * src/include/pa_array.h, src/include/pa_hash.h,
17662: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17663: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17664: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17665: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17666: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17667: tests/results/001.processed, tests/results/002.processed,
17668: tests/results/003.processed, tests/results/004.processed,
17669: tests/results/005.processed, tests/results/006.processed,
17670: tests/results/007.processed, tests/results/008.processed,
17671: tests/results/009.processed, tests/results/010.processed,
17672: tests/results/011.processed, tests/results/012.processed,
17673: tests/results/013.processed, tests/results/014.processed: hash
17674: cloning fixed
17675:
17676: 2003-02-25 paf
17677:
17678: * src/main/pa_common.C: typo fixed
17679:
17680: 2003-02-24 paf
17681:
17682: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17683: [one remained]
17684:
17685: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17686: [should have been get_string(&pool)] todo: check other such calls
17687:
17688: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17689: test10, bad lookups
17690:
17691: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17692: object got destructed, and xxx points to sky
17693:
17694: * ChangeLog, src/classes/string.C: match bug fixed
17695:
17696: * src/types/pa_vmail.C: body [text/html] transcoded to
17697: $.charset[specified] now
17698:
17699: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17700: which failed to handle sigsetjmp+throw: crashed inside of
17701: pre-throw code. rewritten simplier [though duplicating
17702: closesocket code]
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: 2003-02-21 paf
17710:
1.211 moko 17711: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17712: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17713: now]]
1.95 moko 17714:
17715: written makefile with regression tests [raw]
17716:
17717: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17718: tests' only [it's not forcing CGI mode now] now use -H to output
17719: CGI header when parser used in command line [useful for tests
17720: also]
17721:
17722: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17723: switches on CGI mode, and is used in regression tests
17724:
17725: * src/: include/pa_request.h, main/pa_request.C,
17726: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17727: fixed
17728:
17729: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17730: handling pa_*
17731:
17732: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17733: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17734: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17735: memory handling files
17736:
17737: * src/main/pa_array.C: pool::format_integer terminator fixed
17738:
17739: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17740: compiles OK test to show benefits of free
17741:
17742: * src/: classes/file.C, classes/image.C, classes/mail.C,
17743: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17744: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17745: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17746: use pool [as the one in ^process]
17747:
17748: * src/classes/op.C: fixed process. sould now check for all cstr's
17749: -- some must use pool [as the one in ^process]
17750:
17751: 2003-02-20 paf
17752:
17753: * src/: classes/date.C, classes/double.C, classes/file.C,
17754: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17755: classes/math.C, classes/op.C, classes/response.C,
17756: classes/string.C, classes/table.C, classes/void.C,
17757: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17758: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17759: string cmp fixed
17760:
17761: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17762: values passed OK now
17763:
17764: 2003-02-19 paf
17765:
17766: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17767: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17768: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17769: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17770: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17771: all remaning leaks resulted from pooled::malloc calls [excluding
17772: in gd -- planning complete rewrite extremely ugly code]
17773:
17774: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17775: files
17776:
17777: 2003-02-17 paf
17778:
17779: * src/: classes/date.C, classes/double.C, classes/file.C,
17780: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17781: classes/response.C, classes/string.C, classes/table.C,
17782: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17783: include/pa_stylesheet_connection.h,
17784: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17785: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17786: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17787: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17788: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17789: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17790: of unitialized simple-typed field
17791:
17792: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17793: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17794: simple-typed field fixed. todo: find&kill all like that one
17795:
17796: * src/: main/execute.C, targets/cgi/pa_pool.C,
17797: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17798: debug output fixed
17799:
17800: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17801: main/pa_request.C: stack-stored items need extra .ref to prevent
17802: object_ptr from delete[them]
17803:
17804: * src/: classes/date.C, classes/op.C, classes/table.C,
17805: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17806: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17807: main/pa_charset.C, main/pa_common.C,
17808: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17809: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17810: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17811: calls
17812:
17813: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17814: couple mem leaks rusulted from old pooled::malloc usage.
17815: todo:find more like those
17816:
17817: * src/main/: compile.C, compile_tools.C: 2*2!
17818:
17819: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17820: stackItem fixed [there were no string on stack before]
17821:
17822: * src/: main/execute.C, main/pa_request.C,
17823: types/pa_vmethod_frame.C: first letters out OK
17824:
17825: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17826: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17827: main/pa_string.C, main/untaint.C, types/pa_value.h,
17828: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17829: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17830: type not initialized with zeros :( while class fields of class
17831: types initialized with default constructors. learn C++
17832:
17833: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17834: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17835: classes/math.C, classes/xdoc.C, classes/xnode.C,
17836: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17837: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17838:
17839: 2003-02-14 paf
17840:
17841: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17842: 13 link errors
17843:
17844: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17845: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17846: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17847: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17848: errors :)
17849:
17850: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17851: classes/hash.C, classes/mail.C, classes/op.C,
17852: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17853: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17854: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17855: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17856:
17857: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17858: classes/table.C, include/pa_common.h, include/pa_globals.h,
17859: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17860: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17861: types/pa_vint.h, types/types.dsp: op compiled
17862:
17863: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17864: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17865: main/untaint.C, types/pa_vtable.h: string, response compiled
17866:
17867: 2003-02-07 paf
17868:
17869: * src/: classes/table.C, types/pa_vtable.h: table compiled
17870:
17871: 2003-02-06 paf
17872:
17873: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17874: mail compiled
17875:
17876: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17877: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17878: types/pa_vfile.h, types/pa_vimage.h: image compiled
17879:
17880: * src/classes/: file.C, form.C: form compiled
17881:
17882: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17883: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17884: types/pa_vfile.C, types/pa_vfile.h: file compiled
17885:
17886: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17887: types/pa_vmath.h: math compiled [win32]
17888:
17889: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17890: types/pa_vstring.h: hash compiled
17891:
17892: 2003-02-04 paf
17893:
17894: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17895: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17896: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17897: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17898: types/pa_vhash.h: hash 50% compiled
17899:
17900: * src/: classes/date.C, classes/file.C, classes/hash.C,
17901: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17902: classes/string.C, classes/table.C, classes/xdoc.C,
17903: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17904: main/pa_string.C: date compiled
17905:
17906: * src/classes/: classes.dsp, double.C: double compiled
17907:
17908: * src/: classes/date.C, classes/double.C, classes/file.C,
17909: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17910: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17911: classes/string.C, classes/table.C, classes/void.C,
17912: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17913: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17914: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17915: compiled
17916:
17917: * src/: classes/date.C, classes/double.C, classes/file.C,
17918: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17919: classes/math.C, classes/op.C, classes/response.C,
17920: classes/string.C, classes/table.C, classes/void.C,
17921: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17922: types/pa_vvoid.h: void compiled :)
17923:
17924: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17925: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17926: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17927: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17928: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17929: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17930: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17931: types/pa_vresponse.C, types/pa_vstateless_class.C,
17932: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17933: types/pa_wcontext.C, types/types.dsp: removed stupid
17934: value_includes.h
17935:
17936: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17937: trying to remove stupid value_includes.h
17938:
17939: * src/main/pa_exec.C: pa_exec compiled on win32
17940:
17941: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17942:
17943: * src/: include/pa_globals.h, include/pa_request.h,
17944: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17945: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17946: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17947: types/pa_vrequest.C, types/pa_vstateless_class.C,
17948: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17949:
17950: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17951: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17952: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17953:
17954: * src/: include/pa_array.h, include/pa_config_includes.h,
17955: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17956: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17957: compiled
17958:
17959: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17960: name conflicts)
17961:
17962: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17963: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17964: yelds "virtual memory exhausted" while trying to compile
17965: execute.C [eating up to 127MB]
17966:
17967: 2003-02-03 paf
17968:
17969: * src/: include/pa_config_includes.h, include/pa_hash.h,
17970: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17971: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17972: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17973: types/pa_vint.h, types/pa_vjunction.h,
17974: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17975: started gcc compiling pa_common compiled
17976:
17977: * src/: include/pa_exception.h, include/pa_pool.h,
17978: main/pa_exception.C: exception gcc change #1
17979:
1.116 moko 17980: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17981: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17982:
17983: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17984:
17985: * src/types/pa_vtable.C: vtable compiled
17986:
17987: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17988:
17989: * src/: include/pa_cache_managers.h, main/pa_request.C,
17990: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17991:
17992: * src/types/pa_vstateless_class.C: vstateless_class compiled
17993:
17994: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17995:
17996: * src/types/pa_vrequest.C: vrequest compiled
17997:
17998: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17999: pa_vobject.C, pa_vobject.h: vobject compiled
18000:
18001: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18002: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18003: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18004: compiled
18005:
18006: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18007:
18008: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18009: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18010: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18011: compiled
18012:
18013: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18014: main.lib - 0 error(s), 0 warning(s)
18015:
18016: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18017: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18018:
18019: 2003-01-31 paf
18020:
18021: * src/: include/pa_array.h, include/pa_operation.h,
18022: include/pa_request.h, main/execute.C, main/main.dsp,
18023: types/pa_vjunction.h: started last file from main library:
18024: execute
18025:
18026: * src/: include/pa_request.h, include/pa_sapi.h,
18027: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18028: main/pa_request.C, targets/cgi/parser3.C,
18029: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18030: types/pa_vhash.h: pa_request compiled
18031:
18032: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18033: include/pa_globals.h, include/pa_request.h,
18034: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18035: main/execute.C, main/main.dsp, main/pa_common.C,
18036: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18037: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18038: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18039: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18040: types/types.dsp: most pa_request compiled
18041:
18042: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18043: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18044: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18045: classes/op.C, classes/response.C, classes/string.C,
18046: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18047: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18048: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18049: include/pa_config_fixed.h, include/pa_config_includes.h,
18050: include/pa_dictionary.h, include/pa_dir.h,
18051: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18052: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18053: include/pa_pool.h, include/pa_request.h,
18054: include/pa_request_charsets.h, include/pa_request_info.h,
18055: include/pa_sapi.h, include/pa_socks.h,
18056: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18057: include/pa_stack.h, include/pa_string.h,
18058: include/pa_stylesheet_connection.h,
18059: include/pa_stylesheet_manager.h, include/pa_table.h,
18060: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18061: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18062: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18063: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18064: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18065: main/compile.C, main/compile.tab.C, main/compile.y,
18066: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18067: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18068: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18069: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18070: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18071: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18072: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18073: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18074: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18075: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18076: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18077: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18078: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18079: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18080: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18081: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18082: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18083: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18084: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18085: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18086: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18087: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18088: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18089: types/pa_vresponse.h, types/pa_vstateless_class.C,
18090: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18091: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18092: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18093: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18094: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18095: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18096:
18097: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18098: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18099: src/include/pa_charsets.h, src/include/pa_common.h,
18100: src/include/pa_dictionary.h, src/include/pa_exception.h,
18101: src/include/pa_exec.h, src/include/pa_pool.h,
18102: src/include/pa_request.h, src/include/pa_sapi.h,
18103: src/include/pa_sql_connection.h,
18104: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18105: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18106: src/main/compile.tab.C, src/main/compile_tools.C,
18107: src/main/compile_tools.h, src/main/main.dsp,
18108: src/main/pa_charset.C, src/main/pa_charsets.C,
18109: src/main/pa_common.C, src/main/pa_dictionary.C,
18110: src/main/pa_exception.C, src/main/pa_exec.C,
18111: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18112: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18113: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18114: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18115: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18116: src/types/pa_vdouble.h, src/types/pa_venv.h,
18117: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18118: src/types/pa_vhash.h, src/types/pa_vimage.C,
18119: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18120: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18121: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18122: src/types/pa_vobject.C, src/types/pa_vobject.h,
18123: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18124: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18125: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18126: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18127: src/types/pa_vstring.h, src/types/pa_vtable.h,
18128: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18129: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18130: died, long live StringPtr
18131:
18132: 2003-01-30 paf
18133:
18134: * src/: include/pa_charset.h, include/pa_request.h,
18135: include/pa_sql_driver_manager.h, main/compile.tab.C,
18136: main/compile.y, main/compile_tools.h, main/pa_request.C,
18137: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18138:
18139: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18140: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18141: types/pa_vhash.h, types/pa_vmethod_frame.h,
18142: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18143: types/types.dsp: vstateless_class compiled
18144:
18145: * src/main/compile.C: compile compiled
18146:
18147: * src/: include/pa_array.h, include/pa_operation.h,
18148: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18149: main/pa_table.C: compile_tools compiled
18150:
18151: * src/: include/pa_operation.h, main/compile.y,
18152: main/compile_tools.C, main/compile_tools.h: started
18153: compile_tools. vagues ideas of how to free compiled code
18154:
18155: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18156: main/main.dsp, types/pa_value.C, types/pa_value.h,
18157: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18158: compiled
18159:
18160: 2003-01-29 paf
18161:
18162: * src/: include/pa_globals.h, include/pa_request.h,
18163: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18164: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18165: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18166: compiled
18167:
18168: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18169: now
18170:
18171: * src/: include/pa_array.h, include/pa_exception.h,
18172: include/pa_pool.h, main/pa_exception.C: gd compiled
18173:
18174: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18175: compiled
18176:
18177: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18178: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18179: types/pa_vfile.h: vfile compiled
18180:
18181: * src/: include/pa_common.h, include/pa_globals.h,
18182: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18183: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18184: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18185:
18186: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18187: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18188: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18189: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18190: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18191:
18192: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18193: main/main.dsp, main/untaint.C: more compiled
18194:
18195: * src/: include/pa_charsets.h, include/pa_request.h,
18196: include/pa_request_info.h, include/pa_string.h,
18197: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18198: types/pa_vresponse.h: vrequest compiled
18199:
18200: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18201: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18202: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18203:
18204: * src/: classes/classes.h, include/pa_charset.h,
18205: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18206: include/pa_request.h, include/pa_string.h, main/main.dsp,
18207: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18208: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18209: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18210: types/pa_vrequest.C, types/pa_vrequest.h,
18211: types/pa_vstateless_class.h, types/pa_vstring.h,
18212: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18213:
18214: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18215: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18216: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18217: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18218: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18219: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18220: types/pa_vobject.h, types/pa_vstateless_class.h,
18221: types/pa_vstateless_object.h, types/pa_vstatus.h,
18222: types/pa_vstring.h, types/types.dsp: vmath compiled
18223:
18224: 2003-01-28 paf
18225:
18226: * src/: classes/classes.h, classes/date.C, classes/file.C,
18227: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18228: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18229: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18230: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18231: compile_tools
18232:
18233: * src/: include/pa_charset.h, include/pa_exception.h,
18234: include/pa_request.h, include/pa_string.h, main/untaint.C:
18235: untaint compiled
18236:
18237: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18238: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18239: more compiled. struck with string::store_to needing to know
18240: source/client charsets
18241:
18242: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18243: types/pa_vfile.h: uue compiled
18244:
18245: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18246: table compiled
18247:
18248: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18249: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18250:
18251: * src/: include/pa_charset.h, main/pa_charset.C,
18252: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18253: introduced]
18254:
18255: * src/: classes/date.C, include/pa_charset.h,
18256: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18257: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18258: pa_charsets compiled
18259:
18260: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18261: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18262:
18263: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18264: common compiled
18265:
18266: * src/: include/pa_charsets.h, main/pa_charsets.C,
18267: main/pa_sql_driver_manager.C: pa_charsets compiled
18268:
18269: * src/: include/pa_array.h, include/pa_charset.h,
18270: include/pa_charsets.h, include/pa_pool.h,
18271: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18272: include/pa_stack.h, include/pa_string.h,
18273: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18274: sql_driver_manager compiled
18275:
18276: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18277: letter i with two dots added to koi, all ukranian letters added
18278: to win1251.
18279:
18280: typographic simbol 0xb9 deleted from win1251 [strange one & were
18281: abscent from koi]
18282:
18283: 2003-01-27 paf
18284:
18285: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18286: include/pa_sql_driver_manager.h, include/pa_string.h,
18287: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18288: sql/pa_sql_driver.h: paused on sql_manager
18289:
18290: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18291: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18292: include/pa_stack.h, main/pa_sql_driver_manager.C,
18293: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18294:
18295: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18296: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18297: include/pa_table.h, main/pa_sql_driver_manager.C,
18298: main/pa_table.C: table compiled
18299:
18300: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18301: cache_managers compiled
18302:
18303: * src/: include/pa_array.h, include/pa_charset.h,
18304: include/pa_pool.h, main/pa_charset.C: charset compiled
18305:
18306: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18307:
18308: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18309: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18310: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18311: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18312: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18313:
18314: 2003-01-24 paf
18315:
18316: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18317: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18318: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18319: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18320: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18321: types/pa_vint.h, types/pa_vjunction.h,
18322: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18323: types/pa_vstatus.h, types/pa_vstring.h: more patched
18324:
18325: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18326: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18327: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18328: main/pa_string.C, main/pa_table.C: string compiled
18329:
18330: * src/: include/pa_array.h, include/pa_common.h,
18331: include/pa_dictionary.h, include/pa_exception.h,
18332: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18333: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18334: main/pa_string.C: dictionary compiled
18335:
18336: 2003-01-23 paf
18337:
18338: * src/: include/pa_array.h, include/pa_common.h,
18339: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18340: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18341: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18342: types/pa_value.h: resurrected pool in new sense: now it's
18343: factory, producing&accounting memory chunks for read[autofree]
18344: buffers
18345:
18346: * src/: include/pa_array.h, include/pa_exception.h,
18347: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18348: main/pa_exception.C, main/pa_table.C: table compiled
18349:
18350: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18351: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18352: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18353: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18354: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18355: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18356: main/pa_table.C: aint that easy
18357:
18358: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18359: main/main.dsp: continued with Hash
18360:
18361: * src/main/pa_common.C: connect_string allocated on heap[wes on
18362: stack] now. and exception can be reported OK now [can be reported
18363: outside of pro c with that stack]
18364:
18365: 2003-01-22 paf
18366:
18367: * src/: include/pa_array.h, include/pa_charset.h,
18368: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18369: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18370: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18371: base: contains references_count. auto_ptr template calls
18372: add_ref/release
18373:
18374: 2003-01-21 paf
18375:
18376: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18377: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18378: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18379: classes/op.C, classes/response.C, classes/string.C,
18380: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18381: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18382: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18383: include/pa_config_fixed.h, include/pa_config_includes.h,
18384: include/pa_dictionary.h, include/pa_dir.h,
18385: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18386: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18387: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18388: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18389: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18390: include/pa_stack.h, include/pa_string.h,
18391: include/pa_stylesheet_connection.h,
18392: include/pa_stylesheet_manager.h, include/pa_table.h,
18393: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18394: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18395: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18396: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18397: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18398: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18399: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18400: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18401: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18402: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18403: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18404: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18405: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18406: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18407: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18408: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18409: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18410: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18411: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18412: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18413: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18414: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18415: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18416: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18417: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18418: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18419: types/pa_vstateless_object.h, types/pa_vstatus.C,
18420: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18421: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18422: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18423: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18424: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18425: 2002->2003
18426:
18427: 2003-01-16 paf
18428:
1.211 moko 18429: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18430: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18431: $.any-status(1)
1.95 moko 18432:
1.211 moko 18433: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18434: src/main/pa_common.C: http request now return status. and not
18435: fail on status!=200
18436:
18437: 2003-01-15 paf
18438:
18439: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18440:
18441: 2003-01-14 paf
18442:
18443: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18444: mkinstalldirs: removed some ancient files [they in / really]
18445:
18446: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18447: regretfully needed patch in two places. in config_fixed.h made
18448: stubs for lib to compile in MSVC
18449:
18450: 2003-01-13 paf
18451:
18452: * config.guess, config.sub, ltmain.sh: removed last piece of
18453: configure.in(libtool) hacks
18454:
1.116 moko 18455: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18456: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18457: ltdl.h: moved to latest libtool (1.4.3)
18458:
18459: 2003-01-10 paf
18460:
18461: * src/lib/ltdl/: configure, configure.in: PROG_NM
18462:
18463: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18464: patches. libxml2 >= 2.5.1
18465: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18466: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18467: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18468:
18469: * INSTALL: moved to latest versions of xml libs libxml2 >=
18470: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18471: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18472: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18473:
18474: 2003-01-09 paf
18475:
18476: * INSTALL: xml,xslt,gdome lib urls updated
18477:
18478: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18479: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18480: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18481: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18482: 1.7.2
1.95 moko 18483:
18484: * depcomp: moving to automake 1.7.2
18485:
18486: 2002-12-27 paf
18487:
18488: * src/include/pa_version.h: 0007
18489:
18490: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18491: outdated parts, made links to language docs
18492:
18493: * src/include/pa_config_auto.h.in: comment
18494:
18495: 2002-12-26 paf
18496:
18497: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18498: not contain trailing / fixed.
18499:
18500: * INSTALL: changing SAFE_MODE politics
18501:
18502: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18503:
18504: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18505:
18506: 2002-12-25 paf
18507:
18508: * src/main/pa_globals.C: optimized-xml
18509:
18510: * src/main/pa_globals.C: optimized-as-is
18511:
18512: 2002-12-24 paf
18513:
18514: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18515: fixed [were really called with zero size when .html?a=&b=]
18516:
18517: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18518: with --with-sendmail
18519:
18520: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18521: fixed]
18522:
18523: 2002-12-23 paf
18524:
18525: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18526: ignoring parameters & were storing only string with default
18527: expires
18528:
18529: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18530: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18531: December 23, 2002 4:22 AM Subject: bug â
18532: Charset::transcode_buf2xchar
18533:
18534: 2002-12-20 paf
18535:
18536: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18537: non-cgi [script] runs
18538:
18539: 2002-12-19 paf
18540:
18541: * INSTALL: --without-iconv recommended [it crashes on some systems
18542: [tested on elik]] moreover, it's not needed there [parser
18543: registers charsets itself]
18544:
18545: * INSTALL: --without-iconv recommended [it crashes on some systems
18546: [tested on elik]]
18547:
1.211 moko 18548: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18549: src/include/pa_request.h, src/main/pa_globals.C,
18550: src/main/pa_request.C: $response:download
18551:
18552: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18553: compiler [win32]].
18554:
18555: 2002-12-18 paf
18556:
18557: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18558:
18559: 2002-12-17 paf
18560:
18561: * src/targets/cgi/parser3.C: merged die&iis changes
18562:
18563: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18564: to exit(1) 2. more flexible iilegal call check
18565:
18566: 2002-12-16 paf
18567:
18568: * ltmain.sh: some automakes silly insist on having this handy
18569:
18570: * src/main/untaint.C: filespec russian small 'r' changed to latin
18571: 'p' bug fix
18572:
18573: 2002-12-15 paf
18574:
18575: * src/main/untaint.C: filespec russian small 'r' changed to latin
18576: 'p'
18577:
18578: * configure.in, src/include/pa_config_auto.h.in,
18579: src/main/compile.C, src/main/pa_common.C: merged small changes
18580: from branch 6 to HEAD
18581:
18582: * src/main/compile.C: removed warning
18583:
18584: * src/main/pa_common.C: ftruncate having checked
18585:
18586: * configure.in, src/include/pa_version.h: new version
18587:
18588: 2002-12-14 paf
18589:
18590: * src/classes/table.C: removed unnecessary code
18591:
18592: * src/sql/pa_sql_driver.h: exception type fixed
18593:
18594: 2002-12-09 paf
18595:
18596: * src/types/pa_vvoid.h: $void.store[now] error
18597:
18598: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18599:
18600: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18601: tries to write core dump
18602:
18603: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18604:
18605: * src/: classes/hash.C, classes/string.C, classes/table.C,
18606: classes/void.C, main/pa_sql_driver_manager.C,
18607: sql/pa_sql_driver.h: changed exception handling mech in sql
18608: handlers #2
18609:
18610: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18611: exception handling mech in sql handlers
18612:
18613: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18614: handlers
18615:
18616: * src/: classes/hash.C, classes/string.C, classes/table.C,
18617: classes/void.C, main/pa_sql_driver_manager.C,
18618: sql/pa_sql_driver.h: changed exception handling mech in sql
18619: handlers
18620:
1.116 moko 18621: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18622: to write makefile which used libtool to install things, which is
18623: not needed
1.95 moko 18624:
18625: 2002-12-06 paf
18626:
1.211 moko 18627: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18628: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18629: more like 'table'
1.95 moko 18630:
18631: 2002-12-05 paf
18632:
18633: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18634: cc/bcc OK now
18635:
18636: * src/main/untaint.C: mail header closed properly
18637:
18638: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18639: header ',' allowed. still bugs in smtp [only one receiptient
18640: works, cc, bcc ignored now, and MAILED ;)]
18641:
18642: [strncpy killed, memnchr used]
18643:
18644: * src/main/pa_table.C: table-copy now current=0
18645:
18646: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18647: lowlevel proc
18648:
18649: * src/targets/cgi/parser3.C: more checks on
18650: http://domain/parser.cgi start [maybe some getenv returns "",
18651: checked that now
18652:
18653: * src/targets/cgi/parser3.C: more checks on
18654: http://domain/parser.cgi start [maybe some getenv returns "",
18655: checked that now
18656:
18657: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18658: out-of-mem errors reached log]
18659:
18660: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18661: mail:send MIME-Version default
18662:
18663: * src/main/main.dsp: pa_version included into main.dsp
18664:
18665: 2002-12-04 paf
18666:
18667: * src/types/pa_vform.C: $form:field string value cut by premature 0
18668:
18669: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18670: lib/libltdl -> lib/ltdl Win32 changes. s
18671:
18672: * src/classes/classes.awk: more strict *.C$
18673:
18674: * gnu.dsp: restored
18675:
1.116 moko 18676: * configure.in, gnu.dsp, src/lib/Makefile.am,
18677: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18678: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18679: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18680: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18681: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18682: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18683: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18684: now created with /configure, not ltdl/configure, so it does have
18685: no problems with automake. ltdl/configure
18686: AC_OUTPUT(Makefile<<removed)
1.95 moko 18687:
18688: 2002-12-02 paf
18689:
1.211 moko 18690: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18691:
18692: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18693: src/main/pa_common.C, src/main/pa_request.C,
18694: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18695: tainted parts becomes http-header
18696:
18697: 2002-11-29 paf
18698:
1.211 moko 18699: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18700: operators.txt: exif dates now objects of type date
1.95 moko 18701:
18702: * src/classes/image.C: file.seek removed [it were used in image.C
18703: only, and for parser user this means that jpeg image has bad
18704: size in fragment's header] now used image.format
18705:
18706: * src/: include/pa_common.h, main/pa_common.C,
18707: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18708: now handled exactly like $response:header values. e.g. can be
18709: hash [can have subattributes] & contain date values.
18710:
18711: * src/main/pa_common.C: http:// param values lang forced URI
18712:
18713: * src/main/pa_common.C: http:// tainted partes now %xx
18714:
18715: 2002-11-28 paf
18716:
1.211 moko 18717: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18718:
18719: * src/classes/image.C: ^image.length now counts interchar space.
18720: plus space after last char
18721:
18722: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18723:
18724: * src/classes/image.C: ^image.font width measurer now scans full
18725: height [were -1]
18726:
18727: * configure.in: stopped double libltdl/Makefile generation
18728:
18729: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18730: chars [one top horizontal line of 1pixel height were missing]
18731:
18732: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18733: 'false' to go into (Hash *) parameter
18734:
18735: 2002-11-27 paf
18736:
18737: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18738: types/pa_vmail.C: response:body[file] if file nows it's name now
18739: returns content-disposition: >>attachment<<
18740:
18741: * src/classes/image.C: ^image.font << bad font file-size now
18742: properly reported
18743:
18744: 2002-11-26 paf
18745:
18746: * src/main/pa_request.C: fixed lang in reponse header
18747:
18748: * src/main/pa_common.C: utf8 prefix ignored @read text
18749:
1.211 moko 18750: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18751: response status!=200 made exception: http.status with source=bad
18752: status#
1.95 moko 18753:
18754: 2002-11-25 paf
18755:
18756: * configure.in, src/classes/image.C,
18757: src/include/pa_config_auto.h.in,
18758: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18759: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18760: const void related probs fixed
1.95 moko 18761:
1.211 moko 18762: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18763: fields now UPPERCASE
1.95 moko 18764:
18765: $file[^file::load[http://there]] $file.SERVER
18766:
18767: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18768: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18769: http options [invalid onces now reported] made default
18770: user-agent: paf
18771:
1.211 moko 18772: * operators.ru.txt, operators.txt, src/classes/file.C,
18773: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18774: src/include/pa_globals.h, src/main/pa_common.C,
18775: src/main/pa_globals.C, src/main/pa_request.C,
18776: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18777: now understand http:// prefix and additional params, sample:
18778: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18779: $.USER-AGENT[parser3] ]]
18780:
18781: 2002-11-22 paf
18782:
18783: * src/classes/image.C, src/include/pa_globals.h,
18784: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18785: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18786: $image.exif support $image.exif.DateTime & co
1.95 moko 18787:
18788: 2002-11-21 paf
18789:
18790: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18791: _PASS_APPENDED)
18792:
18793: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18794: EXIF information [were big block and it's size were considered
18795: negative :(]
18796:
1.211 moko 18797: * operators.ru.txt, operators.txt, src/classes/image.C,
18798: src/include/pa_common.h, src/main/pa_common.C,
18799: src/types/pa_vmail.C: image.measure internals rewritten. no
18800: there's reader.seek, and all's ready for EXIF extraction [now we
18801: fail to measure files with EXIF info]
1.95 moko 18802:
18803: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18804: O_TRUNC truncates even exclusevely write-locked file [thanks to
18805: Igor Milyakov <virtan@rotabanner.com> for discovering]
18806:
18807: 2002-11-20 paf
18808:
18809: * src/targets/cgi/parser3.C: logging @signal += query_string
18810:
18811: * configure.in, src/include/pa_config_auto.h.in,
18812: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18813: comment
18814:
18815: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18816:
18817: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18818: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18819: currently processed document SIGPIPE >> interrupts request
18820: processing [exception = DB rollback]
18821:
18822: * src/main/pa_exec.C: comment
18823:
18824: * src/main/pa_exec.C: pa_exec: data written only if size>0
18825:
1.211 moko 18826: * operators.ru.txt, operators.txt, src/classes/file.C:
18827: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18828:
18829: * src/: include/pa_config_fixed.h, main/pa_common.C,
18830: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18831: pipe read errors now checked
18832:
18833: 2002-11-19 paf
18834:
18835: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18836: CGI: Illegal call
18837:
18838: 2002-11-01 paf
18839:
18840: * src/main/execute.C: comment
18841:
18842: 2002-10-31 paf
18843:
18844: * src/main/execute.C: found out why, checked that for now. todo:
18845: find out a way for that user could do that
18846:
18847: * src/types/pa_vstateless_object.h: object put replaces static
18848: parent if any
18849:
18850: * src/types/pa_vobject.C: object put replaces static parent if any
18851:
18852: * src/: classes/form.C, classes/mail.C, classes/op.C,
18853: classes/xnode.h, main/compile.tab.C, main/execute.C,
18854: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18855: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18856: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18857: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18858: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18859: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18860: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18861: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18862: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18863: types/pa_vstateless_object.h, types/pa_vstatus.C,
18864: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18865: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18866: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18867: types/pa_wwrapper.h: static fix merged
18868:
18869: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18870: $virtual_fields in dynamic, but one can reach derived
18871: static[class] variable from base
18872:
18873: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18874: types/pa_vobject.C, types/pa_vobject.h,
18875: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18876: statics, left $virtual_fields in dynamic
18877:
18878: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18879: one can't remember derivates in base class: there's so many of
18880: them. also there can be no virtual method calls in static
18881: classes
18882:
18883: * src/: classes/form.C, classes/mail.C, classes/op.C,
18884: classes/xnode.h, main/execute.C, main/pa_request.C,
18885: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18886: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18887: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18888: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18889: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18890: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18891: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18892: types/pa_vresponse.C, types/pa_vresponse.h,
18893: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18894: types/pa_vstateless_object.h, types/pa_vstatus.C,
18895: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18896: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18897: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18898: types/pa_wwrapper.h: static call $self fixed
18899:
18900: * src/main/execute.C: comment
18901:
18902: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18903: ^process[$caller.self]{...} now compiles to last derived object
18904: part of that 'self'
18905:
18906: 2002-10-29 paf
18907:
18908: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18909: re-passing [iis to blame]
18910:
18911: * src/classes/string.C: changed string.save to pass current sql
18912: connection to cstr thus one can ^connect[some server]{
18913: $s[insert into table x (x) values (^taint[sql]{value})]
18914: ^s.save[some.sql] } and he'd get in some.sql file code with
18915: properly escaped. [tried in mssql->mysql export->import of
18916: binary data]
18917:
18918: 2002-10-25 paf
18919:
18920: * src/types/pa_vresponse.C: case insensitive response user fields
18921: get/put
18922:
18923: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18924: types/pa_vresponse.C: saving for maybe-future
18925:
18926: 2002-10-23 paf
18927:
1.211 moko 18928: * operators.ru.txt, operators.txt, src/classes/table.C:
18929: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18930:
18931: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18932:
18933: 2002-10-22 paf
18934:
18935: * src/types/: pa_vform.C, pa_vform.h: removed needless
18936: VForm::Append...(...Value)
18937:
18938: * src/main/execute.C: $.name outside of $name[...] checked
18939:
18940: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18941: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18942:
18943: 2002-10-21 paf
18944:
1.211 moko 18945: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18946: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18947:
1.211 moko 18948: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18949: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18950:
1.211 moko 18951: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18952: $form:image-map
1.95 moko 18953:
1.211 moko 18954: * operators.ru.txt, operators.txt, src/classes/file.C:
18955: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18956:
18957: 2002-10-17 paf
18958:
18959: * src/main/: compile.tab.C, compile.y: operators precedence changed
18960: a little: logical not and bitwise negation precedence made
18961: highest, << and >> bitshits precedence made equal [were << higher
18962: than >>]
18963:
18964: * src/classes/op.C: exception handling fixed [were bad with
18965: contexts]
18966:
18967: 2002-10-16 paf
18968:
18969: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18970: main/pa_request.C: Request::self considered equal to
18971: VMethodFrame::self, and removed, Request::get_self() mapped to
18972: VMethodFrame.self()
18973:
18974: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18975: $hash in open field now gives old good error meesage
18976:
18977: 2002-10-15 paf
18978:
18979: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18980: use ^if($junction is junction){was and now true}
18981:
18982: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18983: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18984: types/pa_vxnode.C: xml->parser strings now have origin, which
18985: points to place where value left xml library and came to parser:
18986: place of dom field extraction/call
18987:
18988: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18989: main/compile.tab.C, main/compile.y, main/execute.C,
18990: types/pa_vmethod_frame.h: removed last pieces of old code
18991: allowing $junction.xxx at compile time
18992:
18993: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18994: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18995: objects also considered [were only classes]
18996:
18997: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18998: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18999: with CLASS self. [ (request&method_frame).self temporarily
19000: changed ]
19001:
19002: * src/classes/: hash.C, op.C: method_frame now always changed, with
19003: no exception to native calls. for&foreach changed to use
19004: method_frame.caller for their var's name context
19005:
19006: * src/: main/execute.C, targets/cgi/parser3.C,
19007: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19008: compiling to system classes disabled
19009:
1.211 moko 19010: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19011: ^process[$caller.CLASS]{code-string} added
19012:
1.211 moko 19013: * operators.ru.txt, operators.txt, src/classes/op.C,
19014: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19015: src/main/pa_request.C, src/types/Makefile.am,
19016: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19017: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19018: $junction.get $junction.set[] introducing $caller
1.95 moko 19019:
19020: * src/types/pa_value.h: removed outdated comments. doxygen would
19021: find them lower by inheritance tree
19022:
19023: * src/types/pa_vjunction.C: ident
19024:
19025: 2002-10-14 paf
19026:
19027: * src/classes/op.C: process compiles to code's class class
19028:
19029: * src/: classes/form.C, classes/mail.C, classes/op.C,
19030: include/pa_request.h, main/compile.C, main/compile.tab.C,
19031: main/compile.y, main/execute.C, main/pa_request.C,
19032: types/pa_vstateless_class.h: operators now main-class-methods
19033:
19034: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19035: better stack trace [has "call" & co there]
19036:
19037: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19038: operators @auto now executed in MAIN context
19039:
19040: * src/main/execute.C: operator execution context now = MAIN, not
19041: closest stack frame
19042:
19043: @touchit[] $i[after]
19044:
19045: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19046: were 'after'
19047:
19048: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19049: 'after'
19050:
19051: * src/main/execute.C: comment
19052:
19053: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19054: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19055: action]
19056:
19057: * src/types/pa_vxnode.C: misreplace fixed
19058:
19059: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19060: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19061: $status:rusage.tv_secs/usecs introduced
19062:
19063: 2002-10-09 paf
19064:
19065: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19066: on empty string [or uses (default)]
19067:
19068: 2002-10-08 paf
19069:
19070: * src/main/untaint.C: mail header quoted printable changed after
19071: RFC reread
19072:
1.211 moko 19073: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19074:
19075: * src/types/pa_vxnode.C: misreplace
19076:
19077: 2002-09-24 paf
19078:
1.116 moko 19079: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19080:
19081: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19082: mailreceive would compile on freebsd now
19083:
19084: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19085: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19086: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19087: mailreceive would compile on freebsd now
1.95 moko 19088:
19089: * src/: classes/file.C, main/untaint.C: 1. file spec language
19090: changed: now there are only few chars are untainted: * ? ' " < >
19091: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19092: one should use ^untaint[uri]{...} now]
19093:
19094: 2. $list[^file:list[dir]] now returns simply tainted names in
19095: $list.name, not tainted as filespec
19096:
19097: @russianindex[] #dir with files with russian-lang names
19098: $where[dir]
19099:
19100: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19101: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19102:
19103: 2002-09-23 paf
19104:
19105: * src/types/pa_vdouble.h: double->int round added
19106:
19107: * src/classes/date.C: date bug fix, now
19108: round(floatDays*secondsPerDay)
19109:
19110: * src/classes/date.C: date bug fix, now
19111: round(floatDays*secondsPerDay)
19112:
19113: 2002-09-20 paf
19114:
19115: * src/main/execute.C: code junction calls disabled [before: code
19116: was compiled in such a way, that there were no code-junctions in
19117: OP_CALL]
19118:
19119: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19120:
19121: @badjunctioncallinside[code] ^code[]
19122:
19123: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19124: expanding to include ^junction.method
19125:
19126: * src/main/pa_common.C: -d "DIR/" now true
19127:
19128: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19129: as internal xdoc encoding, and after decoding attributes set by
19130: dom functions now encoded OK, not as digital entities
19131:
19132: * src/classes/xdoc.C: empty transform result, being taken as file
19133: now returns empty file, not raises stupid error about "stat-ed
19134: file"
19135:
19136: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19137: allowed
19138:
19139: * src/types/types.dsp: introducing $junction.get/put(1) one can
19140: write iterators now:
19141:
19142: ^user-foreach[key;value]{$key=$value<br>}
19143:
19144: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19145: $code.value($i*2) $code }
19146:
19147: * src/main/compile_tools.h: mistype
19148:
1.116 moko 19149: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19150: thus taking linking options configure changes into account [were:
19151: ignoring]
1.95 moko 19152:
19153: * src/types/: pa_vjunction.C, Makefile.am: introducing
19154: $junction.get/put(1) one can write iterators now:
19155:
19156: ^user-foreach[key;value]{$key=$value<br>}
19157:
19158: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19159: $code.value($i*2) $code }
19160:
19161: * src/: include/pa_opcode.h, include/pa_request.h,
19162: main/compile.tab.C, main/compile.y, main/execute.C,
19163: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19164: introducing $junction.get/put(1) one can write iterators now:
19165:
19166: ^user-foreach[key;value]{$key=$value<br>}
19167:
19168: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19169: $code.value($i*2) $code }
19170:
19171: 2002-09-19 paf
19172:
1.116 moko 19173: * Makefile.am: new: make commit
1.95 moko 19174:
19175: * aclocal.m4: forced to be older
19176:
19177: 2002-09-18 paf
19178:
19179: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19180: src/main/compile.y, src/main/execute.C: << >> int shifts
19181:
19182: * src/: include/pa_common.h, include/pa_request.h,
19183: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19184: - now this - fatal error
19185:
19186: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19187: that one can pass binary data there
19188:
19189: * src/: classes/date.C, classes/double.C, classes/file.C,
19190: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19191: classes/op.C, classes/response.C, classes/string.C,
19192: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19193: include/pa_request.h: pa_request contexts made privated, plus
19194: get_{self/method_frame} to read. Request_context_saver used in
19195: ^try to save flang too. [were not saved]
19196:
19197: * src/types/pa_vresponse.C: header value chains joined before
19198: output, this should help $.subject[$var $var] from being
19199: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19200:
19201: 2002-09-17 paf
19202:
19203: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19204: removed changes, operators executed with calling self. lots of
19205: code with ^include code relies on defined/defining self variables
19206:
19207: $a[1] ^include[print_a.p] print_a.p: $a
19208:
19209: ^include[set_a.p] a=$a set_a.p: $a[1]
19210:
19211: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19212: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19213: types/pa_vstateless_class.h: operators now executed with MAIN
19214: self. it's for ^include sake, too strong a change
19215:
19216: * src/classes/op.C: made place for ^process to compile it's code to
19217: in case of no self
19218:
19219: * src/main/execute.C: found ancient param to Junction, removed.
19220: allowed passing self to native_code_operators [for ^process to
19221: work, she needs self]
19222:
19223: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19224: types/pa_vstateless_class.h: found ancient param to Junction,
19225: removed. allowed passing self to native_code_operators [for
19226: ^process to work, she needs self]
19227:
19228: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19229: types/pa_value.h, types/pa_vmethod_frame.h,
19230: types/pa_vstateless_class.h: allowed Request.self to be 0,
19231: checked that in VMethodFrame get/put and $self.
19232:
19233: * src/classes/: table.C, xdoc.C: table::sql options table::create
19234: copy options options checked, wrong option now fatal error
19235:
19236: * src/main/pa_string.C: string.replace fixed [were missing words on
19237: pieces boundaries]
19238:
1.150 moko 19239: * configure, configure.in: .so now detected [can be .sl on hpux,
19240: .dll on cygwin, .so in other cases)
1.95 moko 19241:
19242: * configure, configure.in: .so now detected [can be .sl on hpux,
19243: .dll on cygwin, .so in other cases)
19244:
1.211 moko 19245: * operators.ru.txt, operators.txt, src/classes/hash.C,
19246: src/classes/table.C, src/include/pa_globals.h,
19247: src/main/pa_globals.C: table.sql hash::sql flag to allow
19248: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19249:
19250: * src/: classes/hash.C, classes/table.C,
19251: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19252: now errors
19253:
19254: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19255:
19256: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19257: ,2,3]
19258:
19259: 2002-09-16 paf
19260:
19261: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19262: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19263: stdout to be binary. now detected closest header break.
19264:
19265: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19266: closed right
19267:
19268: 2002-09-13 paf
19269:
1.211 moko 19270: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19271: src/main/compile.y, src/main/compile_tools.h: (expression
19272: #comment)
1.95 moko 19273:
19274: (multiline expression #comment line2 #comment )
19275:
19276: (expression #comment with (brackets) comment) << OK
19277:
1.211 moko 19278: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19279: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19280: for expression #comments]
1.95 moko 19281:
19282: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19283: error
19284:
19285: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19286: cheched in pa_socks.C
19287:
1.116 moko 19288: * configure, configure.in, src/include/pa_config_auto.h.in:
19289: HAVE_WINSOCK_H created in configure.in
1.95 moko 19290:
19291: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19292: cookie date now clean [were mistakenly tainted & that worked bad
19293: with opera -- 'happily' that worked OK with msie]
19294:
19295: 2002-09-12 paf
19296:
19297: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19298: VClass get_element now first looks to fields, next to methods &
19299: co todo: the rest reason: more speed
19300:
19301: * src/main/untaint.C: quoted printable encoding stops before
19302: \s*<...>$
19303:
19304: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19305: stops before <...>$
19306:
19307: 2002-09-11 paf
19308:
19309: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19310: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19311: forgot to check users of those funcs. not all were using that
19312: return value convention
19313:
19314: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19315: windows-1254 added
19316:
19317: 2002-09-10 paf
19318:
19319: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19320: VCodeFrame parent param were specified badly
19321:
19322: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19323: WWrapper which used in constructing objects(second param to sql
19324: method) ^...sql{}[$.default{code}] now has parent, wich helps
19325: code in hash to survivi
19326:
19327: * src/: include/pa_request.h, main/execute.C: removed redundant
19328: param to execute [stack said 'thanks']
19329:
19330: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19331: types/pa_value.h, types/pa_vcode_frame.h,
19332: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19333: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19334: responsibility to wcontext
19335:
19336: * src/classes/file.C: decided not to log exec's with stderr, that
19337: could be warnings, and it's up to scritper to log/show them
19338:
19339: * src/: classes/double.C, main/execute.C: double:sql badly called
19340: write_assign_lang, not write_no_lang, thus doing unnecessary
19341: double/string converstion, which were loosing time&precesion
19342:
19343: * src/: main/pa_charset.C, types/pa_vmail.C:
19344: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19345: case of unfinished in buffer processing, causing accidental
19346: transcode stop [in case that source enc != utf-8 & there is
19347: incomplete utf-8 sequence at the end of 16000block iside of
19348: libxml lib] tfm readed & code updated
19349:
19350: 2002-09-04 paf
19351:
19352: * configure: makes with sjlj
19353:
19354: * INSTALL, src/include/pa_config_fixed.h,
19355: src/include/pa_sql_connection.h,
19356: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19357: checked. on win32 it made default
19358:
19359: * src/include/pa_config_auto.h.in: sjlj define
19360:
19361: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19362: can not work with longjump/throw pair, and one must switch that
19363: on there. todo: detect that automatically]
19364:
19365: * src/types/pa_vxnode.C: removed too strong checks of
19366: xnode.elements. now, for instance, if element does not have any
19367: attributes, $xnode.attributes is void, not error
19368:
19369: 2002-09-02 paf
19370:
1.211 moko 19371: * operators.ru.txt, operators.txt, src/main/execute.C,
19372: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19373:
19374: * src/main/execute.C: double_result made to move that var away from
19375: hungry g++ optimizer (-O2), before: it were optimized and
19376: comparison operators worked badly
19377:
19378: * src/types/pa_vdate.h: removed debug
19379:
1.116 moko 19380: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19381:
19382: * src/main/execute.C: fixed numeric < & co so that thay now use
19383: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19384: unknown reason.
19385:
19386: 2002-08-29 paf
19387:
19388: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19389: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19390: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19391: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19392: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19393: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19394: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19395: [called less frequent, allowed to remove ugly
19396: Junction.change_context-s from many places, switch,
19397: mail:send..html{}, ..] request.root renamed to method_frame [more
19398: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19399: [speed up]
19400:
19401: 2002-08-28 paf
19402:
19403: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19404: tainted
19405:
19406: * src/types/pa_vcookie.C: fixed cookie delete when
19407: $cookie:name[$.value[]]
19408:
1.211 moko 19409: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19410: ^string.split[delim[;options]]
19411:
19412: 2002-08-27 paf
19413:
1.116 moko 19414: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19415:
1.211 moko 19416: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19417: src/main/compile.y: # now delimiter
1.95 moko 19418:
19419: * INSTALL: recommended latest gmime 1.0.5
19420:
19421: 2002-08-26 paf
19422:
19423: * configure, configure.in: apache13/hook added to make dist.
19424:
19425: 2002-08-23 paf
19426:
19427: * src/: include/pa_common.h, main/pa_common.C,
19428: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19429: beside binary [cgi, isapi] not accessible [due to bad rights or
19430: whatever] it's error now
19431:
19432: 2002-08-21 paf
19433:
1.116 moko 19434: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19435:
19436: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19437: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19438: class". compiled as if here they named base class
19439:
19440: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19441: cloning constructor]
19442:
19443: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19444:
1.150 moko 19445: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19446: $mail.received.file.value.content-type fixed
19447:
19448: 2002-08-20 paf
19449:
19450: * src/classes/file.C: fixed language of file:file result
19451:
1.211 moko 19452: * operators.ru.txt, operators.txt, src/classes/void.C:
19453: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19454:
1.211 moko 19455: * operators.ru.txt, operators.txt, src/classes/void.C:
19456: ^void.pos[...] = -1
1.95 moko 19457:
1.211 moko 19458: * operators.ru.txt, operators.txt, src/classes/void.C:
19459: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19460:
1.211 moko 19461: * src/classes/void.C, operators.ru.txt, operators.txt:
19462: ^void.length[] = 0
1.95 moko 19463:
19464: 2002-08-19 paf
19465:
19466: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19467: work now
19468:
19469: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19470: error in xnode, which were not catched in xdoc]
19471:
19472: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19473: prepared: // validate each document after load/create (?)
19474: //xmlDoValidityCheckingDefaultValue = 1;
19475:
19476: 2002-08-15 paf
19477:
19478: * src/classes/classes.h: write to static var caused useless
19479: Exception, introduced Methoded::put_element wich consumes those
19480:
1.211 moko 19481: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19482: src/main/pa_common.C, src/types/pa_vcookie.C,
19483: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19484: src/types/pa_vresponse.h: $response:field[date]
19485: $response:field[$.xxx[date]]
1.95 moko 19486:
19487: * src/: classes/hash.C, classes/string.C, classes/table.C,
19488: classes/void.C, include/pa_sql_connection.h: fixed source of
19489: ^hash::sql{bad}
19490:
1.211 moko 19491: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19492: request body
1.95 moko 19493:
19494: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19495:
19496: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19497: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19498:
1.211 moko 19499: * operators.ru.txt, operators.txt, src/classes/form.C,
19500: src/include/pa_pool.h, src/include/pa_request.h,
19501: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19502: planning/preparing_to $request:body r.post_data now const
1.95 moko 19503:
19504: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19505: classes/xnode.C, main/execute.C, types/pa_value.h,
19506: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19507: types/pa_vtable.h: instead of type() checking everywhere used
19508: Value.as now user descendants can be used in params.
19509:
19510: VObject::as_*, is_defined now taken from bases. xtable(table)
19511: ^if($xtable) now OK
19512:
19513: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19514: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19515: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19516:
19517: 2002-08-14 paf
19518:
19519: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19520: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19521: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19522: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19523: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19524: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19525: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19526: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19527: types/pa_vresponse.C, types/pa_vresponse.h,
19528: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19529: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19530: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19531: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19532: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19533: & VClass
19534:
19535: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19536:
19537: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19538: removed fixopt stupidity. on stupid linux use cd /document/root
19539: ../cgi/parser3 script
19540:
19541: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19542: params, splitting them by space, excluding argv[0], argv[argc-1]
19543:
19544: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19545: fixopt.h: fixopt now preprocesses command line params, splitting
19546: them by space, excluding argv[0], argv[argc-1]
19547:
19548: * src/targets/cgi/parser3.C: -f config file
19549:
19550: * src/targets/cgi/parser3.C: fixed .log file dir
19551:
19552: 2002-08-13 paf
19553:
19554: * src/types/pa_vobject.C: allow override parent variables, useful
19555: for form descendants [in vobject too, were in vclass]
19556:
19557: * src/types/pa_vclass.C: allow override parent variables, useful
19558: for form descendants
19559:
19560: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19561: overwritten in derived(table)
19562:
19563: * src/: classes/form.C, classes/mail.C, classes/op.C,
19564: classes/xnode.h, include/pa_request.h, main/execute.C,
19565: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19566: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19567: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19568: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19569: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19570: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19571: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19572: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19573: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19574: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19575: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19576: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19577: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19578: Value::get_element(..., bool looking_down) [needed to exclude
19579: endless recoursion]
19580:
19581: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19582: fix bug with put endless recoursion todo: check 'as'
19583:
19584: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19585: reorganized modules todo: fix bug with put endless recoursion
19586: todo: check 'as'
19587:
19588: * src/types/pa_vobject.h: checked: table fields can be overwritten
19589: in derived(table)
19590:
19591: * src/types/pa_vobject.h: derived classes can have fields of their
19592: own now
19593:
19594: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19595: fixed error message on using non-created table
19596:
19597: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19598: classes/op.C, classes/xnode.h, include/pa_request.h,
19599: main/compile.C, main/compile.tab.C, main/execute.C,
19600: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19601: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19602: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19603: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19604: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19605: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19606: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19607: types/pa_vresponse.C, types/pa_vresponse.h,
19608: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19609: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19610: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19611: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19612: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19613: looking down/up tree todo: fix error message on non-constructed
19614: parents
19615:
19616: 2002-08-12 paf
19617:
19618: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19619: derived OK
19620:
19621: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19622: thorough testing
19623:
19624: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19625: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19626: types/pa_vobject.h, types/pa_vstateless_class.h,
19627: types/pa_vstateless_object.h, types/pa_wcontext.h,
19628: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19629: ^base:create[] dynamic call rewritten todo: thorough testing
19630:
19631: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19632: now instantates base class, remembers it and saves child in
19633: parent VObject.get_class now returns last child = downward
19634: virtual calls OK
19635:
19636: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19637: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19638: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19639: types/pa_vobject.h, types/pa_vresponse.h,
19640: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19641: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19642: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19643: VAliased [redundant], moved $CLASS to VObject only [parser class
19644: instance]
19645:
19646: * src/main/pa_request.C: $response:body[file] content-type check
19647: fixed [were bad when content-type is hash]
19648:
19649: 2002-08-09 paf
19650:
19651: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19652: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19653:
19654: 2002-08-08 paf
19655:
1.211 moko 19656: * operators.ru.txt, operators.txt, src/classes/date.C,
19657: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19658: month calendar [week year]
1.95 moko 19659:
19660: * src/main/execute.C: error reporting on object writes to MAIN
19661: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19662:
1.211 moko 19663: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19664: $date.yearday $date.daylightsaving
1.95 moko 19665:
19666: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19667: use tainted data now. only she must specify the language.
19668:
19669: ^mail:send[ $.from[paf@mail.design.ru]
19670: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19671: $.text[^taint[uri][ìîñêâà]=] ]
19672:
19673: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19674: now prints more precise origin
19675:
19676: * src/include/pa_string.h: String::first_char now not fails on
19677: empty strings ^if(-f '') now ok and in 3 other places.
19678:
1.211 moko 19679: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19680: src/main/pa_string.C: String::first_char now not fails on empty
19681: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19682:
19683: 2002-08-07 paf
19684:
19685: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19686: fixed
19687:
19688: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19689:
19690: * src/: main/execute.C, types/pa_vcode_frame.h,
19691: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19692: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19693: mistakenly not completely transparent to object writes.
19694: $hash[^if(1){$hash}] now works
19695:
1.211 moko 19696: * operators.ru.txt, operators.txt, src/classes/op.C:
19697: ^cache...{...^cache<<to past...} now erasing cache file [there
19698: were bad check on that]
1.95 moko 19699:
19700: * src/: classes/classes.dsp, classes/table.C,
19701: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19702: all Debug dirs in .dsp now named 'Debug'
19703:
1.116 moko 19704: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19705:
1.211 moko 19706: * operators.ru.txt, operators.txt, src/classes/mail.C:
19707: exception_type email.send
1.95 moko 19708:
1.211 moko 19709: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19710: exception_type email.format
1.95 moko 19711:
19712: * src/types/pa_vmail.C: mail:send empty email checked
19713:
19714: 2002-08-06 paf
19715:
1.211 moko 19716: * operators.ru.txt, operators.txt, src/classes/table.C,
19717: src/include/pa_array.h, src/include/pa_table.h,
19718: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19719: ^table::create[$source;$.options] ^table::join[$source;$.options]
19720:
1.211 moko 19721: * operators.ru.txt, operators.txt, src/classes/hash.C,
19722: src/classes/string.C, src/classes/table.C: sql options can be
19723: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19724:
19725: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19726:
19727: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19728: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19729: $file.content-type [instead of .mime-type] now works for
19730: file::stat also
19731:
19732: * src/main/pa_request.C: case insensitive mime_type_of
19733:
19734: 2002-08-05 paf
19735:
19736: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19737:
19738: * src/types/pa_vmail.C: file buffer relocated to parser heap
19739:
1.211 moko 19740: * operators.ru.txt, operators.txt: comment on date:calendar week
19741: column
1.95 moko 19742:
19743: * src/main/pa_common.C: write checked
19744:
19745: * src/main/: pa_common.C: write checked
19746:
19747: * src/classes/date.C: +1 buf size for stupid snprintfs
19748:
19749: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19750: month calendar week column [ISO 8601 Week Numbers]
19751:
19752: 2002-08-02 paf
19753:
19754: * src/: include/pa_config_fixed.h, main/pa_string.C,
19755: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19756: DEBUG*
19757:
19758: * configure, configure.in, src/include/pa_version.h: release
19759: 3_0_0005
19760:
19761: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19762: multipart post fixed
19763:
1.211 moko 19764: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19765: src/types/pa_vform.C: response transcoded source->client only
19766: when text/* or simple onoverridden $response:body
1.95 moko 19767:
19768: 2002-08-01 paf
19769:
19770: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19771: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19772: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19773: classes/op.C, classes/response.C, classes/string.C,
19774: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19775: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19776: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19777: include/pa_config_fixed.h, include/pa_dictionary.h,
19778: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19779: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19780: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19781: include/pa_socks.h, include/pa_sql_connection.h,
19782: include/pa_sql_driver_manager.h, include/pa_stack.h,
19783: include/pa_string.h, include/pa_stylesheet_connection.h,
19784: include/pa_stylesheet_manager.h, include/pa_table.h,
19785: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19786: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19787: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19788: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19789: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19790: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19791: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19792: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19793: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19794: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19795: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19796: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19797: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19798: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19799: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19800: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19801: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19802: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19803: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19804: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19805: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19806: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19807: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19808: types/pa_vmethod_frame.h, types/pa_vobject.h,
19809: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19810: types/pa_vresponse.h, types/pa_vstateless_class.C,
19811: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19812: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19813: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19814: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19815: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19816: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19817:
19818: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19819: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19820: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19821: classes/math.C, classes/op.C, classes/response.C,
19822: classes/string.C, classes/table.C, classes/void.C,
19823: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19824: include/pa_array.h, include/pa_cache_managers.h,
19825: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19826: include/pa_config_fixed.h, include/pa_config_includes.h,
19827: include/pa_dictionary.h, include/pa_dir.h,
19828: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19829: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19830: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19831: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19832: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19833: include/pa_stack.h, include/pa_string.h,
19834: include/pa_stylesheet_connection.h,
19835: include/pa_stylesheet_manager.h, include/pa_table.h,
19836: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19837: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19838: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19839: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19840: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19841: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19842: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19843: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19844: main/pa_sql_driver_manager.C, main/pa_string.C,
19845: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19846: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19847: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19848: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19849: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19850: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19851: targets/isapi/pool_storage.h, types/pa_valiased.C,
19852: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19853: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19854: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19855: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19856: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19857: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19858: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19859: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19860: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19861: types/pa_vresponse.C, types/pa_vresponse.h,
19862: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19863: types/pa_vstateless_object.h, types/pa_vstatus.C,
19864: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19865: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19866: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19867: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19868: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19869: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19870: types/Makefile.am: ident.C* removed
19871:
1.211 moko 19872: * operators.ru.txt, operators.txt, src/classes/file.C,
19873: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19874:
19875: * src/targets/cgi/parser3.C: usage to stdout now
19876:
19877: 2002-07-31 paf
19878:
19879: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19880:
19881: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19882: default "postmaster"
19883:
19884: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19885: -f postmaster now default sendmail key word "postmaster"
19886: replaced to $.from
19887:
19888: 2002-07-30 paf
19889:
1.116 moko 19890: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19891: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19892:
19893: * src/main/pa_charset.C: comment
19894:
19895: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19896: table, &#decimal;
19897:
19898: * src/main/pa_request.C: comment
19899:
19900: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19901: paragraf]
19902:
19903: 2002-07-11 paf
19904:
19905: * src/main/pa_exec.C: build command line badly added params twice
19906: [and first time without ' ']. double wrong. fixed.
19907:
19908: * src/main/pa_exec.C: invalid .exe caused error message with params
19909: wich parser did not provide = reported badly. fixed that.
19910:
19911: * src/classes/mail.C: $MAIL[ # xxx ]
19912:
19913: now ok
19914:
1.211 moko 19915: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19916:
19917: 2002-07-01 paf
19918:
19919: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19920: [MForm.configure_admin were called when request.main_class ==0
19921:
19922: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19923:
19924: * src/classes/form.C: content_length type fix
19925:
19926: 2002-06-30 paf
19927:
19928: * src/classes/mail.C: merged from 4
19929:
19930: * src/classes/mail.C: restored $MAIL
19931:
19932: 2002-06-28 paf
19933:
19934: * configure, configure.in: removed paths.h
19935:
1.116 moko 19936: * configure, src/include/pa_version.h,
1.95 moko 19937: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19938: merged, makes updated
19939:
1.211 moko 19940: * ChangeLog, configure, operators.ru.txt, operators.txt,
19941: src/classes/xdoc.C, src/include/pa_charset.h,
19942: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19943: src/include/pa_version.h, src/main/pa_charset.C,
19944: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19945: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19946: latest updates to head
1.95 moko 19947:
19948: 2002-06-27 paf
19949:
19950: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19951: not error now
19952:
1.211 moko 19953: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19954: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19955: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19956: ^xdoc::create[[uri]]... base uri for document being created,
19957: imports and other relative file names would be relative to this
19958: uri default uri=path_translated
19959:
19960: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19961:
19962: 2002-06-26 paf
19963:
19964: * configure, configure.in, src/include/pa_version.h:
19965: release_3_0_0004
19966:
19967: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19968: 0 now
19969:
19970: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19971:
19972: 2002-06-25 paf
19973:
19974: * src/main/pa_string.C: emtpy string, or string of whitespaces
19975: considered bad number now
19976:
1.211 moko 19977: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19978: ^xdoc.transform[xdoc <<can be now
1.95 moko 19979:
1.211 moko 19980: * operators.ru.txt, operators.txt, src/classes/string.C:
19981: ^string.normalize [old name: optimize
1.95 moko 19982:
19983: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19984: library configured
19985:
19986: * src/main/pa_request.C: configure_admin forced if no @conf
19987:
1.211 moko 19988: * operators.ru.txt, operators.txt, src/classes/math.C,
19989: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19990: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19991:
19992: 2002-06-24 paf
19993:
19994: * INSTALL: --with-static/shared-mailreceive described
19995:
19996: * src/include/pa_config_fixed.h: ssize_t fixed
19997:
1.116 moko 19998: * configure, configure.in, src/include/pa_config_auto.h.in,
19999: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20000: src/types/pa_vmail.C: $mail:received makes update
20001:
20002: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20003: WITH_MAILRECEIVE
20004:
20005: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20006:
20007: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20008: option, for $mail:receive
20009:
20010: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20011: introducting $message:received ^mail:send rewritten with backward
20012: comp
20013:
20014: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20015: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20016: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20017: now
20018:
1.211 moko 20019: * operators.ru.txt, operators.txt, src/classes/mail.C,
20020: src/include/Makefile.am, src/include/pa_charset.h,
20021: src/include/pa_config_fixed.h, src/include/pa_request.h,
20022: src/include/pa_string.h, src/include/pa_uue.h,
20023: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20024: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20025: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20026: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20027: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20028: uue to separate file introducting $message:received ^mail:send
20029: rewritten with backward comp
20030:
20031: 2002-06-21 paf
20032:
1.116 moko 20033: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20034: co changes
1.95 moko 20035:
1.116 moko 20036: * configure, configure.in, src/lib/md5/Makefile.am,
20037: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20038: restructure .in and .am files appropriate changes
1.95 moko 20039:
20040: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20041: pcre to libs/ added libs/md5 which is linked to non-apache
20042: targets ^math:crypt[password;$apr1$salt]
20043:
1.211 moko 20044: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20045: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20046: src/classes/classes.dsp, src/classes/math.C,
20047: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20048: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20049: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20050: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20051: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20052: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20053: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20054: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20055: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20056: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20057: src/lib/pcre/pcre_parser_ctype.dsp,
20058: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20059: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20060: src/main/compile.tab.C, src/main/main.dsp,
20061: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20062: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20063: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20064: to libs/ added libs/md5 which is linked to non-apache targets
20065: ^math:crypt[password;$apr1$salt]
20066:
20067: 2002-06-20 paf
20068:
1.211 moko 20069: * INSTALL, configure, configure.in, operators.ru.txt,
20070: operators.txt, src/classes/file.C, src/classes/op.C,
20071: src/doc/doxygen.cfg, src/include/pa_globals.h,
20072: src/include/pa_request.h, src/main/execute.C,
20073: src/main/pa_request.C, src/targets/cgi/parser3.C,
20074: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20075: marged latest HEAD updates, mainly file:justname&co &
20076: @auto/conf[filespec
1.95 moko 20077:
1.211 moko 20078: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20079: !^file:dirname[/a/some.tar.gz]=/a
20080: !^file:dirname[/a/b/]=/a
20081: !^file:basename[/a/some.tar.gz]=some.tar.gz
20082: !^file:justname[/a/some.tar.gz]=some.tar
20083: !^file:justext[/a/some.tar.gz]=gz
20084:
20085: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20086: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20087: @conf/auto[filespec]
20088:
1.116 moko 20089: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20090:
1.211 moko 20091: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20092: src/doc/doxygen.cfg, src/include/pa_globals.h,
20093: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20094: parser3.conf renamed to auto.p
1.95 moko 20095:
20096: 2002-06-18 paf
20097:
20098: * configure, configure.in, src/include/pa_version.h: version to
20099: configure.in
20100:
20101: * INSTALL: reflected .conf.dist dir change
20102:
1.150 moko 20103: * Makefile.am, configure, configure.in,
1.116 moko 20104: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20105: .in & *.am updated
20106:
20107: * src/classes/file.C: strncasecmp
20108:
20109: * src/classes/file.C: strcasecmp
20110:
1.150 moko 20111: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20112:
20113: * src/classes/file.C: ^file::exec[script;$.bad error case
20114: insensitive check now
20115:
20116: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20117:
20118: * configure, configure.in, src/include/pa_pool.h,
20119: src/include/pa_types.h: pack configure.in detection simplified.
20120: figured out that gcc on sparc not that stupid as thought
20121: previously: on sparc: when it sees packed class it modifies it's
20122: field-access-code to byte operations [stb, ldub] instead of 4byte
20123: operations [st, lduh] so packed must be all parts of packed
20124: class, i.e. it's parents&fields(classes). for now it's only
20125: String that packed and what was wrong is that it's parent -
20126: Pooled, were not packed. fixed that.
20127:
20128: 2002-06-14 paf
20129:
1.211 moko 20130: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20131:
1.211 moko 20132: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20133: attribute_node.name/value xnode pi.node.data
20134:
20135: 2002-06-12 paf
20136:
1.116 moko 20137: * configure, configure.in, src/targets/cgi/Makefile.am,
20138: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20139:
1.211 moko 20140: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20141: etc/Makefile.am, src/include/pa_globals.h,
20142: src/include/pa_request.h, src/main/compile.tab.C,
20143: src/main/pa_globals.C, src/main/pa_request.C,
20144: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20145: parser3.conf now one and only
1.95 moko 20146:
20147: * src/classes/mail.C: sendmail -ti [default now]
20148:
20149: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20150: to be strings. for convinient #ing
20151:
20152: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20153: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20154:
20155: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20156: main/pa_globals.C, main/pa_request.C: @conf
20157:
20158: 2002-06-11 paf
20159:
20160: * src/classes/file.C: check simplified
20161:
20162: * src/: classes/file.C, targets/cgi/parser3.dsp,
20163: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20164: valid prefix
20165:
20166: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20167: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20168: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20169:
20170: 2002-06-10 paf
20171:
1.211 moko 20172: * operators.ru.txt, operators.txt, src/classes/op.C,
20173: src/include/pa_common.h, src/main/pa_common.C: lock failures
20174: reported now
1.95 moko 20175:
20176: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20177: string->double @ compile time were not-enough-checking...
20178:
20179: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20180: autoconvert now ignored
20181:
20182: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20183: check
20184:
20185: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20186: $response:body content-type:name
20187:
20188: * configure, configure.in: hpux check, nsl link, no socket
20189:
1.211 moko 20190: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20191:
20192: * configure, configure.in: pack even address access on sparc&co
20193: arch checked in configure
20194:
20195: * configure, src/include/pa_version.h: makes
20196:
20197: * configure, configure.in, src/include/pa_version.h: makes
20198:
20199: * src/main/untaint.C: (bug#2) mail subject got always prepended
20200: with charset even when all letters were 7bit one
20201:
20202: * src/main/pa_common.C: merged fixed -d (bug)
20203:
20204: * src/main/pa_common.C: fixed -d (bug)
20205:
20206: 2002-06-03 paf
20207:
1.211 moko 20208: * ChangeLog, operators.ru.txt, operators.txt,
20209: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20210: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20211: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20212: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20213: .dsp-s along with reorganized cvs modules dirs structure
20214:
20215: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20216: main/pa_globals.C, targets/cgi/parser3.dsp,
20217: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20218: modules
20219:
20220: 2002-05-28 paf
20221:
20222: * src/targets/cgi/parser3.C: info.uri now ""
20223:
20224: 2002-05-17 paf
20225:
20226: * src/classes/: table.C: ^table.save << checked empty
20227: pre/match/post columns
20228:
20229: 2002-05-16 paf
20230:
20231: * src/classes/image.C: image::measure can png now
20232:
20233: 2002-05-15 paf
20234:
1.211 moko 20235: * operators.ru.txt, operators.txt, src/classes/date.C:
20236: ^date::create[%H:%M[:%S]] added
1.95 moko 20237:
20238: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20239:
1.211 moko 20240: * operators.ru.txt, operators.txt, src/classes/date.C:
20241: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20242:
20243: 2002-05-14 paf
20244:
20245: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20246:
20247: 2002-05-07 paf
20248:
20249: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20250: src/include/pa_globals.h, src/include/pa_request.h,
20251: src/include/pa_table.h, src/main/compile.tab.C,
20252: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20253: src/main/pa_request.C, src/main/pa_table.C,
20254: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20255: src/targets/isapi/parser3isapi.dsp,
20256: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20257: name2number field now &. main_method_name now on Request pool
20258: rather on global_pool [Junction+VJunction created on same pool as
20259: name = were created on global pool, causing mem leaks]
20260:
20261: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20262: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20263: main/compile.y, main/main.dsp, main/pa_globals.C,
20264: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20265: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20266: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20267: field now &. main_method_name now on Request pool rather on
20268: global_pool [Junction+VJunction created on same pool as name =
20269: were created on global pool, causing mem leaks]
20270:
20271: 2002-05-06 paf
20272:
20273: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20274: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20275: 100*40 bytes per request memory leak [nonpool malloc in globals]
20276:
20277: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20278: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20279: 100*40 bytes per request memory leak [nonpool malloc in globals]
20280:
20281: 2002-04-30 paf
20282:
20283: * configure, src/include/pa_version.h: version now not b
20284:
20285: * src/targets/cgi/parser3.C: request.uri now never 0
20286:
20287: 2002-04-29 paf
20288:
20289: * configure.in: removed b
20290:
20291: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20292: Exception::comment/type checked in (), no there's no empty
20293: type/comment by default
20294:
20295: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20296: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20297: src/doc/value.dox, src/include/pa_exception.h,
20298: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20299: 0001
20300:
20301: 2002-04-26 paf
20302:
20303: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20304: size reduced
20305:
20306: 2002-04-25 paf
20307:
20308: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20309: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20310: now that took into account
20311:
1.211 moko 20312: * operators.ru.txt, operators.txt, src/classes/date.C:
20313: ^date::create[2002-12-33 01:03:04]
1.95 moko 20314:
1.211 moko 20315: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20316: ^date::create[2002-12-33 01:03:04]
20317:
20318: * ChangeLog: updated changelog
20319:
20320: * src/classes/table.C: removed restriction on column count to
20321: ^table.hash to work, now must be >0 [were >1]
20322:
20323: 2002-04-24 paf
20324:
20325: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20326: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20327: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20328: targets
20329:
20330: 2002-04-23 paf
20331:
1.211 moko 20332: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20333: int/double/string:sql{}[$.default{code}] fixed [were barking:
20334: "junction used outside of context"]
20335:
20336: 2002-04-22 paf
20337:
20338: * types.txt, src/classes/string.C, src/include/pa_string.h,
20339: src/main/pa_string.C, src/types/pa_vstring.C,
20340: src/types/pa_vstring.h: ^string.optimize[]
20341:
20342: * src/: include/pa_globals.h, include/pa_table.h,
20343: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20344: table template
20345:
20346: * src/classes/: string.C: optimize removed from string
20347: .left/right/pos
20348:
20349: * src/main/execute.C: rolled back to
20350: before_killing_userjunction_contexts
20351:
20352: * src/main/execute.C: user junctions context killed
20353:
20354: * src/main/execute.C: junctions to local contexts got
20355: cleanized&checked later
20356:
20357: 2002-04-19 paf
20358:
20359: * src/: classes/string.C, include/pa_request.h,
20360: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20361: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20362: prior to .left .right .mid .pos .match when that is profitable,
20363: and always before .replace when $ORIGINS(1) optimization disabled
20364: economy from not wasting mem on lots of strings which occur by
20365: lots of String:mid calls to get parts of source string between
20366: found_occurances
20367:
20368: * src/classes/file.C: ovector now local economy: 16 bytes per
20369: ^file:list
20370:
20371: * src/: include/pa_globals.h, include/pa_table.h,
20372: main/pa_globals.C, main/pa_string.C: String::match table columns
20373: globalized, not created @ each ^match anymore economy:
20374: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20375:
20376: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20377: removed from each String::match replace iteration, and made
20378: stacked sizeof(VTable)=12bytes economy on each replace code
20379:
20380: * src/doc/footer.htm: 2001,
20381:
20382: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20383: string.match[]['] option enables generation of $match.prematch
20384: .match .postmatch columns
20385:
20386: * src/main/pa_string.C: String::match options analized without
20387: cstr-ing them now
20388:
20389: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20390: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20391: config updated to doxygen 1.2.15, created helper which fixes
20392: minor bugs in chm project files & htm tree. changed extension to
20393: .htm
20394:
20395: 2002-04-18 paf
20396:
20397: * src/doc/doxygen.cfg: .chi generation disabled
20398:
20399: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20400: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20401: fields&methods
20402:
20403: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20404: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20405: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20406: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20407: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20408: types/pa_vresponse.h, types/pa_vstateless_class.h,
20409: types/pa_vstateless_object.h, types/pa_vstatus.h,
20410: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20411: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20412: VStateless_class to VObject
20413:
20414: * src/: main/pa_request.C, types/pa_valiased.h,
20415: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20416: types/pa_vstring.h: VStateless_string_object speicalized light
20417: version of VStateless_object
20418:
20419: * src/classes/op.C: ^throw comment param made optional
20420:
20421: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20422: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20423: and implemented down in VClass, fclass_alias removed,
20424:
20425: * src/types/pa_value.C: forced to cut that from .h because of
20426: VStateless_class usage [undefined in .h]
20427:
20428: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20429: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20430: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20431: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20432: on each CALL]
20433:
20434: * src/: classes/classes.h, classes/date.C, classes/double.C,
20435: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20436: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20437: classes/response.C, classes/string.C, classes/table.C,
20438: classes/void.C, classes/xnode.C, include/pa_globals.h,
20439: include/pa_request.h, main/execute.C, main/pa_globals.C,
20440: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20441: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20442: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20443: types/pa_vstateless_class.h, types/pa_wcontext.C,
20444: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20445: removed Value::fname
20446:
20447: 2002-04-17 paf
20448:
20449: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20450: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20451: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20452: include/pa_pool.h, include/pa_types.h: dox updated to current
20453: state, PTHROW freshen to throw & co
20454:
20455: * src/types/pa_vhash.h: vstring wrong parent fixed
20456:
20457: * src/classes/op.C: taint local result var bug fixed
20458:
20459: 2002-04-16 paf
20460:
20461: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20462: Attic asm.txt as most interesting
20463:
20464: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20465: check, preventing content-length: 0 from appearing
20466:
20467: * src/main/execute.C: $result in @main now taken into account as in
20468: usual functions
20469:
20470: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20471: & @unhandled_exception now taken into account as in usual
20472: functions
20473:
20474: * src/doc/postbuild.txt: instructions on post .html build
20475:
20476: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20477:
20478: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20479: tainted
20480:
20481: * src/main/pa_request.C: uri in error log
20482:
20483: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20484: cheched date:create(days) param for validity [later were assumed
20485: valid and crashed on invalid onces]
20486:
20487: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20488: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20489: and used that for removing VString wrapper
20490:
20491: * src/classes/op.C: exception2vhash file now tainted
20492:
20493: * src/classes/op.C: _process pseudo origin copied from local var to
20494: heap
20495:
20496: * src/classes/op.C: extra check on empty file in origin in _execute
20497:
20498: 2002-04-15 paf
20499:
20500: * src/: main/execute.C, types/pa_value.h: fixed name update
20501:
20502: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20503: functions
20504:
20505: * src/: classes/file.C, classes/hash.C, classes/op.C,
20506: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20507: started dual write_xxx_lang functions, if checked & works
20508:
20509: * src/: classes/date.C, classes/file.C, classes/mail.C,
20510: classes/string.C, classes/xnode.C, include/pa_request.h,
20511: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20512: unnecessary VString shells
20513:
20514: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20515: prev changes]
20516:
20517: * src/: classes/image.C, classes/op.C, classes/string.C,
20518: classes/table.C, include/pa_request.h, main/execute.C,
20519: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20520: StringOrValue wcontext result, now ready for dual writes
20521:
20522: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20523: checked that
20524:
20525: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20526: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20527: changed to OP_WRITE_VALUE in var get cases
20528:
20529: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20530: include/pa_request.h, main/compile.tab.C, main/compile.y,
20531: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20532: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20533: switch in hash constructor fixed [were problems with using of
20534: stacked wwrapper after it's death]
20535:
20536: 2002-04-12 paf
20537:
1.211 moko 20538: * operators.ru.txt, operators.txt, src/classes/table.C:
20539: table.select(expression) 0
1.95 moko 20540:
20541: 2002-04-11 paf
20542:
20543: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20544: Request::process_internal codeFrame & wwrapper stacked [not
20545: wasting heap anymore]
20546:
20547: 2002-04-10 paf
20548:
20549: * src/: classes/double.C, classes/file.C, classes/hash.C,
20550: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20551: classes/string.C, classes/table.C, classes/void.C,
20552: classes/xdoc.C, include/pa_request.h, main/execute.C,
20553: main/pa_string.C: killed Request::process() wrapping
20554: VString(String) in case we need only String
20555:
20556: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20557: killed 8 bytes from String.head
20558:
20559: 2002-04-09 paf
20560:
20561: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20562: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20563: local*/char b[...]; a=b; situations
20564:
1.211 moko 20565: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20566: made literal
1.95 moko 20567:
20568: * src/classes/xdoc.C: xslt params fixed
20569:
20570: * src/: main/pa_common.C, targets/cgi/parser3.C,
20571: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20572: not pool.malloc(MAX_NUMBER) but really neaded
20573:
1.211 moko 20574: * operators.ru.txt, operators.txt, src/classes/double.C,
20575: src/classes/int.C: int/double.int/double(default)
1.95 moko 20576:
20577: 2002-04-04 paf
20578:
20579: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20580: [when reconstructing pieces were split by
20581: max_integral(piece.size), thus some strings to replace happen to
20582: be split into two = not replaced)
20583:
20584: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20585: standalone version = current dir
20586:
20587: * src/targets/cgi/parser3.C: document root in standalone version =
20588: current dir
20589:
20590: 2002-04-03 paf
20591:
20592: * configure, configure.in: more checks on nonexistent charset
20593:
1.116 moko 20594: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20595:
20596: 2002-04-02 paf
20597:
20598: * src/main/compile.C: parser.compile [exception name more like in
20599: doc]
20600:
20601: 2002-04-01 paf
20602:
20603: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20604: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20605: .content-type.charset, not .charset
20606:
20607: 2002-03-29 paf
20608:
20609: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20610:
1.211 moko 20611: * operators.ru.txt, operators.txt, src/classes/date.C:
20612: ^date::create now may not supply day, default 1. checked 29.03
20613: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20614:
20615: 2002-03-28 paf
20616:
1.211 moko 20617: * operators.ru.txt, operators.txt, src/classes/date.C,
20618: src/classes/op.C, src/include/pa_globals.h,
20619: src/include/pa_hash.h, src/main/pa_globals.C,
20620: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20621: ^cache[date] }
1.95 moko 20622:
20623: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20624: param
20625:
20626: 2002-03-27 paf
20627:
1.211 moko 20628: * operators.ru.txt, operators.txt, src/classes/date.C,
20629: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20630: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20631: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20632: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20633: src/classes/xdoc.C, src/classes/xnode.C,
20634: src/include/pa_exception.h, src/include/pa_request.h,
20635: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20636: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20637: src/main/pa_array.C, src/main/pa_charset.C,
20638: src/main/pa_charsets.C, src/main/pa_common.C,
20639: src/main/pa_dictionary.C, src/main/pa_exception.C,
20640: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20641: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20642: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20643: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20644: src/types/pa_value.h, src/types/pa_vcookie.C,
20645: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20646: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20647: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20648: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20649: src/types/pa_wwrapper.h: assigned exception types
20650:
1.211 moko 20651: * operators.ru.txt, operators.txt, src/classes/op.C,
20652: src/include/pa_config_fixed.h, src/include/pa_request.h,
20653: src/main/execute.C, src/main/pa_request.C: decided agains
20654: resetting exception_trace, just changed name
1.95 moko 20655:
20656: 2002-03-26 paf
20657:
20658: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20659: fixed
20660:
20661: * src/classes/op.C: forced language of $source field of exception
20662: to 'tainted', so that sql-langed-frags could be outputed outside
20663: of connect
20664:
1.211 moko 20665: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20666: offset
1.95 moko 20667:
20668: * src/classes/date.C: removed date.roll limit of +-1 offset
20669:
1.211 moko 20670: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20671: roll on daylightsaving days mktime took into account tm_isdst
20672: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20673:
20674: 2002-03-25 paf
20675:
1.211 moko 20676: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20677: http_site_config_filespec
20678:
20679: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20680: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20681: with any/both --disable-foreign-group-files --disable-execs
20682:
20683: * INSTALL: "--with=sendmail=COMMAND" comment
20684:
20685: * INSTALL, configure, configure.in, src/classes/mail.C,
20686: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20687: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20688: disables execs also. introducing --sendmail
1.95 moko 20689:
1.211 moko 20690: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20691:
20692: * INSTALL: comment on --disable-link-stdcpp
20693:
1.116 moko 20694: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20695: libstdc++ link skipping configure option
1.95 moko 20696:
20697: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20698: with error were put to cache with 'marked_to_rollback' flag, all
20699: consequent even OK requests rolled back
20700:
20701: 2002-03-22 paf
20702:
20703: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20704: false return
20705:
1.211 moko 20706: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20707:
20708: 2002-03-18 paf
20709:
1.211 moko 20710: * operators.ru.txt, operators.txt, src/classes/op.C,
20711: src/include/pa_exception.h, src/include/pa_globals.h,
20712: src/include/pa_request.h, src/include/pa_stack.h,
20713: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20714:
20715: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20716: types/pa_vdouble.h: removed some tested @tests
20717:
20718: 2002-03-15 paf
20719:
1.211 moko 20720: * operators.ru.txt, operators.txt, src/classes/table.C:
20721: ^table.locate(logical expr)
1.95 moko 20722:
20723: 2002-03-13 paf
20724:
20725: * src/main/pa_exception.C: checked not-pooled malloc
20726:
20727: 2002-03-11 paf
20728:
20729: * INSTALL, configure, configure.in,
20730: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20731:
20732: * src/main/pa_common.C: --disable-foreign-group-files
20733:
20734: * INSTALL: --disable-execs
20735:
20736: * src/main/pa_exec.C: --disable-execs
20737:
20738: * configure, configure.in, src/include/pa_config_auto.h.in:
20739: --disable-execs
20740:
20741: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20742:
20743: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20744: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20745:
20746: 2002-03-05 paf
20747:
1.211 moko 20748: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20749: calendar columns named
1.95 moko 20750:
1.211 moko 20751: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20752: calendar columns named
1.95 moko 20753:
20754: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20755: requires headers to be terminated with \r\n manually [refuses to
20756: separate header/body itself]
20757:
20758: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20759: targets/isapi/parser3isapi.C: isapi site config beside .dll
20760:
20761: 2002-03-04 paf
20762:
20763: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20764: in PASS language
20765:
20766: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20767: deserialize checks on broken file
20768:
20769: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20770: parser3isapi.dsp: isapi updated
20771:
20772: 2002-03-01 paf
20773:
20774: * src/main/pa_exec.C: execle -> execve, now argc OK
20775:
20776: 2002-02-28 paf
20777:
20778: * src/main/untaint.C: removed some debug comments
20779:
20780: * src/main/pa_charsets.C: when placing charset to cache using
20781: global name now [were request]
20782:
20783: * configure, configure.in: apache module updated
20784:
20785: * src/main/pa_string.C: origin by first piece preferred before last
20786: piece
20787:
20788: 2002-02-27 paf
20789:
20790: * src/main/pa_charset.C: size_t
20791:
20792: * INSTALL: shared/static-xml with-pathlink
20793:
1.211 moko 20794: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20795:
20796: 2002-02-26 paf
20797:
20798: * src/main/pa_exec.C: more precise names for vars, cosmetic
20799:
20800: * src/classes/xnode.C: in some situation, xpath query returned
20801: result with type NODESET, but empty nodeset member field, checked
20802: that
20803:
20804: 2002-02-22 paf
20805:
20806: * INSTALL: without-zlib comment
20807:
20808: * etc/parser3.charsets/windows-1251.cfg: °
20809:
20810: * configure, configure.in: glib###.a detection fixed
20811:
20812: * INSTALL: hashfile removed from INSTALL
20813:
1.116 moko 20814: * Makefile.am: make update
1.95 moko 20815:
20816: * src/main/pa_string.C: string iterators fixed again, so were
20817: String::join_chain
20818:
20819: * src/main/pa_string.C: string iterators fixed again, so were
20820: String::join_chain
20821:
20822: * src/: include/pa_string.h, main/pa_string.C: string iterators
20823: fixed again, so were String::join_chain
20824:
20825: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20826:
1.211 moko 20827: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20828: "expires=0" = "session"
1.95 moko 20829:
1.116 moko 20830: * configure, configure.in, src/include/pa_config_auto.h.in:
20831: --with-shared-xml --with-static-xml
1.95 moko 20832:
20833: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20834: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20835: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20836: xalan&xml
20837:
20838: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20839:
1.211 moko 20840: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20841: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20842: from sources for now
1.95 moko 20843:
1.116 moko 20844: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20845: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20846: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20847: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20848: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20849: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20850: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20851: src/types/Makefile.am, src/types/pa_vhashfile.C,
20852: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20853:
20854: 2002-02-21 paf
20855:
20856: * src/main/untaint.C: removed debug code, activated commented-for
20857: debug parts
20858:
1.116 moko 20859: * Makefile.am: make cvsupdate
1.95 moko 20860:
20861: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20862: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20863: append_row, not at link zero now string to string appending works
20864:
20865: 2002-02-20 paf
20866:
20867: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20868: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20869: DEBUG_STRING_APPENDS_VS_EXPANDS
20870:
20871: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20872: economy: 22%
20873:
20874: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20875: space uptimized: string::link_row removed
20876:
20877: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20878: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20879: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20880: types/pa_vstring.h: speed uptimized: string::is_empty
20881:
1.211 moko 20882: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20883: src/include/pa_config_fixed.h, src/include/pa_string.h,
20884: src/include/pa_types.h, src/main/compile.tab.C,
20885: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20886: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20887: string append optimiziation idea and estimates
20888:
20889: 2002-02-19 paf
20890:
20891: * src/classes/math.C: not used directly [but erroreously reported
20892: that 'is', thus registering twice&other probs]
20893:
20894: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20895: to node [element]
20896:
20897: * src/main/compile.C: without string_origins parse error
20898: file+line+col possible
20899:
20900: * src/main/: compile.C: without string_origins not worked
20901:
20902: 2002-02-18 paf
20903:
20904: * src/types/pa_vdouble.h: since we have in_expression removed that
20905: trick i've installed into double::as_string
20906:
20907: * src/main/pa_globals.C: extern "C" was removed too fast
20908:
20909: * src/: include/pa_opcode.h, include/pa_request.h,
20910: main/compile.tab.C, main/compile.y, main/execute.C,
20911: types/pa_wcontext.h: in_expression aimed to solve old problem
20912: with string/nonstring values, now in expressions double/int
20913: values are passed as-is, without stupid tostring/fromstring
20914: conversions
20915:
20916: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20917: __cplusplus } #endif
20918:
20919: * src/main/compile.tab.C: bison env set so one could compile
20920: without cygwin installed
20921:
20922: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20923: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20924: gnome xml libs parser .dsp-s changed accordingly
20925:
1.211 moko 20926: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20927: PARSER_ROOT_CONFIG
1.95 moko 20928:
1.211 moko 20929: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20930: [were date::set, with backward comp
1.95 moko 20931:
20932: * src/classes/math.C: math:random range check fixed
20933:
20934: * src/main/: compile.tab.C, compile.y: integer division stops name
20935:
20936: * INSTALL: local install comment
20937:
1.116 moko 20938: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20939:
1.116 moko 20940: * acinclude.m4, aclocal.m4, configure, configure.in,
20941: src/include/pa_config_auto.h.in,
20942: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20943: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20944:
1.211 moko 20945: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20946:
20947: 2002-02-13 paf
20948:
20949: * src/include/pa_config_includes.h: sys/time time both included
20950: now. vaguely remember confilicts on this on some system [not on
20951: six|ablv] so when would see them again would think up proper
20952: check
20953:
1.116 moko 20954: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20955: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20956:
20957: * src/main/pa_common.C: truncation never occured when writing files
20958: on unix [since i've changed cache mech] fix
20959:
20960: * src/main/pa_common.C: strnchr: sanity check added
20961:
20962: * etc/parser3.charsets/windows-1257.cfg: id added
20963:
20964: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20965: baltic charset file generated, in generation script ispunct check
20966: added
20967:
20968: 2002-02-08 paf
20969:
1.116 moko 20970: * src/: include/Makefile.am, sql/Makefile.am,
20971: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20972:
20973: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20974: forgotten
20975:
20976: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20977:
20978: * INSTALL, README: install&others updated
20979:
20980: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20981:
1.116 moko 20982: * Makefile.am, configure, configure.in,
20983: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20984: src/classes/Makefile.am, src/main/Makefile.am,
20985: src/main/pa_status_provider.C, src/targets/Makefile.am,
20986: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20987: works
1.95 moko 20988:
20989: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20990: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20991: classes/hashfile.C, classes/int.C, classes/mail.C,
20992: classes/math.C, classes/op.C, classes/response.C,
20993: classes/string.C, classes/table.C, classes/void.C,
20994: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20995: include/pa_array.h, include/pa_cache_managers.h,
20996: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20997: include/pa_config_fixed.h, include/pa_config_includes.h,
20998: include/pa_db_connection.h, include/pa_db_manager.h,
20999: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21000: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21001: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21002: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21003: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21004: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21005: include/pa_stack.h, include/pa_string.h,
21006: include/pa_stylesheet_connection.h,
21007: include/pa_stylesheet_manager.h, include/pa_table.h,
21008: include/pa_threads.h, include/pa_types.h, main/compile.C,
21009: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21010: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21011: main/pa_db_connection.C, main/pa_db_manager.C,
21012: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21013: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21014: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21015: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21016: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21017: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21018: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21019: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21020: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21021: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21022: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21023: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21024: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21025: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21026: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21027: types/pa_vmethod_frame.h, types/pa_vobject.h,
21028: types/pa_vrequest.h, types/pa_vresponse.h,
21029: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21030: types/pa_vstateless_object.h, types/pa_vstatus.C,
21031: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21032: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21033: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21034: classes/image.C, main/pa_common.C, main/pa_exec.C,
21035: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21036: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21037: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21038: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21039: types/pa_vxnode.C, main/pa_charset.C: name spelling
21040:
21041: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21042: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21043: classes/hashfile.C, classes/image.C, classes/int.C,
21044: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21045: classes/string.C, classes/table.C, classes/void.C,
21046: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21047: include/pa_array.h, include/pa_cache_managers.h,
21048: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21049: include/pa_config_fixed.h, include/pa_config_includes.h,
21050: include/pa_db_connection.h, include/pa_db_manager.h,
21051: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21052: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21053: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21054: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21055: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21056: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21057: include/pa_stack.h, include/pa_string.h,
21058: include/pa_stylesheet_connection.h,
21059: include/pa_stylesheet_manager.h, include/pa_table.h,
21060: include/pa_threads.h, include/pa_types.h, main/compile.C,
21061: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21062: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21063: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21064: main/pa_db_connection.C, main/pa_db_manager.C,
21065: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21066: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21067: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21068: main/pa_socks.C, main/pa_sql_driver_manager.C,
21069: main/pa_status_provider.C, main/pa_string.C,
21070: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21071: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21072: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21073: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21074: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21075: targets/isapi/pool_storage.h, types/pa_valiased.C,
21076: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21077: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21078: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21079: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21080: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21081: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21082: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21083: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21084: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21085: types/pa_vresponse.h, types/pa_vstateless_class.C,
21086: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21087: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21088: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21089: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21090: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21091: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21092:
21093: 2002-02-07 paf
21094:
21095: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21096:
1.116 moko 21097: * configure, configure.in, src/include/pa_config_auto.h.in,
21098: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21099: added yet another locking function: fcntl
1.95 moko 21100:
21101: * config.sub: on cygwin configure passes it with strange i1586
21102: const, hacked it to mean i586
21103:
21104: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21105: disabled $if reference due to conflicts with local variables
21106:
1.211 moko 21107: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21108: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21109: xdoc::create, with both sences
21110:
21111: * operators.ru.txt, operators.txt, src/classes/table.C,
21112: src/include/pa_array.h, src/include/pa_table.h,
21113: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21114: 'set' name obsolete now table clone.
1.95 moko 21115:
1.211 moko 21116: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21117: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21118: ^int/double/string.format now can be called with normal []
21119: brackets, not stupid {} as it were implemented for some strange
21120: reason. retaining backward compatibility due to some
21121: already-implemented servers
21122:
21123: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21124: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21125: operators now detected by check at name_without_curly_rdive_read
21126: rule whether diving code constists only of
21127: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21128: with OP_GET_ELEMENT_OR_OPERATOR to form
21129: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21130:
21131: 2002-02-06 paf
21132:
21133: * configure, configure.in: prefix expanded, grr
21134:
1.211 moko 21135: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21136: config changed
1.95 moko 21137:
21138: 2002-02-05 paf
21139:
1.211 moko 21140: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21141:
21142: * src/main/: pa_exec.C: argv0 now correct
21143:
21144: * src/types/pa_vstatus.C: status:rusage 3
21145:
21146: * src/types/pa_vstatus.C: status:rusage 2
21147:
1.211 moko 21148: * operators.ru.txt, operators.txt: status:rusage described int
21149: operators
1.95 moko 21150:
21151: * src/types/pa_vstatus.C: status:rusage 1
21152:
21153: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21154: src/types/types.dsp: status:rusage
21155:
1.211 moko 21156: * configure.in, operators.ru.txt, operators.txt,
21157: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21158: src/include/pa_config_includes.h, src/main/compile.tab.C,
21159: src/main/pa_common.C: rewritten ^cache to use
21160: non-blocking-exclusive-caches
21161:
21162: * src/main/pa_common.C: text file read mode on win32 adjusted
21163: [speed impact. was off for debugging purpose, but forgotten
21164: afterwards]
21165:
21166: 2002-02-01 paf
21167:
21168: * src/classes/op.C: file_write does EX lock after create, while
21169: file_read does SH after open, so there's a moment after create
21170: but before EX lock when read can sneak into, and read
21171: just-created-for-writing-and-not-yet-locked file, added a check
21172: for that in ^cache...read
21173:
21174: 2002-01-31 paf
21175:
21176: * src/main/: compile.y, compile.tab.C: disabled operator call after
21177: ^xxx:
21178:
21179: * src/main/: compile.tab.C, execute.C: made operators lookup first
21180: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21181:
21182: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21183: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21184: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21185: operators check 6.1 rewritten. now check is done at compile time
21186:
21187: * src/main/execute.C: operators check 5 floated up old error of
21188: staying in 'entered class/object' state after $a($a..) it
21189: prevented operators from being called thereafter
21190:
21191: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21192: main/execute.C: operators check 4 floated up old error of staying
21193: in 'entered object' state after ^a.a(a) it prevented operators
21194: from being called thereafter
21195:
21196: * src/main/execute.C: operators check 3 floated up old error of
21197: staying in 'entered class' state after $a:a(a) it prevented
21198: operators from being called thereafter
21199:
21200: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21201: floated up old error of staying in 'entered class' state after
21202: $a:a[a] it prevented operators from being called thereafter
21203:
21204: * src/main/execute.C: operators check, thay mistakenly seen in
21205: $class:operator $object.operators contexts
21206:
21207: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21208: win32
21209:
1.116 moko 21210: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21211: src/classes/Makefile.am, src/main/Makefile.am,
21212: src/targets/cgi/Makefile.am,
1.95 moko 21213: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21214: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21215:
1.116 moko 21216: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21217: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21218: configure, configure.in, form.txt, ident.awk, install-sh,
21219: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21220: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21221: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21222: etc/parser3.charsets/koi8-r.cfg,
21223: etc/parser3.charsets/windows-1250.cfg,
21224: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21225: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21226: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21227: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21228: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21229: straightened installation scripts procedure made
21230: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21231: change
21232:
21233: 2002-01-30 paf
21234:
21235: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21236: removed] those comments were a mistake, and prevented libltdl
21237: from function properly
21238:
21239: 2002-01-29 paf
21240:
1.116 moko 21241: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21242: creation [modified acinclude.m4 which were creating int into just
21243: assignment LIBTOOL=../libtool] added default system
21244: config&charsetts prepared 'make install', now it installs
21245: targets/cgi/parser3 into bin directory etc/parser3.conf &
21246: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21247: $sysconfdir/parser3.charsets respectively
21248:
21249: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21250: main/pa_globals.C: few forgotten ifdef XML added
21251:
21252: 2002-01-28 paf
21253:
1.116 moko 21254: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21255: removed
21256:
21257: * src/main/pa_exception.C: dom|generic error output fix
21258:
21259: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21260:
21261: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21262:
21263: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21264: [fixed as_node helper func to accept docs]
21265:
21266: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21267: xdoc.importNode 0
21268:
21269: * src/classes/xdoc.C: xdoc::set now untaints OK
21270:
21271: 2002-01-25 paf
21272:
21273: * src/main/: compile.tab.C, compile.y: #comment before @ after
21274: @SPECIAL now works OK
21275:
21276: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21277:
21278: * src/main/pa_exec.C: max arg count now 10, and proper message on
21279: violation that added
21280:
21281: * src/classes/hash.C: unified hash::sql, now
21282: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21283:
21284: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21285: ^file:lock[filename]{code}
21286:
21287: * src/: classes/file.C, classes/op.C, classes/string.C,
21288: classes/table.C, classes/xdoc.C, include/pa_common.h,
21289: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21290: to some pa_common funcs
21291:
21292: * src/: include/pa_charset.h, main/pa_globals.C:
21293: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21294:
21295: * src/: include/pa_charset.h, main/pa_charset.C,
21296: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21297: not stupid illegal define
21298:
21299: 2002-01-24 paf
21300:
21301: * src/include/pa_version.h: changed version number
21302:
21303: * src/: classes/hashfile.C, include/pa_db_table.h,
21304: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21305: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21306: main/pa_db_connection.C, main/pa_db_table.C,
21307: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21308: hashfile without logfiles
21309:
21310: * src/: classes/hashfile.C, include/pa_db_table.h,
21311: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21312: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21313: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21314: DB_INIT_TXN init bits, thus got rid of huge log files, which
21315: cluttered disk without huge need]
21316:
21317: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21318: handy macro, which is strangly abscent in dome lib
21319:
21320: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21321:
21322: * src/classes/xdoc.C: checked empty response
21323:
21324: * src/classes/xnode.C: xdoc.select fixed context node [were always
21325: /, not self node]
21326:
21327: * src/classes/xnode.C: xnode.select returns array always now, in
21328: case 'nothing found' returns empty array
21329:
21330: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21331: be more tender with ctrl/c/v
21332:
21333: 2002-01-23 paf
21334:
21335: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21336: substituted. // 2. when dom tree with entites goes under
21337: transform text nodes // got [erroreosly] cut on first
21338: entity occurance
21339:
21340: * src/types/pa_vdouble.h: double prec. todo: get rid of
21341: twice-converting
21342:
21343: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21344: 'e' in output this is for regretful twice-converting here:
21345: $a(double value) when they write double falue they convert it to
21346: string first, thus %g were losing precesion.
21347:
21348: todo: think up some way to remove double->string string->double
21349: twice-converting
21350:
21351: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21352: %.20E now default float format this is for regretful
21353: twice-converting here: $a(double value) when they write double
21354: falue they convert it to string first, thus %g were losing
21355: precesion.
21356:
21357: todo: think up some way to remove double->string string->double
21358: twice-converting
21359:
21360: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21361: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21362: reasons in comment inside
21363:
21364: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21365: statically linked]
21366:
21367: * src/: include/pa_exception.h, main/compile.tab.C,
21368: main/pa_exception.C: removed exception va_list constructor. 1.
21369: not needed anymore 2. there were a conflict[causing errors]
21370: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21371: never detected an ambiguilty here, compiling ctor(, "hello") into
21372: ctor(, va_list) which, of course, caused gpf
21373:
21374: * src/main/pa_globals.C: removed debug xslt messages
21375:
21376: 2002-01-22 paf
21377:
21378: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21379: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21380: helps compiling stylesheet properly. example: this refused to
21381: work, <b>«<xsl:value-of select="@title"
21382: />»</b> stranly worked only this way:
21383: <b>«<xsl:value-of select="@title" />»</b>
21384:
21385: docs says "set it to 1", never going into details, so I decided
21386: to try NOT to do that
21387:
21388: * src/classes/table.C: join behaived badly in case named tables
21389: structure mismatched: 0 strings sneaked into dest failing
21390: afterwards. replaced them with empty strings
21391:
21392: 2002-01-21 paf
21393:
21394: * src/main/pa_charset.C: checked empty transcoders in
21395: transcode_cstr|buf
21396:
21397: * src/classes/xdoc.C: xdoc::load error source = filespec
21398:
21399: * src/classes/xdoc.C: transform error source now
21400: stylesheet_filespec
21401:
1.116 moko 21402: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21403: include/pa_stylesheet_connection.h, main/pa_charset.C,
21404: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21405: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21406: gnome
1.95 moko 21407:
21408: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21409: include/pa_globals.h, include/pa_stylesheet_connection.h,
21410: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21411: xslt generic error 1
21412:
21413: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21414: xml generic message 1
21415:
21416: * src/classes/table.C: ^table::load empty lines or #comments before
21417: headline
21418:
21419: * src/: include/pa_array.h, include/pa_globals.h,
21420: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21421: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21422: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21423: errors 0
21424:
21425: 2002-01-16 paf
21426:
21427: * src/: classes/hash.C, classes/op.C, classes/string.C,
21428: classes/table.C, classes/void.C, classes/xdoc.C,
21429: include/pa_db_connection.h, include/pa_request.h,
21430: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21431: include/pa_stylesheet_connection.h,
21432: include/pa_stylesheet_manager.h, main/pa_request.C,
21433: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21434: targets/cgi/pool_storage.h: auto closers to sql_connection,
21435: stylesheet_connection auto destroyers to remaining gnome objects
21436:
21437: * src/classes/xdoc.C: few comments
21438:
21439: 2002-01-15 paf
21440:
21441: * src/classes/xdoc.C: xdoc file save string
21442:
21443: ready. todo: error handling
21444:
21445: * src/classes/xdoc.C: xdoc save rewritten using
21446: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21447: result
21448:
21449: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21450: started output options parsing
21451:
21452: 2002-01-14 paf
21453:
21454: * src/classes/xdoc.C: method
21455:
21456: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21457: include/pa_pool.h, include/pa_stylesheet_connection.h,
21458: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21459: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21460: xslt transform0. TODO: use output options handle errors
21461:
21462: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21463:
21464: 2002-01-11 paf
21465:
21466: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21467: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21468: partial logical && || evaluation
21469:
21470: * src/classes/xnode.C: xpath selectNodes
21471:
21472: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21473: string/number/bool
21474:
21475: * src/classes/xnode.C: xpath selectNode 2
21476:
21477: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21478: xpath selectNode 1
21479:
21480: 2002-01-10 paf
21481:
21482: * src/classes/xnode.C: xpath selectNode -100 [just written]
21483:
21484: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21485: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21486: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21487: refcounter]
21488:
21489: 2001-12-29 paf
21490:
21491: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21492: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21493: glib works 0
21494:
21495: 2001-12-28 paf
21496:
21497: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21498: main/pa_exception.C: started glib transcoders
21499:
21500: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21501:
21502: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21503: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21504: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21505: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21506: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21507: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21508: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21509: libs just compiled in. no refcounting no xpath no xslt yet
21510:
21511: 2001-12-27 paf
21512:
21513: * src/: include/pa_charset.h, include/pa_common.h,
21514: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21515: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21516: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21517: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21518: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21519: from xalan&xerces, started the process. globals [initialization
21520: pool [charset update charset [transcodings vxnode vxdoc [DOM
21521: calls
21522:
21523: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21524: anymore
21525:
21526: 2001-12-26 paf
21527:
21528: * src/: include/pa_charset.h, include/pa_charsets.h,
21529: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21530: key globalized [bug]
21531:
21532: 2001-12-25 paf
21533:
21534: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21535: main/pa_string.C: table set & append changed splitting languages,
21536: separators now can be clean AND as-is same to mail command line
21537: $MAIN:MAIL.progX arguments
21538:
21539: 2001-12-24 paf
21540:
21541: * src/classes/mail.C: one parted text messages - no multipart
21542: mime-type anymore. for convinient if $.attach-ments
21543:
21544: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21545: main/pa_string.C: read from cache size check updated
21546:
21547: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21548:
21549: 2001-12-21 paf
21550:
21551: * src/classes/date.C: date:sql-string now returns localtime
21552:
21553: * src/main/pa_request.C: $result in @main actually not working, to
21554: hell with it for now
21555:
21556: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21557: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21558: @postprocess @exception
21559:
21560: * src/main/execute.C: junction evaluation canceled - endless
21561: recursion detected
21562:
21563: 2001-12-19 paf
21564:
21565: * src/main/pa_charset.C: charset->charset transcoding via unicode
21566: intermediate
21567:
21568: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21569:
21570: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21571:
21572: * src/classes/op.C: ^cache keypath now relative
21573:
21574: * src/classes/mail.C: changed weighting prior to sort
21575:
21576: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21577: were missing
21578:
21579: 2001-12-17 paf
21580:
21581: * src/main/pa_charset.C: ifndef XML were bad type
21582:
21583: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21584: outdated unset services_pool
21585:
21586: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21587: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21588: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21589:
21590: * src/main/untaint.C: allowed space in filespec
21591:
21592: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21593:
21594: * src/classes/image.C: no govno
21595:
21596: * src/classes/image.C: govno
21597:
21598: 2001-12-16 paf
21599:
21600: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21601:
21602: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21603: charset_connection&manager replaced by charset&charsets
21604:
21605: * src/main/pa_charset.C: name_cstr 0
21606:
21607: * src/main/untaint.C: uri lang now knows about client/source
21608: charsets
21609:
21610: * src/: classes/file.C, classes/math.C, classes/op.C,
21611: classes/string.C, classes/table.C, classes/xdoc.C,
21612: include/pa_array.h, include/pa_cache_managers.h,
21613: include/pa_charset_connection.h, include/pa_charset_manager.h,
21614: include/pa_common.h, include/pa_db_connection.h,
21615: include/pa_db_manager.h, include/pa_db_table.h,
21616: include/pa_dictionary.h, include/pa_exception.h,
21617: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21618: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21619: include/pa_sapi.h, include/pa_socks.h,
21620: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21621: include/pa_string.h, include/pa_stylesheet_connection.h,
21622: include/pa_stylesheet_manager.h, include/pa_table.h,
21623: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21624: main/pa_charset.C, main/pa_charset_connection.C,
21625: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21626: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21627: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21628: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21629: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21630: types/types.dsp: introducing Charset
21631:
21632: 2001-12-14 paf
21633:
21634: * src/: include/pa_request.h, include/pa_transcoder.h,
21635: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21636: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21637: uri lang
21638:
21639: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21640:
21641: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21642:
21643: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21644: defalts_name global
21645:
21646: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21647: include/pa_request.h, main/main.dsp,
21648: main/pa_charset_connection.C, main/pa_charset_manager.C,
21649: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21650: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21651: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21652: changed charset model. now important: $request:charset
21653: $response:charset while $response:content-type.charset become
21654: unimportant [informational]
21655:
21656: 2001-12-13 paf
21657:
21658: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21659:
21660: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21661: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21662: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21663: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21664: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21665: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21666:
21667: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21668: auto_ptr part other way, because of stupid gcc 2.96
21669: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21670: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21671: FormatterListener] /usr/include/g++-3/memory:48:
21672: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21673: _Tp1 = FormatterListener, _Tp = FormatterListener]
21674:
21675: * src/classes/xdoc.C: removed extra inc
21676:
21677: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21678:
21679: * src/include/pa_types.h: msvc head debugging flag
21680:
21681: * src/classes/xdoc.C: freed up listener
21682:
21683: * src/classes/string.C: change msg '... code is not code'
21684:
21685: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21686: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21687: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21688: [past/future prob]
21689:
21690: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21691: include/pa_config_fixed.h, include/pa_db_manager.h,
21692: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21693: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21694:
21695: * src/: include/pa_config_fixed.h, main/pa_common.C,
21696: main/pa_string.C: removed signed mismatch warnings
21697:
21698: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21699: 'expires' from header outputs
21700:
21701: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21702: row ptr
21703:
21704: * src/classes/file.C: file::cgi bug, request_method were passed to
21705: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21706:
21707: * src/classes/xdoc.C: lang list updated
21708:
21709: 2001-12-10 paf
21710:
21711: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21712:
21713: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21714: erase files like that, knowing their full name introducing //
21715: theoretical problem with, for instance, "_2B" and "." fragments,
21716: // they would yield the same // because
21717: need_file_encode('_')=false // but we need to delete such files
21718: somehow, getting names from ^index
21719:
21720: * src/main/pa_string.C: ^string.replace bug fixed [bad
21721: string::join_chank break]
21722:
21723: 2001-12-07 paf
21724:
21725: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21726: include/pa_common.h, include/pa_config_auto.h.in,
21727: include/pa_config_fixed.h, include/pa_config_includes.h,
21728: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21729: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21730: types/pa_vhashfile.C: merged from r14_simple_cache
21731:
21732: * src/main/pa_string.C: stupid sparc architecture failed to access
21733: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21734: lduh [ %i2 + 1 ], %l0
21735:
21736: bus error, fixed that
21737:
21738: * src/main/pa_string.C: strange string deserialize bug on
21739: client[pmts], a bit shortened,
21740:
21741: * src/include/pa_config_auto.h.in: makes
21742:
21743: * src/: include/pa_common.h, include/pa_config_fixed.h,
21744: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21745: file write shared lock file read
21746:
21747: * src/: classes/op.C, include/pa_common.h,
21748: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21749:
21750: 2001-12-06 paf
21751:
21752: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21753: main/pa_request.C: #ifdef RESOURCES_DEBUG
21754:
21755: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21756: info
21757:
21758: * src/classes/hashfile.C: removed transaction from ^cache
21759:
21760: 2001-12-05 paf
21761:
21762: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21763: IIS5 there were a prob with illegal call check
21764:
21765: 2001-12-04 paf
21766:
21767: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21768: main/pa_request.C: measures to log
21769:
21770: 2001-11-23 paf
21771:
21772: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21773: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21774: types/pa_vhashfile.C: merged from _0014, 1
21775:
21776: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21777: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21778: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21779: ^cache(33) would change
21780:
21781: 0660 bits in file_write & hashfile create
21782:
21783: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21784: after pa_string optimization]
21785:
21786: 2001-11-22 paf
21787:
21788: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21789: table.offset[whence]
21790:
21791: * src/classes/op.C: process cstr(,connection)
21792:
21793: * src/classes/op.C: process now gets its body on current language,
21794: not as-is
21795:
21796: * src/main/untaint.C: ORIGINS mode removed UHTML
21797:
21798: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21799: bit
21800:
1.116 moko 21801: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21802:
21803: 2001-11-21 paf
21804:
21805: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21806: <xsl:output output options made identical to xsl:output
21807: attributes exclusion: cdata-section-elements what xalan can do
21808: but that not used now: it can escape and remove CDATA sections
21809:
21810: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21811: produced by xslt
21812:
21813: * src/targets/cgi/parser3.C: removed debug cgi||1
21814:
21815: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21816:
21817: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21818: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21819: default language for {code}, it happen to change it's language
21820: from CLEAN, so later refused to split by CLEAN \t
21821:
21822: 2001-11-20 paf
21823:
1.116 moko 21824: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21825: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21826: bottom of dependeces, so that errors would popup quicklier, fixed
21827: line numbering in table::sql
21828:
21829: 2001-11-19 paf
21830:
21831: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21832: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21833: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21834: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21835: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21836: at wcontext.write
21837:
1.116 moko 21838: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21839: _set_new_handler
21840:
1.116 moko 21841: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21842: set_new_handler in apache&isapi
1.95 moko 21843:
21844: 2001-11-16 paf
21845:
21846: * src/targets/cgi/parser3.C: pool debug @ die
21847:
21848: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21849: removed 8 bytes from String, 2 bytes from
21850: string::chunk::row::item
21851:
21852: * src/main/pa_string.C: removed 1+4 bytes from String
21853:
21854: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21855: types/pa_vstring.C: removed 1+4 bytes from String
21856:
21857: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21858: 0
21859:
21860: * src/: include/pa_globals.h, include/pa_string.h,
21861: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21862: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21863: targets/cgi/parser3.C: introducing estimating
21864: String::cstr_bufsize, 0
21865:
21866: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21867:
21868: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21869:
21870: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21871: include/pa_pool.h: die in pool::fail
21872:
21873: 2001-11-15 paf
21874:
21875: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21876: main/pa_exception.C, targets/cgi/parser3.C: exception with
21877: dynamic buffer re-back now with counter
21878:
21879: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21880: static buffer back
21881:
21882: * src/targets/cgi/parser3.C: std::
21883:
21884: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21885: include/pa_config_includes.h: setnewhandler check
21886:
1.116 moko 21887: * src/include/pa_config_auto.h.in: makes
1.95 moko 21888:
21889: * src/targets/cgi/parser3.C: set_new_handler started
21890:
21891: 2001-11-14 paf
21892:
21893: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21894: was wrong
21895:
21896: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21897: was wrong
21898:
21899: * src/main/pa_request.C: z
21900:
21901: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21902: full returns win32 -1 solaris >buffer_size
21903:
21904: checked all that
21905:
21906: * src/classes/op.C: ^untaint{body} as-is default now
21907:
21908: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21909: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21910: with no_bad_constructors_try
21911:
21912: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21913: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21914: this: $bred[^string::length[]] $bred[^response::clear[]]
21915: $bred[^int::int[]]
21916:
21917: now VObject creation moved into overriden
21918: VClass::create_new_value, thus 0 from create_new_value means that
21919: class has no ctors
21920:
21921: 2001-11-13 paf
21922:
21923: * src/classes/classes.C: returned accedently removed if in foreach
21924: callbacks [when hash no-0-restructure]
21925:
21926: 2001-11-12 paf
21927:
21928: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21929: passed as-is to method, xalan makes & into & itself
21930:
21931: * src/classes/date.C: date.roll parser2 alg used
21932:
21933: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21934: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21935: main/pa_dictionary.C, main/pa_hash.C,
21936: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21937: now does not containt 0 values. put 0 actullay removes. no check
21938: on 0 value in foreach now required
21939:
21940: 2001-11-11 paf
21941:
21942: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21943:
21944: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21945:
21946: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21947: driver initialize not const
21948:
21949: 2001-11-10 paf
21950:
21951: * src/main/pa_exec.C: doc
21952:
21953: 2001-11-09 paf
21954:
21955: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21956: param properly
21957:
21958: * src/classes/string.C: string.save now does untainting before
21959: saving
21960:
21961: * src/main/pa_common.C: line endings fixing fixed last piece[was
21962: still cstr oriented]
21963:
21964: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21965: line endings fixing got rid of cstr, now must work ok with post
21966: multipart
21967:
21968: * src/types/pa_vform.C: line endings fixed at post / multipart /
21969: not file also now
21970:
21971: 2001-11-08 paf
21972:
21973: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21974: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21975: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21976: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21977: main/pa_stylesheet_manager.C: restructured Cache manager to be
21978: simple parent, not second parent [gcc 2.96 strangly refused to
21979: call virtual from second parent]
21980:
1.116 moko 21981: * src/: include/pa_common.h, main/Makefile.am,
21982: targets/cgi/pa_pool.C: makes
1.95 moko 21983:
21984: * src/: include/pa_request.h, main/pa_request.C,
21985: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21986: 'status' class enabler
21987:
21988: <Location /parser-status.html> ParserStatusAllowed </Location>
21989:
21990: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21991: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21992: include/pa_stylesheet_manager.h, main/main.dsp,
21993: main/pa_cache_managers.C, main/pa_charset_manager.C,
21994: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21995: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21996: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21997: todo: apache 'status' class enabler
21998:
21999: 2001-11-05 paf
22000:
22001: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22002: debug to normal
22003:
22004: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22005: hence i removed skipping 0 values in hash::for_each-es we need to
22006: check cleaned cache items manually. few more checks.
22007:
22008: expiring to 0 time was wrong, changed to 'now' time
22009:
22010: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22011: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22012: on apache already done :)
22013:
22014: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22015: skipping 0 values in hash::for_each-es we need to check cleaned
22016: cache items manually
22017:
22018: * src/main/: pa_db_connection.C, pa_db_table.C:
22019: parser_multithreaded check was wrong
22020:
22021: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22022: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22023: classes/hashfile.C, classes/image.C, classes/int.C,
22024: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22025: classes/string.C, classes/table.C, classes/void.C,
22026: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22027: include/pa_array.h, include/pa_charset_connection.h,
22028: include/pa_charset_manager.h, include/pa_common.h,
22029: include/pa_config_fixed.h, include/pa_config_includes.h,
22030: include/pa_db_connection.h, include/pa_db_manager.h,
22031: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22032: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22033: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22034: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22035: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22036: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22037: include/pa_stack.h, include/pa_string.h,
22038: include/pa_stylesheet_connection.h,
22039: include/pa_stylesheet_manager.h, include/pa_table.h,
22040: include/pa_threads.h, include/pa_types.h, main/compile.C,
22041: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22042: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22043: main/pa_charset_manager.C, main/pa_common.C,
22044: main/pa_db_connection.C, main/pa_db_manager.C,
22045: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22046: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22047: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22048: main/pa_socks.C, main/pa_sql_driver_manager.C,
22049: main/pa_status_provider.C, main/pa_string.C,
22050: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22051: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22052: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22053: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22054: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22055: targets/isapi/pool_storage.h, types/pa_valiased.C,
22056: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22057: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22058: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22059: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22060: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22061: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22062: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22063: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22064: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22065: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22066: types/pa_vstateless_object.h, types/pa_vstatus.h,
22067: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22068: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22069: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22070: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22071: $status:db fixed used not initialized in db_connection & db_table
22072:
22073: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22074: $status:charset
22075:
22076: * src/: classes/xdoc.C, include/pa_db_connection.h,
22077: include/pa_stylesheet_connection.h,
22078: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22079: types/pa_vstatus.h: $status:stylesheet
22080:
22081: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22082: include/pa_request.h, include/pa_sql_connection.h,
22083: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22084: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22085: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22086: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22087: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22088: types/pa_vxnode.C, types/types.dsp: started status parser class
22089:
22090: 2001-11-01 paf
22091:
22092: * src/include/pa_config_auto.h.in: makes
22093:
22094: * src/main/pa_hash.C: removed old extra include
22095:
22096: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22097: checks [for hp, there are such in math.h]
22098:
22099: * src/classes/op.C: ^for endless loop check strightened
22100:
22101: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22102: behavior in native calls. it left unchanged, so ^for ^foreach &
22103: co can use r.root to write their i & key,value there
22104:
22105: * src/classes/op.C: detected for var storage bug, fixed.
22106: todo:foreach
22107:
22108: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22109: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22110: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22111: changing of hash inside of foreach
22112:
22113: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22114: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22115: were hash.foreach
22116:
22117: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22118: types/pa_vstring.C, types/pa_vstring.h:
22119: ^foreach[key|value]{body}[[separator]|{separator}]
22120:
22121: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22122: types/pa_vcookie.C: ^hash.delete[key]
22123:
22124: 2001-10-31 paf
22125:
22126: * src/main/: compile.C, pa_common.C: completely empty file now
22127: considered "read", not ignored [not perfect trick used]
22128:
22129: * src/main/pa_common.C: simplier common ifdefs
22130:
22131: * src/main/pa_common.C: typing bug in common - bad ifdeff
22132:
22133: * src/main/pa_db_connection.C: z
22134:
22135: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22136: lockdetector flags
22137: dbenv.lk_detect=DB_LOCK_RANDOM;
22138:
22139: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22140: from accidental show [imagine user forgot @exception]
22141:
22142: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22143:
22144: * src/: classes/file.C, classes/image.C, classes/mail.C,
22145: classes/string.C, classes/xnode.C, include/pa_common.h,
22146: main/pa_common.C: ^string.save[[append;]path]
22147:
22148: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22149: main/execute.C: \ in expression: int divide 10/3=3
22150:
22151: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22152: inside of ^cache
22153:
22154: * src/: include/pa_threads.h, main/pa_db_connection.C,
22155: main/pa_db_table.C, targets/cgi/pa_threads.C,
22156: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22157: needed
22158:
22159: 2001-10-30 paf
22160:
22161: * src/: classes/classes.dsp, main/main.dsp,
22162: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22163: types/types.dsp: enabled debug incremental compile
22164:
22165: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22166: form post data line endings not reformatted now.
22167:
22168: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22169: now required [had bug when file= has no value]
22170:
22171: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22172: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22173: cstr(asis) default param removed
22174:
22175: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22176:
22177: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22178:
22179: * src/include/pa_dir.h: LOAD_DIR fixed
22180:
22181: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22182: was broken} fix_line_breaks
22183:
22184: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22185: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22186: packed with #pragma pack
22187:
1.116 moko 22188: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22189:
22190: 2001-10-29 paf
22191:
22192: * src/types/pa_wcontext.h: bitfield syntax stricter
22193:
22194: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22195: string hash.puts
22196:
22197: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22198:
22199: * src/include/pa_sql_connection.h: there were one wrong
22200: SQL_CONNECTION_FUNC_GUARDED [failed]
22201:
22202: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22203: param.someday either ifdef or remove it
22204:
22205: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22206:
22207: * src/main/untaint.C: optimizing returned after debugging
22208:
22209: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22210: main/untaint.C: memory hunging #pragma pack(1)
22211:
22212: 16 419 844 13 169 394
22213:
22214: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22215: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22216: places [todo:Array]
22217:
22218: * src/: main/execute.C, targets/cgi/pa_pool.C,
22219: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22220: types/pa_wwrapper.h: debugging memory WContext flags to bits
22221:
22222: total 5 652 652/158731 total 5 469 332/158731
22223:
22224: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22225: Array:: without cache in get/put now
22226:
22227: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22228: 18:25:27 2001] total 5 652 652/158731
22229:
22230: * src/: include/pa_string.h, main/pa_string.C,
22231: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22232: now
22233:
22234: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22235: 18:11:53 2001] total 5796092/158731
22236:
22237: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22238: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22239: key ref now
22240:
22241: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22242: 17:11:17 2001] total 16867948/202658
22243:
22244: * src/: classes/file.C, classes/image.C, classes/string.C,
22245: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22246: main/execute.C, main/pa_array.C, main/pa_common.C,
22247: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22248: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22249: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22250: string::as_int/double now usually uses stack, not heap [200K out
22251: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22252:
22253: * src/main/pa_sql_driver_manager.C: ping to have services [old
22254: hiding bug]
22255:
22256: * src/Makefile.am: .am order
22257:
22258: * src/: include/pa_array.h, include/pa_charset_manager.h,
22259: include/pa_db_connection.h, include/pa_db_manager.h,
22260: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22261: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22262: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22263: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22264: required "friend class"
22265:
22266: ../include/pa_request.h:51: friend declaration requires
22267: class-key, i.e. `friend class Temp_lang'
22268:
22269: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22270: main/pa_exception.C, main/pa_sql_driver_manager.C,
22271: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22272:
22273: the idea is to #1 jump to C++ some function to main body, where
22274: every function stack frame has exception unwind information and
22275: from there... #2 propagate_exception()
22276:
22277: 2001-10-28 paf
22278:
22279: * src/main/pa_db_connection.C: removed old consts
22280:
22281: * src/main/pa_db_connection.C: expire table [was accidently pasted
22282: with wrong type/cast]
22283:
22284: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22285: translation
22286:
1.116 moko 22287: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22288: remember to build DB2 with -fexceptions!!!
22289:
22290: * src/main/pa_db_table.C: DB_RMW defed
22291:
22292: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22293: include/pa_db_connection.h, include/pa_db_manager.h,
22294: include/pa_db_table.h, main/pa_db_connection.C,
22295: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22296:
22297: 2001-10-27 paf
22298:
22299: * src/: classes/hashfile.C, include/pa_db_connection.h,
22300: include/pa_db_table.h, main/pa_db_connection.C,
22301: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22302: types/pa_vhashfile.C: DB2 ifdefs
22303:
1.116 moko 22304: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22305: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22306: makes with DB2
22307:
1.116 moko 22308: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22309: types/Makefile.am: makes db
1.95 moko 22310:
22311: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22312: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22313: globals.C
22314:
22315: * src/: classes/hashfile.C, include/pa_db_connection.h,
22316: include/pa_db_table.h, main/pa_db_connection.C,
22317: main/pa_db_table.C: ^hashfile.clear[]
22318:
22319: * src/classes/classes.awk: no $ in var names
22320:
22321: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22322: connection&table [forgotten calls]
22323:
22324: 2001-10-26 paf
22325:
22326: * src/main/pa_db_connection.C: db checkpoints
22327:
22328: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22329: checkpoints
22330:
22331: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22332: default. but entities still reparsed. todo: tothink
22333:
22334: * src/main/pa_db_connection.C: db recover mech 2
22335:
22336: * src/: classes/hashfile.C, include/pa_db_connection.h,
22337: include/pa_db_manager.h, include/pa_db_table.h,
22338: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22339: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22340: types/pa_vhashfile.h: db connections & tables now cached at
22341: create time & multithreaded
22342:
22343: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22344: parsed_source
22345:
22346: * src/main/pa_db_connection.C: about to remove connection from
22347: vhashfile
22348:
22349: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22350: transaction commit/rollback responsibility left to parent [as it
22351: sould - else there were a bug with double free]
22352:
22353: * src/include/pa_db_table.h: db: child transaction commit/rollback
22354: responsibility left to parent [as it sould - else there were a
22355: bug with double free]
22356:
22357: 2001-10-25 paf
22358:
22359: * src/: classes/hashfile.C, include/pa_common.h,
22360: include/pa_db_connection.h, include/pa_db_manager.h,
22361: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22362: types/pa_vhashfile.C, types/pa_vhashfile.h,
22363: include/pa_db_table.h, main/pa_db_table.C: started db_home
22364: [multiple, cached] todo: autorecover [tried, but not succeded,
22365: yet]
22366:
22367: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22368:
22369: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22370: transaction parent passed
22371:
22372: 2001-10-24 parser
22373:
1.116 moko 22374: * src/classes/Makefile.am: makes
1.95 moko 22375:
22376: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22377: isapi/pool_storage.h: pool_storage fixed
22378:
22379: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22380: types/pa_vform.h: form fix_line_breaks
22381:
1.116 moko 22382: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22383:
22384: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22385: targets/cgi/pool_storage.h: makes
22386:
22387: * src/sql/pa_sql_driver.h: version
22388:
22389: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22390: types/pa_vform.C, types/pa_vform.h: .am
22391:
22392: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22393: this: DB_RMW Acquire write locks instead of read locks when doing
22394: the retrieval. Setting this flag may decrease the likelihood of
22395: deadlock during a read-modify-write cycle by immediately
22396: acquiring the write lock during the read part of the cycle so
22397: that another thread of control acquiring a read lock for the same
22398: item, in its own read-modify-write cycle, will not result in
22399: deadlock
22400:
22401: * src/targets/isapi/parser3isapi.dsp: doc
22402:
22403: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22404:
22405: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22406:
22407: * src/: classes/hashfile.C, include/pa_db_connection.h,
22408: main/pa_db_connection.C: hashfile expired deleted from db when
22409: get & iterate
22410:
22411: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22412: expiring 1
22413:
22414: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22415:
22416: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22417: db_connection not bothers with key when not returning expired
22418: data
22419:
22420: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22421: types/pa_vhashfile.C: db_cursor constructor public now
22422:
22423: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22424: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22425: stamped, todo: put_element analize
22426:
22427: * src/: include/pa_db_connection.h, include/pa_string.h,
22428: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22429: serialize. todo stamp
22430:
22431: 2001-10-23 parser
22432:
22433: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22434: classes/image.C, classes/mail.C, classes/response.C,
22435: classes/string.C, classes/table.C, classes/xdoc.C,
22436: include/pa_config_fixed.h, include/pa_db_connection.h,
22437: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22438: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22439: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22440: types/pa_vtable.C: ^hashfile.hash[]
22441:
22442: * src/: classes/hashfile.C, classes/xdoc.C,
22443: include/pa_config_fixed.h, main/pa_db_manager.C,
22444: main/pa_globals.C: ifdefs so it compiled without db
22445:
22446: * src/: classes/hashfile.C, include/pa_db_connection.h,
22447: include/pa_db_manager.h, main/pa_db_connection.C,
22448: main/pa_db_manager.C, types/pa_vhashfile.h:
22449: ^hashfile.transaction{code} ^hashfile:clear[filename]
22450: ^hashfile.delete[key]
22451:
22452: 2001-10-22 parser
22453:
22454: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22455: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22456:
22457: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22458: classes/xnode.C, include/pa_charset_connection.h,
22459: include/pa_db_connection.h, include/pa_db_manager.h,
22460: include/pa_exception.h, include/pa_sapi.h,
22461: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22462: include/pa_stylesheet_connection.h,
22463: include/pa_stylesheet_manager.h,
22464: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22465: main/pa_db_connection.C, main/pa_db_manager.C,
22466: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22467: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22468: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22469: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22470: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22471: types/types.dsp: hashfile 0
22472:
22473: * src/types/pa_vhashfile.C: z
22474:
22475: * src/: classes/classes.dsp, classes/hashfile.C,
22476: include/pa_config_fixed.h, main/execute.C,
22477: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22478: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22479:
22480: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22481:
22482: * src/: include/pa_exception.h, include/pa_request.h,
22483: main/execute.C, main/pa_exception.C, main/pa_request.C,
22484: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22485: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22486:
22487: 2001-10-19 parser
22488:
22489: * src/include/pa_pool.h: header
22490:
22491: * src/main/pa_pool.C: auto compiled on gcc
22492:
22493: * src/classes/image.C: comment
22494:
1.116 moko 22495: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22496:
22497: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22498: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22499: types/pa_vxnode.h: xnode clone got freed
22500:
22501: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22502: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22503: can free up xalandomstring resulting from pool::transcode
22504:
22505: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22506: include/pa_config_fixed.h, include/pa_exception.h,
22507: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22508: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22509: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22510: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22511: from non-xml compile
22512:
22513: * src/main/pa_request.C: pool:: context - get_context
22514:
22515: * src/: classes/classes.h, classes/date.C, classes/double.C,
22516: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22517: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22518: classes/string.C, classes/table.C, classes/void.C,
22519: include/pa_config_fixed.h, include/pa_exception.h,
22520: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22521: main/compile.C, main/compile_tools.C, main/execute.C,
22522: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22523: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22524: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22525: main/pa_string.C, main/pa_table.C, main/untaint.C,
22526: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22527: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22528: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22529: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22530: types/pa_vstateless_class.h, types/pa_vtable.C,
22531: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22532: exceptions 0
22533:
22534: * src/classes/classes.awk: $ removed
22535:
22536: 2001-10-18 parser
22537:
22538: * src/types/pa_vcookie.C: cookie:CLASS
22539:
22540: * src/main/main.dsp: project
22541:
22542: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22543: set_document & ctor question "who owns document" solved
22544:
22545: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22546:
22547: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22548: main/pa_pool.C: encoding in dom creating funcs
22549:
22550: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22551: be transformed now
22552:
22553: * src/classes/xdoc.C: dom created by create can be transformed now
22554:
22555: * src/classes/xdoc.C: z
22556:
22557: * src/classes/xdoc.C: comment
22558:
22559: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22560: create now uses XercesDocumentBridge, appendChild&co now works
22561:
22562: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22563: @ recompile
22564:
22565: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22566: $origin @exception[
22567:
22568: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22569: tag names forced to XML lang
22570:
22571: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22572: leechy-found bugs in code&doc fixed
22573:
22574: 2001-10-17 parser
22575:
22576: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22577: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22578: n functionality preserved
22579:
22580: * src/types/pa_vimage.h: removed unused vimage::save
22581:
22582: 2001-10-16 parser
22583:
22584: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22585:
22586: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22587:
22588: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22589:
22590: * src/classes/image.C: image.copy tolerance
22591:
22592: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22593: ineffective, but works for small paleted image
22594:
22595: * src/types/pa_vimage.C: comment
22596:
22597: * src/classes/image.C: gd size/resize bugfix
22598:
22599: * src/: classes/classes.dsp, main/main.dsp,
22600: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22601: types/types.dsp: ident >nul 2>&1
22602:
22603: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22604: systems
22605:
22606: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22607: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22608:
22609: 2001-10-15 parser
22610:
22611: * src/main/execute.C: z
22612:
22613: * src/classes/: xdoc.C: !::create{qualifiedName}
22614:
22615: * src/types/pa_vxnode.C: document_type_node.
22616: !readonly attribute DOMString name
22617: !notation_node.
22618: !readonly attribute DOMString publicId
22619: !readonly attribute DOMString systemId
22620:
1.116 moko 22621: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22622: ::write badly passed string too transparently [failed to
22623: intercept it]
1.95 moko 22624:
22625: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22626: include/pa_request.h, main/pa_sql_driver_manager.C,
22627: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22628: types/pa_vxnode.h: DOM1 major addtion, only few
22629: attributes/methods left
22630:
22631: 2001-10-13 parser
22632:
22633: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22634: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22635: in main handler
22636:
22637: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22638: cleanups & frees order
22639:
22640: * src/types/pa_vcode_frame.h: couple comments
22641:
22642: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22643: transparent enough to handle hash if creation&passing
22644:
22645: * src/: include/pa_config_fixed.h, main/execute.C,
22646: main/pa_exception.C: noticed that vcodeframe not transparent
22647: enough, would change now
22648:
22649: 2001-10-12 parser
22650:
22651: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22652: fixed. initialization&free on each thread!
22653:
22654: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22655: handling changed: now type of default param analized always, not
22656: only at problem time, thus helping early problem spotting
22657:
22658: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22659: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22660: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22661: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22662: multithread bug fixed. initialization&free on each thread!
22663:
22664: 2001-10-11 parser
22665:
22666: * src/classes/xnode.C: xnode.selectSingle now
22667:
22668: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22669: include/pa_pool.h, include/pa_stylesheet_connection.h,
22670: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22671: convertors out of Pool into Exception
22672:
22673: * src/main/pa_string.C: const
22674:
22675: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22676: linked pieces of same language together prior to String::replace
22677:
22678: * src/classes/hash.C: !^hash.add[addme]
22679: !^hash.sub[subme]
22680: !^a.union[b] = new
22681: !^a.intersection[b] = new
22682: !^a.intersects[b] = bool
22683:
22684: * src/classes/hash.C: !^hash::append[append_from]
22685:
22686: * src/: classes/hash.C, types/pa_vhash.h:
22687: !^hash::create[[copy_from]]
22688:
22689: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22690: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22691: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22692: fixed. got rid of empty_string, which caused errors - it hasnt
22693: exception but somebody[value.bark] tried to throw it on it's pool
22694:
1.116 moko 22695: * src/include/pa_config_auto.h.in: makes
1.95 moko 22696:
22697: 2001-10-10 parser
22698:
22699: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22700:
22701: * src/main/: compile.tab.C, compile.y: ^a[
22702:
22703: @next_method << now unclosed ] would be reported here
22704:
22705: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22706: compile error
22707:
22708: 2001-10-09 parser
22709:
1.116 moko 22710: * src/: classes/Makefile.am, main/Makefile.am,
22711: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22712:
22713: * src/classes/Makefile.am: makes
22714:
22715: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22716: win32 errors intercepted [xalan transformer patched and
22717: incorporated]
22718:
22719: * src/: classes/classes.dsp, classes/xdoc.C,
22720: include/pa_stylesheet_connection.h, main/main.dsp,
22721: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22722: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22723: patches starting
22724:
22725: * src/classes/: string.C, table.C: ^string.save[file]
22726:
22727: * src/classes/: date.C, table.C: calendar moved to date
22728:
22729: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22730: string/table] now
22731:
22732: * src/classes/: op.C, table.C: z
22733:
22734: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22735: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22736: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22737: be code [be string..]
22738:
22739: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22740: table.C: lots of
22741: params->as_int/double/as_string/as_junction/as_no_junction
22742: messages added
22743:
22744: 2001-10-08 parser
22745:
22746: * src/: classes/date.C, classes/image.C, classes/string.C,
22747: classes/table.C, classes/void.C, include/pa_request.h:
22748: params->as_int/double message added
22749:
22750: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22751:
22752: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22753: image:sector removed image:html internal "line-*" attribs
22754:
22755: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22756: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22757:
22758: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22759: way
22760:
22761: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22762: main/untaint.C: header untainting to UL_HTTP_HEADER,
22763: UL_MAIL_HEADER made nonforced [only tainted pieces]
22764:
22765: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22766: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22767: @ SAPI::log
22768:
22769: * src/main/untaint.C: \r to ' ' in origins mode
22770:
22771: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22772: set]
22773:
22774: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22775: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22776: nonstandard liaison freed up
22777:
22778: 2001-10-07 parser
22779:
22780: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22781: project
22782:
22783: 2001-10-05 parser
22784:
22785: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22786: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22787: from outputing to cerr. lots of "todos"
22788:
22789: * src/main/untaint.C: http_header tainting more gentle with
22790: enquoting now
22791:
22792: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22793: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22794: xml errorhandler. fixed string.replace a little, read @test
22795:
22796: * src/main/pa_string.C: found replace bug - first_that_starts(char
22797: *) does not have limit, and looks further eos, fixing....
22798:
22799: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22800:
22801: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22802:
22803: * src/main/: pa_charset_connection.C: ctype another mem clear
22804: bugfix
22805:
1.116 moko 22806: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22807: $result[^[$p^]z] now works fine
1.95 moko 22808:
22809: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22810: wrong. fixed it
22811:
22812: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22813: of totable appered to be vital
22814:
22815: 2001-10-04 parser
22816:
22817: * src/classes/image.C: ^image.length[text]
22818:
22819: 2001-10-03 parser
22820:
22821: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22822:
22823: * src/main/pa_request.C: restored pcre defaulting in request
22824: [mindlessly "optimized" yesterday] comment left
22825:
22826: 2001-10-02 parser
22827:
22828: * src/: main/pa_charset_manager.C,
22829: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22830: needed
22831:
22832: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22833: forgot non-xml pool.*charset needed
22834:
22835: * src/classes/table.C: # config comments fixed
22836:
22837: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22838: charset_connection #comment now
22839:
22840: * src/: classes/classes.dsp, types/types.dsp: release projects
22841: options fixed to use release msvcrt lib
22842:
22843: * src/main/pa_charset_connection.C: pcre tables now const inside
22844: removed default - pcre handles that internally fixed bug on
22845: not-cleaning tables [previously was calloced, now member]
22846:
22847: * src/: include/pa_request.h, main/pa_charset_connection.C,
22848: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22849: inside removed default - pcre handles that internally fixed bug
22850: on not-cleaning tables [previously was calloced, now member]
22851:
22852: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22853: tested charset reload on file change @ apache version = OK tested
22854: freeing up prev encoding on adding new = OK
22855:
22856: 2001-10-01 parser
22857:
22858: * src/main/pa_charset_connection.C: removed entitify external hack
22859: [internal installed]
22860:
1.116 moko 22861: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22862:
22863: * src/: include/pa_charset_connection.h,
22864: include/pa_charset_manager.h,
22865: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22866: main/pa_charset_connection.C, main/pa_charset_manager.C,
22867: main/pa_request.C: charset loading & caching mech 0
22868:
22869: * src/: include/pa_stylesheet_connection.h,
22870: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22871: main/pa_globals.C, main/pa_request.C: would make charset loading
22872: & caching mech now
22873:
22874: 2001-09-30 parser
22875:
22876: * src/main/pa_request.C: forgot to fill toTable
22877:
22878: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22879: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22880: failed on win32 for now..
22881:
22882: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22883: now charsets table configuration variable is: CHARSETS
22884:
22885: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22886: ctype with unicode 1. todo: no П entities on output somehow
22887:
22888: * src/: classes/file.C, classes/op.C, classes/string.C,
22889: include/pa_request.h, main/pa_request.C: started ctype with
22890: unicode values
22891:
22892: 2001-09-28 parser
22893:
22894: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22895: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22896: string passed AS-IS now
22897:
22898: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22899: way of user-configuring... todo: implement
22900:
22901: 2001-09-27 parser
22902:
22903: * src/classes/table.C: table.sort changed to sort table itself
22904:
22905: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22906: X^.getElementsByTagName[tagname] = array of xnode
22907: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22908: nodes removed - regretfully not supported @ xalan. maybe someday
22909: would reimplement, if needed.
22910:
22911: win32build system: solved long waiting anti-non-started-apache
22912: problem
22913:
22914: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22915: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22916: types/types.dsp: win32 ident make system so not to rebuild
22917: library [ident.C.new]
22918:
22919: 2001-09-26 parser
22920:
22921: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22922: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22923: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22924: types/pa_vxnode.C, types/types.dsp: z
22925:
22926: * src/classes/classes.C: forgot one non-xml check
22927:
1.116 moko 22928: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22929: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22930:
22931: * src/targets/cgi/parser3.C: z
22932:
22933: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22934: targets/isapi/parser3isapi.C: #ifdef SMTP
22935:
22936: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22937: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22938: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22939: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22940: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22941: types/types.dsp: xdoc&xnode now
22942:
22943: * src/: classes/classes.C, classes/classes.awk,
22944: classes/classes.dsp, classes/classes.h, classes/date.C,
22945: classes/dnode.C, classes/dnode.h, classes/dom.C,
22946: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22947: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22948: classes/op.C, classes/response.C, classes/string.C,
22949: classes/table.C, classes/void.C, include/pa_array.h,
22950: include/pa_common.h, include/pa_config_fixed.h,
22951: include/pa_config_includes.h, include/pa_dictionary.h,
22952: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22953: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22954: include/pa_socks.h, include/pa_sql_connection.h,
22955: include/pa_sql_driver_manager.h, include/pa_stack.h,
22956: include/pa_string.h, include/pa_stylesheet_connection.h,
22957: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22958: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22959: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22960: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22961: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22962: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22963: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22964: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22965: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22966: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22967: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22968: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22969: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22970: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22971: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22972: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22973: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22974: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22975: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22976: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22977: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22978: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22979: types/pa_vmethod_frame.h, types/pa_vobject.h,
22980: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22981: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22982: types/pa_vstateless_object.h, types/pa_vstring.C,
22983: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22984: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22985: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22986: main.dsp splitted to main+classes+types along to .am
22987:
22988: * src/classes/Makefile.am: removed useless var
22989:
22990: * src/: classes/classes.cmd, main/main.dsp,
22991: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22992: main.dsp
22993:
22994: 2001-09-25 parser
22995:
22996: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22997: 1251 though, todo ICU
22998:
1.116 moko 22999: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23000: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23001: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23002: types/pa_vdom.h: xml configure makes
1.95 moko 23003:
23004: 2001-09-24 parser
23005:
1.116 moko 23006: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23007: types/Makefile.am: makes
1.95 moko 23008:
1.116 moko 23009: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23010:
23011: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23012: started unix makes update
23013:
23014: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23015: started unix makes update
23016:
23017: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23018:
23019: * src/types/pa_value.h: z
23020:
23021: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23022: bugs with usinge hash/table in expressions
23023:
23024: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23025: resolved conflicts fixed [const]
23026:
23027: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23028: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23029: main/compile.C, main/compile.tab.C, main/compile.y,
23030: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23031: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23032: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23033: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23034: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23035: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23036: with before_xml [merge2 actually didn't happen - i've created
23037: tags on wrong branch. so this merge is in fact re-merge]
23038:
23039: 2001-09-21 parser
23040:
23041: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23042: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23043: produced "" in make file and sadly wrong interpreted on load]
23044:
1.116 moko 23045: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23046: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23047: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23048: include/pa_sql_driver_manager.h, include/pa_string.h,
23049: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23050: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23051: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23052:
23053: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23054: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23055: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23056: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23057: main/pa_pool.C, main/pa_request.C,
23058: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23059: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23060: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23061: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23062: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23063: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23064: types/pa_vrequest.C, types/pa_vresponse.h,
23065: types/pa_vstateless_class.C, types/pa_vstring.C,
23066: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23067: created new projects for sql drivers [planning to remove sql
23068: drivers from main cvs project] first, will join latest changes
23069:
23070: * src/classes/: dom.C: defaulted dom writing methods encoding to
23071: pool.get_charset
23072:
23073: * src/classes/dom.C: defaulted dom writing methods encoding to
23074: pool.get_charset
23075:
23076: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23077: pool.get_charset
23078:
23079: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23080: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23081: methods encoding to pool.get_charset
23082:
23083: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23084: transcoder were created right "unsupported encoding" message.
23085: not @ set time, but @ use time, so until xml output functions
23086: .string, .file, .save used - no encoding name check occur
23087:
23088: reduced transcode buffer size to 60 fixed pool cleanup - no
23089: registration needed, pools are officially destructured
23090:
23091: 2001-09-20 parser
23092:
23093: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23094:
23095: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23096: $MAIN:DEFAULTS.content-type[$.charset[here]]
23097:
23098: * src/: classes/dnode.C, classes/dom.C,
23099: include/pa_config_includes.h, include/pa_globals.h,
23100: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23101: main/pa_pool.C, targets/cgi/parser3.dsp,
23102: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23103: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23104: Pool::transcode 0
23105:
23106: * src/classes/dom.C: dom. string save file moved output xml options
23107: to last param and made it optional
23108:
23109: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23110: dnodes
23111: !$attributenode.specified = boolean
23112: true if the attribute received its value explicitly
23113: in the XML document,
23114: or if a value was assigned programatically with the
23115: setValue function.
23116: false if the attribute value came from the default value
23117: declared in the document's DTD.
23118: !$pinode.target = target of this processing instruction
23119: XML defines this as being the first token following the
23120: markup
23121: that begins the processing instruction.
23122: XPath:
23123: !^node.select[xpath/query/expression] = hash of 0->node0
23124: 1->node1
23125: !^node.select-single[xpath/query/expression] = first node if
23126: any
23127:
23128: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23129: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23130: some 'const's added
23131:
23132: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23133: expression context now, there value = size and boolean value
23134: size!=0
23135:
23136: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23137: can be used in expression context now, there value = size and
23138: boolean value size!=0
23139:
23140: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23141: types/pa_vstring.h: dnode .file .string .save moved back to dom
23142: due to strange xalan bug
23143:
23144: 2001-09-18 parser
23145:
23146: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23147: classes/image.C, classes/op.C, classes/table.C,
23148: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23149: include/pa_sql_driver_manager.h, main/compile.C,
23150: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23151: main/execute.C, main/pa_common.C, main/pa_request.C,
23152: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23153: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23154: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23155: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23156: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23157: before_xml branch ^if(def $hash) now true only when
23158: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23159:
23160: * src/: classes/op.C, main/execute.C: operators self changed to
23161: root ^for variable context changed to self
23162:
23163: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23164: dnode 1
23165:
23166: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23167: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23168:
23169: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23170: poly* fixed
23171:
23172: 2001-09-17 parser
23173:
23174: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23175: types/pa_vdom.h: started dnode+dom
23176:
23177: dnode DOM methods: $node.name $node.value
23178: ...others...
23179:
23180: ^node.xpath[/rates/USD] = hash
23181: $hash[
23182: $.0[node0]
23183: $.1[node1]
23184: ]
23185:
23186: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23187: applies to all linear primitives
23188:
23189: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23190: include/pa_stylesheet_connection.h, main/main.dsp,
23191: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23192: types/pa_vimage.h: started dnode DOM: $node.name
23193: $node.value ...others... ^node.xpath[/rates/USD] = hash
23194: dom(dnode)
23195:
23196: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23197: main/compile.y, main/compile_tools.h, main/execute.C,
23198: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23199: in expression compound($aa.zz.xx) names now can have minus '-' in
23200: name after '.'
23201:
23202: 2001-09-15 parser
23203:
23204: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23205: image: $line-width ^line(...)[**** style]
23206:
23207: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23208: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23209: pool_storage - cleanups first, allocations second. apache wisely
23210: does just like that
23211:
23212: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23213: rewritten using template, no bugs now
23214:
23215: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23216: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23217: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23218: poorly started isapi pool_storage, would rewrite using template
23219: now
23220:
23221: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23222: include/pa_stylesheet_connection.h, main/main.dsp,
23223: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23224: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23225: xalan objects freed up [introducing Pool::register_cleanup]
23226:
23227: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23228: comments
23229:
23230: 2001-09-14 parser
23231:
23232: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23233: z
23234:
23235: * src/: classes/dom.C, classes/file.C, classes/image.C,
23236: classes/mail.C, include/pa_common.h,
23237: include/pa_sql_driver_manager.h, include/pa_string.h,
23238: include/pa_stylesheet_connection.h,
23239: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23240: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23241: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23242: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23243: compiled&cached
23244:
23245: 2001-09-13 parser
23246:
23247: * src/: classes/dom.C, classes/file.C, classes/image.C,
23248: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23249:
23250: * src/classes/dom.C: dom:file content-type(.method)
23251:
23252: * src/: include/pa_common.h, include/pa_globals.h,
23253: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23254: string now more informative error messages
23255:
23256: * src/: include/pa_globals.h, include/pa_request.h,
23257: main/pa_request.C, targets/cgi/parser3.C,
23258: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23259: ParserSiteConfig .../parser3.conf
23260:
23261: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23262:
23263: 2001-09-12 parser
23264:
23265: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23266: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23267: precise error reporting: "connection string must start with
23268: protocol://" now
23269:
23270: * src/main/compile.tab.C: fixed - subname code parts actually []
23271: braced
23272:
23273: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23274: lexer on LS_USER level did [] matching without setting nestage,
23275: introduced special LS_NAME_SQUARE_PART state
23276:
23277: 2001-09-11 parser
23278:
23279: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23280: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23281: languages+=xml
23282:
23283: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23284:
23285: * src/classes/dom.C: ^dom:save/string/file[output options] output
23286: options: $.method[xml|html|text] detection fixed
23287:
23288: * src/types/pa_vdom.h: messages
23289:
23290: * src/classes/dom.C: ^dom:save/string/file[output options] output
23291: options: $.method[xml|html|text] detection fixed
23292:
23293: 2001-09-10 parser
23294:
23295: * src/classes/dom.C: ^dom:save/string/file[output options] output
23296: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23297:
23298: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23299: added]
23300:
23301: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23302: ^dom.xslt[stylesheet filename] 0
23303:
23304: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23305: ^dom.xslt[stylesheet filename] -1 doc is lying
23306:
23307: * src/classes/dom.C: ^dom.file[encoding] = file
23308:
23309: * src/classes/: dom.C: ^dom.string[encoding] 1
23310: ^dom.save[encoding;filename]
23311:
23312: * src/classes/dom.C: ^dom.string[] 0
23313:
23314: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23315:
23316: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23317: types/pa_vform.h: ^dom.save[b.xml] 0
23318:
23319: 2001-09-08 parser
23320:
23321: * src/types/pa_vform.C: $form:tables.name.field
23322:
23323: 2001-09-07 parser
23324:
23325: * src/classes/table.C: table:empty removed, superceded by ^if(def
23326: $table)...
23327:
23328: * src/targets/cgi/parser3.C: z
23329:
23330: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23331: from '' to int/double is 0]
23332:
23333: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23334: $table) is false when table is empty
23335:
23336: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23337: !$form:tables $atable[$form:tables.a]
23338: ^atable.menu{a=$atable.element}[,]
23339:
23340: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23341: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23342:
1.116 moko 23343: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23344: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23345: of dom
23346:
23347: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23348: types/pa_vform.C, types/pa_vform.h: z
23349:
23350: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23351: element [not last]
23352:
1.116 moko 23353: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23354: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23355:
23356: 2001-09-06 parser
23357:
23358: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23359: table with one column 'element' and two rows: 1 and 2
23360:
23361: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23362: table with one column 'element' and two rows: 1 and 2
23363:
23364: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23365: bad int/double conversions, and now $form:nonexistent.int(88)
23366: would return 88
23367:
23368: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23369: types/pa_vhash.h: now there's special hash key '_default'
23370: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23371: $._default[xx] ] $hash.c
23372:
23373: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23374: fixed [thanks, fif], ^; were treated there non-literally
23375:
23376: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23377: doxygen
23378:
23379: * src/: classes/image.C, classes/op.C, classes/string.C,
23380: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23381: types/pa_vtable.C: few #ifndef DOXYGEN
23382:
23383: 2001-09-05 parser
23384:
23385: * src/classes/: string.C, table.C: sql options can be void [same as
23386: image:html the other day]
23387:
23388: * src/targets/cgi/Makefile.am: .am undo
23389:
23390: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23391: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23392: macro expantion on param, simply qoutes whatever passed, undone
23393:
23394: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23395: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23396: STRINGIZE(name) #name invented
23397:
23398: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23399: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23400: MAIN_SQL_DRIVERS_NAME "drivers"
23401:
23402: moved to be availible to all users
23403:
23404: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23405: SQL_DRIVER_CREATE_FUNC_NAME
23406:
23407: * src/classes/mail.C: MAIN:MAIL check fixed
23408:
23409: 2001-09-04 parser
23410:
23411: * src/classes/image.C: image.html now can accept void params
23412:
23413: * src/targets/isapi/parser3isapi.C: z
23414:
23415: * src/targets/cgi/parser3.C: full_file_spec bug
23416:
23417: * src/targets/cgi/parser3.C: getenvcheck
23418:
23419: * src/targets/cgi/parser3.C: zz
23420:
23421: * src/targets/cgi/parser3.C: zzz
23422:
23423: * src/classes/date.C: date
23424:
23425: * src/classes/date.C: date:sql-string is now without ''
23426:
1.116 moko 23427: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23428: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23429: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23430:
1.116 moko 23431: * src/include/pa_config_auto.h.in: makes
1.95 moko 23432:
23433: 2001-09-03 parser
23434:
23435: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23436:
23437: 2001-09-01 parser
23438:
23439: * src/classes/image.C: letter_spacing
23440:
23441: * src/classes/image.C: image: font params changed
23442:
23443: * src/classes/image.C: image: as_int as_string used
23444:
23445: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23446: analized
23447:
23448: 2001-08-31 parser
23449:
23450: * src/targets/cgi/parser3.C: z
23451:
1.116 moko 23452: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23453: cygwin
1.95 moko 23454:
23455: * src/classes/void.C: void:int/double += (default)
23456:
23457: * src/classes/image.C: image:font added space param image:font
23458: changed charwidth alg, added kerning const[for now]
23459:
23460: * src/classes/: string.C, table.C: string:int/double (defaults)
23461:
23462: 2001-08-29 parser
23463:
23464: * src/main/pa_exception.C: exception redundant debug info
23465:
23466: 2001-08-28 parser
23467:
23468: * src/classes/image.C: image error msgs
23469:
23470: * src/classes/image.C: image: gifsize little endian
23471:
23472: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23473: doxygeneration
23474:
23475: * src/: classes/Makefile.am, main/Makefile.am,
23476: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23477:
23478: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23479: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23480:
23481: * src/main/compile.C: NO_STRING_ORIGIN check2
23482:
23483: * src/classes/table.C: NO_STRING_ORIGIN check
23484:
23485: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23486: storage class specifiers invalid in friend function declarations
23487:
23488: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23489: main/untaint.C, targets/cgi/parser3.C,
23490: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23491: case of limit
23492:
23493: * src/: classes/file.C, main/pa_common.C: file:move
23494: autocreate/remove dest/src dir
23495:
23496: * src/: classes/string.C, include/pa_dictionary.h,
23497: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23498: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23499: to directory constructor. string:replace
23500:
23501: 2001-08-27 parser
23502:
23503: * src/classes/image.C: fixed jpgsize alg
23504:
23505: * src/classes/image.C: fixed jpgsize alg
23506:
23507: * src/main/pa_exception.C: z
23508:
23509: * src/main/pa_common.C: removed debug info from pa_common
23510:
23511: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23512: [auto.p from current dir loading]
23513:
1.116 moko 23514: * src/: main/pa_common.C, main/pa_exception.C,
23515: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23516: for solaris -lsocket
1.95 moko 23517:
23518: 2001-08-24 parser
23519:
23520: * src/targets/cgi/parser3.C: not cgi extra \n 3
23521:
23522: * src/targets/cgi/parser3.C: not cgi extra \n 2
23523:
23524: * src/targets/cgi/parser3.C: not cgi extra \n
23525:
23526: * src/main/pa_sql_driver_manager.C: z
23527:
23528: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23529: sql* removed services from disconnect - cross-request ideological
23530: probs.
23531:
23532: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23533: cross-request ideological probs. oracle - fixed bug: cs
23534: allocated on request.pool and got freed before disconnect
23535:
23536: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23537: mallocs fixed
23538:
23539: 2001-08-23 parser
23540:
23541: * src/classes/file.C: minor bug in file:save fixed
23542:
23543: * src/main/pa_sql_driver_manager.C: oracle: dlink
23544:
23545: 2001-08-22 parser
23546:
23547: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23548: types/pa_vfile.h: file:load|save[text|binary;
23549:
23550: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23551:
23552: 2001-08-21 parser
23553:
23554: * src/classes/: file.C, table.C: ^file:list
23555:
23556: 2001-08-20 parser
23557:
23558: * src/: main/compile.tab.C, main/compile.y,
23559: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23560: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23561: recousively caused problems: inc incremeted 123 literal!! fixed
23562:
23563: 2001-08-10 parser
23564:
23565: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23566:
23567: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23568: added
23569:
23570: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23571: added
23572:
23573: * src/classes/table.C: table:sort restored [it was bad test :(]
23574:
23575: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23576: ''
23577:
23578: * src/main/: pa_request.C: wanted to make const int
23579: MAX_EXECUTE_SECONDS=1;
23580:
23581: but couldnt, set_callback_and_alarm appeared to be not exported
23582: :(
23583:
23584: * src/main/pa_string.C: string.match hanged on. there were a hang
23585: check but it weren't wise enough
23586:
23587: @parse[dateString][tmp]
23588: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23589: #end
23590:
23591: @main[] ^parse[2001-02-03]
23592:
23593: * src/classes/: table.C: table:sort now default desc
23594:
23595: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23596: table.sort now creates new sorted table
23597:
23598: 2001-08-09 parser
23599:
23600: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23601:
23602: * src/classes/hash.C: hash:_default now [was hash:default]
23603:
23604: * src/classes/op.C: case without switch check added
23605:
23606: * src/types/pa_vcookie.C: cookie name&value origins added, more
23607: precise $ORIGINS(1)
23608:
23609: * src/main/Makefile.am: .am
23610:
23611: * src/classes/void.C: void: int double copy/paste from int: bug
23612: fixed
23613:
23614: * src/classes/void.C: void: int double copy/paste from int: bug
23615: fixed
23616:
23617: 2001-08-07 parser
23618:
23619: * src/: classes/double.C, classes/int.C, classes/string.C,
23620: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23621: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23622: string, table
23623:
23624: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23625: srand made working
23626:
23627: 2001-08-06 parser
23628:
23629: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23630: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23631: main/compile.tab.C, main/compile.y, main/pa_array.C,
23632: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23633: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23634:
23635: * src/main/pa_exec.C: exec win32 real filename
23636:
23637: * src/classes/file.C: exec stderr out
23638:
23639: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23640:
23641: 2001-08-03 parser
23642:
23643: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23644:
23645: 2001-08-02 parser
23646:
23647: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23648: main/execute.C, main/pa_exec.C: introducing Array_iter
23649:
23650: * src/main/execute.C: detected quick_get recursion bug. changed to
23651: get@execute, but needs array iterator, separate from array to
23652: avoid it & use caching
23653:
23654: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23655: bug fixed
23656:
23657: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23658: main/execute.C, main/pa_globals.C: found another multithread bug
23659: in op.C (last, last global var killed) :)
23660:
23661: 2001-08-01 parser
23662:
23663: * src/: include/pa_dictionary.h, include/pa_globals.h,
23664: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23665: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23666: main/untaint.C: speeded up typo-html replacements. introducing
23667: Dictionary with first-char caching
23668:
23669: 2001-07-31 parser
23670:
23671: * src/types/Makefile.am: pa_vtable.C added to .am
23672:
23673: * src/main/compile.tab.C: added, so that could be compiled even on
23674: non-bison-enabled platforms
23675:
23676: 2001-07-28 parser
23677:
23678: * src/classes/table.C: table:hash always produces hash, when can't
23679: - empty
23680:
23681: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23682: skipped \n
23683:
23684: 2001-07-27 parser
23685:
23686: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23687: on int/double/string :sql without result and default
23688:
23689: 2001-07-26 parser
23690:
23691: * src/classes/op.C: fixed bad multithread bug with strangly global
23692: OP
23693:
23694: * src/main/compile.y: $man[$.age[zzz]] 0
23695:
23696: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23697: creation syntax problem persists. restored $: for a while.
23698: thinking of $man[$.age[zzz]] syntax now
23699:
23700: * src/: classes/double.C, classes/int.C, classes/string.C,
23701: include/pa_opcode.h, main/compile.C, main/compile.y,
23702: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23703: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23704: types/pa_wwrapper.h: fixing :: realization #1
23705:
23706: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23707: main/compile_tools.h, main/execute.C, main/pa_request.C,
23708: types/pa_vmethod_frame.h: introducing :: this is constructor call
23709: prefix. ordinary : remains for static accesses
23710:
23711: 2001-07-25 parser
23712:
23713: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23714: fields 2. methods 3. columns
23715:
23716: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23717: quote. optimized double&int tostring-s
23718:
23719: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23720: whitespace before first method decl
23721:
23722: * src/classes/table.C: allowed nontable result in table:sql,
23723: results in empty table
23724:
23725: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23726: lines before first method decl
23727:
23728: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23729: types/pa_vtable.h: ^table.record[] now $table.fields
23730:
23731: * src/main/compile.y: $var[] is now empty string, not void
23732:
23733: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23734: void
23735:
23736: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23737: main/pa_globals.C: match replace code context moved to implicit
23738: $match context
23739:
23740: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23741: main/compile_tools.h, main/execute.C: with killed, code storage
23742: introduced with former 'with' syntax
23743:
23744: 2001-07-24 parser
23745:
23746: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23747: types/pa_value.h: first get_element, next get operator
23748:
23749: * src/main/compile.y: removed @end handling
23750:
23751: * src/main/: compile.C, compile.y: @end handling method2
23752:
23753: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23754: file:move
23755:
23756: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23757: fixed
23758:
23759: 2001-07-23 parser
23760:
23761: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23762: driver
23763:
23764: * src/classes/hash.C: changed sql driver query interface
23765:
23766: * src/: classes/hash.C, classes/string.C, classes/table.C,
23767: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23768: changed sql driver query interface
23769:
23770: 2001-07-20 parser
23771:
23772: * src/types/pa_vrequest.C: X!$browser:type
23773:
23774: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23775: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23776: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23777: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23778: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23779: types/pa_vobject.h, types/pa_vrequest.C,
23780: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23781: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23782: BASE element globally removed
23783:
23784: 2001-07-18 parser
23785:
23786: * src/classes/file.C: file:exec/cgi msg
23787:
23788: * src/classes/file.C: $file:exit-code renamed to 'status'
23789:
23790: * src/: classes/file.C, main/pa_exec.C: file:exec
23791:
1.116 moko 23792: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23793: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23794: removed $id from *.in *.am
1.95 moko 23795:
23796: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23797: abbrevations
23798:
23799: * src/: classes/date.C, classes/mail.C, classes/math.C,
23800: classes/string.C, classes/table.C, include/pa_globals.h,
23801: include/pa_string.h, main/execute.C, main/pa_globals.C,
23802: main/pa_request.C, main/pa_string.C, main/untaint.C,
23803: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23804: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23805: $ORIGINS(1) output tracing mode
23806:
23807: 2001-07-13 parser
23808:
23809: * src/: classes/double.C, classes/int.C, classes/string.C,
23810: include/pa_request.h, main/execute.C, main/pa_request.C:
23811: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23812: second would not call first @auto
23813:
23814: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23815: wrong, fixed
23816:
23817: 2001-07-12 parser
23818:
23819: * src/types/pa_value.h: pa_value.putelement modification of system
23820: classes prevented
23821:
23822: 2001-07-11 parser
23823:
23824: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23825: table $piece
23826:
23827: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23828: types/pa_vstateless_class.h: $file created by file:state +=
23829: .atime .mtime .ctime +found&fixed bug with exceptions on
23830: get_junction-created objects [they were on wrong pool]
23831:
23832: 2001-07-09 parser
23833:
23834: * src/main/untaint.C: qp wrong name
23835:
23836: * src/: classes/date.C, classes/string.C, classes/table.C,
23837: main/compile.y: date format 0
23838:
23839: 2001-07-07 parser
23840:
23841: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23842: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23843: roll table calendar
23844:
23845: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23846: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23847: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23848: include/pa_request.h, main/main.dsp, types/pa_value.h,
23849: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23850: string. todo: sql, calendar
23851:
23852: 2001-07-06 parser
23853:
23854: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23855: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23856:
23857: 2001-07-03 parser
23858:
23859: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23860: classes/random.C, main/main.dsp: class random renamed to math,
23861: operators became methods
23862:
23863: * src/classes/op.C: pow sqrt
23864:
23865: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23866:
23867: 2001-07-02 parser
23868:
23869: * src/classes/table.C: ^table.columns column renamed from 'name' to
23870: 'column'
23871:
23872: * src/classes/hash.C: ^hash.keys[]
23873:
23874: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23875:
23876: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23877: 'strings'
23878:
23879: 2001-06-29 parser
23880:
23881: * src/main/: execute.C: /0 %0 checkes ver 2
23882:
23883: * src/main/execute.C: /0 %0 checke
23884:
23885: * src/classes/Makefile.am: nothing - void
23886:
23887: * src/classes/table.C: empty strings @ sql
23888:
23889: 2001-06-28 parser
23890:
23891: * src/: classes/double.C, classes/file.C, classes/form.C,
23892: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23893: classes/op.C, classes/random.C, classes/response.C,
23894: classes/string.C, classes/table.C, classes/void.C,
23895: main/compile.C, main/compile_tools.C, main/execute.C,
23896: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23897: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23898: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23899: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23900: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23901: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23902: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23903: $";
23904:
23905: * src/: classes/double.C, classes/file.C, classes/form.C,
23906: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23907: classes/op.C, classes/random.C, classes/response.C,
23908: classes/string.C, classes/table.C, classes/void.C,
23909: main/compile.C, main/compile.y, main/compile_tools.C,
23910: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23911: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23912: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23913: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23914: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23915: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23916:
23917: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23918: $class:name: == ${class:name}:
23919:
23920: * src/classes/string.C: exactly one
23921:
23922: 2001-06-27 parser
23923:
23924: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23925: types/pa_vvoid.h: nothing renamed to void
23926:
23927: * src/classes/op.C: ^switch ^case
23928:
23929: * src/main/compile.y: nothing renamed to void
23930:
23931: * src/: classes/hash.C, classes/table.C, main/compile.y,
23932: main/execute.C, main/main.dsp, main/pa_request.C,
23933: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23934: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23935: void
23936:
23937: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23938:
23939: 2001-05-28 parser
23940:
23941: * src/doc/html2chm.cmd: removed >a
23942:
23943: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23944: project options [some bugs]
23945:
23946: * src/doc/sources2html.cmd: z
23947:
23948: * src/: classes/classes.C, main/compile.C, main/compile.y,
23949: main/execute.C: operators are not in root class again
23950:
23951: 2001-05-24 parser
23952:
23953: * src/targets/cgi/parser3.dsp: project file
23954:
23955: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23956: ^log ^exp
23957:
23958: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23959: conversions in @exception[params]
23960:
23961: * src/main/pa_request.C: // no _ conversions in @exception[params]
23962:
23963: 2001-05-23 parser
23964:
23965: * src/main/pa_string.C: string cmp bug
23966:
23967: * src/classes/: mail.C, op.C: rem max 1000
23968:
23969: * src/: classes/op.C, main/compile.y: allow one empty line before
23970: LS_DEF_NAME
23971:
23972: 2001-05-22 parser
23973:
23974: * src/classes/op.C: if params code-required
23975:
23976: 2001-05-21 parser
23977:
23978: * src/types/pa_vstring.C: eoleof
23979:
23980: * src/classes/Makefile.am: .AM
23981:
23982: * src/classes/nothing.C: resultless ^sql moved to nothing:
23983:
23984: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23985:
23986: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23987: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23988: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23989: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23990: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23991: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23992: 'nothing'
23993:
23994: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23995: vstring::set_string
23996:
23997: * src/classes/: double.C, int.C, string.C: int,double;sql
23998:
23999: * src/: classes/hash.C, classes/int.C, classes/string.C,
24000: classes/table.C, include/pa_string.h, main/pa_string.C,
24001: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24002:
24003: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24004: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24005: hash:sql moved to main trunc. operators.txt updated
24006:
24007: * src/classes/: hash.C, op.C, table.C: hash:sql
24008:
24009: * src/classes/op.C: z
24010:
24011: * src/: main/compile.C, classes/classes.C: 1
24012:
24013: * src/: classes/classes.C, main/compile.C, main/compile.y,
24014: main/execute.C: 0
24015:
24016: * src/main/execute.C: z
24017:
24018: * src/targets/cgi/parser3.C: z
24019:
24020: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24021: site_auto_path "." in that case
24022:
24023: * src/targets/cgi/: parser3.C: z
24024:
24025: * src/main/pa_request.C: .am
24026:
24027: * src/: main/pa_request.C, targets/cgi/parser3.C:
24028: pcre_tables=pcre_default_tables;
24029:
24030: 2001-05-19 parser
24031:
24032: * src/main/pa_string.C: z
24033:
24034: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24035: introducing String::cstr_bufsize, returns just size+1 for as_is
24036: target.
24037:
24038: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24039: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24040: used, 4* mem wasted
24041:
24042: * src/classes/string.C: root context in match replace body now
24043: unchanged
24044:
24045: * src/types/pa_value.h: parameter # 1 based
24046:
24047: * src/main/pa_common.C: common: actual filename '%s'
24048:
24049: * src/classes/string.C: z
24050:
24051: * src/classes/Makefile.am: classes/.am
24052:
24053: * src/classes/: Makefile.am: classes/.am
24054:
24055: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24056: targets/cgi/pa_pool.C: classes/.am
24057:
24058: 2001-05-18 parser
24059:
1.116 moko 24060: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24061: pa_threads.C ins
1.95 moko 24062:
24063: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24064:
24065: 2001-05-17 parser
24066:
24067: * src/: classes/string.C, include/pa_config_fixed.h,
24068: include/pa_config_includes.h, main/compile.y,
24069: main/compile_tools.h, main/execute.C, main/pa_array.C,
24070: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24071: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24072: types/pa_vform.C: #include "pa_config_includes.h" removed from
24073: most .C
24074:
24075: * src/doc/html2chm.cmd: z
24076:
24077: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24078: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24079:
24080: * src/main/pa_sql_driver_manager.C: moved expiration to
24081: get_connection_from_cache
24082:
24083: * src/main/pa_sql_driver_manager.C: cache expiration bf
24084:
24085: * src/: classes/classes.h, include/pa_sql_connection.h,
24086: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24087: cache expiration[use SQL_Driver::disconnect]
24088:
24089: * src/main/pa_table.C: table.locate current restored on "not found"
24090:
24091: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24092: line no
24093:
24094: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24095: ANTI_ENDLESS_EXECUTE_RECOURSION
24096:
24097: * src/: classes/op.C, include/pa_sql_connection.h,
24098: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24099: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24100: 1driver and set_services fight for driver::fservices. before fix
24101:
24102: * src/: classes/op.C, include/pa_config_fixed.h,
24103: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24104: main/pa_sql_driver_manager.C: found problem at last: 2connections
24105: own 1driver and set_services fight for driver::fservices. before
24106: fix
24107:
24108: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24109: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24110: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24111: pa_threads.C
24112:
24113: * src/include/pa_threads.h: removed targets/parser
24114:
24115: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24116: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24117: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24118: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24119: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24120: headers
24121:
24122: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24123: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24124: order prevented sqlmanager to see MULTYTHREAD define
24125:
24126: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24127: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24128: put/gets
24129:
24130: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24131: from hash.h
24132:
24133: * src/: classes/op.C, include/pa_sql_connection.h,
24134: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24135: from cache ->set_services(&services);
24136:
24137: 2001-05-16 parser
24138:
24139: * src/targets/cgi/parser3.C: z
24140:
24141: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24142: debug, #ifdefed some. would debug later, on more precise sample
24143: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24144: $name.$tail[$tail!] $name.$tail } ok3
24145:
24146: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24147: removed array debug. before vstring rebasing
24148:
24149: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24150: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24151: array debugged; adjusted
24152:
24153: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24154: SQL_Driver_manager line no for connect/charset errors
24155:
24156: 2001-05-15 parser
24157:
24158: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24159: main/pa_string.C: string+array made linear grows
24160:
24161: * src/: include/pa_string.h, main/pa_string.C,
24162: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24163: grow lineary, not exponentialy
24164:
24165: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24166: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24167: with fullchunk cmps
24168:
24169: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24170: 70041= 81
24171:
24172: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24173: targets/cgi/parser3.C: detected huge mem allocation: size/times
24174: malloc 27809390/368771, calloc 3232/83. would test now
24175:
24176: * src/: classes/random.C, main/compile.y, main/execute.C,
24177: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24178: numbered params had wrong name - for instance: bad error message
24179: in ^for[] bad body type. fixed
24180:
24181: 2001-05-14 parser
24182:
24183: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24184: main/untaint.C: ^string.upper|lower[]
24185:
24186: 2001-05-11 parser
24187:
24188: * src/: classes/double.C, classes/image.C, classes/op.C,
24189: classes/string.C, classes/table.C, classes/unknown.C,
24190: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24191: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24192: types/pa_vunknown.h: op: MAX_LOOPS as_int
24193:
24194: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24195: .dsp for win32tools
24196:
24197: 2001-05-11 paf
24198:
24199: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24200: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24201: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24202: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24203:
24204: 2001-05-10 paf
24205:
24206: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24207: for C++, that's all
24208:
1.116 moko 24209: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24210: pa_config_includes.h: inline wonders
1.95 moko 24211:
24212: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24213: doc/doxygen.cmd: hash.C added
24214:
24215: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24216:
24217: * src/main/compile.y: @end grammar: allowed zero strings in control
24218: menthod
24219:
24220: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24221: pa_vstateless_object.h: changed priority: field before method
24222: lookup in vclass & vobject
24223:
24224: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24225: grammar: priorities changes [lowerd && prior] vobject: now first
24226: fields, next methods
24227:
24228: 2001-05-08 paf
24229:
24230: * src/main/pa_table.C: table columnname2item on nameless ignored
24231: bark=false. fixed
24232:
24233: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24234: types/pa_vmethod_frame.h: hash:default works at last!
24235:
24236: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24237: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24238: hash:default
24239:
24240: * src/classes/table.C: z
24241:
24242: * src/classes/table.C: table:hash always hash of hash now
24243:
24244: * src/classes/table.C: table:empty return bool now
24245:
24246: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24247: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24248: types/pa_vtable.h: table:hash
24249:
24250: * src/classes/table.C: table:record have name
24251:
24252: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24253: returns vunknown
24254:
24255: * src/classes/: double.C, int.C, op.C, string.C:
24256: int,double,string:int[] double[] string:length[] results now have
24257: hames
24258:
24259: * src/: classes/op.C, classes/table.C, main/main.dsp,
24260: types/pa_vtable.h: removed table:find. table:locate and op:eval
24261: now return bool
24262:
24263: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24264: in method checkparams again. fixed
24265:
24266: 2001-05-07 paf
24267:
24268: * src/doc/chm.cmd: cmd
24269:
24270: * src/: classes/image.C, classes/mail.C, classes/string.C,
24271: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24272: types/pa_value.h: method reported errors on wrong pool
24273:
24274: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24275: now
24276:
24277: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24278: include/code.h, include/pa_opcode.h, main/compile.C,
24279: main/compile_tools.h, main/execute.C, types/pa_value.h,
24280: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24281: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24282: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24283: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24284: types/pa_vmethod_frame.h, types/pa_vobject.h,
24285: types/pa_vrequest.h, types/pa_vresponse.h,
24286: types/pa_vstateless_class.h, types/pa_vstring.h,
24287: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24288: types/pa_wwrapper.h: pa_code.h
24289:
24290: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24291:
24292: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24293: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24294: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24295: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24296: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24297: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24298: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24299: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24300: types/pa_vtable.h: dox, split by not clean parts also
24301:
24302: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24303: types/pa_vtable.h: table: fields, then methods. so to enable
24304: 'dir' fields & co. more
24305:
24306: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24307: so to enable 'dir' fields & co.
24308:
24309: * src/main/compile.y: grammar: @end
24310:
24311: 2001-05-04 paf
24312:
24313: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24314: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24315:
24316: * src/: classes/classes.h, classes/double.C, classes/file.C,
24317: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24318: classes/op.C, classes/random.C, classes/response.C,
24319: classes/string.C, classes/table.C, classes/unknown.C,
24320: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24321: method dox
24322:
24323: 2001-05-03 paf
24324:
24325: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24326: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24327: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24328: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24329: doc/string.dox, doc/targets.dox, doc/value.dox,
24330: main/pa_request.C: dox splitted .dox files and added some
24331:
24332: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24333:
24334: 2001-05-02 paf
24335:
24336: * src/classes/: image.C, table.C: table:dir result are not tainted
24337: by file_name language now
24338:
24339: 2001-04-28 paf
24340:
24341: * src/classes/classes.inc: removed classes.inc
24342:
24343: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24344: from .am
24345:
24346: * src/classes/classes.awk: skipped classes in .awk
24347:
24348: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24349: classes/classes.inc, classes/double.C, classes/file.C,
24350: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24351: classes/string.C, classes/table.C, classes/unknown.C,
24352: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24353: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24354: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24355: pa_methoded back to classes/classes.h
24356:
24357: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24358:
24359: * src/: classes/Makefile.am, classes/classes.awk,
24360: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24361: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24362:
24363: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24364: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24365: classes/response.C, classes/string.C, classes/table.C,
24366: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24367: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24368: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24369: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24370: include|main/pa_methoded
24371:
24372: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24373: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24374:
24375: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24376: moved some configured data to request::classes_conf moved some
24377: string crations from globals to M... [works]
24378:
24379: * src/: classes/form.C, classes/mail.C, classes/op.C,
24380: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24381: main/pa_request.C: moved some configured data to
24382: request::classes_conf moved some string crations from globals to
24383: M...
24384:
24385: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24386: about to move configured data to special request hash
24387:
24388: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24389: classes/form.C, classes/mail.C, include/pa_request.h,
24390: main/pa_request.C: configure started
24391:
24392: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24393: 2. todo: methoded-configure
24394:
24395: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24396: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24397: classes/_random.h, classes/_response.h, classes/_string.h,
24398: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24399: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24400: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24401: classes/random.C, classes/response.C, classes/string.C,
24402: classes/table.C, classes/unknown.C, include/pa_globals.h,
24403: include/pa_request.h, main/compile.y, main/execute.C,
24404: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24405: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24406: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24407: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24408: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24409: types/pa_vrequest.h, types/pa_vresponse.h,
24410: types/pa_vstateless_class.h, types/pa_vstring.h,
24411: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24412: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24413: methoded-configure
24414:
24415: * src/: classes/file.C, classes/table.C, main/compile.y,
24416: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24417: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24418: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24419:
24420: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24421: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24422: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24423: classes/random.C, classes/response.C, classes/string.C,
24424: classes/table.C, classes/unknown.C, include/pa_request.h,
24425: main/compile.y, main/execute.C, main/pa_globals.C,
24426: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24427: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24428: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24429: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24430: beautifying just compiled. todo: debug, configure
24431:
24432: 2001-04-27 paf
24433:
24434: * src/: classes/file.C, classes/image.C, classes/table.C,
24435: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24436: beautifying -99
24437:
24438: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24439: classes/_response.h, classes/_unknown.h, classes/classes.C,
24440: classes/classes.h, classes/double.C, classes/file.C,
24441: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24442: classes/op.C, classes/random.C, classes/response.C,
24443: classes/string.C, include/pa_globals.h, main/main.dsp,
24444: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24445: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24446: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24447: types/pa_vunknown.h: beautifying -100
24448:
24449: * src/main/compile.y: serge@ found @CLASS bug. fixed
24450:
24451: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24452: classes/_op.h, classes/_random.h, classes/_table.h,
24453: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24454: classes/op.C, classes/random.C, classes/response.C,
24455: classes/string.C, classes/table.C, classes/unknown.C,
24456: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24457: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24458: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24459: beautifying
24460:
24461: 2001-04-26 paf
24462:
24463: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24464:
24465: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24466: documentation ++
24467:
24468: * src/: classes/_exec.h, doc/doxygen.cfg,
24469: include/pa_config_fixed.h, include/pa_config_includes.h,
24470: targets/cgi/pa_pool.C: code documentation ++
24471:
24472: * src/: classes/_image.h, classes/op.C, classes/random.C,
24473: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24474: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24475: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24476: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24477: types/pa_vmethod_frame.h, types/pa_vobject.h,
24478: types/pa_vrequest.C, types/pa_vrequest.h,
24479: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24480: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24481: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24482: code documentation ++
24483:
24484: * src/: classes/image.C, classes/mail.C, classes/string.C,
24485: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24486: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24487: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24488: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24489: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24490: types/pa_vobject.h, types/pa_vstateless_class.h,
24491: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24492:
24493: * src/main/: pa_request.C, pa_string.C: z
24494:
24495: * src/: include/pa_common.h, include/pa_types.h,
24496: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24497: connection caching fixed. request-pooled-url were stored into
24498: global connectioncache
24499:
24500: 2001-04-25 paf
24501:
24502: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24503: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24504:
24505: * src/: include/code.h, include/pa_common.h, main/compile.y,
24506: main/execute.C, main/pa_common.C: -d
24507:
24508: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24509: illegal call check a bit improved, but still under iis no mapping
24510: of dir with parser allowed!
24511:
24512: 2001-04-24 paf
24513:
24514: * src/targets/Makefile.am: apache module lib .am
24515:
24516: * src/main/pa_exec.C: windows32 buildCommand
24517:
24518: 2001-04-23 paf
24519:
24520: * src/targets/cgi/Makefile.am: win32 conditional
24521:
24522: * src/targets/cgi/Makefile.am: win32 conditional
24523:
24524: * src/targets/cgi/Makefile.am: liblink
24525:
24526: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24527: vfile fields return type
24528:
24529: * src/types/pa_vfile.h: vfile fields return type
24530:
24531: * src/include/pa_config_auto.h.in: .h.in
24532:
24533: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24534: types/Makefile: makefiles removed
24535:
24536: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24537: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24538:
24539: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24540: [tested: i & g ]
24541:
24542: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24543: @test noticed series in isapi, check how initialize_random_class
24544: is called! [must be called only once]
24545:
24546: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24547: would not be 'unknown column'
24548:
24549: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24550: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24551:
24552: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24553: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24554: [now doesnt]
24555:
24556: * src/targets/cgi/parser3.C: cgi cmdline ver
24557:
24558: * src/targets/cgi/parser3.C: cgi /// @test disable
24559: /cgi-bin/parser3/auto.p
24560:
24561: * src/main/untaint.C: untaint without charset
24562:
24563: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24564: main/pa_common.C: common: file_write /// @test mkdirs
24565: file_delete rmdirs
24566:
24567: * src/main/untaint.C: mail header only once to =?
24568:
24569: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24570: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24571: main/untaint.C: untaint - @test optimize whitespaces for
24572: all but 'html'
24573:
24574: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24575: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24576: main/untaint.C: untaint - @test mail-header
24577:
24578: 2001-04-20 paf
24579:
24580: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24581: include/pa_request.h, include/pa_string.h, main/compile.y,
24582: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24583: targets/cgi/parser3.C: $MAIN:LOCALE
24584:
24585: * src/main/untaint.C: z
24586:
24587: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24588:
24589: 2001-04-19 paf
24590:
24591: * src/main/compile_tools.h: $a$b bugfix
24592:
24593: * src/targets/cgi/parser3.C: z
24594:
24595: * src/classes/file.C: z
24596:
24597: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24598: done: header to $fields. waits for header '\' tricks
24599:
24600: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24601: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24602: changed urlencode here and in untaint.C to HTTP standard's " and
24603: \" mech
24604:
24605: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24606: http://alx/~paf/ doesnt load /auto.p
24607:
24608: 2001-04-18 paf
24609:
24610: * src/main/pa_request.C: 1
24611:
24612: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24613: linux @alx
24614:
24615: 2001-04-17 paf
24616:
24617: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24618: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24619: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24620: enabled
24621:
24622: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24623: classes/_exec.h, classes/_file.h, classes/_form.h,
24624: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24625: classes/_random.h, classes/_response.h, classes/_string.h,
24626: classes/_table.h, classes/_unknown.h, classes/file.C,
24627: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24628: include/pa_config_fixed.h, include/pa_config_includes.h,
24629: include/pa_hash.h, include/pa_sql_driver_manager.h,
24630: include/pa_version.h, main/Makefile.am, main/compile.y,
24631: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24632: main/pa_sql_driver_manager.C, sql/Makefile.am,
24633: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24634: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24635: types/pa_vform.C, types/pa_vimage.h: exec @jav
24636:
24637: * src/: include/pa_sql_driver_manager.h,
24638: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24639: types/pa_vimage.h: sql driver interface now has initialize(client
24640: .so)
24641:
24642: 2001-04-16 paf
24643:
24644: * src/Makefile.am: compile2 cygwin
24645:
24646: * src/: include/pa_config_includes.h, main/pa_exec.C,
24647: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24648:
24649: * src/targets/cgi/Makefile.am: compile0 jav
24650:
24651: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24652: classes/_exec.h, classes/_file.h, classes/_form.h,
24653: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24654: classes/_random.h, classes/_response.h, classes/_string.h,
24655: classes/_table.h, classes/_unknown.h, classes/image.C,
24656: classes/mail.C, classes/op.C, classes/random.C,
24657: include/pa_config_fixed.h, include/pa_config_includes.h,
24658: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24659: main/compile.y, main/pa_common.C, main/pa_exec.C,
24660: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24661: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24662: compile-1
24663:
24664: 2001-04-15 paf
24665:
24666: * src/classes/op.C: z
24667:
24668: * src/classes/table.C: table:empty +=process
24669:
24670: * src/types/pa_value.h: MethodParams !junction
24671:
24672: * src/: classes/_string.h, classes/double.C, classes/file.C,
24673: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24674: classes/random.C, classes/response.C, classes/string.C,
24675: classes/table.C, classes/unknown.C, main/pa_request.C:
24676: MethodParams everywhere
24677:
24678: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24679: types/pa_vmethod_frame.h: MethodParams in op.C
24680:
24681: 2001-04-12 paf
24682:
24683: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24684:
24685: * src/: classes/_unknown.h, classes/unknown.C,
24686: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24687: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24688:
24689: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24690:
24691: * src/classes/image.C: image:gif now does not have params
24692:
24693: * src/classes/image.C:
24694: image:line/fill/rectangle/bar/replace/polygon/polybar
24695:
24696: * src/: classes/image.C, classes/op.C, main/execute.C,
24697: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24698: for var now written not to r.wcontext, but to r.root cleared
24699: "entered_object" state
24700:
24701: 2001-04-11 paf
24702:
24703: * src/classes/image.C: image:create image:load
24704:
24705: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24706: just compiled
24707:
24708: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24709: todo: gif without file
24710:
24711: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24712: started porting to Pooled descendant
24713:
24714: * src/: classes/image.C, main/execute.C, main/main.dsp,
24715: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24716: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24717: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24718:
24719: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24720: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24721: end. switching to python imaging lib
24722:
24723: * src/main/main.dsp: gd+smtp made separate libs
24724:
24725: * src/: include/pa_globals.h, include/pa_string.h,
24726: main/pa_common.C, main/pa_request.C, main/untaint.C,
24727: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24728: length
24729:
24730: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24731: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24732: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24733: UL_FILE_NAME of posted file name
24734:
24735: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24736: post [broke when moved post read to core]
24737:
24738: 2001-04-10 paf
24739:
24740: * src/classes/image.C: image:html done
24741:
24742: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24743:
24744: * src/classes/image.C: z
24745:
24746: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24747: forgotten!
24748:
24749: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24750: main/pa_request.C, main/pa_string.C, main/untaint.C,
24751: types/pa_vimage.h: image:measure -90
24752:
24753: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24754: classes/_int.h, classes/_mail.h, classes/_op.h,
24755: classes/_random.h, classes/_response.h, classes/_string.h,
24756: classes/_table.h, classes/file.C, classes/mail.C,
24757: include/pa_common.h, include/pa_globals.h, main/execute.C,
24758: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24759: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24760: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24761: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24762: compiled
24763:
24764: * src/classes/mail.C: minor bug with unclear from/to
24765:
24766: * src/classes/mail.C: sendmail unix skipping defaults
24767:
24768: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24769: sendmail unix added defaults
24770:
24771: * src/classes/mail.C: unix sendmail compiled. todo:testing
24772:
24773: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24774:
24775: 2001-04-09 paf
24776:
24777: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24778: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24779: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24780: targets/isapi/parser3isapi.dsp: all targets exec
24781:
24782: * src/: include/pa_sapi.h, include/pa_string.h,
24783: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24784: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24785: args in apache:util.script
24786:
24787: * src/include/pa_string.h: written but not tested exec with env for
24788: unix
24789:
24790: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24791: targets/cgi/parser3.C: exec win32 env
24792:
24793: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24794: 0
24795:
24796: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24797: main/execute.C, main/main.dsp, main/pa_globals.C,
24798: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24799: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24800:
24801: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24802: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24803:
24804: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24805: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24806:
24807: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24808: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24809: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24810: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24811: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24812: exec class just compiled. moved post read to request core
24813:
24814: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24815: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24816: main/pa_globals.C, targets/cgi/parser3.C,
24817: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24818: are already read by vform
24819:
24820: 2001-04-08 paf
24821:
24822: * src/: classes/file.C, classes/mail.C, classes/string.C,
24823: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24824: uuencode. string<<
24825:
24826: 2001-04-07 paf
24827:
24828: * src/classes/mail.C: z
24829:
24830: * src/classes/mail.C: z
24831:
24832: * src/classes/mail.C: ^mail[$attach
24833:
24834: * src/classes/mail.C: ^attach dead end
24835:
24836: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24837: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24838: targets/isapi/parser3isapi.C: mail:send 1
24839:
24840: * src/: classes/mail.C, main/pa_request.C: z
24841:
24842: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24843: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24844: compiled
24845:
24846: * src/classes/mail.C: +=
24847:
24848: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24849: prepared
24850:
24851: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24852: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24853: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24854: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24855:
24856: 2001-04-06 paf
24857:
24858: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24859: main/pa_string.C: table:dir 1
24860:
24861: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24862: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24863:
24864: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24865: classes/root.C, include/pa_globals.h, include/pa_request.h,
24866: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24867: main/pa_request.C: renamed 'root' to 'op'
24868:
24869: * src/classes/: _op.h, op.C: renamed from 'root'
24870:
24871: * src/types/pa_valiased.C: another root inherititance skipped
24872:
24873: * src/main/: compile.C, compile.y, execute.C: operators are now not
24874: root methods of parent class. just 'ROOT' class
24875:
24876: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24877: @office
24878:
24879: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24880:
24881: 2001-04-05 paf
24882:
24883: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24884: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24885: constructor flag dropped at get_method_frame and remembered into
24886: method_frame
24887:
24888: * src/: classes/file.C, classes/root.C, classes/string.C,
24889: classes/table.C, main/pa_request.C: junction to code&expression
24890: in errors
24891:
24892: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24893: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24894: $LOCALE:ctype[Russian_Russia.1251]
24895:
24896: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24897: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24898: main/pa_table.C: hash now not thread-safe.
24899:
24900: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24901: main/untaint.C: z
24902:
24903: * src/: classes/random.C, classes/root.C, classes/table.C,
24904: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24905: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24906: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24907: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24908:
24909: * src/: classes/table.C, include/pa_sql_connection.h,
24910: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24911:
24912: * src/classes/table.C: select * from hren error contains statement
24913:
24914: * src/: classes/table.C, include/pa_sql_connection.h,
24915: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24916: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24917:
24918: * src/: classes/root.C, include/pa_sql_connection.h,
24919: include/pa_sql_driver.h, main/main.dsp,
24920: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24921: services for conv memory & error reporting
24922:
24923: 2001-04-04 paf
24924:
24925: * src/doc/doxygen.cfg: z
24926:
24927: * src/include/pa_sql_driver.h: mysql connect
24928:
24929: * src/include/pa_sql_driver.h: mysql info
24930:
24931: * src/: classes/root.C, include/pa_sql_driver.h,
24932: include/pa_sql_driver_manager.h, main/main.dsp,
24933: main/pa_sql_driver_manager.C: more manager&connection&driver
24934:
24935: * src/sql/Makefile.am: forgot to add mysql client
24936:
24937: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24938: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24939: [forgot to add libltdl, added]
24940:
24941: * src/: Makefile.am, classes/root.C, classes/string.C,
24942: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24943: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24944: include/pa_string.h, include/pa_table.h, main/main.dsp,
24945: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24946: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24947: -1000 just compiled
24948:
24949: * src/: classes/random.C, classes/root.C, classes/table.C,
24950: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24951: main/pa_request.C, types/pa_vclass.h: sql frame -10
24952:
24953: 2001-04-03 paf
24954:
24955: * src/types/pa_vform.C: z
24956:
24957: * src/: classes/string.C, types/pa_vform.C: string:match replace
24958: assigned lang
24959:
24960: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24961: {}[]< empty []
24962:
24963: * src/: classes/file.C, classes/string.C, classes/table.C,
24964: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24965: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24966:
24967: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24968: string:match replace strange matches
24969:
24970: * src/classes/string.C: string:match replace 0
24971:
24972: * src/: classes/string.C, main/pa_string.C: string:match replace
24973: prepared 2
24974:
24975: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24976: string:match replace prepared
24977:
24978: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24979: string:match replace -11
24980:
24981: * src/: classes/string.C, include/pa_globals.h,
24982: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24983: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24984:
24985: * src/: classes/string.C, include/pa_globals.h,
24986: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24987: main/pa_string.C: string:match [search] -1 just compiled
24988:
24989: * src/types/pa_vstring.C: z
24990:
24991: * src/: classes/double.C, classes/file.C, classes/form.C,
24992: classes/int.C, classes/response.C, classes/root.C,
24993: classes/string.C, classes/table.C, include/pa_string.h,
24994: main/pa_string.C: string:match -10 [frame]
24995:
24996: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24997: main/pa_request.C: z
24998:
24999: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25000: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25001: todo/tests
25002:
25003: * src/include/pa_common.h: z
25004:
25005: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25006: main/pa_request.C, targets/cgi/parser3.C,
25007: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25008: content-disposition
25009:
25010: * src/: include/pa_common.h, include/pa_globals.h,
25011: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25012: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25013:
25014: * src/: include/pa_common.h, include/pa_request.h,
25015: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25016: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25017: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25018: response:body
25019:
25020: * src/classes/table.C: table:append now uses string::split
25021:
25022: * src/classes/table.C: z
25023:
25024: * src/: classes/file.C, classes/root.C, classes/string.C,
25025: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25026: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25027: include/pa_string.h, main/execute.C, main/pa_string.C,
25028: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25029: string::pos & cmp & piece bugs fixed. string::split new
25030: table:load separated from set table:set implemented with clean \n
25031: \t searches
25032:
25033: 2001-04-02 paf
25034:
25035: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25036: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25037: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25038: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25039: it in table:set/load
25040:
25041: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25042: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25043:
25044: * src/classes/random.C: random:generate 1
25045:
25046: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25047: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25048: types/pa_value.h: random:generate
25049:
25050: 2001-03-30 paf
25051:
25052: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25053: todo: table flip and append. string::pos
25054:
25055: * src/: classes/double.C, classes/file.C, classes/int.C,
25056: classes/response.C, classes/root.C, classes/string.C,
25057: classes/table.C, main/compile.y, main/execute.C,
25058: types/pa_value.h, types/pa_vstateless_class.C,
25059: types/pa_vstateless_class.h: static|dynamic|any method
25060: registration
25061:
25062: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25063: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25064: table:flip
25065:
25066: 2001-03-29 paf
25067:
25068: * src/classes/string.C: string:xsplit forgot that they must result
25069: in 1 row N column [not vice versa]
25070:
25071: * src/classes/string.C: z
25072:
25073: * src/classes/string.C: string: rsplit
25074:
25075: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25076: string: lsplit
25077:
25078: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25079: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25080: lsplit -1
25081:
25082: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25083: string: pos
25084:
25085: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25086: string: pos -1
25087:
25088: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25089: main/compile.y, main/pa_request.C, main/pa_string.C,
25090: main/untaint.C: string: left right mid
25091:
25092: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25093: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25094: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25095: and [;] are different now.
25096:
25097: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25098: main/untaint.C: pool.request undone
25099:
25100: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25101: main/untaint.C: pool.request
25102:
25103: 2001-03-28 paf
25104:
25105: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25106: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25107: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25108: $request:browser [.type .version]; unknown.get_double now = 0.
25109:
25110: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25111: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25112: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25113: types/pa_vform.C: file:load autodetection of mime-type by
25114: user-file-name
25115:
25116: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25117: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25118: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25119:
25120: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25121: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25122: write. must be self.set
25123:
25124: * src/: classes/file.C, classes/root.C, classes/table.C,
25125: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25126:
25127: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25128: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25129: types/pa_vtable.h: table:locate just compiled
25130:
25131: 2001-03-27 paf
25132:
25133: * src/main/: execute.C, pa_common.C: fixed r/w context of
25134: code-params2, fixed ntfs hardlink slow dir update
25135:
25136: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25137: types/pa_wcontext.h: fixed r/w context of code-params
25138:
25139: * src/: classes/table.C, main/execute.C: about to change junction
25140: rcontext!!
25141:
25142: * src/: classes/double.C, classes/int.C, classes/root.C,
25143: classes/string.C, classes/table.C, main/compile_tools.C,
25144: main/execute.C, main/pa_request.C, main/untaint.C,
25145: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25146: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25147: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25148: types/pa_vunknown.h: sort 0
25149:
25150: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25151: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25152: renamed to are_static_calls_disabled
25153:
25154: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25155: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25156: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25157: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25158:
25159: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25160:
25161: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25162: started table:sort fixed minor bug in #...^{
25163:
25164: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25165: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25166: decided to have as it were. stepped back. grammar: added 'in'
25167: 'is' 'lt'&co follow-space check
25168:
25169: 2001-03-26 paf
25170:
25171: * src/: classes/file.C, classes/root.C, classes/table.C,
25172: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25173: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25174: main/pa_table.C: moved ::save to pa_table. disabled @auto
25175: invocation in ^process
25176:
25177: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25178:
25179: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25180: main/pa_array.C: table:record
25181:
25182: * src/: main/untaint.C, targets/cgi/parser3.C,
25183: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25184: targets/isapi/pool_storage.h, types/pa_valiased.h,
25185: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25186: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25187: types/pa_vtable.h: z
25188:
25189: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25190: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25191: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25192: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25193: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25194: method realisations on 'self' validity - they now can simply
25195: assume that 'self' is V{Proper} .
25196:
25197: 2001-03-25 paf
25198:
25199: * src/main/untaint.C: z
25200:
25201: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25202: lowlevel - it initialization could be skipped if failed in @auto.
25203: so that exception report would use some table
25204:
25205: * src/main/pa_request.C: table empty lines ignored. system-default
25206: content type assigned in output:result [can fail in main:auto and
25207: skipped normal defaults extraction]
25208:
25209: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25210: bug
25211:
25212: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25213: processing to table [except preliminary \r\n \r \n replacements
25214: to "\n"]
25215:
25216: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25217: move all the processing to table
25218:
25219: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25220: main/pa_table.C, main/untaint.C: returned table originating.
25221: useful for reporting typo table problems origin. think would be
25222: useful somewhere else
25223:
25224: * src/main/untaint.C: typo \r \r\n \n properly handled
25225:
25226: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25227: include/pa_table.h, main/compile.y, main/compile_tools.C,
25228: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25229: main/pa_string.C, main/pa_table.C, main/untaint.C,
25230: types/pa_vcookie.h: typo & typo-default
25231:
25232: 2001-03-24 paf
25233:
25234: * src/main/pa_common.C: z
25235:
25236: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25237: targets/cgi/parser3.C: html-typo 2
25238:
25239: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25240: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25241: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25242: main/execute.C, main/pa_array.C, main/pa_globals.C,
25243: main/pa_request.C, main/pa_string.C, main/untaint.C,
25244: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25245: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25246: noticed double default content-type prob. run cgi.cmd tomorrow
25247: first html-typo sample. detected << problem: they become ltlt too
25248: fast
25249:
25250: * src/main/compile.y: z
25251:
25252: * src/main/: compile.y, compile_tools.h: #comment
25253:
25254: * src/: classes/file.C, classes/root.C, classes/table.C,
25255: include/pa_common.h, include/pa_request.h, main/compile.y,
25256: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25257: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25258: stringified
25259:
25260: * src/types/pa_valiased.C: decided to String-ify file_read
25261:
25262: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25263: isapi/parser3isapi.dsp: cgi: sapi::log
25264:
25265: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25266: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25267: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25268: error log experiments failed - cgi under iis got no access to
25269: log. registereventsource simply failed with 5(illegal call) code,
25270: while worked OK as standalone executable. isapi: used
25271: HSE_APPEND_LOG_PARAMETER feature
25272:
25273: * src/: include/pa_common.h, include/pa_globals.h,
25274: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25275: targets/isapi/parser3isapi.C: fixed default content-type
25276: allocation storage
25277:
25278: * src/: include/pa_globals.h, include/pa_request.h,
25279: main/pa_globals.C, main/pa_request.C: z
25280:
25281: * src/: include/pa_array.h, include/pa_hash.h,
25282: include/pa_request.h, main/compile.y, main/pa_array.C,
25283: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25284: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25285: content-type
25286:
25287: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25288: sanity
25289:
25290: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25291: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25292: away freeze mech. no danger now for you can't do
25293: ^request:process[@new-method[] body] trick anymore. still
25294: remains $some_instance.process[@new-method[] possibility] but
25295: would leave it as a feature. see index for sample
25296:
25297: * src/: include/pa_common.h, main/pa_common.C,
25298: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25299: monkey every target
25300:
25301: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25302: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25303: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25304:
25305: 2001-03-23 paf
25306:
25307: * src/: include/pa_pool.h, main/pa_request.C,
25308: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25309: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25310: targets/isapi/pool_storage.h: isapi: dumb pool storage
25311:
25312: * src/targets/isapi/pa_pool.C: decided to continue with extension
25313:
25314: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25315: it would be better to rewrite as filter then to deal with pool
25316:
25317: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25318: now like in cgi, not from APPL_PHYSICAL_PATH
25319:
25320: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25321: include/pa_config_fixed.h, include/pa_config_includes.h,
25322: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25323: include/pa_version.h, main/compile.y, main/execute.C,
25324: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25325: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25326: main/untaint.C, targets/cgi/parser3.C,
25327: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25328: cgi: reinvent document_root and request_uri under iis. autoconf
25329: updated. introducing ap_config_includes
25330:
25331: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25332:
25333: * src/targets/cgi/parser3.C: cgi: only one pool now
25334:
25335: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25336: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25337: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25338: types/pa_venv.h, types/pa_vform.C: sapi made object
25339:
25340: * src/: include/pa_globals.h, main/pa_request.C,
25341: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25342: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25343: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25344:
25345: * src/: main/pa_request.C, targets/cgi/parser3.C,
25346: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25347: isapi minor env beauty
25348:
25349: * src/: main/pa_request.C, targets/cgi/parser3.C,
25350: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25351: isapi document_root 0
25352:
25353: 2001-03-22 paf
25354:
25355: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25356:
25357: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25358: isapi/parser3isapi.C: z
25359:
25360: * src/: include/pa_pool.h, main/pa_request.C,
25361: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25362:
25363: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25364: kill.pl: isapi added utils
25365:
25366: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25367: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25368: types/pa_vform.C: isapi 0
25369:
25370: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25371: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25372: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25373: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25374: started isapi
25375:
25376: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25377: some comments
25378:
25379: * src/: include/pa_globals.h, include/pa_request.h,
25380: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25381: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25382: parser_root_auto_path parser_site_auto_path
25383:
25384: * src/types/pa_vcookie.C: cookie attr decoded
25385:
25386: 2001-03-21 paf
25387:
25388: * src/targets/cgi/parser3.C: z
25389:
25390: * src/include/pa_globals.h: post. todo: config of auto.p path
25391:
25392: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25393: types/pa_venv.h: in cookie & env. todo:post
25394:
25395: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25396: classes/root.C, classes/table.C, include/pa_array.h,
25397: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25398: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25399: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25400: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25401: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25402: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25403: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25404: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25405: shifted apache branch on main trunc
25406:
25407: * src/: include/pa_common.h, include/pa_globals.h,
25408: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25409: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25410: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25411: starting mod_parser3
25412:
25413: * src/targets/cgi/parser3.C: starting mod_parser3
25414:
25415: 2001-03-20 paf
25416:
25417: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25418: targets/cgi/parser3.C: automake compiled and works. todo:make
25419: win32 ifdefs work and add ifdef unistd
25420:
25421: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25422: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25423: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25424: z
25425:
25426: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25427: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25428: locking
25429:
25430: * src/: classes/Makefile.am, types/Makefile.am: z
25431:
25432: * src/: Makefile.am, classes/file.C, classes/root.C,
25433: classes/table.C, include/pa_array.h, include/pa_request.h,
25434: include/pa_string.h, main/Makefile.am, main/execute.C,
25435: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25436: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25437: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25438: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25439:
25440: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25441: main/pa_request.C, types/pa_vfile.h: ^table:save
25442:
25443: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25444: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25445: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25446: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25447: types/pa_vform.h: z
25448:
25449: * src/include/pa_string.h: z
25450:
25451: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25452: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25453: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25454: :Value
25455:
25456: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25457: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25458: :VStateless_object
25459:
25460: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25461: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25462: :VStateless_object
25463:
25464: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25465: types/pa_valiased.C, types/pa_vform.h: commented VForm
25466:
25467: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25468: types/pa_valiased.h, types/pa_value.h,
25469: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25470: types/pa_vstateless_object.h: moved common get_element part from
25471: stateless object&class into VAliased
25472:
25473: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25474: classes/table.C, main/execute.C, main/main.dsp,
25475: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25476: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25477: now :Value
25478:
25479: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25480: main/execute.C, main/main.dsp, main/pa_globals.C,
25481: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25482:
25483: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25484: doxx
25485:
25486: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25487: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25488: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25489: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25490: and ^file:save
25491:
25492: 2001-03-19 paf
25493:
25494: * src/types/pa_vfile.C: z
25495:
25496: * src/: classes/file.C, classes/request.C, classes/table.C,
25497: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25498: main/pa_request.C, main/untaint.C, types/pa_value.h,
25499: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25500:
25501: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25502: include/pa_string.h, include/pa_table.h, main/main.dsp,
25503: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25504: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25505: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25506: classes/_file.h, classes/file.C, types/pa_vfile.C,
25507: types/pa_vfile.h: file class just compiled
25508:
25509: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25510: include/pa_table.h, include/pa_types.h, main/execute.C,
25511: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25512: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25513: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25514:
25515: * src/include/pa_pool.h: z
25516:
25517: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25518: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25519: Hash::Value to Val so to doxygen would finlly stop confusing
25520: those Value-s
25521:
25522: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25523: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25524: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25525: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25526: include/pa_types.h, main/compile.C, main/compile.y,
25527: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25528: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25529: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25530: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25531: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25532:
25533: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25534: derivates somehow unlinked. don't know why yet
25535:
25536: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25537: include/pa_string.h, include/pa_threads.h, main/compile.C,
25538: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25539: main/execute.C, main/pa_array.C, main/pa_common.C,
25540: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25541: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25542: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25543:
25544: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25545: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25546: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25547: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25548: types/pa_vrequest.h: doc: detected Value derivates prob
25549:
25550: * src/include/pa_globals.h: z
25551:
25552: * src/: classes/_request.h, classes/request.C, include/code.h,
25553: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25554: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25555: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25556: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25557: main/execute.C, main/pa_pool.C, main/pa_request.C,
25558: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25559: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25560:
25561: 2001-03-18 paf
25562:
25563: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25564: cookie: allowed access to hash-assigned
25565:
25566: * src/targets/cgi/parser3.C: z
25567:
25568: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25569: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25570: include/pa_types.h, main/main.dsp, main/pa_common.C,
25571: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25572: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25573: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25574: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25575: types/pa_vunknown.h: cookie class
25576:
25577: * src/main/pa_request.C: zero length output allowed
25578:
25579: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25580: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25581:
25582: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25583: lang switch
25584:
25585: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25586: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25587: types/pa_value.h, types/pa_vhash.h:
25588: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25589:
25590: * src/main/execute.C: z
25591:
25592: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25593: targets/cgi/parser3.C: taint[uri
25594:
25595: * src/: classes/request.C, classes/response.C, classes/root.C,
25596: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25597: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25598: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25599:
25600: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25601: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25602: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25603: types/pa_vstateless_class.C: convinient string(pool, char *src,
25604: bool tainted) ctor
25605:
25606: * src/: include/pa_hash.h, include/pa_request.h,
25607: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25608: main/pa_request.C, main/pa_string.C, main/untaint.C,
25609: targets/cgi/parser3.C: proper @exceptions params tainting
25610:
25611: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25612: response fields to header
25613:
25614: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25615: z
25616:
25617: * src/: classes/_response.h, classes/response.C,
25618: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25619: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25620: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25621: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25622: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25623: $response: 0 request::core exception rethrow
25624:
25625: 2001-03-16 paf
25626:
25627: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25628: types/pa_vrequest.h: native method' class call with less params
25629: then needed error reporting
25630:
25631: * src/: classes/_request.h, classes/request.C,
25632: include/pa_globals.h, include/pa_request.h, main/execute.C,
25633: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25634: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25635: types/pa_vrequest.h: $request : query :uri
25636:
25637: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25638: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25639: types/pa_wcontext.h: $result
25640:
25641: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25642:
25643: * src/: classes/double.C, include/code.h, main/compile.y,
25644: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25645: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25646:
25647: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25648: main/compile.y, main/execute.C, types/pa_value.h,
25649: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25650: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25651: wcontext conflict
25652:
25653: * src/: main/execute.C, types/pa_value.h,
25654: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25655: $string.field
25656:
25657: 2001-03-15 paf
25658:
25659: * src/main/pa_request.C: news sample
25660:
25661: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25662: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25663:
25664: * src/main/: compile.y, execute.C: z
25665:
25666: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25667: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25668: pre pre works
25669:
25670: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25671: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25672: fillfields just compiled
25673:
25674: 2001-03-14 paf
25675:
25676: * src/: include/pa_request.h, main/pa_request.C,
25677: targets/cgi/parser3.C: z
25678:
25679: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25680: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25681: types/pa_vstring.h: limits -1
25682:
25683: * src/: include/pa_globals.h, include/pa_request.h,
25684: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25685: main/pa_request.C, targets/cgi/parser3.C,
25686: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25687: request_info -1
25688:
25689: * src/: include/pa_globals.h, main/pa_globals.C,
25690: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25691: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25692: vform_fields_fill
25693:
25694: * src/targets/cgi/parser3.C: # if MSVC
25695:
25696: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25697: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25698:
25699: * src/targets/cgi/parser3.C: z
25700:
25701: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25702: include/pa_string.h, include/pa_types.h, main/compile.y,
25703: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25704: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25705: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25706: types/pa_vunknown.h: global handler, exceptions in parser3
25707:
25708: 2001-03-13 paf
25709:
25710: * src/: classes/form.C, main/compile.y, main/core.C,
25711: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25712: types/pa_vform.h, types/pa_vstateless_class.C,
25713: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25714: instead
25715:
25716: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25717: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25718: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25719: started cgi target
25720:
25721: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25722: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25723: before error show with parser
25724:
25725: * src/: classes/_form.h, classes/form.C, include/core.h,
25726: include/pa_request.h, main/core.C, main/pa_request.C,
25727: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25728:
25729: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25730:
25731: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25732: parser3.C: renamed targets/ parser to cgi
25733:
25734: * src/: classes/double.C, classes/env.C, classes/int.C,
25735: classes/root.C, classes/string.C, classes/table.C,
25736: include/pa_request.h, types/pa_vhash.h: z
25737:
25738: * src/: classes/_env.h, classes/env.C, classes/root.C,
25739: include/core.h, include/pa_pool.h, include/pa_request.h,
25740: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25741: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25742: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25743: [historical moment :)]
25744:
25745: * src/: include/code.h, include/pa_string.h, main/compile.y,
25746: main/execute.C, main/pa_string.C: 'value is type' expr operator
25747:
25748: * src/types/pa_venv.h: $ENV 1
25749:
25750: * src/main/execute.C: z
25751:
25752: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25753: future methods of ENV constructor if
25754:
25755: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25756: class
25757:
25758: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25759: classes/_root.h, classes/_string.h, classes/_table.h,
25760: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25761: classes/string.C, classes/table.C, include/pa_request.h,
25762: main/compile.C, main/compile_tools.h, main/core.C,
25763: main/execute.C, main/main.dsp, main/pa_request.C,
25764: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25765: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25766: types/pa_vobject.h, types/pa_vstateless_class.C,
25767: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25768: types/pa_wcontext.h: $ENV: re 0, stateless classes
25769:
25770: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25771: classes/_root.h, classes/_string.h, classes/_table.h,
25772: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25773: classes/string.C, classes/table.C, include/pa_request.h,
25774: main/compile.C, main/compile_tools.h, main/core.C,
25775: main/execute.C, main/main.dsp, main/pa_request.C,
25776: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25777: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25778: types/pa_vobject.h, types/pa_vstateless_class.C,
25779: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25780: types/pa_wcontext.h: $ENV: re 0, stateless classes
25781:
25782: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25783: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25784: yesterdays bad decision on execute_static_method
25785:
25786: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25787:
25788: * src/: classes/double.C, classes/int.C, classes/root.C,
25789: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25790:
25791: * src/main/pa_request.C: z
25792:
25793: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25794: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25795:
25796: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25797: include/pa_pool.h, main/pa_request.C:
25798: restructure_exceptions_dead_end
25799:
25800: * src/: classes/root.C, main/compile.y: ^if required junctions.
25801: allowed ; inside {} to break params
25802:
25803: * src/classes/root.C: ^eval
25804:
25805: * src/: classes/_string.h, classes/double.C, classes/int.C,
25806: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25807: string ^format
25808:
25809: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25810: 'bad' but not 'enough'
25811:
25812: * src/: classes/double.C, classes/root.C, classes/table.C,
25813: include/pa_common.h, include/pa_types.h, main/compile.y,
25814: main/pa_common.C, main/pa_request.C, main/untaint.C,
25815: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25816: types/pa_wwrapper.h: think constructing flag as is is bad
25817:
25818: * src/: classes/double.C, classes/int.C, classes/root.C,
25819: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25820: types/pa_vint.h: ^for
25821:
25822: 2001-03-12 paf
25823:
25824: * src/classes/table.C: table ^empty
25825:
25826: * src/: classes/table.C, include/pa_table.h: table ^menu
25827:
25828: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25829: ^offset ^line ^count
25830:
25831: * src/classes/root.C: ^round() ^floor() ^ceiling()
25832: ^abs() ^sign()
25833:
25834: * src/classes/: root.C, table.C: ^use
25835:
25836: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25837: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25838: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25839: ^while. switched off wcontext.constructing after write(value) or
25840: auto-vhash-constructing
25841:
25842: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25843: main/pa_request.C: fail_if_junction_ helper func
25844:
25845: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25846: include/pa_request.h, main/execute.C, main/main.dsp,
25847: main/pa_common.C, main/pa_request.C: ^process error point by
25848: actual method_name, not source. ^load
25849:
25850: * src/types/pa_vtable.h: table: no, better with string in cells...
25851:
25852: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25853: classes/_table.h, classes/table.C, main/untaint.C: z
25854:
25855: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25856: include/pa_table.h, main/core.C, main/execute.C,
25857: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25858: types/pa_value.h: table:set 0
25859:
25860: * src/: classes/root.C, include/core.h, include/pa_array.h,
25861: include/pa_request.h, include/pa_table.h, main/core.C,
25862: main/main.dsp, main/pa_request.C, main/pa_table.C,
25863: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25864: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25865: types/pa_vstring.h: freeze, ^table:create[] -1
25866:
25867: * src/: classes/root.C, types/pa_value.h: z
25868:
25869: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25870: get_method in couple places optimizing them
25871:
25872: * src/classes/root.C: z
25873:
25874: * src/: classes/root.C, types/pa_vclass.h: process temp main
25875: zeroing
25876:
25877: * src/: classes/double.C, classes/int.C, classes/root.C,
25878: classes/string.C, include/pa_common.h, include/pa_request.h,
25879: include/pa_string.h, include/pa_types.h, main/compile.C,
25880: main/compile.y, main/compile_tools.h, main/execute.C,
25881: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25882: types/pa_vmframe.h: ^process. actual names to store param and
25883: check_actual_numbered_params for better place diagnostics
25884:
25885: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25886: method-junctions bug fixed
25887:
25888: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25889: pa_vstateless_object.h, pa_vstring.h: stateless_object
25890:
25891: 2001-03-11 paf
25892:
25893: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25894: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25895: VDouble VInt base now VObject_base - without fields
25896:
25897: * src/: classes/root.C, include/core.h, main/core.C: z
25898:
25899: * src/: classes/double.C, classes/int.C, classes/root.C,
25900: classes/string.C, include/core.h, include/pa_hash.h,
25901: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25902: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25903:
25904: * src/: classes/double.C, classes/int.C, classes/root.C,
25905: include/pa_request.h, main/execute.C: intercept_string
25906:
25907: * src/: classes/double.C, classes/int.C, classes/root.C,
25908: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25909:
25910: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25911: ^inc-s(expr)
25912:
25913: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25914: classes/_root.h, classes/_string.h, classes/double.C,
25915: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25916: include/code.h, include/core.h, include/pa_array.h,
25917: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25918: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25919: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25920: include/pa_types.h, main/compile.C, main/compile.y,
25921: main/compile_tools.C, main/compile_tools.h, main/core.C,
25922: main/execute.C, main/pa_array.C, main/pa_common.C,
25923: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25924: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25925: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25926: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25927: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25928: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25929: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25930: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25931:
25932: * src/: main/pa_request.C, types/pa_vhash.h: z
25933:
25934: * src/: include/core.h, include/pa_request.h, main/core.C,
25935: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25936:
25937: * src/: include/pa_valiased.h, include/pa_value.h,
25938: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25939: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25940: include/pa_vjunction.h, include/pa_vmframe.h,
25941: include/pa_vobject.h, include/pa_vstring.h,
25942: include/pa_vunknown.h, include/pa_wcontext.h,
25943: include/pa_wwrapper.h, main/compile.y, main/core.C,
25944: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25945: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25946: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25947: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25948: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25949: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25950: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25951: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25952: include/
25953:
25954: 2001-03-10 paf
25955:
25956: * src/: include/core.h, include/pa_request.h, main/core.C,
25957: main/pa_request.C: run+auto=run
25958:
25959: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25960:
25961: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25962: classes/_root.h, classes/_string.h, classes/double.C,
25963: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25964: include/code.h, include/core.h, include/pa_array.h,
25965: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25966: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25967: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25968: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25969: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25970: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25971: include/pa_vjunction.h, include/pa_vmframe.h,
25972: include/pa_vobject.h, include/pa_vstring.h,
25973: include/pa_vunknown.h, include/pa_wcontext.h,
25974: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25975: main/compile_tools.C, main/compile_tools.h, main/core.C,
25976: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25977: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25978: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25979: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25980: main/pa_wcontext.C: sources header
25981:
25982: * src/main/pa_request.C: auto..
25983:
25984: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25985: main/pa_request.C: auto tree0
25986:
25987: * src/: include/core.h, include/pa_request.h, main/compile.y,
25988: main/core.C, main/pa_request.C: names to core.C
25989:
25990: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25991: include/pa_request.h, main/core.C, main/execute.C,
25992: main/pa_common.C, main/pa_request.C: root auto.p loaded
25993:
25994: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25995: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25996: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25997: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25998:
25999: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26000: @auto[] realised. auto.p scan togo
26001:
26002: * src/: include/pa_request.h, main/execute.C: autocalc
26003: code-junctions result now have names
26004:
26005: * src/: classes/double.C, classes/int.C, classes/root.C,
26006: classes/string.C, include/pa_request.h, include/pa_string.h,
26007: include/pa_wcontext.h, main/compile.y, main/execute.C,
26008: main/pa_string.C, main/pa_wcontext.C: tainting 0
26009:
26010: * src/classes/env.C: env:file/line
26011:
26012: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26013: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26014: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26015: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26016: main/compile_tools.C, main/compile_tools.h, main/core.C,
26017: main/execute.C, main/main.dsp, main/pa_cframe.C,
26018: main/pa_request.C, main/pa_wcontext.C: const fight finished
26019:
26020: * src/include/pa_vclass.h: const fight to go
26021:
26022: * src/: classes/_env.h, classes/env.C, classes/root.C,
26023: include/pa_request.h, include/pa_vclass.h, main/core.C,
26024: main/main.dsp: env0
26025:
26026: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26027: classes/_string.h, classes/double.C, classes/int.C,
26028: classes/root.C, classes/string.C, include/pa_request.h,
26029: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26030: include/pa_wcontext.h, main/core.C, main/main.dsp,
26031: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26032: main/pa_wcontext.C: ^lang prepare0
26033:
26034: 2001-03-09 paf
26035:
26036: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26037: construct proper naming
26038:
26039: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26040: classes/double.C, classes/int.C, classes/root.C,
26041: classes/string.C, include/code.h, include/pa_value.h,
26042: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26043: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26044: main/compile.y, main/compile_tools.C, main/core.C,
26045: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26046: and ^double[]. fixed expr type
26047:
26048: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26049: ^string.length[]
26050:
26051: 2001-03-08 paf
26052:
26053: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26054:
26055: * src/: include/pa_vclass.h, include/pa_vstring.h,
26056: include/pa_wcontext.h, main/compile.y, main/core.C,
26057: main/execute.C, main/main.dsp: dead end: vstring can't be
26058: derivated from vobject
26059:
26060: * src/: include/pa_vclass.h, include/pa_vhash.h,
26061: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26062:
26063: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26064: remained clone conseqs
26065:
26066: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26067:
26068: * src/main/pa_vclass.C: wow! vclass were out of vcs
26069:
26070: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26071: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26072: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26073: include/pa_vobject.h, include/pa_vstring.h,
26074: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26075: main/execute.C: withoud cloning. didn't need it actually, params
26076: got passed from out unnamed ewpool
26077:
26078: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26079: include/pa_vjunction.h, include/pa_vobject.h,
26080: include/pa_vunknown.h, main/compile.y: cloning dead end
26081:
26082: * src/: include/pa_bool.h, include/pa_double.h,
26083: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26084: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26085: include/pa_vjunction.h, include/pa_vmframe.h,
26086: include/pa_vobject.h, include/pa_vstring.h,
26087: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26088: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26089: to give params proper names
26090:
26091: * src/main/pa_wcontext.C: z
26092:
26093: * src/: include/pa_vmframe.h, main/execute.C: added names to
26094: unknown values in get_element and unfilled params. removed wrong
26095: name change in get_element
26096:
26097: * src/main/execute.C: z
26098:
26099: * src/main/execute.C: fixed problems calling operators in
26100: constructors
26101:
26102: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26103: detected problems calling operators in constructors
26104:
26105: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26106: autocalc def to string
26107:
26108: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26109: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26110:
26111: * src/classes/root.C: added root.c
26112:
26113: * src/: include/pa_request.h, include/pa_value.h,
26114: include/pa_vcframe.h, include/pa_vmframe.h,
26115: include/pa_wcontext.h, main/compile.C, main/compile.y,
26116: main/core.C, main/execute.C, main/pa_cframe.C,
26117: main/pa_wcontext.C: 'if' just compiled
26118:
26119: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26120: include/pa_vjunction.h, include/pa_vmframe.h,
26121: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26122: main/pa_wcontext.C: z
26123:
26124: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26125: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26126: with parameter names in operator methods
26127:
26128: * src/main/compile.y: minor renamings in .y
26129:
26130: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26131: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26132: @BASE. changed 'RUN' assignment mech
26133:
26134: * src/main/execute.C: z
26135:
26136: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26137: main/compile_tools.h, main/execute.C: made class: dynamic, not
26138: static. so to enable runtime ^use
26139:
26140: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26141:
26142: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26143: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26144:
26145: * src/main/execute.C: root root in code-junction
26146:
26147: 2001-03-07 paf
26148:
26149: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26150: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26151:
26152: * src/: include/pa_stack.h, include/pa_value.h,
26153: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26154: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26155: fixed rwcontext of {} params up
26156:
26157: * src/main/: compile.y, compile_tools.h: ^func(params)
26158:
26159: * src/main/compile.y: .y priorities syntax shaped up a bit
26160:
26161: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26162: include/pa_vunknown.h, main/compile.y, main/execute.C,
26163: main/pa_hash.C: expr def in -f
26164:
26165: * src/main/: compile.y, execute.C: expr calls
26166:
26167: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26168: fixed
26169:
26170: * src/main/compile.y: expr quoted code
26171:
26172: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26173: support0
26174:
26175: * src/main/compile.y: expr string comparisons 0
26176:
26177: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26178: main/pa_string.C: just compiled lt&co
26179:
26180: * src/main/execute.C: ^var.menu{$field} problem detected. that
26181: $field not a $var.field
26182:
26183: 2001-03-06 paf
26184:
26185: * src/main/compile.y: .y expr visible-shorter
26186:
26187: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26188: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26189: logical
26190:
26191: * src/: include/pa_vstring.h, main/compile.y: problems with
26192: skipping whitespace in yylex
26193:
26194: * src/include/pa_vbool.h: forgot this
26195:
26196: * src/: include/code.h, main/compile.y, main/execute.C: without
26197: string ops in expressions 0
26198:
26199: * src/: include/pa_value.h, include/pa_vdouble.h,
26200: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26201: main/execute.C, main/main.dsp: !~
26202:
26203: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26204: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26205: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26206: include/pa_vunknown.h, include/pa_wcontext.h,
26207: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26208: main/compile_tools.h, main/execute.C: +-*/
26209:
26210: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26211: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26212:
26213: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26214: main/execute.C: expr grammar-1 2*2=4.000000 :)
26215:
26216: * src/main/compile.y: expr grammar-1
26217:
26218: * src/main/compile.y: expr lexx1
26219:
26220: * src/main/: compile.y, execute.C, main.dsp: z
26221:
26222: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26223: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26224: main/execute.C: expr lex0 exec-1
26225:
26226: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26227:
26228: 2001-02-26 paf
26229:
26230: * src/main/compile.y: max_string in yyerror bug fix
26231:
26232: 2001-02-25 paf
26233:
26234: * src/: include/pa_value.h, include/pa_vmframe.h,
26235: include/pa_wcontext.h, main/execute.C: VAliased3
26236:
26237: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26238:
26239: * src/main/execute.C: VAliased1
26240:
26241: * src/: include/pa_request.h, include/pa_value.h,
26242: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26243: VAliased0
26244:
26245: * src/: include/pa_pool.h, include/pa_request.h,
26246: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26247: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26248: VAliased just compiled
26249:
26250: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26251: include/pa_vobject.h, main/execute.C: alias dead end
26252:
26253: * src/: include/pa_value.h, include/pa_vclass.h,
26254: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26255: main/main.dsp: no not get fields into interm VFielded class.
26256: fields & staticfields 1
26257:
26258: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26259: include/pa_vobject.h, include/pa_wcontext.h,
26260: include/pa_wwrapper.h, main/core.C, main/execute.C,
26261: main/main.dsp: would now get fields into interm VFielded class
26262:
26263: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26264: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26265: include/pa_wcontext.h, main/compile.y, main/core.C,
26266: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26267: main/pa_wcontext.C: virtuals2
26268:
26269: * src/main/compile.y: : 1
26270:
26271: * src/main/compile.y: rethought to $class:static.field.subfield
26272:
26273: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26274: $class:element
26275:
26276: * src/: include/pa_value.h, include/pa_vmframe.h,
26277: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26278: main/pa_wcontext.C: before execute class calls rewrite
26279:
26280: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26281: name RUN, also alias
26282:
26283: * src/main/compile.y: escaping bug
26284:
26285: * src/: include/pa_request.h, include/pa_value.h,
26286: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26287: main/core.C, main/execute.C, main/pa_common.C: vobject1
26288:
26289: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26290: include/pa_vmframe.h, include/pa_vobject.h,
26291: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26292: main/compile_tools.h, main/execute.C: ^class:method() just
26293: compiled
26294:
26295: 2001-02-24 paf
26296:
26297: * src/main/main.dsp: no bison -d
26298:
26299: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26300: class' err msg wrong
26301:
26302: * src/main/compile.y: z
26303:
26304: * src/main/: compile.y, core.C: yylex need some @special lines adj
26305:
26306: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26307: main/compile.y, main/compile_tools.h, main/core.C: modules0
26308:
26309: * src/: include/pa_vclass.h, main/core.C: z
26310:
26311: * src/: include/pa_value.h, include/pa_vclass.h,
26312: include/pa_vobject.h, main/main.dsp: vobject00
26313:
26314: * src/main/pa_array.C: minor bug in expanding very small arrays.
26315: 60% from 1 were 0
26316:
26317: * src/: include/pa_value.h, include/pa_wcontext.h,
26318: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26319: as bad as you've named it: wcontext.value() was not a perfect
26320: idea
26321:
26322: * src/main/execute.C: codeframe1
26323:
26324: * src/: include/pa_value.h, include/pa_vcframe.h,
26325: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26326: include/pa_vjunction.h, include/pa_vmframe.h,
26327: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26328: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26329: just compiled
26330:
26331: * src/: include/pa_vframe.h, main/compile.y: found junction
26332: ideology @: ^x{$a()) must construct current wcontext element, so
26333: smart wcontext handling needed
26334:
26335: * src/main/compile.y: fixed grammar bugs in constructor/params
26336: klinch
26337:
26338: * src/main/: compile.y, execute.C: fixed empty constructor
26339: optimized empty case. failed on calls - produced empty string
26340: param
26341:
26342: * src/main/compile.y: fixed last \n macrotemplate strip bug
26343:
26344: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26345: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26346: main/compile_tools.C, main/compile_tools.h, main/core.C,
26347: main/execute.C: code junctions0. something wrong with last \n
26348: macrotemplate strip
26349:
26350: * src/: include/pa_value.h, main/compile.C, main/core.C,
26351: main/pa_value.C: minor error reporting format beautifyings
26352:
26353: * src/: include/pa_value.h, include/pa_vclass.h,
26354: include/pa_vframe.h, main/core.C, main/execute.C,
26355: main/pa_value.C: get_method RIP. junctions everywhere. call with
26356: junctions0
26357:
26358: 2001-02-23 paf
26359:
26360: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26361: pa_wwrapper.h: lara came, can't work, sorry :(
26362:
26363: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26364: junction
26365:
26366: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26367: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26368: main/execute.C, main/main.dsp, main/pa_value.C: call0
26369:
26370: * src/: include/pa_hash.h, include/pa_value.h,
26371: include/pa_wcontext.h, main/core.C, main/execute.C,
26372: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26373: done
26374:
26375: * src/include/pa_wcontext.h: z
26376:
26377: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26378: wrong grammar in complex constructor case
26379:
26380: * src/main/: compile.y, execute.C: empty constructor bug fixed
26381:
26382: * src/main/execute.C: with result rwpool
26383:
26384: * src/: include/pa_value.h, main/core.C, main/execute.C,
26385: main/main.dsp: value named
26386:
26387: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26388: strign 2 value in 2 places in execute
26389:
26390: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26391: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26392: wcontext.put_element when wcontext fvalue==0
26393:
26394: 2001-02-22 paf
26395:
26396: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26397: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26398: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26399:
26400: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26401: erroreos checkout
26402:
26403: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26404:
26405: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26406: main/compile_tools.h, main/pa_array.C: $self.get
26407:
26408: * src/main/: compile.C, compile.y, compile_tools.C: z
26409:
26410: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26411: bit. finished now.
26412:
26413: * src/main/compile.y: $: finished
26414:
26415: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26416:
26417: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26418: main/execute.C: OP_STRING better then some xxx _VALUE
26419:
26420: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26421: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26422: string to vstring it .y all
26423:
26424: * src/: include/pa_request.h, include/pa_stack.h,
26425: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26426: all
26427:
26428: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26429: precise parse error line:col
26430:
26431: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26432: main/pa_hash.C, main/pa_pool.C: TRY...
26433:
26434: * src/: include/pa_exception.h, include/pa_pool.h,
26435: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26436: main/compile.C, main/compile.y, main/compile_tools.C,
26437: main/core.C, main/pa_array.C, main/pa_exception.C,
26438: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26439: main/pa_table.C: removed exception from request
26440:
26441: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26442: some forgotten
26443:
26444: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26445: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26446: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26447: get/put simple vars to VClass works0
26448:
26449: * src/: include/pa_array.h, include/pa_wcontext.h,
26450: main/pa_string.C: in process, but found that exceptions are too
26451: global
26452:
26453: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26454: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26455: main/execute.C, main/pa_string.C: write_value write_string 0 it
26456: seems wcontext must write strings regardles of fvalue!=0
26457:
26458: 2001-02-21 paf
26459:
26460: * src/main/execute.C: tired :)
26461:
26462: * src/main/: compile.C, compile.y, execute.C: store0
26463:
26464: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26465: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26466: include/pa_wcontext.h, main/compile.C, main/compile.y,
26467: main/execute.C, main/main.dsp, main/pa_array.C,
26468: main/pa_request.C: get put -1 [just compiled]
26469:
26470: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26471: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26472: main/main.dsp, main/pa_request.C: request core methods0
26473:
26474: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26475: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26476: execute
26477:
26478: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26479: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26480: methods and one_big_piece. now compile returns array<method*>
26481:
26482: * src/main/compile.y: more straightforward yylex[end]
26483:
26484: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26485: string.operator==(char*)
26486:
26487: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26488: main/execute.C, main/pa_array.C: after array.const get wonders
26489:
26490: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26491: pa_string.h, pa_value.h: struck with const array.gets
26492:
26493: * src/main/: execute.C: z
26494:
26495: * src/main/: compile.y, execute.C: z
26496:
26497: * src/main/: compile.C, compile.y, compile_tools.h: error
26498: processing in eval & yyerror so it wouldn't cause memleaks.
26499:
26500: * src/main/: compile.C, compile.y: failed to add absolute precies
26501: parse error positions. leaving RIGHTMOST position as
26502: @file[line:col]
26503:
26504: * src/: include/compile.h, main/compile.C, main/compile.y,
26505: main/compile_tools.h: line numbers needed. would add them to .y
26506: now internally. externally it's not as precise as needed
26507:
26508: * src/: include/code.h, include/pa_types.h, main/compile.C,
26509: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26510: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26511: compiler works ok
26512:
26513: 2001-02-20 paf
26514:
26515: * src/main/: compile.C, compile.y, compile_tools.C,
26516: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26517: not perfect
26518:
26519: * src/: include/code.h, include/compile.h, include/execute.h,
26520: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26521: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26522: main/compile.C, main/compile.y, main/compile_tools.C,
26523: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26524: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26525: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26526: compiled. execute=dump for now
26527:
26528: * src/main/core.C: core rewrite using yacc investigations now will
26529: be compile[yacc]/execute[opcodes]
26530:
26531: 2001-02-15 paf
26532:
26533: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26534: rewrite as turing machine? for it seems it would be it's too many
26535: ifs with this syntax now
26536:
26537: 2001-02-14 paf
26538:
26539: * src/main/core.C: get_params 1
26540:
26541: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26542: :( ]
26543:
26544: * src/main/core.C: varios breaks
26545:
26546: * src/main/core.C: get names 3
26547:
26548: * src/main/core.C: get names 2
26549:
26550: * src/main/core.C: get names 1
26551:
26552: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26553: names 0
26554:
26555: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26556: text repassing2 operator static vars
26557:
26558: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26559: main/pa_string.C: process text repassing
26560:
26561: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26562: module:calls changes
26563:
26564: 2001-02-13 paf
26565:
26566: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26567: ^class:calls[] started
26568:
26569: * src/: include/pa_value.h, main/core.C: z
26570:
26571: * src/main/core.C: operators : and self. prefixes
26572:
26573: * src/main/core.C: z
26574:
26575: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26576: tested
26577:
26578: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26579: optimized
26580:
26581: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26582: would change privates to better support optimization
26583:
26584: * src/: include/pa_string.h, main/pa_string.C:
26585: String_iterator::skip_to todo:optimize
26586:
26587: 2001-02-12 paf
26588:
26589: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26590: String_iterator
26591:
26592: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26593: comments
26594:
26595: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26596: self/methodref joined
26597:
26598: 2001-02-11 paf
26599:
26600: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26601: main/main.dsp: core started. core.C, context&value .h
26602:
26603: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26604: include/pa_string.h, main/main.dsp, main/pa_array.C,
26605: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26606:
26607: 2001-01-30 paf
26608:
26609: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26610: comments
26611:
26612: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26613: main/pa_pool.C: moved pa_pool.C to be target specific
26614:
26615: * src/: include/pa_exception.h, include/pa_pool.h,
26616: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26617: to & changes
26618:
26619: * src/: include/pa_exception.h, include/pa_pool.h,
26620: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26621: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26622: re-associated. that's much better even removed 'die' necessety
26623:
26624: * src/: include/pa_error.h, include/pa_exception.h,
26625: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26626: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26627: targets/Makefile.am: lowered targets/parser into subdir, added
26628: parser_Pool(Pool) failed to add. would think..
26629:
26630: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26631: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26632: main/pa_string.C, main/pa_table.C: Table more like C++ style
26633: hence lots of 'const'
26634:
26635: * src/: include/pa_error.h, include/pa_request.h,
26636: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26637: main/pa_table.C: Error fixed
26638:
26639: 2001-01-29 paf
26640:
26641: * src/: include/pa_array.h, include/pa_common.h,
26642: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26643: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26644: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26645: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26646:
26647: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26648: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26649: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26650: main/pa_string.C, main/pa_table.C: Request Error Table
26651:
26652: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26653: templates"
26654:
26655: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26656: main/main.dsp, main/pa_array.C: templates failed no template
26657: specializations [VC6], no library auto instantation [VC6, GNU c++
26658: 2.95.2-6 from latest cygwin]
26659:
26660: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26661: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26662: main/main.dsp, main/pa_array.C, main/pa_string.C,
26663: main/pa_table.C: Table started would test template Array now
26664:
26665: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26666: String originating
26667:
26668: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26669: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26670: SYNCHRONIZED(thread_safe)
26671:
26672: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26673: parts to top
26674:
26675: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26676: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26677: see: needed only in global Hash now, made Hash:: put/get
26678: SYNCHRONIZED
26679:
26680: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26681: main/pa_threads.C: added pa_threads
26682:
26683: Mutex
26684:
26685: * src/include/pa_hash.h: some comments
26686:
26687: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26688: Array& operator += (Array& src)
26689:
26690: * src/main/pa_array.C: expand not convinient, would rewrite
26691:
26692: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26693: (Array& src)
26694:
26695: rethought, would change now
26696:
26697: 2001-01-27 paf
26698:
26699: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26700: caching
26701:
26702: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26703: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26704: cache rethought to chunk caching
26705:
26706: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26707: include/pa_string.h, main/main.dsp, main/pa_array.C,
26708: main/pa_hash.C, main/pa_string.C: Array 0
26709:
26710: * src/main/pa_string.C: String::operator ==
26711:
26712: * src/main/pa_hash.C: String(&String)
26713:
26714: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26715:
26716: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26717: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26718: pa_hash[forgotten]
26719:
26720: 2001-01-26 paf
26721:
26722: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26723: removed templates [vc++ suxx]
26724:
26725: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26726: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26727:
26728: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26729:
1.119 moko 26730: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26731:
1.119 moko 26732: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26733: check
26734:
26735: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26736: dynamic row_count
26737:
26738: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26739: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26740: targets/Makefile.am: Initial revision
26741:
26742: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26743: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26744: targets/Makefile.am: creating parser3 module
26745:
E-mail: