Annotation of parser3/ChangeLog, revision 1.233
1.233 ! moko 1: 2026-03-01 moko
! 2:
! 3: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
! 4: main/pa_request.C: configure_user removed, $MAIN:MAIL now
! 5: processed inside ^mail:send[] (implements feature #1290)
! 6:
! 7: 2026-02-25 moko
! 8:
! 9: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
! 10: array redefinition added
! 11:
! 12: * src/main/pa_request.C: array redefinition fixed
! 13:
! 14: * tests/: 182.html, results/182.processed: test for
! 15: ^reflection:classes[] order (related to feature #1289)
! 16:
! 17: * src/: classes/reflection.C, include/pa_request.h,
! 18: main/pa_request.C: classes now OrderedHashString, implements
! 19: feature #1289
! 20:
1.232 moko 21: 2026-02-02 moko
22:
23: * tests/: 307.html, results/307.processed: more "junction used
24: outside of context" tests added
25:
1.231 moko 26: 2026-01-09 moko
27:
28: * src/classes/amqp.C: auto_delete is better false by default
29: (related to feature #1288)
30:
31: * src/classes/amqp.C: more methods bool args fixes, nowait removed
32: (related to feature #1288)
33:
34: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
35:
36: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
37: returns purged messages count (related to feature #1288)
38:
39: * tests/: 449.html, results/449.processed, results/auto.p: test for
40: table size limit added (related to feature #1276)
41:
42: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
43: limit table size; note: for append and insert operations only
44: (implements feature #1276)
45:
46: 2026-01-08 moko
47:
48: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
49: declare_queue = declare; delete_exchange + delete_queue = delete;
50: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
51: consume can be called without callback with optional $.count(N),
52: returns array of messages;
53:
54: 2026-01-07 moko
55:
56: * tests/: 448.html, results/448.processed: avoid 500, show
57: exception where not supported
58:
59: * src/include/pa_int.h: warnings war
60:
61: * tests/: 422.html, results/422.processed: test updated after wide
62: int implemented (feature #1273)
63:
64: * src/main/pa_int.C: warnings war
65:
66: * src/classes/classes.vcproj: +amqp.C
67:
68: * src/classes/: int.C, string.C: warnings war
69:
70: * src/classes/: op.C: warnings war
71:
72: * src/: classes/op.C, main/pa_int.C: warnings war
73:
74: * src/types/pa_vdate.h: warnings war
75:
76: * src/main/pa_int.C: warnings war continues
77:
78: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
79: war
80:
81: * src/types/pa_vdate.C: reverted, format_double still required here
82:
83: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
84: format_double now supports wint, $math:int_max and $math:int_min
85: added, PA_WIDE_INT is finally enabled by default (implements
86: feature #1273)
87:
88: * tests/: 275.html, results/275.processed: preparing tests for int
89: extension
90:
91: * tests/: 424.html, results/424.processed: actualized and prepared
92: for wide int
93:
94: 2026-01-06 moko
95:
96: * src/: classes/double.C, classes/int.C, classes/string.C,
97: include/pa_common.h, include/pa_int.h, include/pa_string.h,
98: main/execute.C, main/pa_common.C, main/pa_int.C,
99: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
100: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
101: types/pa_vstring.h: feature #1273 core implementation:
102: value::as_wint added, implemented for int/double/string, and used
103: where applicable; vint now holds pa_wint type; format_double
104: moved to pa_int
105:
106: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
107: pa_int includes tuning, vcproj updated (related to feature #1273)
108:
109: * src/main/pa_int.C: build fix
110:
111: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
112: added, another preparation for feature #1273
113:
114: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
115: include/pa_types.h, main/pa_int.C, main/pa_string.C,
116: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
117: moved there, pa_wint and related functions added, another
118: preparation for feature #1273
119:
1.230 moko 120: 2025-12-17 moko
121:
122: * src/classes/json.C: optimization: String::Empty used and avoided
123: using passed length.
124:
125: 2025-12-16 moko
126:
127: * src/classes/string.C: sync _int with _double, avoid int usage
128: (related to #1273)
129:
1.229 moko 130: 2025-12-08 moko
131:
132: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
133: define added and used for OS X as well
134:
1.228 moko 135: 2025-11-30 moko
136:
137: * configure, configure.ac, src/include/pa_config_auto.h.in,
138: src/include/pa_config_fixed.h: int64_t added in preparation to
139: feature #1273
140:
1.227 moko 141: 2025-11-22 moko
142:
143: * src/classes/amqp.C: delivery_tag changed from string to double
144: (related to feature #1288)
145:
1.226 moko 146: 2025-11-14 moko
147:
148: * src/types/pa_vstatus.C, tests/448.html,
149: tests/results/448.processed: $status:limit-cpu,
150: $status:limit-mem, $status:limit-nproc unlimited support added,
151: test added (related to feature #1280)
152:
153: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
154: $status:limit-mem, $status:limit-nproc added (implements feature
155: #1280)
156:
157: 2025-11-12 moko
158:
159: * tests/results/: 323.processed, 421.processed: tests results
160: updated after amqp class added
161:
1.225 moko 162: 2025-11-08 moko
163:
164: * src/classes/amqp.C: tls support added, errors reporting improved
165: (related to feature #1288)
166:
167: * src/classes/amqp.C: tls support added (related to feature #1288)
168:
169: * src/classes/amqp.C: exceptions text now printed (related to
170: feature #1288)
171:
172: * src/classes/amqp.C: properties hash simplified (related to
173: feature #1288)
174:
175: 2025-11-07 moko
176:
177: * src/classes/amqp.C: consume fixed (related to feature #1288)
178:
179: * src/classes/classes.C: + amqp class
180:
181: * buildall, configure, configure.ac, src/classes/Makefile.am,
182: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
183: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
184: updated for librabbitmq support (relates to feature #1288)
185:
186: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
187: basic RabbitMQ C library (librabbitmq) support (partially
188: implements #1288)
189:
1.224 moko 190: 2025-10-05 moko
191:
192: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
193: reflection.C, string.C: Optimization: valid_options optimized
194: where HashStringValue::Iterator used
195:
196: * tests/results/224.processed: test result updated after date
197: functions updated (related to #1287)
198:
199: 2025-10-04 moko
200:
201: * operators.ru.txt, operators.txt: actualized
202:
203: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
204:
205: * tests/: 447.html, results/447.processed: tests for
206: ^reflection:override[$method] added (related to feature #1286)
207:
208: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
209: added (related to feature #1285)
210:
211: * src/classes/reflection.C:
212: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
213: added (implements feature #1286)
214:
215: * src/main/execute.C: bugfix: when method is attached from another
216: class, it's junction_template is initialized with another class,
217: thus get_vjunction should be used (related to feature #1286)
218:
219: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
220: ^date:iso-string[] - static call now formats current date
221: (implements feature #1287)
222:
223: 2025-10-01 moko
224:
225: * buildall: built-in mailreceive path actualized
226:
1.223 moko 227: 2025-09-01 moko
228:
229: * src/classes/math.C: old compilers support in ^math:eq
230:
231: 2025-08-31 moko
232:
233: * tests/: 446.html, results/446.processed: tests for
234: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
235:
236: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
237: implements #1285)
238:
239: 2025-08-30 moko
240:
241: * operators.ru.txt, operators.txt: actualized
242:
243: * tests/: 230.html, results/230.processed: test for ^file.save
244: $.append(false|true) option added (related to feature #1284)
245:
246: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
247: ^file.save $.append(false|true) option added (implements feature
248: #1284)
249:
1.222 moko 250: 2025-08-16 moko
251:
252: * etc/auto.p.in: LIMIT max_array_size actualized
253:
1.221 moko 254: 2025-08-01 moko
255:
256: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
257: pa_GC_abort_func added and used (implements feature #1283)
258:
259: * src/include/: pa_array.h, pa_config_includes.h:
260: PA_DEBUG_DISABLE_GC mode fixed for sparse array
261:
1.220 moko 262: 2025-07-04 moko
263:
264: * src/main/pa_common.C: typo fixed (related to bug #1282)
265:
266: * src/main/pa_common.C: minor optimization + create_dir_for_file
267: checks for \ (related to bug #1282)
268:
269: 2025-07-03 moko
270:
271: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
272: under Windows (fixes bug #1282)
273:
274: * src/main/pa_common.C: file:delete for UTF-8 files now works under
275: Windows (fixes bug #1282)
276:
277: 2025-06-28 moko
278:
279: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
280: Yavor Doganov <yavor@gnu.org>
281:
282: * src/main/pa_charset.C: typo fixed (related to feature #1281)
283:
284: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
285: compatibility fixed (implements feature #1281)
286:
1.219 moko 287: 2025-05-31 moko
288:
289: * src/main/pa_http.C: old gcc compilation fix (related to feature
290: #1277)
291:
292: 2025-05-28 moko
293:
294: * src/: classes/array.C, include/pa_array.h: last
295: Array_iterator::key() removed (related to feature #1277)
296:
297: 2025-05-27 moko
298:
299: * src/: classes/array.C, classes/table.C, include/pa_array.h,
300: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
301: and used (related to feature #1277)
302:
1.218 moko 303: 2025-05-26 moko
304:
305: * src/: classes/array.C, classes/curl.C, classes/hash.C,
306: classes/hashfile.C, classes/image.C, classes/table.C,
307: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
308: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
309: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
310: VString(const char *avalue) added and used to optimize new
311: VString(*new String(i.key(), String::L_TAINTED)) (related to
312: feature #1277)
313:
314: * src/: classes/array.C, classes/curl.C, classes/file.C,
315: classes/hash.C, classes/image.C, classes/json.C,
316: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
317: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
318: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
319: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
320: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
321: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
322: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
323: types/pa_vxnode.C: implements feature #1277 String::Body(const
324: char *abody) now explicit but HashString::put(const char *str, V
325: value) added for simplicity optimizations: HASH_PUT_CSTR used
326: where hash.put called several time during execution; caching
327: String::Body::uitoa used at all pash.put(<uint> calls.
328:
329: 2025-05-25 moko
330:
331: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
332: to feature #1277)
333:
334: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
335:
336: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
337: added for caching (related to feature #1277)
338:
339: * src/include/pa_string.h: optimized String:pos versions added
340: (without language + char *) (related to feature #1277)
341:
342: 2025-05-24 moko
343:
344: * tests/: 445.html, results/445.processed: test for
345: ^hash.array[[keys|values]] added (related to feature #1274)
346:
347: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
348: feature #1274)
349:
1.217 moko 350: 2025-01-26 moko
351:
352: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
353:
1.216 moko 354: 2025-01-25 moko
355:
356: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
357:
358: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
359: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
360: autoheader && automake && autoconf
361:
362: * src/lib/ltdl/configure.ac: new autotools used
363:
364: * acsite.m4, configure.ac: new autotools warnings fixed
365:
1.213 moko 366: 2025-01-10 moko
367:
1.215 moko 368: * tests/results/320.processed: test result updated after syslog
369: added
370:
1.214 moko 371: * src/classes/op.C: minor MSVC fixes
372:
373: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
374:
1.213 moko 375: * operators.ru.txt, operators.txt: +
376: ^syslog[ident;message[;info|warning|error|debug]]
377:
378: * src/classes/op.C: +
379: ^syslog[ident;message[;info|warning|error|debug]] (implelents
380: feature #1270)
381:
382: * configure, configure.ac, src/include/pa_config_auto.h.in,
383: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
384:
385: 2025-01-06 moko
386:
387: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
388: 2^n) calculated and used
389:
390: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
391: https://www.hadrons.org/software/libmd/
392:
1.212 moko 393: 2024-12-28 moko
394:
395: * tests/httpd/run_tests.sh: for FreeBSD compatibility
396:
397: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
398: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
399: $request:uri and $request:path tests added (related to feature
400: #1269)
401:
402: * operators.ru.txt, operators.txt: + $request:path documented
403: (related to feature #1269)
404:
405: * tests/: 065.html, results/065.processed: $request:path,
406: $request:uri tested
407:
408: * src/types/pa_vrequest.C: $request:path default is empty string to
409: match an empty URI in console mode (related to feature #1269)
410:
411: * etc/auto.p.in: $request:path used (related to feature #1269)
412:
413: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
414: (implements feature #1269)
415:
416: 2024-12-26 moko
417:
418: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
419: 3.5.0
420:
421: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
422: pa-include/pa_errno.h, pa-include/pa_file_info.h,
423: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
424: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
425: pa_strcat
426:
427: * tests/results/223.processed: apache upgraded @parser.ru
428:
429: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
430: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
431: pa-include/pa_errno.h, pa-include/pa_file_info.h,
432: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
433: pa-include/pa_strings.h: sdbm updated from version included in
434: apache 2.0.43 to version included in apache 2.0.65
435:
436: 2024-12-24 moko
437:
438: * etc/auto.p.in: to avoid patching Debian package
439:
440: * src/main/: pa_exec.C, pa_http.C: final fixes for
441: --with-build-warnings (dangling-reference warnings can be
442: ignored)
443:
444: 2024-12-23 moko
445:
446: * src/: classes/file.C, classes/hash.C, classes/op.C,
447: include/pa_common.h, main/pa_http.C, main/pa_request.C,
448: types/pa_vcookie.C, types/pa_vform.C: more fixes for
449: --with-build-warnings
450:
451: * src/: classes/date.C, classes/inet.C, classes/op.C,
452: classes/reflection.C, include/pa_array.h,
453: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
454: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
455: --with-build-warnings
456:
1.211 moko 457: 2024-12-21 moko
458:
459: * Makefile.am: +operators.ru.txt
460:
461: * operators.ru.txt, operators.txt: typo fixed
462:
463: 2024-12-20 moko
464:
465: * operators.txt: whitespace synced
466:
467: * operators.ru.txt, operators.txt: curl added
468:
469: * operators.ru.txt, operators.txt: logically sorted
470:
471: * operators.ru.txt: id added
472:
473: * operators.txt: ID added
474:
475: * operators.txt: translated
476:
477: * operators.ru.txt, operators.txt: operators.txt translated to
478: english, synced format with operators.ru.txt
479:
480: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
481: formatted
482:
483: * operators.ru.txt, operators.txt: formatted, actualized, oracle
484: info moved to separate file
485:
486: 2024-12-19 moko
487:
488: * src/targets/cgi/parser3.C: avoid parser version requests logging
489: in parser3.log
490:
491: 2024-12-18 moko
492:
493: * buildall: preventing --with-system-mailreceive linking with
494: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
495: to feature #1199)
496:
1.210 moko 497: 2024-12-16 moko
498:
1.211 moko 499: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 500:
501: * src/classes/table.C: exception text fixed
502:
503: 2024-12-15 moko
504:
505: * tests/: 102.html, results/102.processed: tests updated after
506: $form:fields not editable again (related to feature #1254)
507:
508: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
509: be edited (related to feature #1254)
510:
511: * src/types/pa_vform.C: reverted that
512: $form:fields/tables/files/imap can be edited (related to feature
513: #1254) for backward compatibility
514:
515: 2024-12-14 moko
516:
1.211 moko 517: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 518:
519: * tests/results/auto.p: avoid $mac execution unless on OS X
520:
521: * tests/388-sql.html: more OS support
522:
523: 2024-12-13 moko
524:
525: * tests/388-sql.html: sql tests under OS X now fixed
526:
527: * tests/results/auto.p: curl test under OS X now works
528:
529: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
530: no dll name under Windows, hiding
531:
532: * tests/: 379-curl.html, results/379-curl.processed: some curl
533: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
534:
535: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
536: 389.html, results/030.processed, results/212.processed,
537: results/219.processed, results/273.processed,
538: results/320.processed, results/346-curl.processed,
539: results/389.processed, results/auto.p: ^try-catch-filtered added
540: and used
541:
542: * tests/: 347-curl.html, results/347-curl.processed: support for
543: different error messages
544:
545: * src/classes/curl.C: several curl libraries supported,
546: ^curl:options[ $.library[] ] resets to default
547:
548: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
549: removed as depends on curl version
550:
551: * tests/results/: 223-curl.processed, 394-curl.processed: curl
552: fixed bug with \n in file names, test result updated
553:
554: * tests/388-sql.html: +libmysqlclient.so
555:
556: * etc/auto.p.in: +libmariadb
557:
558: 2024-12-12 moko
559:
560: * tests/: 388-sql.html, results/429-sql.processed: test results
561: updated after test changed
562:
563: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
564: for newer MariaDB compatibility
565:
566: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
567: results/429-sql.processed: key -> id for new MariaDB
568: compatibility
569:
570: * src/types/pa_vmethod_frame.h: warning war
571:
572: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
573: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
574: including for Debian package
575:
576: 2024-12-11 moko
577:
578: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
579: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
580: $status:log-filename added (related to feature #1262)
581:
582: * tests/: 440.html, results/440.processed: test for row is checked
583: before accessing when table is modified during select (related to
584: bug #1258)
585:
586: * src/: classes/table.C, include/pa_table.h: row should be checked
587: before accessing as table can be modified during select (related
588: to bug #1258)
589:
590: * src/types/pa_vmail.C: $mail:received tables -> elements array
591: (related to feature #1226)
592:
593: * src/: classes/file.C, classes/image.C, classes/table.C,
594: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
595: better messages (related to feature #1267)
596:
597: * tests/results/: 065.processed, 246.processed, 337.processed,
598: 342.processed, 352.processed, 356.processed, 364.processed,
599: 372.processed, 373.processed, 389.processed, 404.processed,
600: 406.processed, 414.processed, 430.processed, 432.processed,
601: 442.processed: tests updated after params.as_string error
602: reporting was improved (related to feature #1267)
603:
604: * src/classes/reflection.C: error messages optimized (related to
605: feature #1267)
606:
607: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
608: error reporing for params.as_* (related to feature #1267)
609:
610: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
611: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
612: #1267)
613:
614: * tests/results/: 246.processed, 414.processed, 432.processed:
615: tests updated after params.as_string error reporting was improved
616: (related to feature #1267)
617:
618: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
619: reporing for params.as_string (implements feature #1267)
620:
621: * tests/: 065.html, results/065.processed: tests for file methods
622: accepting file as filename added (related to feature #1265)
623:
624: * src/: classes/file.C, include/pa_exception.h,
625: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
626: methods now accept file as path specification (adopted Sumo patch
627: implements feature #1265)
628:
629: * tests/: 400.html, results/400.processed: tests for result
630: optimization "locks" after first method call (related to feature
631: #1266)
632:
633: 2024-12-10 moko
634:
635: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
636: result_optimization comments (related to feature #1266)
637:
638: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
639: $result now stored in my_result, not in local variables hash
640: (implements feature #1266)
641:
1.209 moko 642: 2024-12-09 moko
643:
1.210 moko 644: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
645: set_my_variable in preparation for $result optimization (related
646: to feature #1266)
647:
1.209 moko 648: * tests/results/119.processed: newline corrected for some OS
649:
650: * tests/: 441.html, results/441.processed: Debian-specific test
651: commented
652:
653: * buildall: pcre2 10.42 -> 10.44
654:
655: 2024-12-08 moko
656:
657: * buildall: external links fixed
658:
659: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
660:
661: * src/include/pa_table.h: some clang versions compilation fix
662:
663: * configure.ac: 3.4.7b -> 3.5.0rc
664:
665: 2024-12-07 moko
666:
667: * tests/: 443.html, 444.html, results/443.processed,
668: results/444.processed: tests for named params (related to feature
669: #1205)
670:
671: * src/: classes/reflection.C, types/pa_method.h: named_params
672: support in reflection (related to feature #1205)
673:
674: * src/types/pa_vmethod_frame.h: extra_params and named params
675: should be also inited in ^method[] call (related to feature
676: #1205)
677:
678: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
679: support using @method[arg;.named_arg;.named_arg2] syntax
680: (implements feature #1205)
681:
682: * tests/: 443.html, results/443.processed: test for *args inited
683: added (related to bug #1264)
684:
685: * src/types/pa_vmethod_frame.h: *args are now inited even if not
686: specified (fixes bug #1264)
687:
688: * tests/: 442.html, results/442.processed: tests for
689: params.as_file_name(N) with empty file name added (related to
690: feature #1121)
691:
692: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
693: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
694: include/pa_exception.h, types/pa_vmethod_frame.h:
695: params.as_file_name(N) added and used instead of
696: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
697: (implements feature #1121)
698:
699: * src/: classes/file.C, classes/image.C, classes/op.C,
700: classes/table.C, include/pa_exception.h: filename is everywhere
701: params.as_string, unify exception and remove
702: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
703:
704: * tests/: 141.html, results/141.processed: test for
705: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
706: to feature #1263)
707:
708: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
709: $.format[file] ] now supported (implements feature #1263)
710:
711: 2024-12-06 moko
712:
713: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
714: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
715: (cgi/console/mail/httpd/apache/isapi) added (related to feature
716: #1262)
717:
718: 2024-12-05 moko
719:
720: * src/targets/cgi/parser3.C: more correct arguments processing to
721: block -fl config.file log.file logic (related to feature #1262)
722:
723: 2024-12-04 moko
724:
725: * src/targets/cgi/parser3.C: now only one log location is selected
726: and tried. -l - supported for stderr specification (related to
727: feature #1262)
728:
729: 2024-12-03 moko
730:
731: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
732: results/010.processed, results/415.processed: tests for
733: $.(expression)[value], $a.(expression), ^v.(expression)[args]
734: added (related to feature #1064)
735:
736: * src/main/compile.y: $.(expression)[value], $a.(expression),
737: ^v.(expression)[args] now supported (implements feature #1064)
738:
739: 2024-12-02 moko
740:
741: * src/targets/cgi/parser3.C: -l /path/to/log options added
742: (implements feature #1262)
743:
1.208 moko 744: 2024-12-01 moko
745:
746: * tests/: 010.html, results/010.processed: some tests related to
747: bug #1149 added
748:
749: * src/main/compile.y: the check pc.pos.col > 1 is not required
750: because we can't be here without a '$' before. The begin == end
751: check was incorrect since $[a]{b} fits this condition (fixes bug
752: #1149)
753:
754: 2024-11-29 moko
755:
756: * src/classes/array.C: warning war
757:
758: 2024-11-26 moko
759:
760: * tests/: 441.html, results/441.processed: a bit more testing
761: (related to bug #1238)
762:
763: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
764:
765: * src/main/pa_exec.C: simplification arg_quote added (related to
766: bug #1229)
767:
1.207 moko 768: 2024-11-25 moko
769:
770: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
771: bug #1239)
772:
773: 2024-11-24 moko
774:
775: * src/main/pa_exec.C: added cmd.exe specific
776:
777: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
778: tests for ^file::exec env and args tainting tests (related to bug
779: #1239)
780:
781: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
782:
783: * src/include/pa_config_includes.h: added recommendations for
784: libxslt.a and and libexslt.a compilation under cygwin
785:
786: * tests/results/102.processed: $form:fields.value is now writable,
787: as $form:value (related to feature #1254)
788:
789: * src/include/pa_config_includes.h: cigwin compilation fixes
790:
791: 2024-11-23 moko
792:
793: * tests/httpd/site/run_server.sh: to simplify testing
794:
795: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
796: site/form.html: $form:files and $form:elements tests added, tests
797: with curl supported (related to feature #1254)
798:
799: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
800: types/pa_vform.h: $form:elements implemented, VForm::get_element
801: uses faster SYMBOLS_EQ, hashes no longer copied when using
802: $form:fields/tables/files/imap and can be edited (implements
803: feature #1254)
804:
805: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
806: bug #1261)
807:
1.206 moko 808: 2024-11-17 moko
809:
810: * tests/: 440.html, results/440.processed: tests for
811: ^table.array[], offset restoration, iterators robust tests
812: (related to bug #1258, features #1259 and #1260)
813:
814: * tests/: 439.html, results/439.processed: array and hash iterators
815: robust tests (related to feature #1260)
816:
817: * src/: classes/array.C, classes/table.C, include/pa_array.h,
818: include/pa_table.h: Array_robust_iterator added and used in cases
819: where array can be modified during iteration (implements feature
820: #1260)
821:
822: * src/classes/table.C: ^table.array[], ^table.array[column name],
823: ^table.array{code} added (implements feature #1259)
824:
825: 2024-11-16 moko
826:
827: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
828: table current row restoration after exception and table changes
829: (fixes bug #1258)
830:
831: 2024-11-13 moko
832:
833: * src/classes/table.C: minor optimization
834:
835: * src/main/pa_string.C: \r added to default ^string.trim chars list
836: (https://www.parser.ru/forum/?id=86648)
837:
1.205 moko 838: 2024-11-11 moko
839:
1.206 moko 840: * src/classes/classes.C: set_base commented
841:
842: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
843: deleted
844:
845: * src/classes/classes.vcproj: no more classes.awk and classes.inc
846:
847: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
848: classes.inc
849:
850: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
851: main/pa_globals.C: classes.awk is useless, preparing to delete it
852:
1.205 moko 853: * src/classes/classes.h: temp fix
854:
855: 2024-11-10 moko
856:
857: * src/: classes/date.C, classes/file.C, classes/image.C,
858: classes/op.C, main/pa_string.C: minor optimization
859:
860: * src/: classes/date.C, classes/file.C, classes/image.C,
861: classes/op.C, main/pa_string.C: typo fixed
862:
863: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
864: classes/file.C, classes/image.C, classes/op.C,
865: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
866: memory allocation befor main(). Only 3 allocations in chatsets
867: left (implements feature #1257)
868:
869: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
870: minor naming convention fix
871:
872: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
873: results/436.processed, results/437.processed,
874: results/438.processed: tests for @unhandled_exception processing
875: (related to feature #1256)
876:
877: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
878: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
879: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
880: are now processed in request::core for correct logging and
881: reporting (feature #1256)
882:
883: * src/: include/pa_sapi.h, main/pa_request.C,
884: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
885: targets/isapi/parser3isapi.C: unhandled exception now called if
886: exception occures during $response:download processing (related
887: to bug #1255)
888:
889: * etc/auto.p.in: better 404 error reporting
890:
891: 2024-11-09 moko
892:
893: * src/main/pa_memory.C: more detailed usage comment
894:
895: * src/main/pa_memory.C: usage commented
896:
897: * src/main/pa_memory.C: minor cleanup
898:
899: * src/types/: pa_varray.h, pa_vregex.h: warnings war
900:
901: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
902: httpd/site/029.html, results/436.processed: test for exception in
903: $response:download[] added
904:
905: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
906: and avoid exit status 1 on die
907:
908: * tests/results/: 007.processed, 019.processed, 098.processed,
909: 103.processed, 233.processed: windows headers matter for binary
910: files
911:
912: * tests/httpd/ok.log: tests results updated as extra headers now
913: cleared on error (related to bug #1255)
914:
915: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
916: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
917: targets/isapi/parser3isapi.C: headers buffering to avoid extra
918: headers in errors, custom send_error in cgi/httpd mode to avoid
919: memory allocations (fixes bug #1255)
920:
921: 2024-11-07 moko
922:
923: * tests/: 264.html, results/264.processed: tests updated to test
924: removal of only trailing empty arguments for backward
925: compatibility (related to feature #1252)
926:
927: * src/classes/file.C: remove trailing empty arguments for backward
928: compatibility (related to feature #1252)
929:
930: 2024-11-05 moko
931:
932: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
933: low memory case, when static initialization failed even before
934: main() start
935:
936: 2024-11-04 moko
937:
938: * configure, src/include/pa_config_auto.h.in,
939: src/include/pa_config_fixed.h: _locking no longer used
940:
941: * configure.ac: _locking no longer used (related to bug #1231)
942:
943: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
944:
945: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
946:
947: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
948: unused
949:
950: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
951: be used on locking errors (related to bug #1231)
952:
953: * src/main/pa_os.C: GetLastError used as errno is not set (related
954: to bug #1231)
955:
956: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
957: allowing shared lock to work (fixes bug #1231)
958:
959: * INSTALL: actualized, minor fixes
960:
961: * etc/auto.p.in: default LIMITS added
962:
963: * AUTHORS: links actualized
964:
965: * src/: classes/array.C, classes/bool.C, classes/classes.C,
966: classes/classes.awk, classes/classes.h, classes/curl.C,
967: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
968: classes/hash.C, classes/hashfile.C, classes/image.C,
969: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
970: classes/math.C, classes/memcached.C, classes/memory.C,
971: classes/op.C, classes/reflection.C, classes/regex.C,
972: classes/response.C, classes/string.C, classes/table.C,
973: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
974: include/pa_array.h, include/pa_base64.h,
975: include/pa_cache_managers.h, include/pa_charset.h,
976: include/pa_charsets.h, include/pa_common.h,
977: include/pa_config_fixed.h, include/pa_config_includes.h,
978: include/pa_dictionary.h, include/pa_dir.h,
979: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
980: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
981: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
982: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
983: include/pa_request_charsets.h, include/pa_request_info.h,
984: include/pa_sapi.h, include/pa_socks.h,
985: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
986: include/pa_stack.h, include/pa_string.h,
987: include/pa_stylesheet_connection.h,
988: include/pa_stylesheet_manager.h, include/pa_symbols.h,
989: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
990: include/pa_uue.h, include/pa_xml_exception.h,
991: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
992: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
993: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
994: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
995: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
996: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
997: main/compile.tab.C, main/compile.y, main/compile_tools.C,
998: main/compile_tools.h, main/execute.C, main/pa_base64.C,
999: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1000: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1001: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1002: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1003: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1004: main/pa_sql_driver_manager.C, main/pa_string.C,
1005: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1006: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1007: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1008: main/untaint.C, sql/pa_sql_driver.h,
1009: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1010: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1011: targets/isapi/parser3isapi.C, types/pa_junction.h,
1012: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1013: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1014: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1015: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1016: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1017: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1018: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1019: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1020: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1021: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1022: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1023: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1024: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1025: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1026: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1027: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1028: types/pa_vresponse.C, types/pa_vresponse.h,
1029: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1030: types/pa_vstateless_object.h, types/pa_vstatus.C,
1031: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1032: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1033: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1034: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1035: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1036:
1.203 moko 1037: 2024-10-28 moko
1038:
1.204 moko 1039: * src/classes/array.C: avoid invalidate()
1040:
1041: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1042: fused to survive in ^array::copy[$a] (related to feature #930)
1043:
1044: * src/types/pa_varray.h: minor optimization as last element is
1045: allways defined if present
1046:
1.203 moko 1047: * tests/: 435.html, results/435.processed: tests for
1048: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1049: for array added (related to feature #1253)
1050:
1051: * src/classes/array.C: typo fixed
1052:
1053: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1054: ^hash.set([-+]index)[value], and same for array added (implements
1055: feature #1253)
1056:
1057: * tests/results/: 246.processed, 298.processed, 342.processed,
1058: 389.processed, 397.processed, 430.processed, 432.processed: tests
1059: results update after minor exceptions texts fixes
1060:
1061: 2024-10-27 moko
1062:
1063: * src/: classes/array.C, classes/hash.C, classes/math.C,
1064: classes/reflection.C, classes/string.C, classes/table.C,
1065: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1066: types/pa_vmethod_frame.h: handy as_index() added, several
1067: exceptions texts fixed (related to feature #930)
1068:
1069: * src/: classes/array.C, types/pa_varray.h: non-working
1070: $array.fields removed, ^array.delete[index] supported (related to
1071: feature #930)
1072:
1073: * tests/: 431.html, results/431.processed: tests updated after
1074: ^a.delete[3] supported
1075:
1076: * tests/: 431.html, 434.html, results/434.processed: tests for last
1077: element used, push/pop, exceptions during arguments processing
1078: and used caching (related to feature #930)
1079:
1080: * src/: classes/array.C, types/pa_varray.h: change_used added for
1081: better used caching and now no issues if exception occures during
1082: append arguments processing (related to feature #930)
1083:
1084: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1085: ^array.pop[] added, last element is allways used (related to
1086: feature #930)
1087:
1088: 2024-10-26 moko
1089:
1090: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1091: types/pa_varray.h: confirm_all_used added where possible (related
1092: to feature #930)
1093:
1094: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1095: small array optimizations (related to feature #930)
1096:
1097: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1098:
1099: * tests/: 431.html, results/431.processed: test for
1100: ^array.compact[undef] added
1101:
1102: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1103: argument to also compact undefined elements (related to feature
1104: #930)
1105:
1106: 2024-10-24 moko
1107:
1108: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1109: VArray::hash is used rarery, no longer caching the result
1110:
1111: * tests/results/432.processed: testing removed from tests
1112:
1113: 2024-10-23 moko
1114:
1115: * tests/: 431.html, results/431.processed: ^array.compact[] test
1116: added
1117:
1118: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1119:
1120: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1121: both "solid" and "sparse" arrays
1122:
1123: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1124:
1125: 2024-10-22 moko
1126:
1127: * tests/results/264.processed: spelling
1128:
1129: * src/classes/file.C: spelling
1130:
1131: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1132: tests updated after ^file::exec[cmd;;$array] implemented and
1133: empty arguments not skipped (related to feature #1252)
1134:
1135: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1136: (implements feature #1252) bugfix: empty arguments no longer
1137: skipped
1138:
1.205 moko 1139: 2024-10-21 moko
1140:
1141: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1142: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1143: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1144: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1145: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1146: site/index.html, site/test.txt: httpd tests added
1147:
1.202 moko 1148: 2024-10-20 moko
1149:
1150: * src/classes/string.C: warnings war
1151:
1152: * src/: main/pa_string.C, classes/array.C: warnings war
1153:
1154: * src/classes/json.C: warnings war
1155:
1156: * src/classes/image.C: warnings war
1157:
1158: * src/: classes/table.C, types/pa_varray.C: warnings war
1159:
1160: * src/classes/array.C: warning war
1161:
1162: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1163:
1164: * src/main/main.vcproj: warnings war
1165:
1166: 2024-10-19 moko
1167:
1168: * tests/427.html: test updated after constructors renamed
1169:
1170: 2024-10-18 moko
1171:
1172: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1173: results/421.processed, results/430.processed,
1174: results/431.processed: test updated after constructors renamed
1175:
1176: * src/classes/array.C: create -> copy, new -> create according to
1177: https://www.parser.ru/forum/?id=86603 discussion (related to
1178: feature #930)
1179:
1180: 2024-10-16 moko
1181:
1182: * src/classes/json.C: $json:array[array or hash] added to provide
1183: more backward compatibility (implements feature #1251)
1184:
1185: 2024-10-15 moko
1186:
1187: * tests/: 421.html, results/421.processed: test results updated
1188: after missing constuctor error check added and array is_index
1189: check added
1190:
1191: * src/main/execute.C: absent constructor message fixed
1192:
1.201 moko 1193: 2024-10-13 moko
1194:
1195: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1196: with is_index() before calling index() for better error reporting
1197: in method name typo (was invalid number, not method not found
1198: exception).
1199:
1200: 2024-10-08 moko
1201:
1202: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1203:
1204: * src/include/pa_array.h: warnings war
1205:
1.200 moko 1206: 2024-10-05 moko
1207:
1208: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1209: returns current row cells array (implements feature #1250)
1210:
1211: * tests/: 405.html, results/169.processed, results/405.processed:
1212: tests updated after ^string.split[;a] implemented (related to
1213: feature #1249)
1214:
1215: * src/classes/string.C: ^string.split[] - 'a' option added for
1216: splitting into an array (implements feature #1249)
1217:
1218: 2024-10-04 moko
1219:
1220: * tests/: 431.html, results/431.processed: final code coverage
1221: array tests
1222:
1223: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1224: array: confirm_all_used() added and used where possible, expand()
1225: now expends faster
1226:
1227: 2024-10-03 moko
1228:
1229: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1230:
1231: * tests/: 256.html, results/256.processed: test for
1232: $.date[unix-timestamp] handling large dates
1233:
1234: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1235: classes/string.C, classes/table.C, include/pa_common.h,
1236: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1237: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1238: format replaced with pa_uitoa where applicable,
1239: $.date[unix-timestamp] fixed for handling large dates
1240:
1241: * tests/: 433.html, results/433.processed: more tests, including
1242: test for possible endless recursion in ^o.GET[]
1243:
1244: * src/types/pa_vobject.C: bugfix: detecting possible endless
1245: recursion in get_scalar_value inside ^o.GET[]
1246:
1247: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1248: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1249: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1250: $LIMITS.max_recursion
1251:
1252: 2024-10-02 moko
1253:
1254: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1255: results/253.processed, results/287.processed,
1256: results/430.processed, results/433.processed: more tests for full
1257: array and json code coverage
1258:
1259: * tests/: 433.html, results/433.processed: tests for hash functions
1260: with array param
1261:
1262: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1263:
1264: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1265: in 246.html used to test ^array.at, same result produced
1266:
1267: * tests/: 430.html, 431.html, results/430.processed,
1268: results/431.processed: more array tests for 100% code coverage
1269: (related to feature #930)
1270:
1271: * tests/: 427.html, 430.html, results/427.processed,
1272: results/430.processed: first portion of array tests added
1273: (related to feature #930)
1274:
1275: * src/classes/array.C: allow only whitespace string as argument for
1276: add and join
1277:
1278: * src/classes/array.C: add behavour for array synced with hash
1279:
1280: 2024-09-30 moko
1281:
1282: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1283: tests added
1284:
1285: * src/classes/array.C: $.distinct should not be used unless
1286: $.sparse(true)
1287:
1288: * tests/: 429-sql.html, results/388-sql.processed,
1289: results/429-sql.processed: tests for ^array::sql{}, including
1290: multi_statements mode (related to feature #930)
1291:
1.199 moko 1292: 2024-09-29 moko
1293:
1294: * src/classes/array.C: synced ^array::sql multi_statements logic
1295: with ^hash::sql new behavour
1296:
1297: 2024-09-28 moko
1298:
1299: * tests/: 428-sql.html, results/388-sql.processed,
1300: results/428-sql.processed: tests updated after column names were
1301: fixed in multi_statements mode (related to feature #1197)
1302:
1303: * src/classes/hash.C: column names are fixed for most cases in
1304: multi_statements mode (related to feature #1197)
1305:
1306: * tests/: 428-sql.html, results/195.processed,
1307: results/224.processed, results/239.processed,
1308: results/254.processed, results/261.processed,
1309: results/306.processed, results/333.processed,
1310: results/341.processed, results/343.processed,
1311: results/344.processed, results/348.processed,
1312: results/364.processed, results/389.processed,
1313: results/390.processed, results/415.processed,
1314: results/420.processed, results/421.processed: tests results
1315: updated after error messages spelling minor fixes
1316:
1317: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1318: spelling
1319:
1320: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1321: classes/image.C, classes/math.C, classes/string.C,
1322: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1323: main/execute.C, main/pa_charset.C, main/pa_common.C,
1324: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1325: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1326: types/pa_vmail.C, types/pa_vobject.C,
1327: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1328: types/pa_vxdoc.C: minor error messages spelling fixes
1329:
1330: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1331: implementation (related to feature #930)
1332:
1333: * tests/: 388-sql.html, results/388-sql.processed: test results
1334: updated after rows number ^file::sql{} check added
1335:
1336: * src/classes/file.C: rows number now checked in ^file::sql{}
1337:
1338: * tests/: 428-sql.html, results/428-sql.processed: more tests
1339:
1340: * tests/: 428-sql.html, results/428-sql.processed: more
1341: multi_statements testing before bugfix
1342:
1343: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1344: results/428-sql.processed: support for multiple sql test files
1345: added
1346:
1347: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1348:
1349: * src/classes/hash.C: more accurate one_bool_column processing
1350:
1351: * tests/: 427.html, results/427.processed: Constructors as methods
1352: behavour documented in test
1353:
1354: * src/classes/hash.C: HashStringValue::Iterator used for options
1355:
1356: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1357:
1358: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1359: testing
1360:
1361: * tests/results/367-curl.processed: test result updated after
1362: server charset changed
1363:
1364: * tests/results/347-curl.processed: error messages updated
1365:
1366: * tests/results/: 346-curl.processed, 379-curl.processed,
1367: 394-curl.processed: tests results updated after Type -> Exception
1368: type replacement
1369:
1370: * tests/results/388-sql.processed: tests result updated after Type
1371: -> Exception type
1372:
1373: 2024-09-27 moko
1374:
1375: * src/classes/hash.C: minor simplification
1376:
1377: 2024-09-24 moko
1378:
1379: * src/main/pa_string.C: atoui error messages improved
1380:
1381: * tests/: 165.html, 312.html, results/165.processed,
1382: results/312.processed, results/379.processed: tests updated after
1383: default endless loop limit increased, atoi error messages
1384: improved
1385:
1386: * src/classes/hash.C: VBool::get used, unification
1387:
1.198 moko 1388: 2024-09-22 moko
1389:
1390: * src/classes/array.C: minor simplification
1391:
1392: * src/classes/array.C: ^array.left(N),
1393: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1394:
1395: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1396: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1397: added, default 1000000 (related to feature #930)
1398:
1399: * tests/: 426.html, results/426.processed: test for negative limit
1400: and offset processing for table options added
1401:
1402: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1403: bugfix: negative limit and offset processing for table options
1404: fixed
1405:
1406: 2024-09-21 moko
1407:
1408: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1409: ^for added that also iterates holes; ^remove added (related to
1410: feature #930)
1411:
1412: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1413: $.offset(M) ] added (related to feature #930)
1414:
1415: 2024-09-20 moko
1416:
1417: * src/: classes/array.C, types/pa_varray.h: array:
1418: +foreach[value]{code}, + add[hash with numeric keys] (related to
1419: feature #930)
1420:
1421: 2024-09-19 moko
1422:
1423: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1424: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1425: support $a[v1;v2;...] syntax (related to feature #930)
1426:
1427: 2024-09-17 moko
1428:
1429: * src/: classes/reflection.C, include/pa_request.h,
1430: main/compile_tools.h, main/pa_request.C:
1431: ^reflection:class_alias[existing class name;alias class name]
1432: added. The array class can now be redefined regardless of the
1433: $.replace(bool) option value (related to feature #930)
1434:
1435: * src/main/: compile.y, compile_tools.h: class_add return value
1436: inverted to add it to request class
1437:
1438: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1439: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1440: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1441: resize if required. spared array - added fused, append.
1442:
1.197 moko 1443: 2024-09-16 moko
1444:
1445: * src/types/pa_varray.h: get moved to where it belongs
1446:
1447: 2024-09-15 moko
1448:
1449: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1450: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1451:
1452: * tests/: 421.html, results/323.processed, results/421.processed:
1453: tests updated after 'spared-array' class renamed to 'array'
1454: following a discussion on the forum (related to feature #930)
1455:
1456: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1457: types/pa_vmail.C: initial SparseArray separation from Array,
1458: parser class now 'array'
1459:
1460: 2024-09-14 moko
1461:
1462: * tests/: 030.html, results/030.processed: out of range expires
1463: check added
1464:
1465: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1466: checking expires time using VDate
1467:
1468: 2024-09-13 moko
1469:
1470: * src/: classes/array.C, classes/curl.C, classes/date.C,
1471: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1472: classes/memcached.C, classes/op.C, classes/regex.C,
1473: classes/string.C, classes/xdoc.C, classes/xnode.C,
1474: main/execute.C, main/pa_http.C, main/pa_request.C,
1475: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1476: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1477: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1478: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1479: removed as dynamic_cast is faster, Value::is() is still required
1480: for is operator.
1481:
1482: 2024-09-12 moko
1483:
1484: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1485: classes/table.C, classes/xnode.C, include/pa_array.h,
1486: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1487: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1488: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1489: templated pa_itoa/pa_uitoa added to work with any integer type,
1490: String::Body::Format removed
1491:
1492: 2024-09-10 moko
1493:
1494: * src/classes/array.C: append and insert methods added to
1495: sparse-array (related to feature #930)
1496:
1497: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1498: tests updated after sparse-array was added to avoid ^json:parse[]
1499: using it in old tests (related to feature #930)
1500:
1501: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1502: types/pa_varray.h: sparse-array class added (initial feature #930
1503: implementation)
1504:
1505: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1506: for sparse-array class files (related to feature #930)
1507:
1508: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1509: types/pa_vhash.h: VArray support functions without actual VArray
1510: files (related to feature #930)
1511:
1.196 moko 1512: 2024-09-07 moko
1513:
1514: * src/: classes/curl.C, classes/string.C, classes/table.C,
1515: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1516: main/pa_http.C, main/pa_sql_driver_manager.C,
1517: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1518: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1519: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1520: with Hash::Iterator, has_next() replaced with operator bool
1521: (related to feature #930)
1522:
1523: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1524: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1525: types/pa_vstateless_class.C: Array class extended,
1526: Array::Iterator added and used (related to feature #930)
1527:
1.195 moko 1528: 2024-08-26 moko
1529:
1530: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1531: should be used on argv[0] as well to match document root.
1532:
1.194 moko 1533: 2024-08-25 moko
1534:
1535: * src/main/pa_request.C: be more specific
1536:
1537: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1538: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1539: (fixes bug #1244)
1540:
1541: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1542: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1543: rsplit(..., '\\') is not correct when / and \ are mixed in path
1544:
1545: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1546:
1.193 moko 1547: 2024-07-24 moko
1548:
1549: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1550: main/execute.C, main/pa_string.C: Warning war: clang changed
1551: -Wdeprecated-register warning to -Wregister, it's easier to
1552: remove all register vars then continue this fight. :)
1553:
1554: * src/main/: compile.y, compile.tab.C: warning war: register
1555: removed
1556:
1.192 moko 1557: 2024-07-14 moko
1558:
1559: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1560: checking the HTTP request environment; if the variable is not
1561: present, checking the web server process environment (implements
1562: feature #1242)
1563:
1.191 moko 1564: 2024-05-26 moko
1565:
1566: * tests/: 195.html, 229.html, results/096.processed,
1567: results/097.processed, results/158.processed,
1568: results/186.processed, results/273.processed,
1569: results/293.processed, results/317.processed,
1570: results/389.processed, results/402.processed: tests updated as
1571: single quote now escaped with ' in HTML tainting mode
1572: (related to feature #1241)
1573:
1574: * src/main/untaint.C: single quote now escaped with ' in HTML
1575: tainting mode (implements feature #1241)
1576:
1577: * tests/results/: 020.processed, 021.processed, 026.processed,
1578: 042.processed, 043.processed, 057.processed, 110.processed,
1579: 115.processed, 116.processed, 117.processed, 118.processed,
1580: 119.processed, 120.processed, 125.processed, 126.processed,
1581: 128.processed, 130.processed, 131.processed, 132.processed,
1582: 133.processed, 135.processed, 136.processed, 138.processed,
1583: 139.processed, 140.processed, 145.processed, 150.processed,
1584: 151.processed, 165.processed, 174.processed, 181.processed,
1585: 182.processed, 192.processed, 193.processed, 201.processed,
1586: 213.processed, 224.processed, 226.processed, 230.processed,
1587: 239.processed, 240.processed, 244.processed, 253.processed,
1588: 254.processed, 261.processed, 264.processed, 269.processed,
1589: 274.processed, 275.processed, 288.processed, 294.processed,
1590: 296.processed, 303.processed, 306.processed, 307.processed,
1591: 308.processed, 311.processed, 312.processed, 314.processed,
1592: 315.processed, 316.processed, 320.processed, 323.processed,
1593: 324.processed, 325.processed, 328.processed, 330.processed,
1594: 332.processed, 333.processed, 337.processed, 338.processed,
1595: 341.processed, 342.processed, 343.processed, 344.processed,
1596: 345.processed, 348.processed, 352.processed, 356.processed,
1597: 357.processed, 363.processed, 364.processed, 368.processed,
1598: 372.processed, 373.processed, 376.processed, 378.processed,
1599: 379.processed, 385.processed, 386.processed, 387.processed,
1600: 389.processed, 390.processed, 395.processed, 397.processed,
1601: 398.processed, 399.processed, 404.processed, 406.processed,
1602: 413.processed, 414.processed, 420.processed, 421.processed,
1603: 424.processed, auto.p: Type -> Exception type for readability
1604:
1605: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1606: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1607: results/119.processed, results/165.processed,
1608: results/175.processed, results/192.processed,
1609: results/213.processed, results/217.processed,
1610: results/230.processed, results/240.processed,
1611: results/298.processed, results/380.processed,
1612: results/415.processed: try-catch, try-catch-comment used
1613:
1614: 2024-05-21 moko
1615:
1616: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1617: results/180.processed, results/195.processed,
1618: results/224.processed, results/auto.p: @try-catch-comment added
1619: and used
1620:
1621: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1622: 415.html, results/269.processed, results/283.processed,
1623: results/auto.p: more tests are updated to prepare for apostrophe
1624: escaping in HTML tainting
1625:
1626: * tests/results/: 181.processed, 294.processed, 296.processed,
1627: 315.processed, 379.processed, 389.processed, auto.p:
1628: $exception.comment printed as-is for whitespace reporting and to
1629: prepare for apostrophe escaping in HTML mode
1630:
1.190 moko 1631: 2024-05-11 moko
1632:
1633: * tests/: 099.html, 100.html, results/099.processed,
1634: results/100.processed: a test for non-UTF-8 filename* added
1635: (related to feature #1240)
1636:
1637: * tests/: 293.html, results/293.processed: tainting modes tests
1638: added
1639:
1640: * tests/results/: 099.processed, 100.processed, 205.processed,
1641: 309.processed, 310.processed, 419.processed: tests results
1642: updated after filename* added (related to feature #1240)
1643:
1644: * src/: include/pa_common.h, main/pa_request.C: The filename*
1645: parameter was added to the Content-Disposition header to conform
1646: with RFC 6266, with code provided by Sumo (implements feature
1647: #1240)
1648:
1649: 2024-05-10 moko
1650:
1651: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1652: positive performance effect in our case
1653:
1.189 moko 1654: 2024-03-27 moko
1655:
1656: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1657: (related to feature #1236)
1658:
1659: 2024-03-15 moko
1660:
1661: * tests/: 413.html, results/413.processed: test for object still
1662: can be used as file parameter (related to bug #1218)
1663:
1664: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1665: still can be used in file context (fixes bug #1218)
1666:
1667: 2024-03-14 moko
1668:
1669: * src/include/pa_string.h: ArrayString get() null result assert
1670: also added (related to bug #1238)
1671:
1672: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1673: VString::empty() used instead of new VString()
1674:
1675: 2024-03-12 moko
1676:
1677: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1678: results/379.processed: test added for cookie without value
1679: (related to bug #1238)
1680:
1681: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1682: values are now required to be non-null (related to bug #1238)
1683:
1684: * src/main/pa_http.C: cookies without value are now parsed
1685: correctly (fixed bug #1238)
1686:
1687: 2024-03-11 moko
1688:
1689: * tests/run_parser.sh: for better error reporting
1690:
1.188 moko 1691: 2023-12-30 moko
1692:
1693: * tests/: 038.html, results/038.processed: test for atan2 added
1694:
1695: 2023-12-29 moko
1696:
1697: * src/classes/math.C: atan2(y,x) math function added
1698:
1.187 moko 1699: 2023-12-14 moko
1700:
1701: * tests/212.html: pcre2 compatibility (related to feature #1236)
1702:
1703: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1704: exceptions and behavour added (related to feature #1236)
1705:
1706: 2023-12-13 moko
1707:
1708: * buildall: by default parser is now bundled with pcre2 10.42,
1709: --without-pcre2 option added to build with pcre-8.45 (related to
1710: feature #1236)
1711:
1712: 2023-12-12 moko
1713:
1714: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1715: support added (implements feature #1236)
1716:
1717: * src/: include/pa_charset.h, include/pa_config_includes.h,
1718: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1719: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1720: types/pa_vregex.h: Adopted patch from Yavor Doganov
1721: <yavor@gnu.org> to add pcre2 library support (implements feature
1722: #1236)
1723:
1.186 moko 1724: 2023-11-28 moko
1725:
1726: * src/include/pa_config_includes.h: warnings war continues
1727:
1728: * src/include/pa_config_includes.h: warning war
1729:
1730: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1731: number strings, whitespace and sign in exception messages
1732: (related to bug #1234)
1733:
1.185 moko 1734: 2023-11-26 moko
1735:
1736: * tests/: 274.html, results/224.processed, results/274.processed:
1737: tests for date double, int, bool added (related to feature #1235)
1738:
1739: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1740: added for date class (implements feature #1235)
1741:
1742: 2023-11-23 moko
1743:
1744: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1745: and '-' strings are no longer can be treated as number 0,
1746: exception thrown (fixes bug #1234)
1747:
1.184 moko 1748: 2023-11-18 moko
1749:
1750: * src/include/pa_types.h: minor
1751:
1752: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1753:
1754: * tests/: 389.html, results/389.processed: error messages for some
1755: OS differs a bit, reducing failing tests for them
1756:
1757: 2023-11-17 moko
1758:
1759: * tests/: 423.html, results/423.processed: test for optional
1760: @auto[] inheritance added (related to feature #1233)
1761:
1762: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1763: types/pa_vstateless_class.C: optional @auto[] inheritance
1764: implemented if defined with two args (path, class name)
1765: (implements feature #1233)
1766:
1767: * src/: classes/double.C, classes/int.C, classes/math.C,
1768: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1769: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1770: sync double->int overflow behavour under different architectures
1771: (fixes bug #1232)
1772:
1773: * tests/: 422.html, results/422.processed: int clipping added
1774:
1775: 2023-11-16 moko
1776:
1777: * tests/: 422.html, results/422.processed: test for int and uint
1778: overflow in ^n.format[d/u/x]
1779:
1780: * src/classes/math.C: bugfix: crc32 should not be negative (under
1781: Apple M1 when negative double converts to uint the result is 0)
1782: and crc32 should be 32 bits
1783:
1784: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1785: on Apple M1 it's 0
1786:
1787: * src/classes/file.C: bugfix: crc32 should not be negative (under
1788: Apple M1 when negative double converts to uint the result is 0)
1789: and crc32 should be 32 bits
1790:
1.183 moko 1791: 2023-10-07 moko
1792:
1793: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1794: behavour with other OP_NUM_*, related to bug #1230
1795:
1796: 2023-10-06 moko
1797:
1798: * tests/: 338.html, results/338.processed: test for bug #1230 added
1799:
1800: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1801: be converted to double to avoid 80 bit operations in x87 mode
1802: (fixes bug #1230)
1803:
1804: 2023-10-05 moko
1805:
1806: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1807: compatibility
1808:
1809: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1810:
1811: * tests/: 421.html, results/421.processed: test to cover all
1812: classes and objects nonexistent method and field exceptions
1813: (related to feature #1080 and #1227)
1814:
1815: * tests/results/: 182.processed, 324.processed: undefined method ->
1816: <type> method not found exception (related to feature #1080)
1817:
1818: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1819: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1820: "element can not be fetched from" for them, "field not found" for
1821: all other types (related to bug #1227)
1822:
1823: 2023-10-03 moko
1824:
1825: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1826: <type> method not found" exception now thrown for static calls
1827: instead of "undefined method" without class name (related to
1828: feature #1080)
1829:
1830: 2023-10-02 moko
1831:
1832: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1833: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1834: <method name>, Comment: <type> method not found" exception now
1835: thrown for all dynamic objects instead of "undefined method"
1836: without class name (implements feature #1080)
1837:
1.182 moko 1838: 2023-10-01 moko
1839:
1840: * src/classes/json.C: we don't have a dynamic json object.
1841:
1842: 2023-09-28 moko
1843:
1844: * tests/: 420.html, results/261.processed, results/420.processed:
1845: tests updated after bug #1228 fix reverted
1846:
1847: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1848: whitespace string is hash compatible, so we don't want $s.key to
1849: return a junction
1850:
1851: * tests/: 261.html, 420.html, results/261.processed,
1852: results/420.processed: test for bug #1227 added, test updated
1853: after bug #1228 fixed
1854:
1855: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1856: now throws exception as $non-empty-string.field (fixes bug #1227)
1857:
1858: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1859: #1228)
1860:
1861: 2023-09-26 moko
1862:
1863: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1864: src/classes/classes.C, src/classes/classes.awk,
1865: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1866: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1867: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1868: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1869: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1870: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1871: src/classes/regex.C, src/classes/response.C,
1872: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1873: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1874: src/include/pa_array.h, src/include/pa_base64.h,
1875: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1876: src/include/pa_charsets.h, src/include/pa_common.h,
1877: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1878: src/include/pa_dictionary.h, src/include/pa_dir.h,
1879: src/include/pa_exception.h, src/include/pa_exec.h,
1880: src/include/pa_globals.h, src/include/pa_hash.h,
1881: src/include/pa_http.h, src/include/pa_memory.h,
1882: src/include/pa_opcode.h, src/include/pa_operation.h,
1883: src/include/pa_os.h, src/include/pa_pool.h,
1884: src/include/pa_random.h, src/include/pa_request.h,
1885: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1886: src/include/pa_sapi.h, src/include/pa_socks.h,
1887: src/include/pa_sql_connection.h,
1888: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1889: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1890: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1891: src/include/pa_table.h, src/include/pa_threads.h,
1892: src/include/pa_types.h, src/include/pa_uue.h,
1893: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1894: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1895: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1896: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1897: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1898: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1899: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1900: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1901: src/main/compile.tab.C, src/main/compile.y,
1902: src/main/compile_tools.C, src/main/compile_tools.h,
1903: src/main/execute.C, src/main/pa_base64.C,
1904: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1905: src/main/pa_charsets.C, src/main/pa_common.C,
1906: src/main/pa_dictionary.C, src/main/pa_dir.C,
1907: src/main/pa_exception.C, src/main/pa_exec.C,
1908: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1909: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1910: src/main/pa_request.C, src/main/pa_socks.C,
1911: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1912: src/main/pa_stylesheet_connection.C,
1913: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1914: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1915: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1916: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1917: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1918: src/targets/apache/mod_parser3_core.C,
1919: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1920: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1921: src/types/pa_method.h, src/types/pa_property.h,
1922: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1923: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1924: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1925: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1926: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1927: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1928: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1929: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1930: src/types/pa_vhash.C, src/types/pa_vhash.h,
1931: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1932: src/types/pa_vimage.C, src/types/pa_vimage.h,
1933: src/types/pa_vint.h, src/types/pa_vjunction.C,
1934: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1935: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1936: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1937: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1938: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1939: src/types/pa_vobject.h, src/types/pa_vregex.C,
1940: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1941: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1942: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1943: src/types/pa_vstateless_class.h,
1944: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1945: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1946: src/types/pa_vstring.h, src/types/pa_vtable.C,
1947: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1948: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1949: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1950: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1951: src/types/pa_wwrapper.h: copyright, authors actualized
1952:
1.181 moko 1953: 2023-08-20 moko
1954:
1955: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1956: commited (related to feature #1219)
1957:
1958: 2023-08-16 moko
1959:
1960: * src/main/pa_random.C: replaced clock precision with monotonicity
1961: counter, good for Windows version with low clock frequency
1962: (related to feature #1229)
1963:
1964: 2023-08-15 moko
1965:
1966: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1967: fixes related to feature #1229
1968:
1969: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1970: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1971: (implements feature #1229)
1972:
1.180 moko 1973: 2023-08-02 moko
1974:
1975: * tests/: results/417.processed, 417.html: test for empty string
1976: match after last char added (related to bug #1224)
1977:
1978: * src/main/pa_string.C: avoid prestart++ after last char on zero
1979: length match (related to bug #1224)
1980:
1.179 moko 1981: 2022-11-22 moko
1982:
1983: * tests/: 419.html, results/419.processed: test for L_URI and path
1984: removeal from filename added (related to bug #1204)
1985:
1986: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1987: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1988: attribute value, L_URI should be used
1989:
1.178 moko 1990: 2022-09-21 moko
1991:
1992: * src/targets/cgi/parser3.C: more clear error messages
1993:
1994: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1995: SAPI_Info will return 0 in read_post and post_size !=
1996: content_length will be thrown
1997:
1.177 moko 1998: 2022-08-23 moko
1999:
2000: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2001: header value
2002:
2003: 2022-08-22 moko
2004:
2005: * tests/: 418.html, results/418.processed: test for
2006: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2007: to #1225)
2008:
2009: * src/classes/hash.C: keep old behavoir by default
2010:
2011: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2012: $.order[self|arg] ] added (implements #1215)
2013:
1.176 moko 2014: 2022-03-21 moko
2015:
2016: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2017: xmlInitCharEncodingHandlers is called in libxml static
2018: initializers before gc_substitute_memory_management_functions in
2019: pa_globals and thus gc may not see reference to our
2020: xmlCharEncodingHandler and free it.
2021:
1.175 moko 2022: 2022-01-26 moko
2023:
2024: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2025:
1.174 moko 2026: 2021-12-28 moko
2027:
2028: * tests/: 417.html, results/417.processed: test for empty string
2029: match added (related to bug #1224)
2030:
2031: * src/main/pa_string.C: empty string match now works (fixes bug
2032: #1224)
2033:
1.173 moko 2034: 2021-12-24 moko
2035:
2036: * tests/: 415_dir/29.p, results/415.processed: yet another test
2037:
2038: 2021-12-23 moko
2039:
2040: * src/: classes/table.C, main/pa_request.C: warnings war
2041:
2042: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2043: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2044:
2045: 2021-12-21 moko
2046:
2047: * tests/: 416.html, results/416.processed: test for ^break[] in
2048: ^hash/table.select[] (related to feature #1222)
2049:
2050: * src/classes/: hash.C, table.C: ^break[] support for
2051: ^hash/table.select[] (implements feature #1222)
2052:
1.172 moko 2053: 2021-11-30 moko
2054:
2055: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2056: 0.5 sec
2057:
1.171 moko 2058: 2021-11-10 moko
2059:
2060: * tests/results/415.processed: more syntax errors tests added
2061:
2062: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2063: 28.p: minor syntax error tests
2064:
2065: * src/main/pa_exception.C: pa_strdup added for compatibility
2066:
2067: * src/classes/curl.C: hint to call ^curl:options[
2068: $.library[correct.libcurl.so.name] ] added if default load fails.
2069:
2070: 2021-11-09 moko
2071:
2072: * src/main/compile.y: error message can be on stack
2073:
2074: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2075:
2076: * src/main/pa_charset.C: memcpy is more correct and efficient in
2077: this case then strncpy
2078:
2079: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2080: instead of strcpy where possible
2081:
2082: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2083: used to avoid MAX_STRING limit in Exception comment
2084:
2085: * tests/results/415.processed: compiler exceptions are no longer
2086: limited to MAX_STRING
2087:
2088: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2089: char * instead of fixed buffer
2090:
2091: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2092: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2093: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2094: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2095: results/415.processed: tests for parser.compile exceptions added
2096:
2097: 2021-11-08 moko
2098:
2099: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2100: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2101: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2102: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2103: drawbacks
2104:
1.170 moko 2105: 2021-11-06 moko
2106:
2107: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2108: (implements feature #1219)
2109:
2110: * tests/: 414.html, results/414.processed: test for
2111: ^hash.rename[from;to] added (related to feature #1144)
2112:
2113: 2021-11-05 moko
2114:
2115: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2116: (related to feature #1144)
2117:
2118: 2021-11-04 moko
2119:
2120: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2121: added (implements feature #1144)
2122:
1.169 moko 2123: 2021-10-19 moko
2124:
2125: * tests/: 413.html, results/413.processed: test for hash no longer
2126: is accepted as file parameter (related to bug #1218)
2127:
2128: * src/: classes/curl.C, classes/file.C, classes/image.C,
2129: classes/math.C, classes/xdoc.C, types/pa_value.C,
2130: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2131: longer is accepted as file parameter (fixes bug #1218)
2132:
1.168 moko 2133: 2021-07-19 moko
2134:
2135: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2136: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2137:
1.167 moko 2138: 2021-04-16 moko
2139:
2140: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2141: processing it leads to assertions.
2142:
1.166 moko 2143: 2021-03-25 moko
2144:
2145: * tests/: 412.html, results/412.processed: test to demonstrate bug
2146: #1213
2147:
1.165 moko 2148: 2021-02-12 moko
2149:
2150: * tests/: 360.html, results/360.processed, results/363.processed:
2151: parser method call in expression mode no longer differs from call
2152: in string mode (related to feature #1211)
2153:
2154: 2021-02-11 moko
2155:
2156: * src/types/pa_vmail.C: mail parsing with Windows line endings
2157: fixed (bug #1212)
2158:
2159: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2160: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2161: strings in both calls (implements feature #1211)
2162:
1.164 moko 2163: 2021-01-28 moko
2164:
2165: * buildall, etc/auto.p.in: to remove last patch in debian package
2166:
2167: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2168: 3.4.7b
2169:
1.162 moko 2170: 2021-01-21 moko
2171:
2172: * src/main/pa_http.C: no alarm() in file::load when web server mode
2173: is MULTITHREADED
2174:
1.157 moko 2175: 2021-01-20 moko
2176:
1.161 moko 2177: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2178: 'a2enmod mpm_prefork'
2179:
1.160 moko 2180: * src/targets/apache/mod_parser3.c: prefork name is now
2181: 'libapache2-mpm-itk'
2182:
2183: * src/targets/apache/mod_parser3_core.C: last regular malloc
2184: removed
2185:
1.159 moko 2186: * src/targets/isapi/Makefile.am: -pa_threads.C
2187:
1.158 moko 2188: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2189: 3.4.6
2190:
1.157 moko 2191: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2192:
2193: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2194: /httpd.p
2195:
2196: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2197: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2198: #1203)
2199:
2200: 2021-01-19 moko
2201:
2202: * buildall: --disable-parallel-mark added to avoid "number of
2203: processors" threads creation for heap marking as it conflicts
2204: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2205: limits threads)
2206:
1.156 moko 2207: 2021-01-16 moko
2208:
2209: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2210: main/pa_globals.C, main/pa_memory.C,
2211: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2212: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2213: feature #1209)
2214:
2215: 2021-01-15 moko
2216:
2217: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2218: 3.4.6rc
2219:
2220: * src/classes/json.C: get_delim added for delimiter caching (10%
2221: faster on large json)
2222:
2223: 2021-01-14 moko
2224:
1.211 moko 2225: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2226:
2227: * tests/results/224.processed: test result modified after
2228: today(shift) implemented
2229:
2230: * tests/: 407.html, results/407.processed: test for ^hash.select
2231: option $.default(bool) added (related to feature #1172)
2232:
2233: * src/classes/hash.C: ^hash.select option $.default(bool) added
2234: (related to feature #1172)
2235:
2236: * tests/: 141.html, results/141.processed: test modified for
2237: feature #1185.
2238:
2239: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2240: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2241: options $.lower(bool) (implements feature #1185)
2242:
2243: 2021-01-11 moko
2244:
2245: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2246: #1192)
2247:
2248: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2249: added (related to feature #1192)
2250:
1.155 moko 2251: 2021-01-05 moko
2252:
2253: * tests/: 270.html, results/270.processed: test modified to work
2254: under Windows
2255:
2256: * tests/: 390.html, 395.html, results/395.processed: tests updated
2257: 4 windows
2258:
2259: * tests/: 410.html, results/410.processed: test for
2260: $CLASS-GETTER-PROTECTED(false) added
2261:
2262: 2021-01-04 moko
2263:
2264: * tests/: 409.html, results/409.processed, results/auto.p: test for
2265: $MAIN:LOCALS(true) added
2266:
1.154 moko 2267: 2021-01-03 moko
2268:
2269: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2270: types/pa_vclass.h, types/pa_vstateless_class.C,
2271: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2272: +LOCALS. $main -> $MAIN in exception texts (implements feature
2273: #1207)
2274:
2275: 2021-01-02 moko
2276:
2277: * etc/auto.p.in: minor
2278:
2279: * src/main/pa_request.C: sending headers only after opening file to
2280: allow error reporting if file was not opened (foreign group,
2281: etc).
2282:
2283: 2020-12-31 moko
2284:
2285: * src/: include/pa_request.h, main/pa_request.C,
2286: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2287:
2288: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2289: main/pa_request.C: get_class_ref added and used
2290:
2291: * etc/auto.p.in: @CLASS httpd added
2292:
2293: * etc/auto.p.in: @auto[] is now first
2294:
2295: 2020-12-30 moko
2296:
2297: * tests/: 408.html, results/408.processed: test for bug #1166
2298: (windows only) added
2299:
2300: * src/main/pa_common.C: create_dir_for_file should not create dir
2301: for trailing / (fixes bug #1166)
2302:
2303: * tests/: 341.html, results/341.processed: tests for
2304: ^nameless_table.hash[] added (related to feature #1138)
2305:
2306: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2307: (implements feature #1138), extra fields in named tables no
2308: longer ignored (implements feature #1138)
2309:
2310: * tests/results/390.processed: updated after exception text change
2311:
2312: 2020-12-29 moko
2313:
2314: * tests/: 407.html, results/407.processed: +$._default check
2315:
2316: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2317:
2318: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2319: and ^hash.reverse[] added (releated to feature #1172)
2320:
2321: * src/classes/hash.C:
2322: ^hash.select[key;value](bool-condition)[options hash] +
2323: ^hash.reverse[] added (implements feature #1172)
2324:
2325: * src/types/pa_vtable.h: warning war
2326:
2327: * src/include/pa_config_fixed.h: win32 fix
2328:
1.153 moko 2329: 2020-12-27 moko
2330:
2331: * tests/: 406.html, results/406.processed: test results updated
2332:
2333: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2334: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2335: spelling
2336:
2337: 2020-12-26 moko
2338:
2339: * tests/: 406.html, results/406.processed: tests for
2340: ^table.rename[] added (related to feature #1148)
2341:
2342: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2343: ^table.rename[column name from;column name to], ^table.rename[
2344: $.[column name from][column name to] ... ] added (implements
2345: feature #1148)
2346:
2347: 2020-12-25 moko
2348:
2349: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2350: request_info now on stack to avoid yet another THREAD_LOCAL
2351: memory deallocation issue (now with cookies), explained in #1203
2352:
2353: * src/types/pa_vcookie.C: fields should be inited
2354:
2355: 2020-12-24 moko
2356:
2357: * src/include/pa_stylesheet_connection.h: looks like
2358: xsltFreeStylesheet leads to memory double-free. If so, it's for
2359: sure libxml bug, but we have GC anyway, so we just remove this
2360: call and see...
2361:
2362: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2363: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2364: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2365: abort.c:65:8 frame #3: 0x00000000004da663
2366: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2367: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2368: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2369: malloc.c:617:9 frame #5: 0x0000000000577f0c
2370: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2371: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2372: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2373: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2374: frame #8: 0x000000000050d35c
2375: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2376: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2377: frame #10: 0x00000000004436e5
2378: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2379: [inlined]
2380: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2381: pa_stylesheet_connection.h:62:3
2382:
2383: 2020-12-23 moko
2384:
2385: * src/classes/image.C: ^image::measure[; $.video() ] option added
2386:
2387: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2388: ^image::measure[; $.video(true) ] added
2389:
2390: * src/main/pa_exec.C: not cleared automatically in multithreaded
2391: httpd mode for unknown reasons
2392:
2393: 2020-12-22 moko
2394:
2395: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2396: error_log uri of currently processed document", but never used
2397: and conflicts with how libgc stops threads on FreeBSD (#define
2398: SIG_SUSPEND SIGUSR1), thus removed.
2399:
2400: 2020-12-21 moko
2401:
2402: * src/main/pa_request.C: +comment
2403:
1.151 moko 2404: 2020-12-20 moko
2405:
1.152 moko 2406: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2407: it is more safe to have versions of pa_strdup with one and two
2408: arguments, as helper_length=0 not always mean that strlen()
2409: should be called, but means zero.
2410:
2411: * src/targets/isapi/parser3isapi.C: minor
2412:
2413: * src/main/pa_http.C: +valid_http_method
2414:
1.151 moko 2415: * src/: include/pa_http.h, main/pa_http.C,
2416: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2417:
2418: 2020-12-17 moko
2419:
2420: * tests/: 405.html, results/405.processed: test for split by regex
2421: added (related to feature #1160)
2422:
2423: * src/classes/string.C: split by regex implemented (feature #1160)
2424:
2425: * src/classes/string.C: minor
2426:
2427: * tests/: 404.html, results/404.processed: test for whitespace
2428: string is now OK for table argument (related to feature #1169)
2429:
2430: * src/: classes/image.C, classes/string.C, classes/table.C,
2431: types/pa_vmethod_frame.C: whitespace string is now OK for table
2432: argument (as with hash) (implements feature #1169)
2433:
2434: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2435: limit for comment (fixes bug #1102)
2436:
2437: * src/targets/cgi/parser3.C: +HAVE_TLS check
2438:
2439: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2440:
2441: * src/include/pa_config_includes.h: HAVE_TLS used
2442:
2443: * configure.ac: +TLS check
2444:
2445: * src/main/pa_http.C: content logging added
2446:
2447: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2448: clear_response_headers added
2449:
2450: 2020-12-16 moko
2451:
2452: * buildall: as we now use threads, libatomic_ops still required for
2453: some OS.
2454:
2455: * src/main/pa_request.C: whitespace
2456:
2457: * src/: include/pa_request.h, main/pa_request.C:
2458: Request::Exception_trace::table extracted and used
2459:
2460: * src/main/pa_request.C: moving output_result call outside of try
2461: as network exceptions should not be handled by parser code
2462:
2463: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2464: logging network exchange
2465:
2466: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2467: via network if it was network write error.
2468:
2469: * src/targets/cgi/parser3.C: log -> pa_log
2470:
2471: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2472:
2473: * src/main/pa_threads.C: getpid() if no gettid() found
2474:
2475: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2476: we need to ignore "void" connections from browsers (browsers open
2477: connections in advance and they will be empty if user does not
2478: request more pages)
2479:
2480: 2020-12-15 moko
2481:
2482: * src/targets/cgi/parser3.C: avoid previous uri in logs
2483:
2484: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2485: RequestController not needed in httpd mode
2486:
2487: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2488: classes/classes.h, classes/curl.C, classes/date.C,
2489: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2490: classes/hashfile.C, classes/image.C, classes/inet.C,
2491: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2492: classes/memcached.C, classes/memory.C, classes/op.C,
2493: classes/reflection.C, classes/regex.C, classes/response.C,
2494: classes/string.C, classes/table.C, classes/void.C,
2495: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2496: include/pa_array.h, include/pa_base64.h,
2497: include/pa_cache_managers.h, include/pa_charset.h,
2498: include/pa_charsets.h, include/pa_common.h,
2499: include/pa_config_fixed.h, include/pa_config_includes.h,
2500: include/pa_dictionary.h, include/pa_dir.h,
2501: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2502: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2503: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2504: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2505: include/pa_request_charsets.h, include/pa_request_info.h,
2506: include/pa_sapi.h, include/pa_socks.h,
2507: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2508: include/pa_stack.h, include/pa_string.h,
2509: include/pa_stylesheet_connection.h,
2510: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2511: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2512: include/pa_uue.h, include/pa_xml_exception.h,
2513: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2514: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2515: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2516: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2517: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2518: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2519: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2520: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2521: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2522: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2523: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2524: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2525: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2526: main/pa_sql_driver_manager.C, main/pa_string.C,
2527: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2528: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2529: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2530: main/untaint.C, sql/pa_sql_driver.h,
2531: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2532: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2533: targets/isapi/parser3isapi.C, types/pa_junction.h,
2534: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2535: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2536: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2537: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2538: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2539: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2540: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2541: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2542: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2543: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2544: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2545: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2546: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2547: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2548: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2549: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2550: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2551: types/pa_vstateless_object.h, types/pa_vstatus.C,
2552: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2553: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2554: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2555: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2556: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2557:
2558: * src/main/pa_request.C: old compilers support
2559:
2560: * tests/: 362.html, results/362.processed: test updated after
2561: changes after upgrade to libxml2-2.9.9 were made (related to bug
2562: #1108)
2563:
2564: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2565: removed, as xsltFreeStylesheet has side effects on original doc.
2566: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2567: not updated after xdoc modification (part 3 of test 362).
2568: (related to bug #1108)
2569:
2570: * src/targets/isapi/parser3isapi.C: +pa_strcat
2571:
2572: * src/: classes/memory.C, include/pa_memory.h,
2573: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2574: PA_GC_GCOLLECT used
2575:
2576: * src/include/pa_memory.h: +PA_GC_COLLECT
2577:
2578: * src/targets/cgi/parser3.C: msvs support fixes
2579:
2580: * src/lib/gc/include/gc.h: more cleanup
2581:
2582: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2583:
2584: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2585: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2586:
2587: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2588:
2589: * configure.ac: pthread.h added to checked headers
2590:
2591: * src/classes/table.C: string stream is back :)
2592:
2593: * src/classes/memory.C: GC_generate_random_backtrace no longer
2594: exists
2595:
2596: * src/main/pa_globals.C: GC_dont_gc replaced
2597:
2598: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2599: left to simplify adding new functions. depricated GC_dont_gc
2600: replaced with GC_disable and GC_enable calls.
2601:
2602: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2603: CORD_from_file* not used and thus removed
2604:
2605: * src/lib/gc/include/gc_allocator.h: minor cleanup
2606:
2607: 2020-12-14 moko
2608:
2609: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2610: referenced elsewhere, or GC will collect it.
2611:
2612: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2613: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2614: elsewhere, or GC will collect them (and we'll get GPF in
2615: multithreaded enviroment). May be it can be also fixed by some
2616: GC call, not sure. But this fix costs nothing (but hours of
2617: debugging to find the issue :).
2618:
1.150 moko 2619: 2020-12-11 moko
2620:
2621: * configure.ac: gettid() check added
2622:
2623: * src/main/pa_threads.C: HAVE_GETTID used
2624:
2625: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2626:
2627: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2628: version for isapi/cgi/apache
2629:
2630: * buildall: threads are now required.
2631:
2632: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2633: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2634: main/main.vcproj: pa_threads.C moved to main
2635:
2636: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2637: isapi/pa_threads.C: pa_threads.C moved to main
2638:
2639: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2640: targets/apache/Makefile.am: pa_threads.C moved to main
2641:
2642: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2643:
2644: * src/: include/pa_stylesheet_connection.h,
2645: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2646: and weird GPF in multithreaded httpd is gone
2647:
2648: * src/include/: pa_stylesheet_connection.h,
2649: pa_sql_driver_manager.h: whitespace
2650:
2651: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2652:
2653: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2654: main/pa_stylesheet_manager.C: whitespace, warning war
2655:
2656: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2657: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2658: parser_multithreaded never used
2659:
2660: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2661:
2662: 2020-12-10 moko
2663:
2664: * src/: include/pa_config_includes.h, include/pa_http.h,
2665: main/pa_http.C, targets/cgi/parser3.C: initial support for
2666: MULTITHREADED and PARALLEL httpd server modes
2667:
2668: * src/main/pa_globals.C: GC_java_finalization is depricated
2669:
2670: 2020-12-09 moko
2671:
2672: * etc/auto.p.in: + @httpd-main
2673:
2674: * src/: include/pa_common.h, main/pa_request.C,
2675: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2676: work
2677:
2678: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2679: slow file_read_binary no longer used, send_range added
2680:
2681: 2020-12-08 moko
2682:
2683: * src/main/pa_request.C: >4Gb support
2684:
2685: * src/targets/cgi/parser3.C: msvc warning war
2686:
2687: * src/: include/pa_config_includes.h, main/pa_http.C,
2688: main/pa_request.C: msvc warnings war
2689:
2690: * src/classes/image.C: warning war
2691:
2692: * src/classes/table.C: MSVC warning war
2693:
2694: * src/targets/cgi/parser3.C: msvc warnings war
2695:
2696: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2697: added
2698:
1.149 moko 2699: 2020-12-07 moko
2700:
1.150 moko 2701: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2702: avoid logging beside system-wide auto.p
2703:
2704: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2705:
2706: * configure, configure.ac, src/include/pa_config_auto.h.in:
2707: configure options added:
2708:
2709: --with-system-cfg=FILE to specify system-wide auto.p
2710: --with-system-log=FILE to specify system-wide parser3.log
2711:
2712: * Makefile.am: bin no longer exists
2713:
2714: * configure, configure.ac: auto.p moved to etc to simplify debian
2715: package
2716:
2717: * buildall: auto.p and parser3.charsets moved to their default
2718: location after install
2719:
2720: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2721:
2722: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2723:
1.149 moko 2724: * src/targets/cgi/parser3.C: locate_config call returned to
2725: original place as it requires pa_thread_request() under Windows
2726:
2727: * src/targets/cgi/parser3.C: renaming
2728:
2729: 2020-12-06 moko
2730:
2731: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2732: check added
2733:
2734: 2020-12-04 moko
2735:
2736: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2737: main/pa_request.C: unified uint64_t lseek implemented to support
2738: >4Gb files under x86, including Windows
2739:
2740: 2020-12-02 moko
2741:
2742: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2743: with max_file_size
2744:
2745: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2746: support for processing files sized >4Gb on 32 bit planforms
2747:
2748: * tests/399.html: file moved
2749:
2750: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2751:
2752: * src/targets/cgi/pa_sapi_info.h: warning war
2753:
2754: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2755: warning war
2756:
2757: 2020-12-01 moko
2758:
2759: * src/classes/image.C: mp4 extended size (>4Gb) support added
2760:
2761: * src/classes/image.C: for "size not found" exception to be shown
2762: if size not found until eof
2763:
2764: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2765: bit linux)
2766:
2767: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2768: #1188)
2769:
2770: 2020-11-30 moko
2771:
2772: * src/classes/image.C: definitions moved closer to code
2773:
2774: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2775: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2776: 395_dir/3_VP8X.webp, results/395.processed,
2777: results/396.processed: tests for ^image::measure[] .webp support
2778: added, all image files moved into one directory (related to
2779: feature #1188)
2780:
2781: * src/classes/image.C: ^image::measure[] now supports webp (feature
2782: #1188)
2783:
1.148 moko 2784: 2020-11-29 moko
2785:
2786: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2787: processing, unnessesary defines removed
2788:
2789: 2020-11-24 moko
2790:
2791: * tests/results/: 099.processed, 100.processed, 205.processed,
2792: 309.processed, 310.processed: Content-Disposition: inline
2793: returned
2794:
2795: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2796: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2797: ] added (related to bug #1204)
2798:
2799: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2800: ] supported to avoid Content-Disposition: inline;
2801: filename="<file>.ext" but still set Content-Type for ext (related
2802: to bug #1204)
2803:
1.147 moko 2804: 2020-11-22 moko
2805:
2806: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2807: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2808:
2809: * src/main/pa_request.C: content_disposition_inline returned.
2810:
2811: 2020-11-17 moko
2812:
2813: * src/main/pa_request.C: empty main method name support
2814:
2815: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2816: config_handler added, stdout flush added.
2817:
2818: 2020-11-16 moko
2819:
2820: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2821:
2822: * tests/results/: 099.processed, 205.processed, 237.processed,
2823: 309.processed, 310.processed: Content-Disposition: inline is not
2824: required and should not contain filename="<name>"
2825:
2826: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2827: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2828: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2829:
1.146 moko 2830: 2020-11-14 moko
2831:
2832: * src/targets/cgi/parser3.C: spelling
2833:
2834: * src/targets/cgi/parser3.C: renaming
2835:
2836: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2837: relocated
2838:
2839: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2840: before request processing, which is weired
2841:
2842: 2020-11-13 moko
2843:
2844: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2845: copied in httpd.
2846:
2847: 2020-11-12 moko
2848:
2849: * src/main/pa_http.C: ALARM code unified to be used in httpd
2850:
2851: * src/: include/pa_request.h, main/pa_request.C,
2852: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2853:
2854: * src/main/pa_http.C: URI validation added
2855:
2856: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2857: can't be empty but can be null. httpd-main is now main method
2858: name for httpd mode
2859:
2860: 2020-11-11 moko
2861:
2862: * src/main/pa_request.C: path_translated can be null in httpd mode
2863:
2864: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2865: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2866: classes/xdoc.C, include/pa_request.h, main/execute.C,
2867: main/pa_request.C: r.absolute -> r.full_disk_path
2868:
2869: * src/targets/cgi/parser3.C: if filename to process is not
2870: specified, auto.p should be present.
2871:
1.145 moko 2872: 2020-11-03 moko
2873:
2874: * src/: classes/op.C, include/pa_request.h: unused argument removed
2875:
2876: * src/main/pa_request.C: content_disposition_inline is the default,
2877: not required.
2878:
1.144 moko 2879: 2020-10-29 moko
2880:
2881: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2882: ^use[file; $.main(true) ] implemented for auto.p processing and
2883: path_translated changing to correct relative files path
2884: calculation in httpd mode
2885:
2886: * src/: include/pa_request.h, main/pa_request.C:
2887: fail_on_read_problem removed, as it allways true, as if should
2888: be.
2889:
2890: * src/: include/pa_request.h, main/pa_request.C,
2891: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2892: targets/isapi/parser3isapi.C: clearing config_filespec when
2893: config was not found, thus flag not required and removed.
2894:
2895: 2020-10-28 moko
2896:
2897: * tests/: 402.html, results/402.processed: error reporting test
2898:
2899: * src/main/execute.C: better error reporting when
2900: $result[^hash::create[]] in @main.
2901:
2902: * src/main/: execute.C, pa_request.C: frame.result() should be used
2903: + minor optimization
2904:
2905: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2906: main/pa_xml_io.C: execute_*_method simplified and unified
2907:
2908: 2020-10-27 moko
2909:
2910: * tests/: 306.html, results/306.processed: a bit more testing. :)
2911:
2912: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2913: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2914: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2915: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2916: types/pa_vmethod_frame.h, types/pa_vobject.C,
2917: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2918: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2919: longer used in object-prototype mode
2920:
2921: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2922: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2923: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2924: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2925: $form:name[value] features
2926:
1.143 moko 2927: 2020-10-18 moko
2928:
2929: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2930:
2931: 2020-10-15 moko
2932:
2933: * src/main/pa_http.C: url no longer needed as
2934: ALTER_EXCEPTION_SOURCE is used
2935:
2936: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2937: main/pa_http.C: check_file_size filespec is now optional
2938:
2939: * src/: classes/curl.C, include/pa_exception.h,
2940: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2941: ALTER_EXCEPTION_COMMENT added for better error reporting
2942:
2943: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2944: results/346-curl.processed, results/379-curl.processed,
2945: results/379.processed: test results updated as load now provides
2946: better error reporting + curl responses updated
2947:
2948: 2020-10-14 moko
2949:
2950: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2951: main/pa_string.C, targets/apache/mod_parser3_core.C,
2952: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2953: checked. 10 is now default base, no hex autodetect by default
2954:
2955: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2956: connection socket closing in destructor + accept exception
2957: handling
2958:
2959: * src/targets/cgi/parser3.C: warning war
2960:
2961: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2962: main/pa_request.C, targets/apache/mod_parser3_core.C,
2963: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2964: exception handling unified
2965:
2966: 2020-10-13 moko
2967:
2968: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2969: autodetection
2970:
2971: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2972:
2973: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2974:
2975: * src/main/pa_http.C: warning war
2976:
1.142 moko 2977: 2020-10-12 moko
2978:
1.143 moko 2979: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2980: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2981: unhandled exception code optimization
2982:
2983: * src/targets/cgi/parser3.C: request_info now global variable
2984:
2985: * src/main/pa_http.C: http_read_response moved to HTTP_response
2986: class
2987:
2988: * src/: include/pa_http.h, main/pa_http.C,
2989: targets/cgi/pa_sapi_info.h: read_post implemented
2990:
1.142 moko 2991: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2992: [host:]port syntax support in httpd mode
2993:
2994: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2995: targets/cgi/parser3.C: populate_env added
2996:
2997: * src/include/pa_hash.h: to make get(char *) compiling in
2998: HashStringString
2999:
3000: 2020-10-10 moko
3001:
3002: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3003: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3004:
3005: * src/: include/pa_http.h, include/pa_request_info.h,
3006: main/pa_http.C, main/pa_string.C,
3007: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3008: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3009: types/pa_vrequest.C: initial httpd mode implementation
3010:
1.141 moko 3011: 2020-10-04 moko
3012:
3013: * src/targets/cgi/parser3.C: options together
3014:
3015: 2020-09-30 moko
3016:
3017: * src/main/pa_http.C: renamed
3018:
1.140 moko 3019: 2020-08-14 moko
3020:
3021: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3022: src/targets/cgi/Makefile.am: no httpd as separate library
3023:
3024: 2020-08-13 moko
3025:
3026: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3027: unhandled exception handler to report 500 instead of 200 it was
3028: before.
3029:
3030: * src/targets/apache/mod_parser3_core.C: minor cleanup
3031:
3032: * src/: include/pa_sapi.h, main/untaint.C,
3033: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3034: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3035: thus replaced with SAPI::die and removed
3036:
3037: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3038: cgi/parser3.C: whitespace
3039:
3040: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3041:
3042: 2020-08-12 moko
3043:
3044: * src/targets/cgi/parser3.C: duplicate info in signal logging
3045: removed, whitespace was: SIGPIPE received while executing code.
3046: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3047: cl=0]
3048:
3049: * parser3.sln: + httpd.vcproj
3050:
3051: 2020-08-11 moko
3052:
3053: * src/targets/cgi/Makefile.am: +libhttpd
3054:
3055: * configure.ac, src/lib/Makefile.am: +libhttpd
3056:
1.139 moko 3057: 2020-07-13 moko
3058:
3059: * tests/: 401.html, results/401.processed: test for hash key does
3060: not keep language, but tainted in foreach.
3061:
1.138 moko 3062: 2020-07-01 moko
3063:
3064: * tests/: 235.html, results/235.processed: test result updated as
3065: messages before attachments implemented (feature #1176)
3066:
1.137 moko 3067: 2020-06-27 moko
3068:
3069: * tests/: 400.html, results/400.processed: test updated to check
3070: ^return{code}
3071:
3072: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3073: fixed
3074:
3075: 2020-06-26 moko
3076:
3077: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3078: added (related to https://www.parser.ru/forum/?id=85319)
3079:
3080: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3081: when $result assignment was last statement in the method
3082: (https://www.parser.ru/forum/?id=85319)
3083:
1.136 moko 3084: 2020-05-23 moko
3085:
3086: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3087: whitespace, unused level removed
3088:
3089: 2020-05-19 moko
3090:
3091: * src/types/pa_vmail.C: whitespace
3092:
3093: * src/types/pa_vmail.C: files should be processed last (related to
3094: feature #1176)
3095:
1.135 moko 3096: 2020-05-12 moko
3097:
3098: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3099: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3100:
3101: * configure.ac: FreeBSD1X.X check added to avoid
3102: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3103:
1.134 moko 3104: 2020-02-26 moko
3105:
3106: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3107: compilation issue (related to bug #1201)
3108:
3109: * src/main/pa_common.C: entry_readable -> entry_exists,
3110: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3111: -f and -d now works under Windows in UTF-8 with Russian
3112: filenames.
3113:
3114: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3115: advice (related to feature #1199)
3116:
3117: 2020-02-25 moko
3118:
3119: * buildall: --silent removed
3120:
3121: * configure.ac: gmime-3.0 support
3122:
3123: * buildall: --with-system-mailreceive option added to build with
3124: system libgmime
3125:
3126: * src/types/pa_vmail.C: avoiding
3127: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3128: to feature #1199)
3129:
1.133 moko 3130: 2020-02-18 moko
3131:
3132: * src/classes/op.C: windows x64 debug mode compile fix
3133:
3134: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3135: change (releated to feature #1200)
3136:
3137: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3138: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3139: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3140: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3141: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3142: targets/apache/ApacheModuleParser3.vcproj,
3143: targets/apache/ApacheModuleParser3Core.vcproj,
3144: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3145: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3146: dependency (related to feature #1200)
3147:
1.132 moko 3148: 2020-02-12 moko
3149:
3150: * src/types/pa_vmail.C: minimize diff
3151:
3152: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3153: #1199)
3154:
1.131 moko 3155: 2020-01-18 moko
3156:
3157: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3158:
1.130 moko 3159: 2019-12-28 moko
3160:
3161: * src/targets/cgi/parser3.C: avoid empty ?
3162:
3163: 2019-12-27 moko
3164:
3165: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3166: DOCUMENT_ROOT (related to feature #1164)
3167:
3168: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3169: fcgiwrap setup (implements feature #1164)
3170:
3171: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3172: but no issues found (related to feature #1164)
3173:
3174: * src/targets/cgi/parser3.C: actualized
3175:
3176: 2019-12-26 moko
3177:
3178: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3179: removed
3180:
3181: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3182: removed
3183:
3184: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3185: allocation errors, we don't want default gc warnings (without
3186: timestamp and URI).
3187:
3188: * src/: classes/memory.C, main/pa_globals.C,
3189: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3190: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3191: pa_globals_init
3192:
3193: * src/main/pa_globals.C: setup_hex_value() removed, static array
3194: initialization used (optimization)
3195:
3196: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3197: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3198: pa_socks_init/pa_socks_done moved inside pa_globals_init
3199: (optimization)
3200:
1.129 moko 3201: 2019-12-09 moko
3202:
3203: * src/include/pa_config_fixed.h: warning war
3204:
1.128 moko 3205: 2019-12-08 moko
3206:
3207: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3208: process grammar under Unix.
3209:
3210: 2019-12-07 moko
3211:
3212: * tests/389.html: For Windows XP. :)
3213:
3214: * tests/388-sql.html: Windows compatibility added
3215:
3216: 2019-12-06 moko
3217:
3218: * src/targets/cgi/parser3.C: warning war
3219:
3220: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3221: == sizeof(CORD)) to avoid aligning bugs in future
3222:
3223: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3224: XML_STATIC
3225:
3226: * src/include/pa_request.h: StackItem() not required
3227:
3228: * src/include/pa_stack.h: warning war
3229:
3230: * src/include/pa_config_includes.h: GCC warning silenced
3231:
3232: * src/include/pa_memory.h: warning war: the program should also
3233: define 'void operator delete [](void*, std::size_t)'
3234: [-Wsized-deallocation]
3235:
3236: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3237:
3238: * src/classes/string.C: not reqired cast removed
3239:
3240: * src/classes/string.C: not reqired cast removed
3241:
3242: 2019-12-05 moko
3243:
3244: * src/lib/sdbm/pa_file_io.C: warning war
3245:
3246: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3247: enum Language : size_t - required for VS2015+ to make
3248: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3249: without it (related to feature #1198)
3250:
3251: 2019-12-04 moko
3252:
3253: * src/main/pa_base64.C: unsigned char -> uchar
3254:
3255: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3256: as other libs
3257:
3258: * src/include/pa_version.h: +amd64
3259:
3260: 2019-12-03 moko
3261:
3262: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3263: release
3264:
3265: * src/include/pa_config_includes.h: warning war
3266:
3267: * src/classes/image.C: warning war
3268:
3269: * src/main/pa_globals.C: x64 libs support
3270:
3271: * src/include/pa_config_includes.h: warning war
3272:
3273: * src/types/pa_method.h: warning war
3274:
1.127 moko 3275: 2019-11-28 moko
3276:
3277: * src/classes/math.C: vs2003 compatibility + warning war
3278:
3279: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3280: libxml2-2.9.9 (related to feature #1136)
3281:
3282: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3283: typecast for more compatibility (related to feature #1136)
3284:
3285: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3286: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3287: feature #1136)
3288:
3289: 2019-11-26 moko
3290:
3291: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3292: removed (it was failing in $$var case), condition added
3293:
1.126 moko 3294: 2019-11-25 moko
3295:
3296: * tests/: 397.html, 399.html, results/141.processed,
3297: results/399.processed: base64 options tested
3298:
3299: * src/: classes/math.C, main/pa_http.C: base64 options used
3300:
3301: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3302: implemented (feature #986)
3303:
3304: * src/main/pa_cache_managers.C: whitespace
3305:
3306: * tests/: 397.html, 399.html, results/399.processed: tests for
3307: ^base64 encode options added (related to feature #986)
3308:
3309: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3310: pa_base64_encode(file) removed - more memory, but faster and less
3311: code (related fo feature #986)
3312:
3313: 2019-11-24 moko
3314:
3315: * tests/: 155.html, results/155.processed: limit and offset in
3316: ^table::load[] now supported, thus test added
3317:
3318: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3319: main/pa_common.C: optimization: offset and limit options parsing
3320: moved inside file_load.
3321:
3322: 2019-11-23 moko
3323:
3324: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3325: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3326: optimization: file_read replaced with simplified file_read_binary
3327:
3328: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3329: types/pa_vform.C: whitespace
3330:
3331: * src/: include/pa_common.h, main/pa_common.C: never used params
3332: removed
3333:
3334: 2019-11-21 moko
3335:
3336: * tests/: 193.html, results/193.processed, results/389.processed:
3337: test results updated as now base64 does not discard tail without
3338: padding (related to feature #986)
3339:
3340: 2019-11-20 moko
3341:
3342: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3343: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3344: pa_base64_decode (related to feature #986)
3345:
3346: * tests/398.html: tests for base64 decode added (related to feature
3347: #986)
3348:
3349: * src/main/pa_base64.C: base64_decode rewritten - padding option
3350: support, padding inside base 64 supported (related to feature
3351: #096)
3352:
3353: 2019-11-19 moko
3354:
3355: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3356: FreeBSD 12
3357:
1.125 moko 3358: 2019-11-16 moko
3359:
3360: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3361: support added, step support removed (related to #986)
3362:
3363: 2019-11-15 moko
3364:
3365: * src/classes/math.C: using log since log2 is not present on
3366: FreeBSD < 8.4 (related to feature #1177)
3367:
3368: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3369: pa_base64_size extracted and used for files as well (related to
3370: feature 986)
3371:
3372: 2019-11-14 moko
3373:
3374: * tests/: 397.html, results/397.processed: + content check
3375:
3376: * tests/: 141.html, results/141.processed: make test resuls more
3377: readable
3378:
3379: * tests/: 397.html, results/193.processed, results/397.processed:
3380: test results updated after \x00 character was disabled in
3381: math:convert string mode (related to feature #1177)
3382:
3383: * src/classes/: math.C, string.C: \\x00 character disabled while
3384: converting to string (as in base64, related to feature #1177)
3385:
3386: * src/classes/file.C: more correct arguments separation
3387:
3388: * src/: classes/file.C, classes/math.C, classes/string.C,
3389: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3390: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3391: options added, but not yet implemented (related to feature #986)
3392:
3393: * src/classes/math.C: whitespace
3394:
3395: 2019-11-13 moko
3396:
3397: * tests/: 397.html, results/397.processed: +tainting test (related
3398: to feature #1177)
3399:
3400: * src/classes/math.C: as we now produce not only digits, result
3401: should be tainted (related to feature #1177)
3402:
3403: * src/main/pa_base64.C: whitespace
3404:
3405: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3406: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3407: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3408: implementation moved from pa_common.h and pa_common.C
3409:
3410: 2019-11-12 moko
3411:
3412: * tests/: 275.html, results/275.processed: out of range test fixed,
3413: as ^math:convert now supports arbitrary precision
3414:
3415: 2019-11-11 moko
3416:
3417: * tests/results/389.processed: uctualized error message
3418:
3419: * tests/: 389.html, 397.html, results/397.processed: tests for
3420: ^math:convert added (related to feature #1177)
3421:
3422: * src/classes/math.C: ^math:convert now supports arbitrary
3423: precision, alphabet support added (implements feature #1177)
3424:
1.124 moko 3425: 2019-11-06 moko
3426:
3427: * tests/: 181.html, results/181.processed: entities usage added,
3428: more entites load tests (related to bug #842 discussion)
3429:
3430: 2019-11-05 moko
3431:
3432: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3433: call from xmlFileOpen if http://localhost/<file> was not found
3434: (related to bug #842)
3435:
3436: * src/main/pa_xml_io.C: rename
3437:
3438: * src/main/pa_xml_io.C: +MemoryStream constructor
3439:
3440: * src/main/pa_xml_io.C: whitespace
3441:
1.123 moko 3442: 2019-10-31 moko
3443:
3444: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3445: XML_PARSE_NOENT) added to fix entities load, (related to feature
3446: #1181)
3447:
1.122 moko 3448: 2019-10-25 moko
3449:
3450: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3451: queries tests
3452:
3453: 2019-10-24 moko
3454:
3455: * tests/: 388-sql.html, results/388-sql.processed: support for
3456: pgsql driver test
3457:
3458: * tests/: 388-sql.html, results/388-sql.processed:
3459: multi_statements=1 now tested, mysql test now supported
3460: (connection must be specified in [parser3] section in .my.cnf)
3461: related to issues #1195 and #1194
3462:
1.121 moko 3463: 2019-09-11 moko
3464:
3465: * src/classes/int.C: whitespace
3466:
3467: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3468: exception test
3469:
3470: * tests/results/388-sql.processed: sql queries now shown (related
3471: to feature #1196)
3472:
3473: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3474: with old parser versions.
3475:
3476: * src/: classes/file.C, classes/hash.C, classes/string.C,
3477: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3478: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3479: instead of connect string in query_event_handlers exceptions
3480: (implements feature #1196)
3481:
1.120 moko 3482: 2019-09-06 moko
3483:
3484: * tests/388-sql.html: mysql compat
3485:
3486: * src/: classes/hash.C, classes/string.C, classes/table.C,
3487: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3488: sql_ variables declaration moved to pa_common.h
3489:
1.116 moko 3490: 2019-01-15 moko
3491:
3492: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3493: logically sorted
3494:
3495: 2018-12-27 moko
3496:
3497: * src/include/pa_config_includes.h: warning war:
3498: -Wdeprecated-register added for C++ 17
3499:
3500: 2018-10-15 moko
3501:
3502: * configure.ac: FreeBSD 11.2 can be build with ./configure
3503: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3504: --with-xml=/usr/local/
3505:
3506: 2018-09-24 moko
3507:
3508: * tests/: 396.html, 396.tiff, results/396.processed: test for
3509: ^image::measure[] now supports tiff added (related to feature
3510: #1188)
3511:
3512: * src/classes/image.C: ^image::measure[] now supports tiff
3513: (implements feature #1188)
3514:
3515: 2018-09-20 moko
3516:
3517: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3518: files measure added (related to ticket #1188)
3519:
3520: * src/classes/image.C: measure of bmp files implemented (related to
3521: ticket #1188)
3522:
3523: 2018-09-18 moko
3524:
3525: * tests/: 394-curl.html, results/394-curl.processed,
3526: results/auto.p: test for bug #1187 (max_file_size check for head
3527: requests) added
3528:
3529: 2018-08-24 moko
3530:
3531: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3532: response content-length check is required (fixes bug #1187)
3533:
3534: 2018-05-11 moko
3535:
3536: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3537: $.append(bool) ] option added (related to feature #919)
3538:
3539: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3540: from misha@ patch (implements feature #919)
3541:
3542: 2018-03-22 moko
3543:
3544: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3545: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3546: with 128kb buffer. Now works at least 12 times faster. :) May be
3547: Windows-only problem.
3548:
3549: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3550: build fix)
3551:
3552: 2018-02-03 moko
3553:
3554: * src/main/execute.C: removes irrelevant lines from exception stack
3555: trace when exceptions occurs in assigment (fixes bug #1165)
3556:
3557: * tests/: 393.html, results/393.processed: test for behavour after
3558: "Property can not be created, already exists field with that
3559: name" exception removed (related to feature #1183)
3560:
3561: * src/types/pa_vclass.C: "Property can not be created, already
3562: exists field with that name" exception removed (implements
3563: feature #1183)
3564:
3565: 2018-01-19 moko
3566:
3567: * src/classes/string.C: whitespace
3568:
3569: * src/classes/string.C: whitespace
3570:
3571: * tests/: 392.html, results/392.processed: test for
3572: ^regex::create[$regex] added (related to feature #1135)
3573:
3574: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3575: ^regex::create[$regex] added (implements feature #1135)
3576:
3577: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3578: commented define added (related to feature #1157)
3579:
3580: 2018-01-17 moko
3581:
3582: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3583:
3584: 2018-01-15 moko
3585:
3586: * tests/: 390.html, results/390.processed: real path replaced by
3587: stub
3588:
3589: * tests/: 391.html, results/391.processed: test for feature #1181
3590: (XML_PARSE_HUGE exception) added
3591:
3592: 2018-01-11 moko
3593:
3594: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3595: XML_PARSE_HUGE option passed by default (implements feature
3596: #1181)
3597:
3598: * src/classes/string.C: whitespace
3599:
3600: 2017-12-10 moko
3601:
3602: * tests/: 389.html, 390.html, results/389.processed,
3603: results/390.processed: image code coverage tests added (related
3604: to feature #1125)
3605:
3606: 2017-12-08 moko
3607:
3608: * tests/: 346-curl.html, 388-sql.html, 389.html,
3609: results/346-curl.processed, results/388-sql.processed,
3610: results/389.processed: more code coverage tests
3611:
3612: * tests/: 264.html, results/264.processed: code coverage for
3613: ^file::exec[]
3614:
3615: 2017-12-07 moko
3616:
3617: * tests/: 174.html, 388-sql.html, 389.html,
3618: results/388-sql.processed, results/389.processed,
3619: results/174.processed: more coverage tests
3620:
3621: * src/classes/math.C: exception text actualized
3622:
3623: 2017-12-06 moko
3624:
3625: * tests/388-sql.html: $SQL can be here
3626:
3627: * tests/results/auto.p: $SQL not required here
3628:
3629: * tests/: 388-sql.html, 389.html, Makefile,
3630: results/388-sql.processed, results/389.processed, results/auto.p:
3631: code coverage tests for sql (using sqlite) and int/double/bool
3632: added (related to feature #1125)
3633:
3634: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3635: lib/json/json.vcproj, lib/md5/md5.vcproj,
3636: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3637: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3638: targets/apache/ApacheModuleParser3Core.vcproj,
3639: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3640: types/types.vcproj: gc\include no longer required
3641:
3642: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3643: required
3644:
3645: * src/: classes/Makefile.am, classes/table.C,
3646: include/pa_config_includes.h, include/pa_string.h,
3647: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3648: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3649: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3650: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3651: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3652: used, we now include it directly
3653:
3654: 2017-12-04 moko
3655:
3656: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3657: memcached/memcached.vcproj, punycode/punycode.vcproj,
3658: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3659: where required
3660:
3661: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3662: now can be used to trace memory allocations
3663:
3664: * src/: classes/table.C, include/pa_config_includes.h,
3665: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3666: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3667: method removes, libcord also can work without libgc
3668:
3669: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3670:
3671: 2017-11-29 moko
3672:
3673: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3674: are not present (related to feature #1173)
3675:
3676: * tests/346-curl.html: test updated to test curl content-length bug
3677: (related to feature #1173)
3678:
3679: * tests/results/346-curl.processed: more test for content-length
3680: curl bug (related to feature #1173)
3681:
3682: * tests/results/346-curl.processed: test results updated after
3683: #1173 implemented
3684:
3685: 2017-11-28 moko
3686:
3687: * src/classes/curl.C: another libcurl Content-length bug walkaround
3688: (related to feature #1173)
3689:
3690: 2017-11-27 moko
3691:
3692: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3693: $.http_version[version string] added (implements feature #1173),
3694: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3695: where $post(true) bug existed.
3696:
3697: 2017-11-18 moko
3698:
3699: * src/include/pa_memory.h: warning war (related to feature #1170)
3700:
3701: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3702: feature #1170)
3703:
3704: 2017-11-17 moko
3705:
3706: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3707: std::basic_stringstream used in ^table.csv-string[] is compatible
3708: with delete usage check only under Debian 9 (related to feature
3709: #1170)
3710:
3711: 2017-11-16 moko
3712:
3713: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3714: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3715: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3716: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3717: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3718: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3719: stubs defend from accidental use (implements feature #1170)
3720:
3721: 2017-06-24 moko
3722:
3723: * configure.ac: minor fix: thanks to alx@
3724:
1.115 moko 3725: 2017-05-29 moko
3726:
3727: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3728: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3729: added to avoid cutting of UTF-8 chars (fixed bug #123)
3730:
3731: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3732: ignored, =?UTF-8?Q?= should start in case of leading space
3733: (related to bug #123)
3734:
3735: * buildall: echo -n -> printf for OS X. :)
3736:
3737: 2017-05-25 moko
3738:
3739: * tests/: 288.html, results/288.processed: test updated afted
3740: setting $o.prop without setter exception removed (related to
3741: feature #1157)
3742:
3743: * src/types/pa_vclass.C: no more "this property has no setter
3744: method" when setting $o.prop without setter (implements feature
3745: #1157)
3746:
3747: * buildall: echo \c -> echo -n for FreeBSD
3748:
3749: * configure, configure.ac, src/include/pa_config_auto.h.in,
3750: src/types/pa_vdouble.h: isfinite now checked in configure
3751:
3752: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3753: upgraded to automake 1.15
3754:
3755: 2017-05-23 moko
3756:
3757: * src/types/pa_vdouble.h: finite returned where isfinite not
3758: defined
3759:
3760: 2017-05-22 moko
3761:
3762: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3763:
3764: * buildall: extern CFLAGS setting support
3765:
3766: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3767:
3768: * buildall: http -> https
3769:
3770: * buildall: gc-7.2f -> gc-7.6.0
3771:
3772: 2017-05-20 moko
3773:
3774: * buildall: https, pcre, xml, xslt updated to current versions
3775: (related to feature #1136)
3776:
3777: 2017-05-19 moko
3778:
3779: * tests/097.html: after parser.ru moved to https
3780:
3781: 2017-05-17 moko
3782:
3783: * tests/results/: 175.processed, 372.processed: tests resuls
3784: updated after lintian spelling typos fixed (related to bug #1156)
3785:
3786: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3787: classes/string.C, classes/table.C, main/pa_charset.C,
3788: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3789: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3790: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3791:
3792: * tests/results/096.processed: +XMP
3793:
3794: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3795: $.xmp(true) options tested (test for feature #1154)
3796:
3797: * src/classes/image.C: ^image:measure[] options $.exif(false)
3798: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3799: fetched by default! (implements feature #1154)
3800:
3801: 2017-05-16 moko
3802:
3803: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3804: allowed (related to feature #1154)
3805:
3806: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3807: initial XMP implementation - without options and transcode
3808: (related to feature #1154)
3809:
3810: 2017-05-12 moko
3811:
3812: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3813: image: exif moved to ffields, skipped in ^image.html[] where
3814: iterators now used (preparation for feature #1154)
3815:
3816: 2017-05-05 moko
3817:
3818: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3819: results/387.processed: test for circular class inheritance check
3820: added (related to bug #1150)
3821:
3822: * src/types/pa_vstateless_class.C: circular class inheritance check
3823: added (fixes endless add_derived bug #1150)
3824:
3825: 2017-05-04 moko
3826:
3827: * tests/: 386.html, results/386.processed: test for
3828: $table.value(number) added (related to feature #1152)
3829:
3830: * src/types/pa_vtable.C: table put_element: column value must be
3831: string - > column value must be string compatible to allow
3832: $t.value(1) (implements feature #1152)
3833:
3834: 2017-05-03 moko
3835:
3836: * src/main/pa_request.C: $use[$method] is not possible, reverting
3837: (related to feature #1151)
3838:
3839: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3840: not possible, removing test (related to feature #1151)
3841:
3842: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3843: get_element_method added and used to allow $use[$method] and
3844: $autouse[$method] (implements feature 1151)
3845:
3846: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3847: variable added (related to feature #1151)
3848:
3849: * tests/results/226.processed: actualized after ^try-catch used
3850:
3851: * tests/: 226.html, 385.html, results/385.processed: test for
3852: @autouse in variable added
3853:
3854: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3855:
1.114 moko 3856: 2017-02-27 moko
3857:
3858: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3859:
1.113 moko 3860: 2017-02-20 moko
3861:
1.211 moko 3862: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3863:
3864: 2017-02-16 moko
3865:
3866: * tests/: 384.html, results/384.processed: test for
3867: ^reflection:mixin[; $.name[] ] option added (related to feature
3868: #1089)
3869:
3870: * tests/: 384.html, results/384.processed: test for
3871: ^reflection:mixin[] added (related to feature #1089)
3872:
3873: * src/types/pa_value.h: warning war: virtual ~Value() added
3874:
1.112 moko 3875: 2017-02-15 moko
3876:
3877: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3878: fixed
3879:
3880: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3881: test added (related to feature #1069)
3882:
3883: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3884: compilation without HASH_ORDER fixed
3885:
3886: * src/: classes/reflection.C, include/pa_hash.h:
3887: $.reverse(true/false) added to ^reflection:methods[] (related to
3888: feature #1069)
3889:
3890: 2017-02-14 moko
3891:
3892: * tests/: 152.html, results/152.processed: test for $._default hash
3893: added (related to bug #1131)
3894:
3895: * tests/: 277.html, results/277.processed: test for hash with only
3896: $._default is now defined (related to bug #1131)
3897:
3898: * src/types/pa_vhash.h: hash with only $._default is now defined
3899: (fixed bug #1131)
3900:
3901: 2017-02-13 moko
3902:
3903: * tests/cat-windows.sh: cat-windows added (cygwin required)
3904:
3905: * tests/: 171.html, 264.html, 286.html, 370.html,
3906: results/320.processed, results/375.processed, results/auto.p:
3907: cat-windows.sh support added
3908:
3909: * tests/375.html: Windows support
3910:
3911: * tests/270.html: documented
3912:
3913: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3914: (not backslashes) even under Windows (broke test 270)
3915:
3916: 2017-02-12 moko
3917:
3918: * tests/: descript.ion, todo.txt: cleanup
3919:
3920: 2017-02-09 moko
3921:
3922: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3923: run_tests.cmd: Windows compatibility
3924:
3925: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3926: incorrectly (GMT) if parser is called from cygwin
3927:
1.111 moko 3928: 2017-02-08 moko
3929:
1.211 moko 3930: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3931:
1.211 moko 3932: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3933:
3934: * NEWS, README: minor update
3935:
3936: * src/include/pa_config_includes.h: warning war continues
3937:
3938: * src/: include/pa_config_includes.h, include/pa_memory.h,
3939: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3940: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3941: gcc 6.x issues fixed
3942:
1.111 moko 3943: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3944: classes/classes.h, classes/curl.C, classes/date.C,
3945: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3946: classes/hashfile.C, classes/image.C, classes/inet.C,
3947: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3948: classes/memcached.C, classes/memory.C, classes/op.C,
3949: classes/reflection.C, classes/regex.C, classes/response.C,
3950: classes/string.C, classes/table.C, classes/void.C,
3951: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3952: include/pa_array.h, include/pa_cache_managers.h,
3953: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3954: include/pa_config_fixed.h, include/pa_config_includes.h,
3955: include/pa_dictionary.h, include/pa_dir.h,
3956: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3957: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3958: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3959: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3960: include/pa_request_charsets.h, include/pa_request_info.h,
3961: include/pa_sapi.h, include/pa_socks.h,
3962: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3963: include/pa_stack.h, include/pa_string.h,
3964: include/pa_stylesheet_connection.h,
3965: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3966: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3967: include/pa_uue.h, include/pa_xml_exception.h,
3968: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3969: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3970: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3971: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3972: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3973: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3974: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3975: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3976: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3977: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3978: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3979: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3980: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3981: main/pa_string.C, main/pa_stylesheet_connection.C,
3982: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3983: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3984: main/untaint.C, sql/pa_sql_driver.h,
3985: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3986: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3987: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3988: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3989: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3990: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3991: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3992: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3993: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3994: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3995: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3996: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3997: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3998: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3999: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4000: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4001: types/pa_vmemcached.h, types/pa_vmemory.h,
4002: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4003: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4004: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4005: types/pa_vresponse.C, types/pa_vresponse.h,
4006: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4007: types/pa_vstateless_object.h, types/pa_vstatus.C,
4008: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4009: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4010: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4011: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4012: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4013: 2015->2017
4014:
1.110 moko 4015: 2017-02-07 moko
4016:
4017: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4018:
4019: 2017-02-06 moko
4020:
4021: * src/main/pa_common.C: minor fixes, whitespace
4022:
4023: * src/: classes/curl.C, classes/file.C, classes/image.C,
4024: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4025: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4026: now used (implements feature #1081)
4027:
4028: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4029:
4030: 2017-02-01 moko
4031:
4032: * src/include/pa_request.h: cleanup
4033:
4034: 2017-01-30 moko
4035:
4036: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4037:
4038: 2017-01-29 moko
4039:
4040: * tests/: 383.html, results/383.processed: test for
4041: ^reflection:stack[] added (related to feature #1052)
4042:
4043: * src/classes/reflection.C: else added
4044:
4045: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4046: $.max_file_lock_wait added (implements feature #1128)
4047:
4048: 2017-01-28 moko
4049:
4050: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4051: body and other cases tests added (related to featue #1014)
4052:
4053: * src/classes/curl.C: bug if response is empty fixed (related to
4054: feature #1014)
4055:
4056: 2017-01-27 moko
4057:
4058: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4059: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4060: added (implements feature #1052)
4061:
4062: 2017-01-25 moko
4063:
4064: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4065: method test added
4066:
4067: 2017-01-23 moko
4068:
4069: * src/classes/reflection.C: optimization: options->get replaced by
4070: hash iterator
4071:
4072: * tests/: 381.html, results/381.processed: now -> fixed date
4073:
4074: * src/main/pa_request.C: warning war
4075:
4076: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4077: 5Mb (fixes bug #1058)
4078:
4079: * src/classes/curl.C: warning war
4080:
4081: * tests/: 381.html, results/381.processed: tests for ^json:string
4082: $.one-line(true) option added (related to feature #1124)
4083:
4084: * src/: classes/json.C, types/pa_value.h: $json-string
4085: $.one-line(true|false) options is now supported (implements
4086: feature #1124)
4087:
4088: * tests/: 380.html, results/380.processed: test for modified
4089: $.max_file_size added (related to bug #1014)
4090:
4091: * tests/: 379.html, results/auto.p: tests for rewritten http file
4092: load added (related to bug #1014)
4093:
4094: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4095: main/pa_common.C, main/pa_http.C: check_file_size added and used
4096: in curl / file load from disk and http, http file load rewritten
4097: (related to bug #1014)
4098:
4099: 2017-01-18 moko
4100:
4101: * tests/: 378.html, results/378.processed: tests for ^result[]
4102: added (related to feature #66)
4103:
4104: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4105: Method::CO_WITHOUT_FRAME as frame still added in expression
4106: (related to feature #66)
4107:
4108: 2017-01-17 moko
4109:
4110: * tests/: 377.html, results/377.processed: test for different
4111: combinations of breaks in body and delimiter (related to bug
4112: #1077)
4113:
4114: * tests/: 376.html, results/376.processed: many ^break[] tests
4115: added (related to bug #1077)
4116:
4117: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4118: passed to native method" exception added to avoid bugs due to
4119: WRITE_EXPR_RESULT skipped and native methods execution continues
4120: after ^break[] (related to bug #1077)
4121:
4122: 2017-01-14 moko
4123:
4124: * tests/: 330.html, results/330.processed: test results updated
4125: after ^break[] bugs where fixed (related to bug #1077)
4126:
4127: * tests/: 329.html, results/329.processed: test results updated
4128: after ^break[] bugs where fixed (related to bug #1077)
4129:
4130: * tests/results/320.processed: ^return[] added
4131:
4132: 2017-01-13 moko
4133:
4134: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4135: classes/table.C, include/pa_request.h, main/execute.C,
4136: main/pa_request.C, targets/cgi/parser3.C,
4137: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4138: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4139: checked after each possible process/execute call (fixes bug
4140: #1077)
4141:
4142: 2016-12-29 moko
4143:
4144: * src/main/pa_common.C: warning war
4145:
4146: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4147: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4148: pa_file_size_limit added, ^math:random fixed for upper limit and
4149: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4150: (related to feature #1014)
4151:
4152: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4153: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4154: (related to feature #1014)
4155:
4156: 2016-12-28 moko
4157:
4158: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4159: warning war
4160:
4161: 2016-12-26 moko
4162:
4163: * tests/: 341.html, results/341.processed: test for
4164: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4165:
4166: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4167: (related to feature #1057)
4168:
4169: * src/types/pa_vdate.C: warning war continues...
4170:
4171: * src/: classes/date.C, classes/image.C, classes/table.C,
4172: include/pa_config_includes.h, types/pa_vfile.C: warning war
4173:
4174: * src/lib/gd/gifio.C: warning war / cleanup
4175:
4176: * src/lib/json/pa_json.C: warning war
4177:
4178: * src/classes/hash.C: warning war
4179:
4180: * src/types/pa_vfile.C: warning war
4181:
4182: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4183: -Wall warning war continues
4184:
4185: * configure.ac: --with-build-warnings actualized
4186:
4187: 2016-12-25 moko
4188:
4189: * src/main/pa_exec.C: -wAll warning war
4190:
4191: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4192: -wAll warning war
4193:
4194: * src/: include/pa_common.h, include/pa_sapi.h,
4195: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4196: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4197: -wAll warning war
4198:
4199: 2016-12-23 moko
4200:
4201: * src/lib/ltdl/Makefile.am: extra dist added
4202:
4203: * tests/results/344.processed: test result updated after $file.text
4204: prefetched in ^hash::create[$file] (related to feature #1075)
4205:
4206: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4207: ^hash::create[$file] (related to feature #1075)
4208:
4209: 2016-12-22 moko
4210:
4211: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4212: main/pa_request.C, main/pa_stylesheet_connection.C,
4213: types/pa_vfile.C: file_stat now return 64-bit size (implements
4214: #1014 under 32-bit unix versions)
4215:
4216: 2016-12-21 moko
4217:
4218: * tests/: 375.html, results/375.processed: test for exec returning
4219: stated file added (related to feature #1119)
4220:
4221: * src/classes/file.C: load should not return file with null body
4222: (fixes bug #1119)
4223:
4224: 2016-12-14 moko
4225:
4226: * tests/: 374.html, results/374.processed: test for $method.name
4227: added (related to feature #1117) plus method returning junction
4228: test
4229:
4230: 2016-12-13 moko
4231:
4232: * src/: include/pa_symbols.h, main/pa_symbols.C,
4233: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4234: (implements feature #1117)
4235:
4236: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4237: HEAD and TRACE can't have body (implements feature #1116)
4238:
4239: 2016-12-09 moko
4240:
4241: * tests/: 373.html, results/373.processed: tests for
4242: ^reflection:tainting added (related to feature #1098)
4243:
4244: * src/classes/reflection.C: ^reflection:tainting arguments order
4245: change (related to feature #1098)
4246:
4247: 2016-12-06 moko
4248:
4249: * src/: classes/reflection.C, include/pa_string.h,
4250: main/pa_string.C: ^reflection:tainting[$string] added (implements
4251: feature #1098)
4252:
4253: 2016-12-05 moko
4254:
4255: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4256: (fixes bug #1114)
4257:
4258: 2016-12-04 moko
4259:
4260: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4261: check added
4262:
4263: 2016-12-03 moko
4264:
4265: * tests/: 346-curl.html, results/346-curl.processed: test modified
4266: to test value.as_hash() usage
4267:
4268: * src/classes/curl.C: value.as_hash() used for correct hash
4269: processing
4270:
4271: * src/classes/reflection.C: exceptions texts fixes
4272:
4273: 2016-12-02 moko
4274:
4275: * tests/: 372.html, results/372.processed: tests for
4276: ^reflection:create[ $.class[name] $.constructor[name]
4277: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4278: feature #1094)
4279:
4280: * src/types/pa_vmethod_frame.h: comment added: params should be
4281: declared outside of *_FRAME_ACTION as MethodParams destructor
4282: will be called in ~VNativeMethodFrame
4283:
4284: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4285: ] minor fix
4286:
4287: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4288: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4289: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4290: now supported (implements feature #1094) value::as_hash added
4291: (and should be used everywhere)
4292:
4293: * src/classes/reflection.C: cleanup
4294:
4295: 2016-12-01 moko
4296:
4297: * tests/: 356.html, results/356.processed: test for method
4298: junctions class name added to the resulting hash added (related
4299: to feature #1068)
4300:
4301: * src/classes/reflection.C: for method junctions class name added
4302: to the resulting hash (related to feature #1068)
4303:
4304: 2016-11-30 moko
4305:
4306: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4307: exception (related to bug #1113)
4308:
4309: * src/types/pa_vhashfile.C: whitespace
4310:
4311: * src/main/pa_os.C: errno now returned as it should (fixes bug
4312: #1113)
4313:
4314: * tests/results/: 175.processed, 192.processed, 224.processed,
4315: 229.processed, 239.processed, 244.processed, 246.processed,
4316: 314.processed, 352.processed: tests results updated after method
4317: call exceptions improved as method now keeps its name
4318:
4319: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4320: types/pa_vmethod_frame.h: method call exceptions improved as
4321: method now keeps its name
4322:
4323: * tests/: 224.html, 239.html, results/224.processed,
4324: results/239.processed: tests and tests results updated after
4325: Request::construct exception changed
4326:
4327: * src/: classes/reflection.C, main/execute.C: Request::construct
4328: exception optimized
4329:
4330: * tests/: 371.html, results/371.processed: test for
4331: WWrapper.get_element call in $.name.key[value] code added
4332: (related to feature #1091)
4333:
4334: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4335: in $.name.key[value] code (related to feature #1091)
4336:
4337: 2016-11-29 moko
4338:
4339: * src/classes/op.C: VS warning war
4340:
4341: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4342: C4239: nonstandard extension used : 'return' : conversion from
4343: 'Value' to 'Value &' (related to feature #1020)
4344:
4345: * src/: main/execute.C, types/pa_vmethod_frame.h,
4346: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4347: used : 'return' : conversion from 'Value' to 'Value &' (related
4348: to feature #1020)
4349:
4350: * src/main/execute.C: VS warning war
4351:
4352: * src/targets/cgi/parser3.C: VS compatibility fix
4353:
4354: * src/include/pa_request.h: VS warning war
4355:
4356: * tests/: 370.html, results/370.processed: test for ^file::exec[
4357: ... $.stdin[$binary_file] ] added (related to bug #1044)
4358:
4359: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4360: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4361: $.stdin[$binary_file] (fixes bug #1044)
4362:
4363: 2016-11-28 moko
4364:
4365: * src/main/pa_exec.C: whitespace
4366:
4367: * src/main/pa_request.C: whitespace
4368:
4369: * tests/: 369.html, results/369.processed: test for
4370: $response:status usage added (related to feature #1099)
4371:
4372: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4373: if < 100 (implements feature #1099)
4374:
4375: * src/targets/cgi/parser3.C: whitespace
4376:
4377: * src/targets/cgi/parser3.C: whitespace
4378:
4379: * tests/: 368.html, results/368.processed: test updated after
4380: ^reflection:filename[$method] added (related to feature #1053)
4381:
4382: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4383: main/compile.y, main/execute.C, main/pa_request.C,
4384: types/pa_vclass.h: filename -> filespec,
4385: ^reflection:filename[$method] added (related to feature #1053)
4386:
4387: 2016-11-27 moko
4388:
4389: * tests/: 368.html, results/368.processed: test for
4390: reflection:filename[$class or object] added (related to feature
4391: #1053)
4392:
4393: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4394: types/pa_vstateless_class.h: ^reflection:filename[$class or
4395: object] added (implements feature #1053)
4396:
4397: 2016-11-26 moko
4398:
4399: * src/: include/pa_request_info.h,
4400: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4401: remove_absolute_uri -> strip_absolute_uri
4402:
4403: 2016-11-25 moko
4404:
4405: * src/: include/pa_request_info.h,
4406: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4407: request_info.remove_absolute_uri added to remove possible
4408: http://site.name/ from $request:uri (implements feature #1112)
4409:
4410: 2016-11-24 moko
4411:
4412: * tests/: 367-curl.html, results/367-curl.processed: test for
4413: previous request headers clearing after redirect added (related
4414: to bug #1109)
4415:
4416: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4417: response headers from previous requests are now cleared, only
4418: last request headers are collected (fixes bug #1109)
4419:
4420: * tests/results/: 266.processed, 321.processed, 356.processed:
4421: tests results updated as method name now added to the resulting
4422: hash for new syntax only (Imp1 compatimility fixed, related to
4423: feature #1068)
4424:
4425: * src/classes/reflection.C: method name now added to the resulting
4426: hash for new syntax only (Imp1 compatimility fixed, related to
4427: feature #1068)
4428:
4429: * tests/results/366.processed: test for native and parser
4430: implementation of ^use[] logic (related to feature #1074)
4431:
4432: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4433: for native and parser implementation of ^use[] logic (related to
4434: feature #1074)
4435:
4436: 2016-11-23 moko
4437:
4438: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4439: main/pa_request.C: @USE file now implemented as ^use[file;
4440: $.origin[origin_file] ] (implements feature #1074)
4441:
1.109 moko 4442: 2016-11-21 moko
4443:
1.110 moko 4444: * tests/: 365.html, results/365.processed: test for $caller bugs in
4445: 3.4.4 and $caller.method now tested (related to feature #1110)
4446:
4447: * tests/: 364.html, results/364.processed: $caller usage in
4448: different contexts now tested (related to feature #1110)
4449:
4450: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4451:
4452: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4453:
1.109 moko 4454: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4455: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4456: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4457: used (implements feature #1110)
4458:
4459: 2016-11-20 moko
4460:
4461: * src/types/pa_vdouble.h: whitespace
4462:
4463: 2016-11-11 moko
4464:
4465: * tests/: 363.html, results/363.processed: more tests for feature
4466: #1091 (how parser methods work in expression context)
4467:
4468: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4469: expressions strings are now written as strings, not values by
4470: write_as_string (related to feature #1091)
4471:
4472: * src/classes/op.C: to make more correct behavour in expression
4473: context
4474:
4475: 2016-11-07 moko
4476:
4477: * tests/: 362.html, results/362.processed: test for
4478: xsltParseStylesheetDoc caching as xsl modification after it added
4479: (related to bug #1108)
4480:
4481: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4482: result now cached as xdoc is modified after it (fixes bug #1108)
4483:
4484: 2016-11-06 moko
4485:
4486: * src/types/pa_vxdoc.h: whitespace
4487:
4488: 2016-11-05 moko
4489:
4490: * src/types/pa_vmethod_frame.h: cleanup
4491:
4492: 2016-11-03 moko
4493:
4494: * tests/results/244.processed: more correct exception after method
4495: frames separation
4496:
4497: * src/types/pa_vmethod_frame.h: minor optimizaion
4498:
4499: * src/types/pa_method.h: optimization: params_count added
4500:
4501: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4502: include/pa_request.h, main/execute.C, main/pa_request.C,
4503: types/pa_value.C, types/pa_vmethod_frame.C,
4504: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4505: VMethodFrame now divided into VNativeMethodFrame,
4506: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4507: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4508: and used (related to feature #1104)
4509:
4510: 2016-11-02 moko
4511:
4512: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4513: classes/double.C, classes/file.C, classes/hash.C,
4514: classes/hashfile.C, classes/image.C, classes/inet.C,
4515: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4516: classes/memcached.C, classes/op.C, classes/reflection.C,
4517: classes/regex.C, classes/string.C, classes/table.C,
4518: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4519: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4520: r.write (implements feature #1091)
4521:
4522: * src/main/execute.C: cleanup (related to feature #1104)
4523:
4524: * src/: include/pa_request.h, main/execute.C,
4525: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4526: added, in_expression removed (implements feature #1104)
4527:
4528: 2016-10-31 moko
4529:
4530: * src/types/pa_value.C: whitespace
4531:
4532: 2016-10-28 moko
4533:
4534: * tests/results/244.processed: updated after error reporting fixed
4535: in pa_wcontext.C
4536:
4537: * src/types/pa_wcontext.C: error reporting fixed
4538:
4539: * src/types/pa_wcontext.h: whitespace
4540:
4541: * src/classes/image.C: not fully readed entries are no longer
4542: processed (fixes bug #1106)
4543:
4544: 2016-10-26 moko
4545:
4546: * src/classes/image.C: whitespace
4547:
4548: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4549: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4550: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4551: longer required (related to feature #1091)
4552:
4553: * tests/results/: 264.processed, 350.processed: test results update
4554: reverted (whitespace optimization) after write_no_lang removed :)
4555: (related to feature #1091)
4556:
4557: * src/: classes/file.C, classes/hash.C, classes/op.C,
4558: classes/string.C, classes/table.C, classes/void.C,
4559: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4560: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4561: equal write_pass_lang (related to feature #1091)
4562:
4563: * tests/results/: 264.processed, 350.processed: test results
4564: updated (whitespace optimization) after write_assign_lang removed
4565: (related to feature #1091)
4566:
4567: * tests/: 361.html, results/361.processed: test for non-string
4568: ^untaint added (related to feature #1091)
4569:
4570: * src/: classes/curl.C, classes/date.C, classes/file.C,
4571: classes/hash.C, classes/op.C, classes/string.C,
4572: include/pa_request.h, main/execute.C: optimization:
4573: write_assign_lang removed as not required (first part of feature
4574: #1091 implementation)
4575:
1.108 moko 4576: 2016-10-12 moko
4577:
4578: * tests/: 360.html, results/360.processed: more test code (related
4579: to feature #1104)
4580:
4581: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4582: include/pa_request.h, main/compile.y, main/execute.C: opcode
4583: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4584: WContext is next task (implements feature #1104)
4585:
4586: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4587: / CO_WITHOUT_WCONTEXT
4588:
4589: * tests/: 360.html, results/360.processed: test for in expression
4590: state (related to feature #1104)
4591:
4592: 2016-10-11 moko
4593:
4594: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4595:
4596: * src/classes/op.C: default value removed from initializer
4597:
4598: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4599:
4600: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4601:
4602: 2016-10-10 moko
4603:
4604: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4605: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4606: to feature #42)
4607:
4608: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4609: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4610:
4611: 2016-10-08 moko
4612:
4613: * src/classes/double.C: whitespace
4614:
4615: 2016-10-07 moko
4616:
4617: * src/types/pa_vmethod_frame.h: reorder
4618:
4619: 2016-10-06 moko
4620:
4621: * src/classes/date.C: typo
4622:
4623: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4624:
4625: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4626: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4627: types/pa_vmethod_frame.h: params.get now returns Value&, not
4628: Value*
4629:
4630: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4631:
4632: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4633: removed; first as_* code rewrite
4634:
4635: 2016-10-05 moko
4636:
4637: * src/include/pa_request.h: whitespace
4638:
4639: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4640: intercept_string added (related to feature #1097)
4641:
4642: * src/: classes/image.C, classes/op.C, classes/table.C,
4643: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4644: optimization: intercept_string removed (implements feature #1097)
4645:
4646: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4647:
4648: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4649: from VCodeFrame and WWrapper as not required
4650:
4651: 2016-10-04 moko
4652:
4653: * src/: classes/curl.C, classes/date.C, classes/double.C,
4654: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4655: classes/int.C, classes/json.C, classes/op.C,
4656: classes/reflection.C, classes/string.C, classes/table.C,
4657: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4658: proces_to_value -> process after StringOrValue removed (related
4659: to feature #1020)
4660:
4661: * src/classes/form.C: whitespace
4662:
4663: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4664:
4665: * tests/: 357.html, 358.html, results/357.processed,
4666: results/358.processed, results/auto.p: test for @conf
4667: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4668:
4669: 2016-10-03 moko
4670:
4671: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4672: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4673: supported (implements feature #42)
4674:
4675: * src/types/pa_vregex.h: no reason for VRegex to be
4676: is_evaluated_expr
4677:
4678: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4679: (implements feature #1095)
4680:
4681: 2016-10-01 moko
4682:
4683: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4684: false by default (related to feature #1089)
4685:
4686: 2016-09-30 moko
4687:
4688: * src/types/pa_wcontext.h: cleanup
4689:
4690: 2016-09-29 moko
4691:
4692: * src/main/execute.C: whitespace
4693:
4694: * src/include/pa_request.h: whitespace
4695:
4696: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4697: classes/op.C, classes/table.C, include/pa_request.h,
4698: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4699: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4700: StringOrValue removed as it just slows down and adds complexity
4701: (implements feature #1020)
4702:
4703: 2016-09-28 moko
4704:
4705: * tests/: 356.html, results/266.processed, results/321.processed,
4706: results/356.processed: tests updated after name was added to
4707: method_info hash, test for ^reflection:method_info[junction]
4708: added (related to feature #1068)
4709:
4710: * src/classes/reflection.C: ^reflection:method_info[junction] now
4711: supported, method name added to the resulting hash (implements
4712: feature #1068)
4713:
4714: * tests/: 276.html, results/276.processed: more tests for
4715: ^reflection:delete[]
4716:
4717: * src/classes/reflection.C: fixed bug then ^reflection:delete
4718: didn't work on class and could damage native objects (like file)
4719:
4720: 2016-09-26 moko
4721:
4722: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4723: results/345.processed, results/346-curl.processed,
4724: results/347-curl.processed, results/348.processed: numbers added
4725: to simplify diff analysis
4726:
4727: * tests/: 352.html, results/352.processed: test result updated as
4728: method name used
4729:
4730: * src/classes/reflection.C: method name used
4731:
4732: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4733: its name
4734:
4735: * src/types/pa_method.h: whitespace
4736:
4737: * src/classes/reflection.C: both method and field with one name can
4738: exist.
4739:
4740: * src/classes/reflection.C: ^reflection:mixin added (implements
4741: feature #1089)
4742:
4743: * tests/: 355.html, results/355.processed: property appears in
4744: derived class if added in base test added
4745:
4746: * src/types/pa_vstateless_class.h: get_method declaration +
4747: whitespace
4748:
4749: * tests/: 354.html, results/354.processed: nice test from method
4750: and property with one name in class added
4751:
4752: 2016-09-23 moko
4753:
4754: * src/classes/reflection.C: ^reflection:method usage documented
4755:
4756: 2016-09-22 moko
4757:
4758: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4759: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4760: compile warning and GPF occures on VS2003 (related to feature
4761: #1087)
4762:
4763: * tests/: 350.html, results/350.processed: test added for
4764: $.encloser[] support in ^table::create (related to feature #11)
4765:
4766: * src/classes/table.C: another minor fix (related to feature #11)
4767:
1.107 moko 4768: 2016-09-21 moko
4769:
4770: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4771:
4772: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4773: classes/json.C, classes/string.C, classes/table.C,
4774: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4775: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4776: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4777: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4778: pa_charsets, vs2015 warning war
4779:
4780: * src/classes/table.C: vs2015 warning war
4781:
4782: * src/types/pa_vdate.C: vs2015 warning war
4783:
4784: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4785:
4786: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4787: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4788:
4789: * src/main/pa_common.C: vs2015 compilation fixes
4790:
4791: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4792: vs2015 compilation fixes
4793:
4794: * src/main/pa_charset.C: vs2015 warning war
4795:
4796: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4797:
4798: * src/main/pa_charset.C: vs2015 warning war
4799:
4800: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4801:
4802: * src/types/pa_vdate.C: vs2015 compilation fix
4803:
4804: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4805:
4806: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4807: VS2015 compilation fixes
4808:
4809: * src/classes/table.C: minor fix (related to feature #11)
4810:
4811: * tests/results/282.processed: no longer skipping extra enclosers
4812: (related to feature #11)
4813:
4814: * src/classes/table.C: minor fix + no longer skipping extra
4815: enclosers (related to feature #11)
4816:
4817: * src/classes/table.C: minor optimization (related to feature #11)
4818:
4819: * src/classes/table.C: minor fix and optimization (related to
4820: feature #11)
4821:
4822: 2016-09-20 moko
4823:
4824: * tests/: 353.html, results/353.processed: test for
4825: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4826: added (related to bug #1090)
4827:
4828: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4829: one_big_piece (fixes bug #1090)
4830:
4831: * tests/: 229.html, results/229.processed: code coverage tests
4832:
4833: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4834: body) was called
4835:
4836: * src/classes/op.C: whitespace
4837:
4838: * tests/: 323.html, results/323.processed: test for code junction
4839: should not be returned by ^reflection:class, ^reflection:base
4840:
4841: * src/classes/reflection.C: bugfix: code junction should not be
4842: returned by ^reflection:class, ^reflection:base
4843:
4844: * tests/: 323.html, 352.html, results/352.processed: no more
4845: exception for ^reflection:method[class;no-such-method] (related
4846: to feature #1087)
4847:
4848: * src/classes/reflection.C:
4849: ^reflection:method[class;no-such-method] : exception -> void
4850: (related to feature #1087)
4851:
4852: * src/include/pa_request.h: request::write_value added to allow
4853: write value without convertion (related to issue #1091)
4854:
4855: 2016-09-19 moko
4856:
4857: * src/main/pa_random.C: windows build fix
4858:
4859: * src/types/pa_vhash.h: warning war
4860:
4861: 2016-09-14 moko
4862:
4863: * tests/: 352.html, 552.html, results/352.processed,
4864: results/552.processed: test for ^reflection:method[] extension
4865: added (related to feature #1087)
4866:
4867: * tests/: 552.html, results/552.processed: test for
4868: ^reflection:method[] extension added (related to feature #1087)
4869:
4870: * src/classes/reflection.C: compatibility issue fixed, VClass
4871: dynamic_cast check added (related to feature #1087)
4872:
4873: * tests/: 351.html, results/351.processed: test for @auto[]
4874: inheritance bug diring ^process[] added (related to bug #1088)
4875:
4876: * src/: classes/op.C, main/pa_request.C,
4877: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4878: disable it inheritance during ^process (fixes bug #1088)
4879:
4880: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4881: added (implements feature #1087)
4882:
4883: 2016-09-13 moko
4884:
4885: * tests/: 349.html, results/auto.p: test for objects prototyping
4886: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4887: to feature #1086)
4888:
4889: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4890: types/pa_vobject.C: objects now are not class instances, but have
4891: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4892: in @conf (implements feature #1086)
4893:
4894: 2016-09-08 moko
4895:
4896: * src/: classes/file.C, classes/mail.C, classes/string.C,
4897: classes/table.C, main/pa_http.C, main/pa_string.C,
4898: include/pa_string.h: cleanup: string::split limit argument
4899: removed as no longer required, pos_after no longer reference
4900: (related to feature #11)
4901:
4902: * src/classes/table.C, tests/results/348.processed: now exception
4903: is rised when invalid option is passed to ^table::create[]
4904:
4905: * tests/: 282.cfg, 282.html, results/282.processed: more code
4906: coverage tests
4907:
4908: * tests/: 348.html, results/348.processed: code coverage tests
4909: added
4910:
4911: * tests/: 348.html, results/348.processed: generic ^table::create[]
4912: tests
4913:
4914: * tests/: 035.html, results/035.processed, results/272.processed:
4915: tests updated after $.encloser[] support for ^table::create
4916: implementation (related to feature #11)
4917:
4918: * src/classes/table.C: $.encloser[] support for ^table::create
4919: finally added (implements feature #11)
4920:
4921: 2016-09-07 moko
4922:
4923: * src/include/pa_string.h: added StringSplitHelper as friend
4924: (related to feature #11)
4925:
4926: * src/include/pa_string.h: body and langs now protected, not
4927: private to allow inheritance (related to feature #11)
4928:
4929: * src/classes/table.C: lsplit optimized before cloning for
4930: ^table::create with $.encloser[] (related to feature #11)
4931:
4932: * src/classes/table.C: optimizaion: TableControlChars.separators
4933: added and used (related to feature #11)
4934:
4935: * src/classes/table.C: spelling:
4936:
4937: TableSeparators -> TableControlChars column -> separator
4938: separators -> control_chars
4939:
4940: 2016-09-06 moko
4941:
4942: * src/main/pa_string.C: whitespace
4943:
4944: * src/main/pa_string.C: whitespace
4945:
4946: 2016-09-01 moko
4947:
4948: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4949: results OS-independent
4950:
4951: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4952: compiler (related to feature #1042)
4953:
4954: 2016-08-15 moko
4955:
4956: * src/include/pa_string.h: whitespace
4957:
4958: * src/classes/table.C: whitespace
4959:
1.106 moko 4960: 2016-08-05 moko
4961:
4962: * tests/: 344.html, results/344.processed: test for
4963: ^hash::create[$file] added (related to feature #1075)
4964:
4965: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4966: supported (implements feature #1075)
4967:
4968: 2016-08-04 moko
4969:
4970: * tests/: 341.html, results/341.processed: more code coverage tests
4971:
4972: * tests/: 346-curl.html, results/346-curl.processed: more code
4973: coverage tests for curl
4974:
4975: * tests/: 346-curl.html, results/346-curl.processed: more code
4976: coverage tests for curl
4977:
4978: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4979: results/223.processed: code coverage tests: $.form[ $.table[] ]
4980: test added
4981:
4982: * tests/: 223-curl.html, results/223-curl.processed: more code
4983: coverage tests for curl
4984:
4985: 2016-08-03 moko
4986:
4987: * src/classes/curl.C: dlink(curl_library) now called not once, but
4988: until it will be loaded, allowing to find existing library.
4989:
4990: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4991: results/347-curl.processed: more code coverage tests for curl
4992:
4993: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4994: results/339-curl.processed, results/346-curl.processed: curl
4995: functionality tests
4996:
4997: 2016-08-02 moko
4998:
4999: * tests/: 339.html, results/339.processed: test for tables in
5000: ^file:load[] and ^curl:load[] (commented) added (related to
5001: feature #1042)
5002:
5003: * tests/: 345.html, results/345.processed: code coverage tests for
5004: file class
5005:
5006: * tests/: 344.html, results/344.processed: code coverage tests
5007:
5008: * tests/: 344.html, results/344.processed: mdate removed from
5009: output
5010:
5011: * src/classes/file.C: minor bugfix: is_text should be taked from
5012: fcontent.is_text_mode() if not set (related to feature #1061)
5013:
5014: * tests/: 344.html, results/344.processed: more tests
5015:
5016: * tests/: 343.html, 344.html, results/343.processed,
5017: results/344.processed: tests for ^file::create[ $.from-charset
5018: and $.to-charset ] (related to feature #1061)
5019:
5020: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5021: aset_text_mode argument optimized
5022:
5023: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5024: checkBOM now used in detect_binary_content (related to feature
5025: #1061)
5026:
5027: * src/main/pa_request.C: load_charset no longer required to_upper
5028:
5029: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5030: preserves original file mode (if no $.mode specified)
5031:
5032: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5033: ^file::create now supports $.from-charset[] and $.to-charset
5034: options (implements feature #1061), automatic transcode is done
5035: if text file is created from binary file and charset is detected.
5036:
5037: 2016-07-30 moko
5038:
5039: * src/classes/table.C: ^t.hash[..;] now supported (related to
5040: feature #1057)
5041:
5042: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5043: added (related to feature #1057)
5044:
5045: * tests/: 286.html, results/286.processed: code tests coverage
5046:
5047: 2016-07-29 moko
5048:
5049: * src/classes/table.C: table size should be checked inside menu and
5050: foreach (related to feature #858)
5051:
5052: * src/: classes/curl.C, classes/file.C, classes/string.C,
5053: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5054: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5055: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5056: charsets.get now does str_upper inside (related to feature #1061)
5057:
5058: * tests/: 342.html, results/342.processed: more code coverage tests
5059:
5060: * tests/: 342.html, outputs/342.processed: table menu code coverage
5061: + foreach test added (related to feature #858)
5062:
5063: * tests/: 341.html, results/341.processed: tests for
5064: ^table.hash[]{code} added + code coverage tests (related to
5065: feature #1057)
5066:
5067: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5068: value} support (implements feature #1057)
5069:
5070: * src/classes/table.C: whitespace
5071:
5072: 2016-07-28 moko
5073:
5074: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5075: from URL, if not specified query string removed from url-based
5076: filenames in ^curl:load[] and ^file::load[] (related to feature
5077: #1042)
5078:
5079: 2016-07-27 moko
5080:
5081: * tests/: 340.html, results/340.processed: test for
5082: transcode_text_result=false added (related to issue #1042)
5083:
5084: 2016-07-26 moko
5085:
5086: * src/types/pa_vfile.C: file name should not be empty (if file path
5087: is folder and ends with /) (related to feature #1042)
5088:
5089: * src/main/pa_http.C: whitespace optimizaion
5090:
5091: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5092: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5093: multiple headers, ^file::load supports headers transcoding
5094: (implements feature #1042)
5095:
5096: 2016-07-25 moko
5097:
5098: * src/include/pa_common.h: PA_DEFAULT added
5099:
5100: 2016-07-22 moko
5101:
5102: * tests/: 338.html, results/338.processed: test for
5103: $date.field(value) added (related to feature #1066)
5104:
5105: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5106: $date.field(value) now supported for y/m/d/h/m/s (implements
5107: feature #1066)
5108:
1.105 moko 5109: 2016-07-21 moko
5110:
5111: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5112: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5113: arguments removed; image.C - absolute path shown in exception
5114: (implements feature #1071)
5115:
5116: * tests/: 235.html, results/235.processed: test and test result
5117: updated after static boundary in mail and Errors-To: mail header
5118: removed (related to feature #1047)
5119:
5120: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5121: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5122: used, static boundary in mail removed, Errors-To: mail header
5123: removed (implements feature #1047)
5124:
5125: 2016-07-20 moko
5126:
5127: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5128: equest.classes(): Value -> VStateless_class, part 3 (related to
5129: issue #1051)
5130:
5131: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5132: request.classes(): Value -> VStateless_class, part 2 (related to
5133: issue #1051)
5134:
5135: * tests/results/: 224.processed, 323.processed: classes without
5136: methods should not be methoded (related to issue #1051)
5137:
5138: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5139: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5140: -> VStateless_class, part 1 (related to issue #1051)
5141:
5142: * tests/: 337.html, results/337.processed: test for
5143: ^reflection:fields_reference[] and VHashReference class added
5144: (related to feature #1072)
5145:
5146: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5147: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5148: and VHashReference added, allowing ^reflection:fields_reference[]
5149: implementation (closes feature #1072)
5150:
5151: 2016-07-19 moko
5152:
5153: * tests/: 323.html, results/323.processed: we want to see
5154: "methoded"
5155:
5156: * tests/: 336.html, results/336.processed: test for $BASE:property
5157: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5158: #1059)
5159:
5160: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5161: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5162: somebody_entered_some_class, $BASE:property works again,
5163: ^BASE:method[] bugs fixed (fixes bug #1059)
5164:
5165: 2016-07-14 moko
5166:
5167: * tests/: 335.html, results/335.processed: test for feature #1055
5168: added
5169:
5170: * src/classes/hash.C: bugfix: $._default was not copied if empty
5171: feature: ^hash.contains[_default] added (implements feature
5172: #1055)
5173:
5174: 2016-07-13 moko
5175:
5176: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5177: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5178:
5179: 2016-07-05 moko
5180:
5181: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5182: in ^hash.foreach (related to feature #1073)
5183:
5184: 2016-07-04 moko
5185:
5186: * tests/: 134.html, 281.html, results/134.processed,
5187: results/281.processed: tests updated after hash blocking removed
5188: (related to feature #1073)
5189:
5190: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5191: no longer blocks on change during foreach (implements feature
5192: #1073)
5193:
5194: 2016-06-17 moko
5195:
5196: * tests/: 330.html, results/330.processed: try exception source
5197: test added (related to bug in #1062)
5198:
5199: * tests/: 334.html, results/334.processed: Exception stack trace
5200: test added (related to bug in $1062)
5201:
5202: * src/classes/op.C: Exception trace now correctly restored and
5203: errors reported (related to bug #1062)
5204:
1.104 moko 5205: 2016-05-25 moko
5206:
5207: * src/main/compile.y: minor cleanup + beauty
5208:
5209: 2016-05-24 moko
5210:
5211: * tests/: 333.html, results/333.processed: more exceptions testing
5212:
5213: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5214: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5215: features #1056, #1026)
5216:
5217: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5218: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5219: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5220: (implements feature #1056)
5221:
5222: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5223: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5224: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5225: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5226: feature #1026)
5227:
5228: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5229: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5230: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5231: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5232: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5233: feature #1026)
5234:
5235: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5236: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5237: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5238: SYMBOLS_CACHING define implemented (related to feature #1026)
5239:
5240: * src/main/main.vcproj: + ps_symbols
5241:
5242: * src/: include/Makefile.am, include/pa_string.h,
5243: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5244: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5245: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5246: types/pa_vstateless_class.C: initial implementation for symbols
5247: cache (related to feature #1026)
5248:
5249: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5250:
5251: * src/main/pa_globals.C: minor cleanup
5252:
5253: 2016-05-19 moko
5254:
5255: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5256: (related to feature #1046)
5257:
5258: * tests/: 331.html, results/331.processed: test for
5259: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5260: (related to feature #1051)
5261:
5262: * src/main/compile.y:
5263: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5264: (implements feature #1054)
5265:
5266: 2016-05-18 moko
5267:
5268: * src/types/pa_vtable.C, tests/results/324.processed: no more
5269: "column not found" exception for ^table.no-such-method[] (related
5270: to feature #1046)
5271:
5272: * tests/: 261.html, results/261.processed: test added and updated
5273: after feature #1046 implementation
5274:
5275: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5276: types/pa_vvoid.h: $string.anything works for whitespace strings,
5277: ^string.contains added for hash compatibility, $string.method no
5278: longer returns stting method (implements feature #1046)
5279:
5280: 2016-05-12 moko
5281:
5282: * src/classes/curl.C: content-type response header no longer
5283: ignored (fixes issue #1045)
5284:
5285: * tests/: 330.html, results/330.processed: test for incomplete
5286: finally execution when break occures added (related to issue
5287: #1077)
5288:
5289: * src/classes/op.C: bugfix: Request::skip reset is called before
5290: executing catch and finally code (fixes issue #1062)
5291:
5292: 2016-05-11 moko
5293:
5294: * tests/: 329.html, results/329.processed: test for invalid
5295: ^break[] behavour added (bug #1077)
5296:
5297: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5298:
5299: 2016-04-24 moko
5300:
5301: * src/types/pa_vstateless_class.h: warning war
5302:
5303: 2016-04-17 moko
5304:
5305: * tests/: 328.html, results/328.processed: test for
5306: ^break(condition) and ^continue(condition) (related to feature
5307: #1063)
5308:
5309: * src/classes/op.C: ^break(condition) and ^continue(condition)
5310: implemented (feature #1063)
5311:
5312: 2016-04-12 moko
5313:
5314: * tests/results/280.processed: ordered hash now used for class
5315: methods and properties (test results updated for feature #1069)
5316:
5317: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5318: to xdoc.C as under FreeBSD it was inited after and inheritance
5319: failed (related to issue #1051)
5320:
5321: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5322: are printed to check inheritance (related to feature #1051)
5323:
1.103 moko 5324: 2016-04-09 moko
5325:
5326: * tests/results/320.processed: ordered hash now used for class
5327: methods and properties (test results updated for feature #1069)
5328:
5329: * src/types/pa_vstateless_class.h: ordered hash now used for class
5330: methods and properties (implements feature #1069)
5331:
5332: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5333: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5334: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5335: feature #1051)
5336:
5337: 2016-04-07 moko
5338:
5339: * src/main/execute.C: returned Value in .CLASS case for VJunction
5340: (related to feature #1051)
5341:
5342: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5343: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5344: string constants deduplication (related to feature #1051)
5345:
5346: * tests/results/224.processed: test result updated (related to
5347: feature #1051)
5348:
5349: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5350: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5351: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5352: types/pa_vstatus.h: classes hash now contains only
5353: VStateless_class derived objects, .CLASS is also allways
5354: VStateless_class derived object (related to feature #1051).
5355:
5356: 2016-04-06 moko
5357:
5358: * tests/results/323.processed: test result updated after feature
5359: #1051 implementation
5360:
5361: * src/: classes/classes.h, classes/op.C, classes/response.C,
5362: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5363: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5364: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5365: types/pa_vresponse.C, types/pa_vresponse.h,
5366: types/pa_vstateless_class.h: base -> methoded_donor for static
5367: classes, type() moved from VStateless_class to VClass and
5368: Methoded (implements feature #1051)
5369:
5370: 2016-04-04 moko
5371:
5372: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5373: beauty: put_class added (related to feature #1051)
5374:
5375: 2016-04-01 moko
5376:
5377: * tests/results/: 175.processed, 192.processed, 224.processed,
5378: 229.processed, 244.processed, 246.processed, 316.processed: test
5379: results updated as class.type() removed from error messages, only
5380: type() left (related to feature #1051)
5381:
5382: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5383: classes/op.C, classes/reflection.C, main/compile.y,
5384: main/compile_tools.h, main/execute.C, main/pa_request.C,
5385: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5386: types/pa_vmethod_frame.h, types/pa_vobject.h,
5387: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5388: from VStateless_class, type() is used instead (related to feature
5389: #1051)
5390:
5391: * src/classes/mail.C: old logic restored.
5392:
5393: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5394: classes/classes.h, classes/curl.C, classes/date.C,
5395: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5396: classes/hashfile.C, classes/image.C, classes/inet.C,
5397: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5398: classes/memcached.C, classes/memory.C, classes/reflection.C,
5399: classes/regex.C, classes/response.C, classes/string.C,
5400: classes/table.C, classes/xdoc.C, classes/xnode.C,
5401: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5402: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5403: feature #1051)
5404:
5405: 2016-03-30 moko
5406:
5407: * tests/: 327.html, results/224.processed, results/327.processed:
5408: test for TZ specification in ^date::create[], TZ is kept during
5409: ^date::create[$dt] (related to feature #1048)
5410:
5411: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5412: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5413: feature #1048)
5414:
5415: 2016-03-29 moko
5416:
5417: * tests/: 315.html, results/315.processed: test for timezone format
5418: +HHmm added (related to feature #1065)
5419:
5420: * src/classes/date.C: timezone format +HHmm now supported
5421: (implements feature #1065)
5422:
5423: 2016-03-28 moko
5424:
5425: * tests/: 202.html, results/131.processed, results/202.processed,
5426: results/224.processed, results/256.processed,
5427: results/315.processed: test results updated after %.2d now
5428: default for hours offset in iso-string (was %2d), test for
5429: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5430: added (related to feature #1065)
5431:
5432: 2016-03-27 moko
5433:
5434: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5435: feature #1065)
5436:
5437: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5438: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5439: added (implements feature #1065)
5440:
5441: 2016-03-24 moko
5442:
5443: * tests/: 202.html, results/202.processed: test $date.week added
5444: (related to bug #1067)
5445:
5446: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5447: date (fix for bug #1067)
5448:
5449: 2016-03-10 moko
5450:
5451: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5452:
1.102 moko 5453: 2015-12-07 moko
5454:
5455: * tests/: 326.html, results/326.processed: test for .CLASS &
5456: .CLASS_NAME optimization added (related to feature #844)
5457:
5458: 2015-11-17 moko
5459:
5460: * tests/: 323.html, results/323.processed: order added
5461:
5462: * tests/: 325.html, results/325.processed: double range test added
5463: (related to bug #1049)
5464:
5465: 2015-11-16 moko
5466:
5467: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5468: added to disallow NaN and Infinity (fixes bug #1049)
5469:
5470: 2015-11-11 moko
5471:
5472: * tests/324.html: parser 3.4.3 execution support added (related to
5473: feature #1017)
5474:
5475: * tests/: 324.html, results/324.processed: test for
5476: GET_ELEMENT4CALL feature added (feature #1017)
5477:
1.101 moko 5478: 2015-10-29 moko
5479:
1.211 moko 5480: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5481:
5482: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5483:
5484: * src/main/pa_exec.C: get_exit_status implemented for Windows
5485: (related to bug #1043)
5486:
5487: 2015-10-28 moko
5488:
5489: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5490: hangup during ^file::exec (fixes bug #1043)
5491:
1.100 moko 5492: 2015-10-27 moko
5493:
5494: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5495:
1.99 moko 5496: 2015-10-26 moko
5497:
1.100 moko 5498: * tests/322.html, src/classes/reflection.C: arguments reorder
5499: (related to issue #1041)
5500:
5501: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5502: Copyright year updated
5503:
1.99 moko 5504: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5505: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5506: classes/form.C, classes/hash.C, classes/hashfile.C,
5507: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5508: classes/mail.C, classes/math.C, classes/memcached.C,
5509: classes/memory.C, classes/op.C, classes/reflection.C,
5510: classes/regex.C, classes/response.C, classes/string.C,
5511: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5512: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5513: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5514: include/pa_config_fixed.h, include/pa_config_includes.h,
5515: include/pa_dictionary.h, include/pa_dir.h,
5516: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5517: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5518: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5519: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5520: include/pa_request_charsets.h, include/pa_request_info.h,
5521: include/pa_sapi.h, include/pa_socks.h,
5522: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5523: include/pa_stack.h, include/pa_string.h,
5524: include/pa_stylesheet_connection.h,
5525: include/pa_stylesheet_manager.h, include/pa_table.h,
5526: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5527: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5528: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5529: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5530: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5531: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5532: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5533: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5534: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5535: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5536: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5537: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5538: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5539: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5540: main/pa_string.C, main/pa_stylesheet_connection.C,
5541: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5542: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5543: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5544: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5545: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5546: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5547: targets/isapi/parser3isapi.C, types/pa_junction.h,
5548: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5549: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5550: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5551: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5552: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5553: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5554: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5555: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5556: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5557: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5558: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5559: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5560: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5561: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5562: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5563: types/pa_vresponse.C, types/pa_vresponse.h,
5564: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5565: types/pa_vstateless_object.h, types/pa_vstatus.C,
5566: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5567: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5568: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5569: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5570: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5571:
5572: * src/targets/cgi/parser3.C: year updated
5573:
5574: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5575: issue #1041)
5576:
5577: * tests/: 323.html, results/323.processed: test for base classes
5578: added
5579:
5580: * tests/: 261.html, results/261.processed: updated after better
5581: error reporting done for $string.key exception
5582:
5583: * src/types/pa_vstring.h: better error report for $string.key
5584: exception
5585:
5586: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5587: copied as VObject::get_element4call to remove extra virtual call
5588:
5589: * tests/: 322.html, results/322.processed: test for
5590: ^reflection:is[] added (related to feature #1041)
5591:
5592: * src/classes/reflection.C: ^reflection:is empty value is void
5593: (related to feature #1041)
5594:
5595: * src/classes/reflection.C:
5596: ^reflection:is[class_name|code|method;[context;]element_name]
5597: added (implements feature #1041)
5598:
5599: 2015-10-24 moko
5600:
5601: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5602:
1.98 moko 5603: 2015-10-22 moko
5604:
5605: * tests/: 321.html, results/321.processed: test for
5606: ^reflection:method_info[] file detection added
5607:
5608: * tests/: 320.html, results/320.processed: test for
5609: ^reflection:class_by_name[class_name] added (related to feature
5610: #993)
5611:
5612: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5613: added (implements feature #993)
5614:
5615: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5616: (related to feature #1017)
5617:
5618: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5619: added (related to issue #1039)
5620:
5621: * src/main/pa_request.C: ^throw origin fixed (related to feature
5622: #1039)
5623:
5624: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5625: for VDate
5626:
5627: * tests/results/182.processed: updated after feature #1038
5628: implemented
5629:
5630: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5631: compile-time exception origin added (test for feature #1039)
5632:
5633: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5634: main/pa_request.C: exception unification: compile-time exceptions
5635: now have origin, @USE origins also tracked (implements feature
5636: #1039)
5637:
5638: 2015-10-20 moko
5639:
5640: * src/main/pa_request.C: cleanup
5641:
5642: 2015-10-15 moko
5643:
5644: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5645:
5646: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5647: types/pa_vtable.C: new feature: no more $table.method and
5648: $hash.method, aliases for _at, _count, _key (related to feature
5649: #1017)
5650:
1.97 moko 5651: 2015-10-14 moko
5652:
1.98 moko 5653: * tests/: 317.html, results/317.processed: test for
5654: ^string.unescape[] added (related to feature #120)
5655:
1.97 moko 5656: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5657: defined" bug (described in issue #1036)
5658:
5659: * tests/: 247.html, results/247.processed: test for checkBOM added
5660: (test for bug #1037)
5661:
5662: * src/: include/pa_charsets.h, main/pa_charsets.C,
5663: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5664: it's not enforced, skips BOM signature if it complies charset
5665: (fixes bug #1037)
5666:
5667: 2015-10-13 moko
5668:
5669: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5670: linking
5671:
5672: * src/classes/inet.C: vs2003 compilation fix
5673:
5674: * src/classes/math.C: warning war
5675:
5676: * src/lib/punycode/pa_punycode.c: warning war
5677:
5678: 2015-10-12 moko
5679:
5680: * src/lib/punycode/pa_punycode.c: warning war
5681:
5682: * parser3.sln: moved parser3 first, to make it default startup
5683: project
5684:
5685: * buildall: parser "mirror" now used for external libs sources
5686: (implements feature #1036)
5687:
5688: * buildall: most external libs are updated to their current
5689: versions (related to feature #1036)
5690:
5691: * src/classes/image.C: more tags added
5692:
5693: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5694:
5695: 2015-10-11 moko
5696:
5697: * src/classes/curl.C: minor optimization (related to feature #1035)
5698:
5699: 2015-10-09 moko
5700:
5701: * src/classes/curl.C: pa_strdup added for strings from curl
5702: (related to feature #1035)
5703:
5704: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5705: ULLONG_MAX definition
5706:
5707: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5708: (implements feature #1035)
5709:
5710: * src/main/pa_charset.C: String::Body(String::C) used
5711:
5712: * src/main/pa_charset.C: exceptions unified
5713:
5714: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5715: unified
5716:
5717: * src/: classes/file.C, classes/image.C, classes/mail.C,
5718: classes/op.C, classes/xdoc.C, classes/xnode.C,
5719: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5720: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5721: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5722: String::Body(String::C) constructor added (related to bug #957)
5723:
5724: * src/classes/file.C: minor optimization
5725:
5726: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5727: Cord(char*) autocreation (related to bug #957)
5728:
5729: * src/: classes/string.C, main/untaint.C: minor optimizations
5730:
5731: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5732: String(char*, Lang, length) removed, String(C(), Lang) used
5733: instead (related to bug #957)
5734:
5735: 2015-10-08 moko
5736:
5737: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5738: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5739: main/untaint.C: Now char * is converted to CORD only using
5740: AS_CORD() to check for empty cord bug (fixes bug #957)
5741:
5742: * src/include/pa_hash.h: fixed compilation without
5743: HASH_CODE_CACHING
5744:
5745: * src/classes/string.C:
5746: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5747: feature #120)
5748:
5749: * src/main/pa_common.C: reduce js flags checks count (related to
5750: feature #120)
5751:
1.96 moko 5752: 2015-10-07 moko
5753:
5754: * tests/: 275.html, results/275.processed: test modified after
5755: unsigned long long int support implemented (feature #1034)
5756:
5757: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5758: pa_atoul added for unsigned long long int support
5759:
5760: 2015-10-06 moko
5761:
5762: * src/types/pa_vdate.C: INT_MAX used
5763:
5764: 2015-10-03 moko
5765:
5766: * tests/: 302.html, results/302.processed: test for bug #1023
5767: (\u2028, \u2029 escaping) added
5768:
5769: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5770: json:string[] (fixes bug #1023)
5771:
5772: 2015-09-29 moko
5773:
5774: * tests/305.html: try-catch added for OS without ipv6 support
5775:
5776: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5777: compilation
5778:
5779: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5780: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5781: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5782: implemented to distinguish ^hash.method from $hash.field
5783: (implements feature #1017)
5784:
5785: * src/lib/punycode/pa_punycode.c: warning war
5786:
5787: * src/include/pa_config_includes.h: warning war
5788:
5789: * src/include/pa_config_includes.h: pragma warning actualized a bit
5790:
5791: * src/include/pa_config_includes.h: warning war
5792:
5793: * src/include/pa_hash.h: clang compilation fix
5794:
5795: 2015-09-27 moko
5796:
5797: * src/main/compile.tab.C: Bison 3 is now default
5798:
5799: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5800:
5801: 2015-09-25 moko
5802:
5803: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5804: works with undefined HASH_ORDER (related to feature #196)
5805:
5806: 2015-09-24 moko
5807:
5808: * tests/: 027.html, results/027.processed: test modified to test
5809: ^hash.sort (feature #196)
5810:
5811: * src/: classes/hash.C, include/pa_hash.h:
5812: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5813: added (implements feature #196)
5814:
5815: * tests/: 316.html, results/316.processed: Added test for bug #1025
5816: (exception handling in non-cached ^cache), plus for "it does not
5817: have logical value" and "$exception.handled value must be either
5818: boolean or string 'cache'" exceptions.
5819:
5820: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5821: code (fixes bug #1025)
5822:
1.95 moko 5823: 2015-09-23 moko
5824:
5825: * src/classes/table.C: warning war
5826:
5827: * src/: classes/math.C, types/pa_vcookie.C: warning war
5828:
5829: * src/classes/file.C: warning war
5830:
5831: * src/: include/pa_table.h, main/pa_table.C: warning war
5832:
5833: * src/: main/pa_request.C, classes/date.C: warning war
5834:
5835: * src/: types/pa_vdate.C, classes/op.C: warning war
5836:
5837: * tests/: 122.html, results/122.processed: win sync: to remove
5838: differences with OS that doesn't keep timezone change history
5839:
5840: * src/types/pa_vdate.C: tzset() should be called in Windows after
5841: TZ change (related to feature #36)
5842:
5843: * tests/: 075.html, results/075.processed: win sync: to remove
5844: differences with OS that doesn't keep timezone change history
5845:
5846: * tests/: 315.html, results/315.processed: win sync: to remove
5847: differences with OS that doesn't keep timezone change history
5848:
5849: * tests/: 256.html, results/256.processed: win sync: to remove
5850: differences with OS that doesn't keep timezone change history
5851:
5852: * tests/: 124.html, results/124.processed: win results sync: to
5853: avoid hitting time change hole.
5854:
5855: * src/types/pa_vdate.C: static returned. :)
5856:
5857: 2015-09-22 moko
5858:
5859: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5860:
5861: * tests/results/131.processed: more tests for feature #1032
5862:
5863: * src/classes/date.C: minor fix related to feature #1032
5864:
1.211 moko 5865: * operators.ru.txt, operators.txt: ISO date creation documented
5866: (related to feature #1032)
1.95 moko 5867:
1.211 moko 5868: * operators.ru.txt, operators.txt: iso-string documented (related
5869: to feature #1032)
1.95 moko 5870:
5871: * tests/: 315.html, results/315.processed: more tests added
5872: (related to feature #1032)
5873:
5874: * tests/: 131.html, results/131.processed: date range checks
5875: updated (related to feature #36)
5876:
5877: * tests/: 315.html, results/057.processed, results/315.processed:
5878: test added for ISO date support (related to issue #315)
5879:
5880: * src/classes/date.C: more readable exceptions in date creation
5881: (related to ticket #1032)
5882:
5883: 2015-09-18 moko
5884:
5885: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5886: added (related to issue #1032)
5887:
5888: * tests/results/256.processed, src/classes/json.C: iso-string
5889: documented (related to issue #1032)
5890:
5891: * tests/: 256.html, results/256.processed: ISO date check added
5892: (related to issue #1032)
5893:
5894: * tests/: 057.html, results/057.processed, results/224.processed:
5895: tests results updated after ISO date support implemented (related
5896: to feature #1032)
5897:
5898: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5899: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5900: ^date::create[string] constructor formalized, ^date.iso-string[]
5901: added (implements feature #1032)
5902:
5903: 2015-09-05 moko
5904:
1.211 moko 5905: * operators.ru.txt, operators.txt: actualized
1.95 moko 5906:
1.211 moko 5907: * operators.ru.txt, operators.txt: date changes documented (related
5908: to ticket #36)
1.95 moko 5909:
5910: 2015-09-04 moko
5911:
5912: * src/types/pa_vdate.C: warning war
5913:
5914: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5915:
5916: 2015-09-03 moko
5917:
5918: * tests/results/096.processed: test result updated for 0..9999 year
5919: date range support (related to feature #36)
5920:
5921: * tests/: 314.html, results/314.processed: test for
5922: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5923: bug #1031)
5924:
5925: * src/classes/string.C: Static calls fixed for ^string:base64[],
5926: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5927:
1.116 moko 5928: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5929: configure.in -> configure.ac
1.95 moko 5930:
1.116 moko 5931: * configure, configure.in, src/include/pa_config_auto.h.in: more
5932: correct timezone check for FreeBSD Warning war: configure.in ->
5933: configure.ac
1.95 moko 5934:
5935: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5936: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5937: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5938: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5939: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5940: src/main/Makefile.am, src/targets/apache/Makefile.am,
5941: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5942: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5943: check added
5944:
5945: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5946:
5947: * tests/results/: 124.processed, 224.processed: test resuls updated
5948: for new date implementation (related to feature #36)
5949:
5950: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5951: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5952: types/pa_vdate.h: new double date implementation with internal
5953: support for extended 0..9999 year range, default timezone support
5954: (related to feature #36)
5955:
5956: 2015-08-28 moko
5957:
5958: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5959: (fixes bug #1030)
5960:
5961: 2015-08-21 moko
5962:
5963: * src/classes/inet.C: snprintf size "bug" commented
5964:
5965: * src/main/pa_common.C: snprintf comments updated
5966:
5967: 2015-08-16 moko
5968:
5969: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5970:
5971: 2015-08-11 moko
5972:
5973: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5974: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5975: can be null (fixes bug #1029)
5976:
5977: 2015-08-06 moko
5978:
1.116 moko 5979: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5980: pa_vdate.C added
1.95 moko 5981:
5982: 2015-08-05 moko
5983:
5984: * tests/: 313.html, results/313.processed: test for
5985: ^table.count[columns] and ^table.flip[] with nameless tables
5986: (feature #1003)
5987:
5988: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5989: max_cell added, now ^table.count[columns] and ^table.flip[] works
5990: correctly for nameless tables (implements feature #1003)
5991:
5992: 2015-08-03 moko
5993:
5994: * tests/312.html: test for ^table.append[$hash] and
5995: ^table.insert[$hash] added (related to feature #1028)
5996:
5997: * src/classes/table.C: ^table.append[$hash] and
5998: ^table.insert[$hash] now supported (implements feature #1028)
5999:
6000: * tests/: 312.html, results/312.processed: test row copy in
6001: ^table.hash[; $.type[table] ] added (related to feature #1016)
6002:
6003: * src/classes/table.C: row copy now created in ^table.hash[;
6004: $.type[table] ] (related to feature #1016)
6005:
6006: 2015-07-29 moko
6007:
6008: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6009: added (related to feature #1016)
6010:
6011: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6012: ^table.delete[] added to delete current row (related to feature
6013: 1016)
6014:
6015: 2015-07-28 moko
6016:
6017: * tests/: 312.html, results/312.processed: test for
6018: $table.column[value] and ^table.insert{row} (related to feature
6019: #1016)
6020:
6021: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6022: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6023: ^table.insert{row} are now implemented (feature #1016)
6024:
6025: * src/include/pa_array.h: Optimization: bool reverse removed from
6026: append(), insert() added, memmove arguments order in remove()
6027: fixed (related to feature #1016)
6028:
6029: 2015-07-23 moko
6030:
6031: * src/classes/json.C: tainted json and empty json exception added
6032: (implements feature #1015)
6033:
6034: * tests/: 311.html, results/311.processed: empty json and tainted
6035: json exception test added (related to issue #1015)
6036:
6037: 2015-07-22 moko
6038:
6039: * tests/: 311.html, results/311.processed: test for UTF-8
6040: processing added
6041:
6042: * tests/: 311.html, results/311.processed: test for
6043: json_exception_with_source added (related to issue #394)
6044:
6045: * src/classes/json.C: json_exception_with_source added (implements
6046: feature #394)
6047:
6048: 2015-06-29 moko
6049:
6050: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6051: directories are now correctly determined if _d_type == DT_UNKNOWN
6052: (closes bug #1027)
6053:
6054: 2015-06-10 moko
6055:
6056: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6057: error if libxml has LIBXML_ICU_ENABLED.
6058:
6059: 2015-06-04 moko
6060:
6061: * tests/099.html: ups, reverting
6062:
6063: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6064: results/310.processed: tests for $response:body[ $.file[] ] and
6065: $response:last-modified added
6066:
6067: * src/main/pa_request.C: last-modified check fixed
6068:
6069: 2015-06-03 moko
6070:
6071: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6072: results/205.processed, results/293.processed: $response:headers
6073: logging added (tests for feature #1007)
6074:
6075: * src/: include/pa_common.h, include/pa_request.h,
6076: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6077: $response:headers are now in uppercase (closes feature #1007)
6078:
6079: 2015-06-02 moko
6080:
6081: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6082: build errors reverted for clang compatibility
6083:
6084: 2015-06-01 moko
6085:
6086: * src/include/pa_memory.h: -pedantic build errors fixed
6087:
6088: * src/classes/math.C: -pedantic build error fixed
6089:
6090: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6091:
6092: 2015-05-31 moko
6093:
6094: * src/classes/table.C: USE_STRINGSTREAM optimized
6095:
6096: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6097: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6098: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6099: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6100: types/pa_vxnode.h: warning war (-pedantic flag)
6101:
6102: 2015-05-28 moko
6103:
6104: * tests/: 308.html, results/308.processed: test for
6105: ^table::create[$t;], etc work added (related to bug #975)
6106:
6107: * src/classes/table.C: check_option_param removed,
6108: ^table::create[$t;], etc now works (fixes bug #975)
6109:
6110: 2015-05-27 moko
6111:
6112: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6113: (Debian jessie) fixed (closes issue #1024)
6114:
6115: * tests/Makefile: sort added as in Debian jessie list become
6116: unsorted
6117:
6118: 2015-05-18 moko
6119:
6120: * tests/: 201.html, results/201.processed: test for
6121: ^string.trim[what] feature #1022
6122:
6123: * src/classes/string.C: ^string.trim[what] now supported,
6124: implements feature #1022
6125:
6126: 2015-05-17 moko
6127:
6128: * tests/results/185.processed: test result updated as feature #1021
6129: implemented (left/right accept negative parameter)
6130:
6131: * src/classes/string.C: left/right now accept negative parameter
6132: (implements feature #1021)
6133:
6134: 2015-05-08 moko
6135:
6136: * src/classes/math.C: isalnum -> pa_isalnum
6137:
6138: * src/main/execute.C: optimization in getter-junction processing
6139: (related to issue #997)
6140:
6141: 2015-05-07 moko
6142:
6143: * tests/: 307.html, results/307.processed: test for issue #997
6144: added
6145:
6146: * src/main/execute.C: process_getter result now checked if junction
6147: returned (closes issue #997)
6148:
6149: * tests/: 305.html, results/305.processed: sort added to ignore
6150: different order
6151:
6152: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6153: assignment (closes issue #994)
6154:
6155: * tests/: 306.html, results/306.processed: test for issue #994
6156: added
6157:
6158: * tests/: 303.html, results/303.processed: two more errors tested
6159:
6160: 2015-05-06 moko
6161:
6162: * tests/: 305.html, results/305.processed: test for name2ip &
6163: ip2name added (related to feature #992)
6164:
6165: * tests/: 303.html, 304.html, results/303.processed,
6166: results/304.processed: tests for idna conversion added (related
6167: to issue #849)
6168:
6169: 2015-05-02 moko
6170:
6171: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6172: implemented
6173:
6174: 2015-04-30 moko
6175:
6176: * src/main/pa_http.C: idna_host added, related to issue #849
6177:
6178: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6179: (related to issue #849)
6180:
6181: 2015-04-24 moko
6182:
6183: * src/types/pa_vjunction.C: warning war
6184:
6185: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6186: unification
6187:
6188: * src/lib/punycode/pa_idna.c: warning war
6189:
6190: 2015-04-22 moko
6191:
6192: * src/main/main.vcproj: punycode include path added
6193:
6194: * src/lib/punycode/pa_idna.c: windows compile error fixed
6195:
6196: * src/lib/punycode/pa_idna.c: warning war
6197:
6198: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6199: project file added
6200:
6201: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6202:
6203: * src/include/pa_memory.h: warning war
6204:
6205: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6206: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6207: implemented (related to feature #849)
6208:
6209: * configure.in, src/main/Makefile.am,
6210: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6211: libpunycode added in Unix
6212:
6213: 2015-04-21 moko
6214:
6215: * configure.in: large files support
6216:
6217: 2015-04-15 moko
6218:
6219: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6220: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6221: pa_punycode.h: initial version for punycode/idna support library
6222: (ticket #849)
6223:
6224: 2015-04-08 moko
6225:
6226: * src/: classes/curl.C, classes/date.C, classes/file.C,
6227: classes/image.C, classes/mail.C, classes/reflection.C,
6228: classes/string.C, classes/xnode.C, include/pa_request.h,
6229: include/pa_string.h, include/pa_stylesheet_connection.h,
6230: main/compile.y, main/compile_tools.h, main/execute.C,
6231: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6232: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6233: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6234: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6235: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6236: clang compiler warnings (closes issue #1018)
6237:
6238: * src/include/pa_string.h: String::Body comparation operators with
6239: char * added (related to issue #958)
6240:
6241: 2015-04-07 moko
6242:
6243: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6244: pa_malloc/pa_free to remove system malloc/free usage (related to
6245: issue #1018)
6246:
6247: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6248: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6249: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6250: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6251: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6252: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6253: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6254: malloc/strdup/free replaced with pa_ version and checks for
6255: accidental use of non-pa_ version added (related to issue #1018)
6256:
6257: 2015-04-03 moko
6258:
6259: * buildall: pcre-8.33 -> pcre-8.36
6260:
6261: * src/: main/compile.y, classes/form.C, classes/mail.C,
6262: classes/op.C, classes/string.C, main/compile.tab.C,
6263: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6264: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6265: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6266: ticket #958)
6267:
6268: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6269: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6270: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6271: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6272: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6273: $request:headers, $request:method added (implements feature
6274: #1007)
6275:
6276: 2015-03-17 misha
6277:
6278: * tests/302.html: - test for
6279: ^json:string[...;$._default[method-name]]
6280:
6281: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6282: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6283: option $._default[method-name] is specified in ^json:string[], a
6284: method with specified name will be called for classes/objects
6285: serialization ( new feature: #982 )
6286:
6287: 2015-03-16 misha
6288:
6289: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6290: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6291: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6292: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6293: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6294: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6295: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6296: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6297: types/pa_vrequest.h, types/pa_vstateless_class.C,
6298: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6299: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6300: $var.CLASS_NAME now have special opcodes. This can be switched
6301: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6302: on pa_opcode.h ( new feature: #844 )
6303:
6304: 2015-03-15 misha
6305:
6306: * tests/075.html: - test for $response:header[]
6307:
6308: * src/types/pa_vresponse.C: - $response:header[] deletes header
6309: that was set earlie ( new feature: #1001 )
6310:
6311: 2015-03-12 misha
6312:
6313: * tests/246.html: - more tests for ^hash._at[]
6314:
6315: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6316: accepts second param [key|value|hash] ( new feature: #1012 )
6317:
6318: 2015-03-09 moko
6319:
6320: * src/types/pa_vmail.C: exception for everything but
6321: $mail:received, closes issue #1011
6322:
6323: 2015-02-20 moko
6324:
6325: * tests/: 275.html, results/275.processed: hex detection in
6326: pa_atoui fix test (closes issue #1010)
6327:
6328: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6329: issue #1010)
6330:
6331: 2015-02-17 moko
6332:
6333: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6334: tainted.
6335:
6336: 2015-02-03 misha
6337:
6338: * tests/301.html: - test for ^json:string($double) causes
6339: exception. bugfix: #1008
6340:
6341: * src/classes/json.C: - ^json:string($double) causes exception.
6342: bugfix: #1008
6343:
6344: * tests/014.html: - updated for work with ^hash.delete[]
6345:
6346: 2015-01-12 misha
6347:
6348: * src/: classes/form.C, include/pa_common.h,
6349: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6350: types/pa_vform.h: - supports body with PUT method as well ( new
6351: feature: #1006 )
6352:
6353: * src/classes/file.C: - warnings war
6354:
6355: 2015-01-11 misha
6356:
6357: * tests/300.html: - test for ^hash.delete[] is added
6358:
6359: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6360: feature: #989 ) - tiny optimization in intersects
6361:
6362: 2015-01-06 moko
6363:
6364: * src/types/pa_vmail.C: file names transcode added, to and cc added
6365: with transcode, attachments detection fixed
6366:
6367: * src/main/pa_request.C: filling mail received after cgi/auto.p
6368: load to allow charset switch (related to issue #996)
6369:
6370: 2014-12-31 moko
6371:
6372: * src/types/pa_vmail.C: from and subject now transcoded if not
6373: UTF-8 source charset (fixes issue 996)
6374:
6375: * src/main/pa_exception.C: fixed string from stack bug (closes
6376: issue #1000)
6377:
6378: 2014-12-11 misha
6379:
6380: * src/types/pa_vhashfile.C: - check if key is not empty before
6381: access ( bug fix: #1005 )
6382:
6383: 2014-11-13 misha
6384:
6385: * src/main/compile.y: - PC.append does not reset to false while
6386: creating a new class. bugfix: #990
6387:
6388: * tests/299.html: - test for creation class after working with
6389: partial class (create+append)
6390:
6391: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6392: #995
6393:
6394: * tests/232.html: - test for @get[def] added
6395:
6396: 2014-10-12 moko
6397:
6398: * src/lib/pcre/pcre_internal.vcproj: correct path
6399:
6400: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6401: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6402: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6403: targets/apache/ApacheModuleParser3.vcproj,
6404: targets/apache/ApacheModuleParser3Core.vcproj,
6405: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6406: types/types.vcproj: project GUID inserted in *.vcproj for correct
6407: conversion in newer VS versions
6408:
6409: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6410: pcre_internal.vcproj added
6411:
6412: 2014-08-28 moko
6413:
6414: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6415: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6416: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6417:
6418: 2014-06-30 misha
6419:
6420: * tests/298.html: - tests for ^reflection:def[class;className]
6421: added
6422:
6423: * src/classes/reflection.C: - ^reflection:def[class;className]
6424: added ( new feature: #918 )
6425:
6426: 2014-06-29 misha
6427:
6428: * src/classes/table.C: - ^table::create[unsupported data] -
6429: exception comment changed to "body must be table or code" ( bug
6430: fix: #951 )
6431:
6432: * tests/: 261.html, results/261.processed: - tests for
6433: ^json:string[...;$.void[null|string]] added
6434:
6435: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6436: option $.void[string|null] added to ^json:string[...] ( new
6437: feature: #952 )
6438:
6439: 2014-06-28 moko
6440:
6441: * src/classes/curl.C: $.charset now processed before other curl
6442: options (closes issue #980)
6443:
6444: 2014-05-23 misha
6445:
6446: * src/classes/json.C: - bug fix: #987
6447:
6448: 2014-05-04 misha
6449:
6450: * tests/: 253.html, 253_json.txt: - test for
6451: ^json:parse[$.int(false)] is added
6452:
6453: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6454: default true). The option is similar to $.double(bool) but for
6455: integers.
6456:
6457: 2014-05-01 moko
6458:
6459: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6460: #12 )
6461:
6462: 2014-04-16 moko
6463:
6464: * src/main/pa_http.C: response-charset option should finally work
6465: now (fix for issue #867)
6466:
6467: * src/main/pa_http.C: response-charset option should work now (fix
6468: for issue #867)
6469:
6470: 2014-03-07 moko
6471:
6472: * buildall: libgc moved
6473:
6474: * buildall: libgc moved
6475:
6476: 2013-12-29 moko
6477:
6478: * src/classes/string.C: ^string:js-unescape result now tainted,
6479: closes issue #966
6480:
6481: * tests/: 186.html, results/186.processed: ^string:js-unescape
6482: result now tainted, issue #966
6483:
6484: 2013-12-03 moko
6485:
6486: * src/: classes/memcached.C, types/pa_vmemcached.C,
6487: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6488: option was added for http://www.parser.ru/forum/?id=79343
6489:
6490: * src/classes/file.C: bugfix for
6491: http://www.parser.ru/forum/?id=79337
6492:
6493: 2013-11-05 moko
6494:
6495: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6496:
6497: * src/main/pa_globals.C: spelling fixed
6498:
6499: 2013-10-29 moko
6500:
6501: * src/lib/json/json.vcproj: json.c -> pa_json.C
6502:
6503: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6504: #892
6505:
6506: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6507: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6508: exceptions to be thrown thougth json library), related to issue
6509: #892
6510:
6511: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6512: related to issue #896
6513:
6514: 2013-10-24 moko
6515:
6516: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6517:
6518: 2013-10-23 moko
6519:
6520: * README: actualization
6521:
6522: 2013-10-22 moko
6523:
6524: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6525: compatibility patch from Sergey Kirpichev
6526:
6527: * tests/: 297.html, results/297.processed: non-working getter fix
6528: test for issue #948
6529:
6530: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6531: called when saving value of $match variable in ^string.match[] to
6532: increase compatibility (related to issue #948).
6533:
6534: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6535: usage optimization
6536:
6537: 2013-10-21 moko
6538:
6539: * tests/: 182.html, results/182.processed: local path removed for
6540: compatibility
6541:
6542: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6543: results/244.processed, results/253.processed,
6544: results/254.processed, results/275.processed,
6545: results/281.processed: try_catch -> try-catch
6546:
6547: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6548: results/294.processed, results/296.processed: try_catch ->
6549: try-catch
6550:
6551: 2013-10-20 moko
6552:
6553: * tests/: 296.html, results/296.processed: test for xsl exception
6554: for issue #938 added.
6555:
6556: * src/: include/pa_xml_exception.h,
6557: main/pa_stylesheet_connection.C: forgotten to be replaced
6558: XmlException is now replaced (once again closes issue #938)
6559:
6560: 2013-10-18 moko
6561:
6562: * buildall: disable clock_gettime detection to avoid librt linking
6563: (which in turn depends on libpthread), related to issue #943
6564:
6565: 2013-10-18 misha
6566:
6567: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6568: lib/smtp/smtp.vcproj, main/main.vcproj,
6569: targets/apache/ApacheModuleParser3Core.vcproj,
6570: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6571: types/types.vcproj: - new locations for libxml2 includes where
6572: added to vcproj files
6573:
6574: 2013-10-18 moko
6575:
6576: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6577: fix
6578:
6579: * tests/: 295.html, results/295.processed: test for issue #948
6580: updated
6581:
6582: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6583: :)
6584:
6585: * tests/: 295.html, results/295.processed: test for issue #948
6586: added
6587:
6588: * src/: classes/hash.C, classes/string.C, classes/table.C,
6589: include/pa_request.h, types/pa_method.h: for getters and setters
6590: to be executed request.put_element should be called, not
6591: context.put_element (fixes issue #948)
6592:
6593: 2013-10-17 moko
6594:
6595: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6596: LIBXML2_NEW_BUFFER check (closes issue #943)
6597:
6598: * buildall: libxml 2.9.1 build is broken --without-reader.
6599:
6600: 2013-10-16 moko
6601:
6602: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6603:
6604: * tests/: 294.html, results/294.processed: test for issue #938
6605:
6606: * src/: classes/xdoc.C, classes/xnode.C,
6607: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6608: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6609:
6610: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6611: libxslt-1.1.26 -> libxslt-1.1.28
6612:
6613: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6614: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6615: to '?', related to issue #938
6616:
6617: 2013-10-15 moko
6618:
6619: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6620: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6621: minor optimizations (closes issue #896)
6622:
6623: * tests/results/: 292.processed, 293.processed: results updated to
6624: comply with issue #896
6625:
6626: * tests/: 292.html, 293.html, results/292.processed,
6627: results/293.processed: tests for json escaping
6628:
6629: 2013-10-14 moko
6630:
6631: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6632: and cleanup, code moved from .h to .C, no changes in code
6633:
6634: 2013-10-12 moko
6635:
6636: * tests/results/119.processed: updated test result commited
6637:
6638: * tests/: 291.html, results/291.processed: test for issue #894
6639: added
6640:
6641: * src/types/pa_wcontext.h: base methods call support function
6642: get_somebody_entered_some_class should not be true forever, as
6643: wcontext can have many get_elements calls (fixes issue #894)
6644:
6645: 2013-10-11 moko
6646:
6647: * tests/: 290.html, results/290.processed: test for junction GPF
6648: issue #942 added
6649:
6650: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6651: to native method fixed (closes issue #942)
6652:
6653: * tests/: 158.html, results/158.processed: test for csv-string[]
6654: added
6655:
6656: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6657: feature #907)
6658:
6659: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6660: feature #907)
6661:
6662: 2013-10-09 moko
6663:
6664: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6665: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6666: types/pa_vstateless_class.C: GET_default, SET_default now works
6667: properly not only in objects, but in classes as well (closes
6668: issue #903)
6669:
6670: * tests/: 289.html, results/289.processed: GET/SET_default now
6671: works in classes, not only objects, test case added, related to
6672: issue #903
6673:
6674: * tests/: 288.html, results/288.processed: test for endless
6675: recursion bug added (related to issue #903)
6676:
6677: 2013-10-05 moko
6678:
6679: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6680: classes/table.C, main/execute.C, types/pa_method.h,
6681: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6682: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6683: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6684: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6685: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6686: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6687: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6688: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6689: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6690: optimization: put_element no longer has "bool areplace" argument,
6691: related to issue #903
6692:
6693: 2013-10-03 moko
6694:
6695: * tests/results/182.processed: result for $.replace(false) test
6696: commited
6697:
6698: * src/classes/date.C: ^date::create(number) processed correctly
6699: (fixes issue #901)
6700:
6701: * src/classes/image.C: as_no_junction removed, as param can be
6702: expression (closes issue #931)
6703:
6704: * tests/233.html: test for issue #931 added
6705:
6706: 2013-10-02 moko
6707:
6708: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6709: modified, test for $.replace(false) added
6710:
6711: * src/main/compile_tools.h: forgotten class replace returned. :)
6712:
6713: 2013-09-30 moko
6714:
6715: * tests/: 141.html, results/141.processed: md5 tainting test added
6716:
6717: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6718: main/compile_tools.h, main/pa_request.C: allow_class_replace
6719: implemented; $.replace option added to ^process and ^use
6720:
6721: 2013-08-27 moko
6722:
6723: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6724: cstr_to_string_body_untaint should be called with charsets for
6725: possible uri language and connection for possible sql language.
6726: related to issue #857
6727:
6728: * buildall: and -> or fixed
6729:
6730: 2013-08-26 moko
6731:
6732: * buildall: prepare_ functions logic changed to support
6733: gc-7.2d.tar.gz extracting to gc-7.2 directory
6734:
6735: 2013-08-23 moko
6736:
6737: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6738: statically
6739:
6740: 2013-08-22 moko
6741:
6742: * src/classes/string.C: String::Empty used (related to issue #912)
6743: append_know_length removed (related to old GPF bug)
6744:
6745: 2013-08-21 moko
6746:
6747: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6748:
6749: * src/classes/math.C: ^math:digest[...;$file] support added
6750: (related to ticket #857
6751:
6752: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6753: implemented
6754:
6755: * src/types/pa_vhashfile.h: warning war
6756:
6757: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6758: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6759: anti_endless_json_string_recoursion removed from request;
6760: json_string_recoursion added to json_options; $.indent[indent
6761: value] now supported and passed within recoursion closes feature
6762: #937
6763:
6764: * tests/: 287.html, results/287.processed: test for feature #937
6765:
6766: 2013-07-31 moko
6767:
6768: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6769: compilation having #define _S
6770:
6771: * src/main/pa_globals.C: cleanup
6772:
6773: 2013-07-30 moko
6774:
6775: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6776: main/pa_common.C: vs2003 warning war
6777:
6778: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6779:
6780: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6781:
6782: * src/lib/md5/pa_sha2.c: warning war
6783:
6784: 2013-07-29 moko
6785:
6786: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6787: patches from github
6788:
6789: * src/: classes/bool.C, classes/double.C, classes/int.C,
6790: classes/memcached.C, include/pa_config_includes.h,
6791: types/pa_vfile.C, types/pa_vfile.h: warning war
6792:
6793: * src/lib/json/json.vcproj: C++ -> C
6794:
6795: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6796:
6797: * src/lib/json/: json.c, pa_json.C: windows compatibility
6798:
6799: * src/lib/json/: json.c, pa_json.C: windows compatibility
6800:
6801: * src/lib/json/: json.c, pa_json.C: warning war
6802:
6803: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6804:
6805: * src/include/pa_config_fixed.h: uint16_t added
6806:
6807: * configure.in: uint16_t check added
6808:
6809: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6810: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6811: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6812: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6813: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6814:
6815: 2013-07-25 moko
6816:
6817: * parser3.sln: dependencies added
6818:
6819: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6820: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6821: module support
6822:
6823: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6824:
6825: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6826:
6827: 2013-07-23 moko
6828:
6829: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6830: PA_DEBUG_GC_MEMORY removed
6831:
6832: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6833: PA_DEBUG_DISABLE_GC compilation fix
6834:
6835: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6836: main/pa_request.C: outdated RESOURCES_DEBUG removed
6837:
6838: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6839: garbage cleanup
6840:
6841: * src/main/pa_common.C: warning war
6842:
6843: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6844:
6845: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6846: minor cleanup
6847:
6848: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6849: uses cygwin, not WIN32 implementation
6850:
6851: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6852: able to exec shell scripts
6853:
6854: * src/classes/math.C: ifdef WIN32 cleanup
6855:
6856: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6857:
6858: * src/classes/curl.C: LT_MODULE_EXT used
6859:
6860: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6861:
6862: 2013-07-22 moko
6863:
6864: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6865: includes fix
6866:
6867: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6868:
6869: * configure.in, src/include/pa_config_includes.h,
6870: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6871: src/main/pa_exec.C: includes cleanup
6872:
6873: * src/targets/cgi/parser3.C: 2012->2013
6874:
6875: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6876:
6877: * configure.in, src/include/pa_config_includes.h,
6878: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6879: src/main/pa_random.C, src/main/pa_socks.C,
6880: src/types/pa_vstatus.C: cygwin support cleanup
6881:
6882: * configure.in: dirent.h check added
6883:
6884: * src/: include/pa_config_includes.h, include/pa_dir.h,
6885: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6886: not copied
6887:
6888: 2013-07-21 moko
6889:
6890: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6891:
6892: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6893: parser3.vcproj: unused getopt.h / getopt.c removed
6894:
1.211 moko 6895: * operators.ru.txt, operators.txt, src/classes/file.C,
6896: tests/022.html, tests/results/022.processed:
6897: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6898:
6899: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6900: src/main/pa_dir.C: ^file:list[] now has dir column and when
6901: $.stat(true) it has size/*date columns modified patch from misha@
6902: that closes issue #914.
6903:
6904: * src/: include/pa_config_includes.h, main/pa_globals.C:
6905: PA_RELEASE_ASSERTS removed
6906:
6907: * src/lib/md5/pa_md5c.c: minor cleanup
6908:
6909: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6910: localeconv()->decimal_point usage remoed (related to issue #934)
6911:
6912: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6913: cordprnt.c removed
6914:
6915: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6916: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6917: pa-include/pa_strings.h: includes cleanup
6918:
6919: * src/lib/md5/pa_md5c.c: headers cleanup
6920:
6921: 2013-07-20 moko
6922:
6923: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6924: cleanup
6925:
6926: 2013-07-19 moko
6927:
6928: * src/classes/math.C: extern "C" added for crypt
6929:
6930: 2013-07-18 moko
6931:
6932: * src/classes/math.C: fix redhat7.2 build
6933:
6934: 2013-07-17 moko
6935:
6936: * configure.in, src/include/pa_config_includes.h,
6937: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6938: added for uint8/32/64_t)
6939:
6940: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6941: pa_config_includes.h used for uint32/64_t
6942:
6943: 2013-07-16 moko
6944:
6945: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6946: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6947: war
6948:
6949: * src/main/compile.tab.C: compile.y was updated
6950:
6951: * src/main/compile.y: warning war
6952:
6953: * src/: include/pa_exception.h, main/pa_exception.C,
6954: main/pa_xml_exception.C: warning war
6955:
6956: * src/: include/pa_common.h, main/pa_common.C: warning war
6957:
6958: * configure.in: beauty :)
6959:
6960: * tests/: 141.html, results/141.processed: sha256/512 added
6961:
6962: 2013-07-13 moko
6963:
6964: * src/lib/md5/md5.vcproj: sha2 added
6965:
6966: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6967: classes/math.C: sha2 support (sha256/sha512 digest)
6968:
6969: 2013-07-08 moko
6970:
6971: * src/classes/image.C: directory read or other read problem message
6972: fixed (related to issue #933)
6973:
6974: 2013-07-07 moko
6975:
6976: * AUTHORS: + misha + moko. :)
6977:
6978: 2013-07-06 moko
6979:
6980: * src/: classes/curl.C, include/pa_globals.h,
6981: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6982: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6983: for lt_dlinit to be called once and lt_dlexit called at right
6984: place (related to issue #925)
6985:
6986: 2013-07-04 moko
6987:
6988: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6989: VString::as_vfile now uses vfile.set_binary_string to avoid
6990: content-type to be set, as it brokes badly designed logic in
6991: response output. This hopefully finishes issue #928.
6992:
6993: * tests/results/: 256.processed, 286.processed: file now displayed
6994: as name, size, mode, content-type
6995:
6996: * src/main/pa_common.C: read error now reported cottectly (fixes
6997: issue #933
6998:
6999: 2013-06-28 moko
7000:
7001: * tests/: 286.html, results/286.processed: test extended
7002:
7003: * tests/: 286.html, results/286.processed: Test for issue #928
7004: added. it tests default content-type change.
7005:
7006: * src/types/pa_vfile.C: closes issue #928 - default content-type
7007: now updated
7008:
7009: 2013-06-25 moko
7010:
7011: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7012: content-type for text/binary files without name added;
7013: ^file::create[$f;...] options now works properly and $f
7014: properties are default (fixes issue #928)
7015:
7016: 2013-05-16 misha
7017:
7018: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7019: added
7020:
7021: * src/main/pa_table.C: - a tiny memory optimisation while creating
7022: table if specified limit is bigger than source rows count
7023:
7024: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7025: added ( new feature: #858 )
7026:
7027: 2013-04-29 moko
7028:
7029: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7030: $.ipresolve(0|1|2) added (closes issue #891)
7031:
7032: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7033:
7034: 2013-04-24 moko
7035:
7036: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7037: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7038: types/pa_vmemcached.h: ^memcache.release[] added, calls
7039: memcached_quit (refs #893)
7040:
7041: 2013-04-22 moko
7042:
7043: * src/: include/pa_string.h, main/pa_common.C: no more double
7044: slashes in file path (fixes bug #872)
7045:
7046: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7047: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7048: #739)
7049:
7050: * tests/results/266.processed: $.max_params added (feature #915)
7051:
7052: * src/: include/pa_common.h, main/pa_http.C: response-charset
7053: option added to file::load (closes issue #867)
7054:
7055: 2013-04-20 misha
7056:
7057: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7058: commited
7059:
7060: 2013-03-15 misha
7061:
7062: * src/classes/: hash.C, table.C: - Optimisation: do not create
7063: multiple empty strings while ::sql. uae String::Empty instead
7064:
7065: 2013-03-14 misha
7066:
7067: * src/classes/reflection.C: - for user classes
7068: ^reflection:method_info[] returns $.max_params and $.extra_param
7069: with $.call_type if they available ( new feature: #915 )
7070:
7071: * src/classes/file.C: - ^file:delete[] now supports an option
7072: $.exception(false) that suppress any exception while deleting
7073: file ( new feature: #916 )
7074:
7075: * src/classes/curl.C: - parsing cookies after curl:load now should
7076: work :)
7077:
7078: 2013-03-12 misha
7079:
7080: * src/types/pa_vfile.C: - if specified file_name is empty string
7081: set default name for the file
7082:
7083: 2013-03-11 misha
7084:
7085: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7086: also available in $f.cookies
7087:
7088: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7089: moved to a separate method
7090:
7091: 2013-03-10 moko
7092:
7093: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7094: added
7095:
7096: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7097: removed (declared by autoconf)
7098:
7099: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7100: uint32_t define
7101:
7102: 2013-03-10 misha
7103:
7104: * src/classes/file.C: ^file:delete and ^file:move now support
7105: option $.keep-empty-dirs(true) ( new feature: #884 )
7106:
7107: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7108: empty dirs is added
7109:
7110: 2013-03-10 moko
7111:
7112: * src/classes/: bool.C, double.C, int.C: default can be present,
7113: but default check removed from ^int/double/bool.int/double/bool
7114: for string.int/double/bool compatibility (related to issue #913)
7115:
7116: * src/classes/string.C: ^string.int/dobule/bool no longer
7117: internally throws exception if default is present (closes issue
7118: #913)
7119:
7120: 2013-03-09 misha
7121:
7122: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7123: optimisations ( #845 )
7124:
7125: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7126:
7127: 2013-03-08 moko
7128:
7129: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7130: creates correct table (fixes issue #910)
7131:
7132: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7133: use outside of 'connect' operator (fixes issue #911)
7134:
7135: * tests/results/: 096.processed, 122.processed: test results
7136: updated as doubles now printed with 15 significant digits, not 5
7137: (fixes issue #882)
7138:
7139: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7140: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7141:
7142: 2013-02-21 moko
7143:
7144: * src/classes/table.C: _locate_name_value does not check arguments
7145: count, so we check it in advance (fixes issue #905)
7146:
7147: 2012-10-23 moko
7148:
7149: * buildall: old shell for and echo compatibility (for six)
7150:
7151: 2012-10-19 moko
7152:
7153: * buildall: --strip added --disable-safe-mode listed in usage
7154:
7155: 2012-10-17 misha
7156:
7157: * src/classes/op.C: - apply-taint should not throw "outside
7158: connect" exception with sql lang now
7159:
7160: 2012-10-17 moko
7161:
7162: * src/main/pa_request.C: bugfix: safe mode should be inited for
7163: each request (for apache module)
7164:
7165: 2012-09-26 moko
7166:
7167: * src/doc/doxygen.cfg: png -> svg
7168:
7169: 2012-09-25 moko
7170:
7171: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7172: test added
7173:
7174: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7175: double use when key is long
7176:
7177: 2012-09-16 moko
7178:
7179: * src/classes/math.C: Format -> Method Encode -> Format
7180:
7181: * tests/: 141.html, results/141.processed: math:digest hmac test
7182: added
7183:
7184: 2012-09-14 moko
7185:
7186: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7187: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7188: implementation added
7189:
7190: 2012-09-12 moko
7191:
7192: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7193: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7194: targets.dox and string.dox slightly actualized
7195:
7196: 2012-08-31 moko
7197:
7198: * ChangeLog: now generated with patched cvs2cl.pl
7199:
7200: 2012-07-29 moko
7201:
7202: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7203: result should be pushed after VMethodFrame destructor is called,
7204: as it deletes junctions from stack params (fixes issue #868)
7205:
7206: 2012-07-23 moko
7207:
7208: * INSTALL, README: buildall script usage documented, other outdated
7209: info updated.
7210:
7211: * buildall-with-xml, buildall-without-xml: replaced by buildall
7212:
7213: 2012-07-21 moko
7214:
7215: * buildall: glib does not compile when threads are disabled...
7216:
7217: * src/types/pa_vmail.C: g_assertion fixes for empty input
7218:
7219: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7220: unref, can't unref nested objects)
7221:
7222: * src/types/pa_vmail.C: another check added
7223:
7224: 2012-07-19 moko
7225:
7226: * buildall: usage added
7227:
7228: * buildall: new buildall script that unites buildall-with-xml,
7229: buildall-without-xml, --with-apache and --with-mailreceive
7230:
7231: * configure.in: support for static gmime and dynamic glib linking.
7232: fixes for FreeBSD
7233:
7234: 2012-07-17 moko
7235:
7236: * configure.in: --with-mailreceive replaced
7237: --with-static-mailreceive and --with-shared-mailreceive pathlink
7238: removed
7239:
7240: 2012-07-16 moko
7241:
7242: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7243: capitalized, content now decoded and text content converted to
7244: $request:charset. all properties are accessed by functions, this
7245: ready for dynamic load.
7246:
7247: 2012-06-28 moko
7248:
1.116 moko 7249: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7250: 32 bit
1.95 moko 7251:
7252: 2012-06-27 moko
7253:
7254: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7255: passive ftp
7256:
7257: * src/lib/ltdl/ltdl.vcproj: release build fixed
7258:
7259: * configure.in: 3.4.2 RC -> 3.4.2
7260:
7261: 2012-06-22 moko
7262:
7263: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7264: #815)
7265:
7266: * tests/: 284.html, results/284.processed: output options test
7267: (feature #265)
7268:
7269: 2012-06-22 misha
7270:
7271: * tests/215.html: - little changes
7272:
7273: 2012-06-21 moko
7274:
7275: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7276: types/pa_vxdoc.h: output_options returned and used (bugfix for
7277: feature #265)
7278:
7279: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7280: breaks long .*, default 10M restored. (issue #216)
7281:
7282: * tests/: 283.html, results/283.processed: test for issue #815
7283: added
7284:
7285: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7286: again, cstrm not required.
7287:
7288: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7289: Win32 and broken FreeBSD (issue #45)
7290:
7291: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7292:
7293: * src/main/pa_string.C: warnings war
7294:
7295: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7296: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7297: main/pa_socks.C, targets/apache/pa_threads.C,
7298: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7299: types/pa_vstatus.C: compilation under cygwin fixed
7300:
7301: 2012-06-19 moko
7302:
7303: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7304: Windows fixed
7305:
7306: * parser3.sln: removed antique pcre_ctype
7307:
7308: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7309:
7310: * src/include/pa_config_fixed.h: undefined reference to
7311: __imp__pcre_* fix for Windows
7312:
7313: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7314: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7315: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7316: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7317: define fixed
1.95 moko 7318:
7319: 2012-06-18 moko
7320:
7321: * src/classes/memcached.C: flush -> clear
7322:
7323: * src/classes/memcached.C: memcached does not support quotes even
7324: in server name
7325:
7326: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7327: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7328: called on open to check servers existance. $.key(true) syntax
7329: now supported
7330:
7331: 2012-06-17 moko
7332:
7333: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7334: cleanup
7335:
7336: * src/classes/table.C, tests/282.cfg, tests/282.html,
7337: tests/results/282.processed: encloser at the EOF bug fixed,
7338: incorrectly enclosed data now processed more logicaly (fixes
7339: #339)
7340:
7341: 2012-06-15 moko
7342:
7343: * buildall-without-xml: sync with buildall-with-xml
7344:
7345: * buildall-with-xml: download auto-detected between fetch and curl
7346:
7347: * configure.in: --with-gc and --with-pcre now also processed
7348: correctly
7349:
1.116 moko 7350: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7351: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7352: should be run on rol1 using automake / aclocal (GNU automake)
7353: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7354:
7355: * configure.in: new PARSER_VERSION logic
7356:
7357: * src/include/pa_version.h: new pa_version.h logic
7358:
7359: * src/: classes/curl.C, classes/file.C, classes/image.C,
7360: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7361: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7362: feols_normalized -> fis_text_content set_binary added
7363:
7364: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7365:
7366: 2012-06-15 misha
7367:
7368: * src/: classes/curl.C, classes/file.C, classes/image.C,
7369: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7370: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7371: ^file::create[text;content] EOLs in content now is normalized. (
7372: new feature: #815 )
7373:
7374: 2012-06-15 moko
7375:
7376: * configure.in: --disable-version-update added to disable version
7377: update with host information (for debian package) whitespace
7378: optimized
7379:
7380: * configure.in: version changed to 3.4.2 RC no-pic added for
7381: libtool
7382:
7383: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7384: it.
7385:
7386: 2012-06-14 moko
7387:
7388: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7389: tests/results/281.processed: "hash flocked" error removed for
7390: safe operations like ^h._count[] ( new feature: #335 )
7391:
1.116 moko 7392: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7393:
7394: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7395:
7396: * configure.in: --with-static/shared xml replaced with --with-xml,
7397: xml compilation check added
7398:
7399: * configure.in: --with-static/shared-gc, --with-static-pcre are
7400: replaced with --with-gc and --with-pcre test for pcre linking
7401: added
7402:
7403: 2012-06-13 moko
7404:
7405: * configure.in: apxs2 check optimized
7406:
7407: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7408: .la, includes optimized
7409:
7410: * buildall-with-xml: --with-pic looks better for -fPIC
7411:
7412: * configure.in: switched to convenience library in static linking
7413:
7414: * src/targets/apache/Makefile.am: switched to convenience library
7415: usage to avoid libtool warnings
7416:
7417: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7418: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7419: smtp/Makefile.am: switched to convenience library usage
7420:
7421: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7422:
7423: * src/targets/apache/Makefile.am: updated for libtool usage
7424:
7425: * buildall-without-xml: --with-included-ltdl added
7426:
7427: * buildall-without-xml: sync with buildall-with-xml
7428:
7429: * buildall-with-xml: --with-included-ltdl added $cflags added for
7430: -fPIC for x64 $download added for wget success check added
7431:
7432: * buildall-without-xml: --with-dynamic-stdcpp removed
7433:
7434: * configure.in: disable-static returned
7435:
7436: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7437: LIBTOOLFLAGS
7438:
7439: 2012-06-12 moko
7440:
7441: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7442: compatible with LIBTOOLFLAGS for unknown reasons
7443:
7444: * buildall-with-xml: --with-dynamic-stdcpp removed
7445:
7446: * configure.in: static/dynamic -lstdc++ linking option removed
7447: apxs2 check added
7448:
7449: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7450: option removed
7451:
7452: 2012-06-10 moko
7453:
7454: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7455: added
7456:
7457: * src/targets/cgi/pp3.cmd: old PAF stuff
7458:
1.116 moko 7459: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7460: beauty
1.95 moko 7461:
7462: * depcomp: from libtool 2.4.2
7463:
7464: * configure.in: ltdl directory removed, it has correct Makefile.in
7465:
7466: 2012-06-09 moko
7467:
1.116 moko 7468: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7469: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7470: autogenerated files updated after libtool update
7471:
1.116 moko 7472: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7473: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7474: config_auto.h.in, config_fixed.h, configure, configure.ac,
7475: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7476: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7477: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7478: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7479: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7480: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7481: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7482: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7483: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7484: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7485:
7486: * configure.in: preparation for new libtool
7487:
7488: * configure.in: Some beauty added :)
7489:
7490: * src/targets/apache/Makefile.am: := -> =
7491:
7492: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7493: again. :)
7494:
7495: * src/include/pa_config_includes.h, configure.in: limits.h added,
7496: previously was taken from pcre_internal.h. :)
7497:
7498: * src/lib/pcre/Makefile.am: config.h returned
7499:
7500: * src/lib/pcre/config.h: still need this. :)
7501:
7502: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7503:
7504: * configure.in: --with-charsets removed; --with-mysql-client & co
7505: removed
7506:
7507: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7508: now in parser tree, no need to copy
7509:
7510: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7511: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7512: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7513: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7514: extracts now used old trash removed
7515:
7516: * etc/parser3.charsets/Makefile.am: charsets now in share
7517: (debian/patches/104_automake.patch) + all charsets are copied
7518:
7519: * buildall-with-xml, buildall-without-xml: curl option removed +
7520: extra arguments now supported
7521:
7522: 2012-06-08 misha
7523:
7524: * src/classes/table.C: - one params.as_hash usage was rolled back:
7525: the 2nd option in ^table.hash[] could be hash or table so
7526: .as_hash will throw an exception when table option is specified
7527:
7528: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7529: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7530: classes/table.C, classes/void.C, classes/xdoc.C,
7531: include/pa_exception.h, types/pa_vmethod_frame.C,
7532: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7533: and improved (whitespaces are allowed as empty options) -
7534: MethodParams::as_table is added - above methods are used for
7535: parsing methods' options ( new feature: #9 )
7536:
7537: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7538: to vclass. now class fields can be accessible as a hash:
7539: $h[^hash::create[$asd:CLASS]]
7540:
7541: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7542: have get_fields method so their fields can be accessed with
7543: ^reflection:fields[...] & ^reflection:field[...]
7544:
7545: 2012-06-06 misha
7546:
7547: * tests/280.html: - tests for
7548: ^reflection:method[obj-or-class;method],
7549: ^reflection:field[obj-or-class;field] and
7550: ^reflection:fields[obj-or-class] are added
7551:
7552: 2012-06-05 misha
7553:
7554: * src/classes/reflection.C: - ^reflection:method[class or
7555: object;method name] and ^reflection:field[class or object;field
7556: name] are added
7557:
7558: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7559: is used
7560:
7561: * src/types/pa_method.h: - Method::as_vjunction method is added
7562:
7563: 2012-06-05 moko
7564:
1.116 moko 7565: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7566:
7567: * src/classes/memcached.C: flish ttl fixed
7568:
7569: 2012-06-04 moko
7570:
7571: * src/classes/json.C, src/classes/op.C, tests/279.html,
7572: tests/results/279.processed: ^json:parse[] now supports $.taint
7573: option (new feature #833)
7574:
7575: 2012-06-04 misha
7576:
7577: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7578: - search_stop method was moved from pa_vcookie.C to pa_common.C
7579:
7580: 2012-06-03 misha
7581:
7582: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7583: cookies are parced and stored into $.cookies ( new feature: #31 )
7584:
7585: 2012-05-30 misha
7586:
7587: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7588: incomplete class into a scope while @USE is found
7589:
7590: * src/main/compile.y: - add incomplete class into a scope while
7591: @USE and @CLASS instructions are found ( bugfix: #838 )
7592:
7593: 2012-05-30 moko
7594:
7595: * src/types/pa_vclass.C, tests/278.html,
7596: tests/results/278.processed: removed "property has no getter
7597: method" exception when GET_DEFAULT present (fixes #269)
7598:
7599: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7600: $._default
7601:
7602: 2012-05-29 moko
7603:
7604: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7605: uninitialized values usage (new feature: #154)
7606:
7607: 2012-05-28 moko
7608:
7609: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7610: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7611: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7612: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7613: src/types/pa_vobject.C, src/types/pa_vobject.h,
7614: src/types/pa_vstring.h, src/types/pa_vtable.C,
7615: tests/results/277.processed, src/types/pa_vtable.h,
7616: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7617: ^json:string[$o; $.default[$method]] implemented for VObject (new
7618: feature #803)
7619:
7620: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7621: tests/results/277.processed: json numbers are now treated as
7622: double ( new feature: #834 )
7623:
7624: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7625: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7626: added for out of range checks, zero division in vint/vdouble
7627: check added ( fixes #832 )
7628:
7629: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7630: ( fixes #832 )
7631:
7632: 2012-05-28 misha
7633:
7634: * buildall-with-xml: - --without-lzma option is added to libxml2
7635: configure
7636:
7637: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7638: added - tests for unsupported values for options $.file, $.table
7639: and $.date are added
7640:
7641: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7642: accepts "stat" $.file[] option's value in addition to existed
7643: "text" and "base64" ( new feature: #835 )
7644:
7645: * tests/276.html: - test for
7646: ^reflection:delete[$object-or-class;field-name]
7647:
7648: * src/classes/reflection.C: -
7649: ^reflection:delete[$object-or-class;field-name] is added ( new
7650: feature: #268 )
7651:
7652: 2012-05-27 misha
7653:
7654: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7655:
7656: 2012-05-24 misha
7657:
7658: * src/include/pa_common.h: - method lastposafter was removed
7659:
7660: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7661: lastposafter - ^file:dirname[] & Co proper handle windows file
7662: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7663: work as *nix commands
7664:
7665: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7666:
7667: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7668: rskipchars were added
7669:
7670: * tests/270.html: - more tests for ^file:find[]
7671:
7672: * tests/065.html: - more tests for ^file:dirname[] & Co
7673:
7674: * src/include/pa_version.h: - must be "win32" here. it is
7675: auto-generated on *nix
7676:
7677: 2012-05-24 moko
7678:
7679: * src/classes/math.C: ^math:convert[] now supports uint32 and
7680: throws overflow exception ( new feature: #830 )
7681:
7682: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7683: uint32 support and overflow added ( new feature: #830 )
7684:
7685: 2012-05-23 moko
7686:
7687: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7688: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7689: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7690: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7691: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7692: types/pa_vregex.h, types/pa_vstateless_class.C,
7693: types/pa_vstateless_class.h, types/pa_vstring.h,
7694: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7695: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7696: "return string as-is" removed from as_expr_result. ( new feature:
7697: #831 )
7698:
7699: * tests/results/244.processed: test changed after bug #782 fix
7700: commited
7701:
7702: * tests/results/229.processed: test results for bug #782 commited
7703:
7704: * tests/: 254.html, results/254.processed: uid now just compared,
7705: not printed. :)
7706:
7707: 2012-05-20 moko
7708:
7709: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7710: feature: #341 )
7711:
7712: * tests/: 254.html, results/254.processed: test for
7713: ^reflection:uid[] added
7714:
7715: * tests/: 254.html, results/254.processed: test for
7716: ^reflection:uid[$obj] added
7717:
7718: 2012-05-17 misha
7719:
7720: * src/main/untaint.C: - do not replace ' char by _26 while
7721: exploding filespec-tainting ( new feature: #829 )
7722:
7723: 2012-05-12 moko
7724:
7725: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7726: not.
7727:
7728: 2012-05-08 moko
7729:
7730: * src/types/pa_vmethod_frame.h: bug #782 fixed
7731:
7732: * tests/229.html: test for bug #782
7733:
7734: * tests/results/259.processed, src/main/pa_request.C,
7735: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7736: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7737: src/types/pa_vvoid.h: feature #154 - first empty param now
7738: string; defined locals are empty strings; $STRICT-VARS(true)
7739: added
7740:
7741: 2012-04-27 moko
7742:
1.116 moko 7743: * src/targets/apache/Makefile.am:
1.95 moko 7744: ../../lib/memcached/libmemcached.a added
7745:
7746: 2012-04-27 misha
7747:
7748: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7749: ( #827 )
7750:
7751: 2012-04-25 moko
7752:
7753: * src/: classes/json.C, classes/memcached.C,
7754: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7755: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7756: implemented.
7757:
7758: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7759:
7760: 2012-04-23 moko
7761:
7762: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7763: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7764: types/pa_vmemcached.h: open allows options hash for new
7765: memcached(options) function
7766:
7767: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7768: not appended
7769:
7770: 2012-04-21 moko
7771:
7772: * src/classes/curl.C: '' added. :)
7773:
7774: * src/classes/classes.vcproj: new curl.h location
7775:
7776: * src/classes/curl.C: verbose output redirection from stderr to
7777: file curl option added
7778:
7779: 2012-04-20 moko
7780:
7781: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7782: contains what we need from curl, #ifdef HAVE_CURL removed
7783:
1.116 moko 7784: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7785: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7786: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7787: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7788: configure option
7789:
7790: 2012-04-19 moko
7791:
7792: * src/: classes/double.C, classes/inet.C, classes/int.C,
7793: classes/string.C, lib/gc/include/gc_allocator.h,
7794: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7795: options from sql_result_string removed. (closes issue #468)
7796:
7797: * src/types/pa_vmemcached.C: empty string fix
7798:
7799: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7800: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7801: pa_vmemcached.C
7802:
7803: 2012-04-18 moko
7804:
7805: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7806: apache2-mpm-prefork" error displayed in threaded mpm.
7807:
7808: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7809: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7810: installed (issue #354)
7811:
7812: 2012-04-16 moko
7813:
7814: * src/types/pa_vmemcached.C: call to memcached_result_create and
7815: memcached_result_free removed
7816:
7817: 2012-04-14 moko
7818:
7819: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7820:
7821: * src/types/pa_vmemcached.C: check_key added and used
7822:
7823: 2012-04-13 moko
7824:
7825: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7826: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7827: Serialization_data now added and used, VString now serialized
7828: with languages into memcached.
7829:
7830: 2012-03-28 moko
7831:
7832: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7833: lib/memcached/pa_memcached.h: result lengths added
7834:
7835: 2012-03-27 moko
7836:
7837: * src/types/pa_vmemcached.C: strdup added
7838:
7839: 2012-03-24 moko
7840:
7841: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7842: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7843: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7844:
7845: 2012-03-20 moko
7846:
1.116 moko 7847: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7848:
7849: * src/targets/cgi/Makefile.am: cleanup
7850:
7851: * src/: types/Makefile.am, types/pa_vmemcached.C,
7852: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7853:
7854: * src/: classes/Makefile.am, classes/memcached.C,
7855: lib/memcached/Makefile.am, lib/memcached/constants.h,
7856: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7857: lib/memcached/types.h, lib/Makefile.am: memcached initial
7858:
7859: 2012-03-16 moko
7860:
7861: * src/main/execute.C: ident now works under Linux + ident displays
7862: filenames (closes issue #818)
7863:
1.116 moko 7864: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7865: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7866: pa_vmethod_frame_local.h removed
7867:
7868: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7869: classes/classes.h, classes/curl.C, classes/date.C,
7870: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7871: classes/hashfile.C, classes/image.C, classes/inet.C,
7872: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7873: classes/memory.C, classes/op.C, classes/reflection.C,
7874: classes/regex.C, classes/response.C, classes/string.C,
7875: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7876: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7877: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7878: include/pa_config_fixed.h, include/pa_config_includes.h,
7879: include/pa_dictionary.h, include/pa_dir.h,
7880: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7881: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7882: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7883: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7884: include/pa_request_charsets.h, include/pa_request_info.h,
7885: include/pa_sapi.h, include/pa_socks.h,
7886: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7887: include/pa_stack.h, include/pa_string.h,
7888: include/pa_stylesheet_connection.h,
7889: include/pa_stylesheet_manager.h, include/pa_table.h,
7890: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7891: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7892: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7893: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7894: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7895: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7896: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7897: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7898: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7899: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7900: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7901: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7902: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7903: main/pa_string.C, main/pa_stylesheet_connection.C,
7904: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7905: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7906: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7907: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7908: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7909: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7910: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7911: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7912: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7913: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7914: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7915: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7916: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7917: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7918: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7919: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7920: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7921: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7922: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7923: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7924: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7925: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7926: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7927: types/pa_vresponse.h, types/pa_vstateless_class.C,
7928: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7929: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7930: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7931: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7932: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7933: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7934: ident now works under Linux + ident displays filenames (closes
7935: issue #818) Copyright updated
7936:
7937: 2012-03-13 moko
7938:
7939: * src/main/pa_string.C: compilation fix for feature #741
7940:
7941: 2012-03-09 misha
7942:
7943: * tests/193.html: - tests for ^string:base64[encoded] are updated
7944:
7945: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7946: now detects invalid base64 chars in the middle of encoded stricg
7947: ( new feature: #55 )
7948:
7949: * src/include/pa_exception.h: - new exception type for base64
7950: decoding is added
7951:
7952: 2012-03-06 misha
7953:
7954: * tests/274.html: - tests for ^date::today[] and
7955: ^date.sql-string[datetime|date|time] are added
7956:
7957: * src/classes/date.C: - constructor ^date::today[] is added ( new
7958: feature: #811 ) - ^date.sql-string[] now can accept one param --
7959: strings "datetime", "date" or "time" - comments tidying up
7960:
7961: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7962: date and time
7963:
7964: 2012-03-03 misha
7965:
7966: * tests/193.html: - tests for
7967: ^string:base64[encoded;$.strict(true)] are added
7968:
7969: * tests/results/auto.p: - try-catch operator is added
7970:
7971: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7972: main/pa_common.C: - $.strict(true|false) option is added to
7973: base64 decode methods ( new feature: #55 )
7974:
7975: * src/main/pa_common.C: - base64 decode memory usage was decreased
7976: ( new feature: #819 )
7977:
7978: 2012-02-28 moko
7979:
7980: * src/classes/hash.C: ident test
7981:
7982: 2012-02-27 misha
7983:
7984: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7985:
7986: 2012-01-08 misha
7987:
7988: * tests/273.html: - tests for ^string.replace[from;to] are added
7989:
7990: * src/: classes/string.C, include/pa_dictionary.h,
7991: main/pa_dictionary.C, main/pa_string.C: -
7992: ^string.replace[from;to] is added ( new feature: #741 ) -
7993: ^string.replace[one subst here] is slightly optimized
7994:
7995: 2011-12-07 misha
7996:
7997: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7998: named table with one empty column ( bugfix: #63 )
7999:
8000: 2011-11-30 misha
8001:
8002: * src/classes/json.C: - it's possible to set user's method for
8003: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8004: #763 )
8005:
8006: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8007:
8008: 2011-11-23 misha
8009:
8010: * src/: classes/curl.C, classes/file.C, classes/image.C,
8011: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8012: types/pa_vfile.h, types/pa_vform.C: - constructor
8013: ^file::create[mode;filename;content[;options]] now accepts binary
8014: mode and file-content - new constructor's format:
8015: ^file::create[string-or-file-content[;$.name[filename]
8016: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8017: feature: #65 )
8018:
8019: * src/: include/pa_request.h, main/pa_request.C: - new method
8020: mime_type_of(const String*) is added
8021:
8022: * src/include/pa_exception.h: - new exception constant
8023: FILE_NAME_MUST_BE_SPECIFIED is added
8024:
8025: * src/classes/table.C: - bug with negative offset transformed into
8026: a feature. it means pointing to a row from the end of the table (
8027: new feature: #810 )
8028:
8029: 2011-11-19 misha
8030:
8031: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8032: â ìåòîäå _select ( new feature: #810 )
8033:
8034: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8035: options were specified together is simplified
8036:
8037: 2011-11-12 misha
8038:
8039: * src/main/pa_request.C: - forgotten fix for escaping filename in
8040: HTTP content-disposition header (a part of bug #361 )
8041:
8042: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8043: checks for ancestors' classes as well ( new feature: #456 )
8044:
8045: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8046: "without cycle" now have types "parser.break" and
8047: "parser.continue" instead of "parser.runtime" ( new feature: #799
8048: )
8049:
8050: 2011-11-11 misha
8051:
8052: * tests/results/: 099.processed, 100.processed, 205.processed,
8053: 237.processed: - since bug #361 was fixed the content of filename
8054: in HTTP headers is quoted
8055:
8056: * tests/results/270.processed: - result for test 270
8057:
8058: * tests/: 065.html, results/065.processed: - more tests for
8059: ^file:basename[] & Co were added
8060:
8061: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8062:
8063: * tests/270.html: - tests for ^file:find[] are added
8064:
8065: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8066: using option $.charset. option $.engoding is still supported but
8067: these options can not be specified together
8068:
8069: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8070: comparation charset name with string "UTF-8" ( bugfix: #759 )
8071:
8072: 2011-10-11 misha
8073:
8074: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8075: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8076: #622)
8077:
8078: 2011-09-30 misha
8079:
8080: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8081: exception "saving stat-ed file" ( bugfix: #395 )
8082:
8083: 2011-05-30 misha
8084:
8085: * src/classes/string.C: - fixed bug which was added with
8086: params.as_hash into string:sql
8087:
8088: 2011-05-29 misha
8089:
8090: * src/types/pa_value.C: - filename in content-disposition header
8091: must be quoted ( bugfix: #361 )
8092:
8093: 2011-05-27 misha
8094:
8095: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8096: created file
8097:
8098: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8099: usage
8100:
8101: * src/include/pa_exception.h: - one more string for exception was
8102: added
8103:
8104: 2011-05-25 misha
8105:
8106: * tests/269.html: - tests for checking input params in some dom
8107: methods
8108:
8109: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8110: was added. it isn't possible not wo create xdoc with invalid
8111: tagName. ( bugfix: #160 )
8112:
8113: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8114: string "data must be string" was mover from pa_exception.h to
8115: pa_xml_exception.h
8116:
8117: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8118: as_xmlncname, as_xmlname and as_xmlnsuri were added
8119:
8120: * src/main/pa_xml_exception.C: - XmlException accepts more options
8121:
8122: * src/include/pa_xml_exception.h: - XmlException accepts more
8123: options - XML-related exception's strings were added
8124:
8125: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8126: output_options were removed)
8127:
8128: 2011-05-19 misha
8129:
8130: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8131: params.as_hash is used more while parsing methods hash-options
8132:
8133: 2011-05-18 misha
8134:
1.211 moko 8135: * operators.ru.txt, operators.txt: - info about json-serialization
8136: of xdoc was added
1.95 moko 8137:
8138: * tests/256.html: - tests for json-serialization xdoc were added
8139:
8140: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8141:
8142: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8143: classes/json.C, classes/xdoc.C: - now json:string can serialize
8144: xdoc-objects. options (the same as ^xdoc.string[]) could be
8145: specified in $.xdoc[] ( new feature: #265 )
8146:
8147: 2011-05-15 misha
8148:
8149: * tests/268.html: - tests for ^table.count[with options] were added
8150:
8151: * src/classes/table.C: - method ^table.count[] now can accept
8152: options ( new feature: #93 ): ^table.count[column] returns number
8153: of columns for named table; ^table.count[cells] returns number of
8154: cells in the current row; ^table.count[] & ^table.count[rows]
8155: return number of rows in a table.
8156:
8157: * tests/267.html: - test for checking switch/case in boolean mode
8158: was added
8159:
8160: * src/classes/op.C: - if switch's or case's value is bool, they are
8161: compared as bool values, not as double values: new feature: #351
8162:
8163: 2011-05-06 misha
8164:
8165: * tests/242.html: - EOL before EOF was added
8166:
8167: * tests/169.html: - tests for splitting empty string and void were
8168: added
8169:
8170: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8171: returned table with one empty cell)
8172:
8173: 2011-04-03 misha
8174:
8175: * src/include/pa_version.h, configure.in: - version in head was
8176: changed to 3.4.2b
8177:
8178: 2011-03-30 misha
8179:
8180: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8181: as well ( new feature #294 )
8182:
8183: 2011-03-29 misha
8184:
8185: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8186: limited to approx. 6 MB. previous limits were too big for real
8187: life. bugfix: #216
8188:
8189: 2011-03-04 moko
8190:
8191: * etc/parser3.charsets/cp866.cfg: Conforms to
8192: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8193:
8194: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8195: vlalek@
8196:
8197: 2011-02-22 misha
8198:
1.211 moko 8199: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8200: methods mustn't be under #ifdef XML or parser can't be compiled
8201: without xml support
1.95 moko 8202:
8203: 2011-02-21 misha
8204:
1.116 moko 8205: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8206: ApacheModuleParser3.vcproj was removed
8207:
8208: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8209: removed)
8210:
8211: 2011-02-20 misha
8212:
8213: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8214: $.overridden in ^reflection:method_info[...] were added
8215:
8216: * src/classes/reflection.C: - beautifying result of
8217: ^reflection:method_info[] ($.overridden/inherited)
8218:
8219: 2011-02-18 misha
8220:
8221: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8222: and pa_isalnum instead of isalpha and isalnum - bug with
8223: redundand quoting lowercased latin chars while building email
8224: body was fixed
8225:
8226: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8227: added (they check for latin chars only)
8228:
8229: 2011-02-16 misha
8230:
8231: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8232: string size for transcoding gave too small value (should ever
8233: look for availability char in dest charset inspite of the char
8234: size)
8235:
8236: 2011-02-04 moko
8237:
8238: * tests/223.html: header values now not url-encoded (issue #195)
8239:
8240: 2011-02-01 misha
8241:
8242: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8243:
8244: 2011-01-31 misha
8245:
8246: * src/main/pa_request.C: - throw exception if param file_name in
8247: use_file is empty
8248:
8249: 2011-01-08 moko
8250:
8251: * src/classes/curl.C: compilations errors fixed
8252:
8253: 2010-12-29 moko
8254:
8255: * tests/: 265.html, results/265.processed: test for issue #200
8256: added
8257:
8258: * src/main/pa_string.C: empty regex result check added (fixes issue
8259: #200)
8260:
8261: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8262:
8263: * tests/results/223.processed: header values now not url-encoded
8264: (issue #195)
8265:
8266: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8267: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8268: pa_http_safe_header_name added for headers names (fixes bug #195)
8269:
8270: 2010-12-18 misha
8271:
8272: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8273: => pa-include
8274:
8275: 2010-11-28 moko
8276:
8277: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8278:
8279: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8280: -> pa
8281:
8282: * configure.in: apr -> pa
8283:
8284: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8285:
8286: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8287: classes/Makefile.am, types/Makefile.am: apr -> pa
8288:
8289: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8290: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8291: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8292: pa-include/pa_apr.h, pa-include/pa_errno.h,
8293: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8294: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8295: module apr name conflict resolved)
8296:
8297: 2010-11-27 misha
8298:
8299: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8300: libbz2
8301:
8302: 2010-11-26 misha
8303:
8304: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8305: warnings removed
8306:
8307: 2010-11-25 moko
8308:
1.211 moko 8309: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8310:
1.211 moko 8311: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8312:
1.211 moko 8313: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8314:
8315: * buildall-with-xml: libxml2-2.7.8 + with-apache
8316:
8317: 2010-11-24 moko
8318:
1.116 moko 8319: * configure: apxs support
1.95 moko 8320:
8321: * configure.in: apxs support -Bstatic gc removed for OS X
8322:
8323: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8324:
8325: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8326: THREAD_LOCAL usage
8327:
8328: * src/: classes/curl.C, include/pa_config_includes.h,
8329: main/pa_globals.C: THREAD_LOCAL defined and used
8330:
8331: 2010-11-23 moko
8332:
8333: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8334: should be passed to pa_sleep, and only fractional part (bugfix:
8335: #188)
8336:
8337: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8338:
8339: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8340: GC_dont_gc=1, as in cgi version
8341:
8342: * src/targets/apache/mod_parser3.c: warning war
8343:
8344: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8345: pa_httpd.h: version removed, some trash removed
8346:
8347: * src/targets/apache/mod_parser3.c: version removed (we don't want
8348: to show it), warning war
8349:
8350: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8351: pa_httpd.h: parser_status_allowed removed + merge config
8352: functions removed (override is the default) + beauty
8353:
8354: * src/: include/pa_request.h, main/pa_request.C,
8355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8356: hide $status used in apache module removed
8357:
8358: 2010-11-18 moko
8359:
1.211 moko 8360: * operators.ru.txt, operators.txt: $.table[compact] added for
8361: ^json:string[]
1.95 moko 8362:
8363: 2010-11-16 moko
8364:
8365: * src/targets/apache/mod_parser3.c: some cleanup done
8366:
8367: * src/main/untaint.C: bugfix: first, second String::Body argument
8368: is hashcode; second, info.fragment_begin is original, not
8369: resulting length
8370:
8371: * src/classes/file.C: new feature: $.stdin now untainted
8372:
8373: * tests/results/264.processed: new feature: $.stdin[] now untainted
8374:
8375: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8376:
8377: * src/classes/op.C: ^apply-taint[] method added
8378:
8379: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8380: added; $.stdin untaint test added
8381:
8382: 2010-11-15 moko
8383:
8384: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8385: removed
8386:
8387: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8388: pa_httpd.h: 2x2 calculated under apache2. :)
8389:
8390: 2010-11-13 moko
8391:
8392: * src/targets/apache/mod_parser3.c: initial changes to build module
8393: with apache 2.x includes
8394:
8395: * src/targets/apache/: Makefile.am, mod_parser3.c,
8396: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8397: united apache 1.3 / apache 2.x DSO module
8398:
8399: 2010-11-09 moko
8400:
8401: * src/types/pa_method.h: check added to dissallow @method[name;*]
8402: syntax
8403:
8404: * tests/: 263.html, results/263.processed: test from method[*args]
8405: added
8406:
8407: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8408: number of params can now be passed to a method declared with *arg
8409:
8410: 2010-11-06 moko
8411:
8412: * src/classes/table.C: formating fixed. :)
8413:
8414: * src/classes/table.C: closes #4: ^table.select now supports
8415: $.limit(), $.offset, $.reverse() options
8416:
8417: * tests/: 262.html, results/262.processed: test for ^table:select
8418: with options added (feature #4)
8419:
8420: * src/include/pa_array.h: remove function added
8421:
8422: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8423: object in get_element/put_element, using static one.
8424:
8425: 2010-11-04 moko
8426:
8427: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8428: options is passed
8429:
8430: * tests/: 256.html, results/256.processed: $.table[compact] feature
8431: now tested; k and p in handler now tested.
8432:
8433: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8434: $.table[compact] feature added
8435:
8436: * src/classes/json.C: key is now passed to handler in
8437: value_json_string; ^json:string result now process tainting
8438: inside and returns clean string, related to issue #153
8439:
8440: * src/main/untaint.C: bugfix: charset can be null (in
8441: ^string:save[] as example), thus check is added
8442:
8443: 2010-10-31 moko
8444:
8445: * src/classes/string.C: error message changed (fixes issue #149)
8446:
8447: 2010-10-29 moko
8448:
8449: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8450: port is not default (fixes issue #155); exception on invalid port
8451: added.
8452:
8453: * src/main/untaint.C: '*' is now not urlencoded to allow header
8454: "Accept: */*" to be passed
8455:
8456: 2010-10-28 moko
8457:
8458: * src/classes/curl.C: bugfix: detect_charset() was throwing
8459: exception on unknown charset even if response_charset was
8460: specified
8461:
8462: 2010-10-27 moko
8463:
8464: * src/classes/string.C: ^string.append removed for void
8465: compatibility
8466:
8467: 2010-10-26 moko
8468:
8469: * src/classes/json.C: libjson supports array at top level, we too
8470: (GPF fixed)
8471:
8472: 2010-10-25 moko
8473:
8474: * tests/: 253.html, results/253.processed: libjson supports array
8475: at top level, parser now supports it as well.
8476:
8477: * tests/261.html, tests/results/261.processed,
8478: src/types/pa_vstring.h: empty string is now void compatible
8479: (allows $empty.key)
8480:
8481: 2010-10-22 misha
8482:
8483: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8484: while adding additional expires checkout)
8485:
8486: * tests/030.html: - test for session cookie was added
8487:
8488: 2010-10-21 moko
8489:
8490: * src/: classes/string.C, classes/void.C, main/execute.C,
8491: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8492: string (feature #111)
8493:
8494: * tests/: 261.html, results/261.processed: checks void from string
8495: inheritance (feature #111)
8496:
8497: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8498: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8499: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8500: now true by default
8501:
8502: 2010-10-17 moko
8503:
8504: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8505: upload now uses binary blocks instead of L_FILE_POST tainting.
8506: (bugfix: #128)
8507:
8508: * tests/: 223.html, results/223.processed: binary file upload test
8509: added, GPF (issue #128) also checked in this test
8510:
8511: 2010-10-13 misha
8512:
8513: * tests/260.html: - test for math:convert
8514:
8515: * src/classes/math.C: - error in math:convert was fixed
8516:
1.211 moko 8517: * operators.ru.txt, operators.txt: - info about
1.95 moko 8518: ^math:convert[number](from-base;to-base) was added
8519:
8520: * src/classes/math.C: - method
8521: ^math:convert[number](from-base;to-base) for converting number
8522: represention from one base to another was added ( new feature:
8523: #23 )
8524:
8525: 2010-10-13 moko
8526:
8527: * src/main/compile.tab.C: [] now is empty string, not void
8528:
8529: * src/main/compile.y: [] now is empty string, not void
8530:
8531: * src/types/pa_vvoid.h: void now passed as parameter
8532:
8533: * tests/: 259.html, results/259.processed: to test difference
8534: between void and empty string (see ticket #111)
8535:
8536: * tests/results/152.processed: $sEmpty[] is now empty string, not
8537: void
8538:
8539: * tests/256.html: $s[$void] is no longer empty string
8540:
8541: * tests/254.html: empty string is no longer void
8542:
8543: 2010-10-12 misha
8544:
8545: * src/types/pa_vcookie.C: - check if $.expires value can be
8546: converted to date during cookies set up ( bugfix: #104 )
8547:
8548: * tests/041.html: - more tests for ^table.locate were added
8549:
8550: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8551: work ( bugfix: #129 ) - exception comment for incorrect options
8552: ^table.locate[field;value;options] was fixed
8553:
8554: 2010-10-10 moko
8555:
8556: * src/: classes/reflection.C, main/execute.C: constructor returning
8557: another object feature returned
8558:
8559: * tests/results/258.processed: test result updated as constructor
8560: returning another object feature returned
8561:
8562: * tests/: 258.html, results/258.processed: test for constructor
8563: returning another object
8564:
8565: 2010-10-08 misha
8566:
8567: * tests/257.html: - whitespaces after @METACOMMANDS and their
8568: options shouldn't cause exceptions any longer
8569:
8570: 2010-10-06 moko
8571:
8572: * src/classes/: hash.C, table.C: length from sql server is now
8573: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8574:
8575: 2010-10-02 misha
8576:
1.211 moko 8577: * operators.ru.txt, operators.txt: - the X mark was removed from
8578: ^cache[file]. it is usable to delete cache file.
1.95 moko 8579:
8580: 2010-10-02 moko
8581:
8582: * tests/: 253.html, results/253.processed: hook_key added for key
8583: checking
8584:
8585: * src/classes/json.C: null key bug fixed
8586:
8587: 2010-09-29 misha
8588:
8589: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8590:
8591: 2010-09-25 moko
8592:
8593: * src/classes/json.C: small fixed
8594:
8595: * tests/results/: 253.processed, 255.processed: just updated
8596:
8597: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8598: results/255.processed: charset transcode test added for
8599: json:parse
8600:
8601: 2010-09-24 moko
8602:
8603: * src/types/pa_value.h: warning war :)
8604:
8605: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8606: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8607: ^json:string
8608:
8609: 2010-09-22 moko
8610:
8611: * src/main/pa_charset.C: parser charset tables declare only
8612: white-space before 0x20, thus adding the missing chars
8613:
8614: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8615: to http://unicode.org/Public/MAPPINGS/VENDORS/
8616:
8617: 2010-09-21 misha
8618:
8619: * src/main/compile.y: - some semicolons were added (VS2010 don't
8620: want to compile grammar if they are absent)
8621:
8622: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8623:
8624: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8625:
8626: * src/main/main.vcproj: - path to bison is changed
8627:
8628: 2010-09-21 moko
8629:
1.116 moko 8630: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8631: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8632: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8633:
8634: 2010-09-20 misha
8635:
8636: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8637:
8638: * src/classes/json.C: - add EOL while json-serializing hash
8639:
8640: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8641: compilers don't like 'ES'.
8642:
8643: 2010-09-17 misha
8644:
1.211 moko 8645: * operators.ru.txt, operators.txt: - info about json class was
8646: added
1.95 moko 8647:
8648: * src/classes/json.C: - ^json:string[object]
8649:
8650: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8651: preventing infinite recursion while executing json:string was
8652: added
8653:
8654: * src/include/pa_string.h: - method append_quoted was added
8655:
8656: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8657: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8658: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8659: was added to Value & Co
8660:
8661: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8662: were used
8663:
8664: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8665: were added
8666:
8667: 2010-09-10 moko
8668:
8669: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8670: die_or_abort (backport from 3.4.1)
8671:
8672: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8673: die_or_abort (bugfix: #106)
8674:
8675: 2010-09-09 moko
8676:
8677: * src/classes/json.C: warning war. :)
8678:
8679: 2010-09-08 misha
8680:
8681: * src/lib/json/Makefile.am: - additional include directories were
8682: added (for pa_memory.h and gc.h)
8683:
8684: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8685: compile as C++ instead default - additional include directory was
8686: added (for gc.h)
8687:
8688: * src/types/pa_vform.C: - little code reformating
8689:
8690: * src/classes/file.C: - $.content-type option now can be specified
8691: in ^file::create ( new feature: #102 )
8692:
8693: 2010-09-08 moko
8694:
8695: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8696: pa_malloc/pa_free
8697:
8698: 2010-09-07 moko
8699:
8700: * tests/results/254.processed: VStateless_class:put_element
8701: exception was fixed
8702:
8703: * src/types/: pa_value.h, pa_vstateless_class.h: now
8704: VStateless_class:put_element barks self.type, not this.type
8705: (bugfix: #105)
8706:
8707: 2010-09-06 moko
8708:
8709: * src/classes/reflection.C: bugfix: new String() is required for
8710: exception handling
8711:
8712: * tests/: 254.html, results/254.processed: test modified
8713:
8714: 2010-09-05 moko
8715:
8716: * tests/: 254.html, results/254.processed: ^reflection:copy test
8717: added
8718:
8719: * src/: classes/reflection.C, include/pa_request.h:
8720: ^reflection:copy implemented (new feature: #100)
8721:
8722: 2010-09-03 moko
8723:
8724: * src/lib/json/JSON_parser.C: c++ compatiblity
8725:
8726: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8727: option testing added
8728:
8729: 2010-09-02 moko
8730:
8731: * src/classes/json.C: $.distinct[first|last|all] added
8732:
8733: 2010-09-01 moko
8734:
8735: * tests/results/253.processed: json test result
8736:
8737: * tests/: 253.html, 253_json.txt: json test added
8738:
8739: * src/classes/json.C: json.C update to actual version + hash key
8740: creation bugfix
8741:
8742: 2010-08-31 misha
8743:
8744: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8745: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8746: src/lib/Makefile.am, src/classes/Makefile.am,
8747: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8748: json library was added
8749:
8750: 2010-08-30 moko
8751:
8752: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8753: types/pa_vobject.C: cosmetic optimization in
8754: request:execute_method usage
8755:
8756: * src/: include/pa_charset.h, main/pa_charset.C: small
8757: optimization, just to decrease number of lines. :)
8758:
8759: 2010-08-27 misha
8760:
8761: * src/classes/op.C: - taint[json] was added
8762:
8763: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8764: were added
8765:
8766: * src/main/pa_exec.C: - warning fix was rolled back.
8767:
8768: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8769: include/pa_string.h: - taint[json] was added - escaping was
8770: slightly modified
8771:
8772: 2010-08-25 misha
8773:
8774: * src/classes/file.C: - typo in file:sql exception was fixed
8775:
8776: * src/main/pa_exec.C: - warning about declared and not used
8777: variable forced_allow was removed
8778:
8779: 2010-08-14 misha
8780:
8781: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8782: were removed
8783:
8784: 2010-08-11 moko
8785:
8786: * tests/: 249.html, results/249.processed: default setter and
8787: anti-recursive default getter test added
8788:
8789: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8790: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8791: types/pa_vobject.h, types/pa_vstateless_class.C,
8792: types/pa_vstateless_class.h: default setter support +
8793: anti-recursive default getter support ( new feature: #13 )
8794:
8795: * src/include/pa_hash.h: optimization: threshold member removed
8796: from hash, reducing sizeof(hash)
8797:
8798: 2010-08-10 misha
8799:
8800: * tests/196.html: - junction-method was added to the test
8801:
8802: * tests/248.html: - ups. typo :)
8803:
8804: * tests/248.html: - test for checking .match with 4 params
8805:
8806: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8807: 247_windows1251.txt: - test for "transcode file from utf-8 to
8808: $request:charset during loading if the BOM code is detected"
8809:
8810: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8811: $request:charset during loading if the BOM code is detected ( new
8812: feature: #98 )
8813:
8814: 2010-08-05 misha
8815:
8816: * src/classes/image.C: - ^image.replace now can accept only 2
8817: params. in this case the whole image is affected ( new feature:
8818: #95 )
8819:
8820: 2010-08-04 misha
8821:
8822: * tests/246.html: - test tor ^hash._at[] was added
8823:
8824: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8825: #53 )
8826:
8827: * src/include/pa_hash.h: - methods for accessing the first and the
8828: last values of ordered hash were added (first_value and
8829: last_value)
8830:
8831: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8832: (similar to others file's methods):
8833: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8834: #68 )
8835:
8836: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8837:
8838: 2010-08-01 moko
8839:
8840: * src/classes/op.C: to correctly process $result[] in code, called
8841: from ^process
8842:
8843: * tests/245.html: $result in ^process[] test added
8844:
8845: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8846: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8847: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8848: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8849: caller, self) op_call(VMethodFrame &frame, bool constructing)
8850: removed, construct(class,method) added
8851:
8852: * tests/results/: 192.processed, 244.processed: request::construct
8853: added
8854:
8855: * tests/: 244.html, 245.html, results/244.processed,
8856: results/245.processed: object creation exceptions and ^process
8857: tests added
8858:
8859: 2010-07-28 misha
8860:
8861: * tests/make_tests.cmd: - win32 EOLs
8862:
8863: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8864: tests on Win32 were added (The system timezone should be GMT+3)
8865:
8866: 2010-07-26 misha
8867:
8868: * tests/: 212.html, results/212.processed: - sizes were removed
8869: mecause they could be different on different OSs
8870:
8871: * tests/065.html: - make it "win32 friendly"
8872:
8873: 2010-07-25 misha
8874:
8875: * src/main/compile.y: - all EOLs between methods are removed during
8876: compilation ( new feature: #47 )
8877:
8878: * tests/results/149.processed: - prepare tests to trim trailing
8879: methods' EOLs
8880:
8881: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8882:
8883: * tests/: results/006.processed, results/014.processed, 006.html,
8884: 014.html, 022.html: - prepare tests to trim trailing methods'
8885: EOLs
8886:
8887: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8888: results/071.processed, results/022.processed: - prepare tests to
8889: trim trailing methods' EOLs
8890:
8891: * tests/: results/073.processed, results/109.processed,
8892: results/142.processed, results/144.processed,
8893: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8894: 144.html: - prepare tests to trim trailing methods' EOLs
8895:
8896: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8897: 149.html, 152.html, results/096.processed, results/107.processed,
8898: results/109.processed, results/142.processed,
8899: results/144.processed: - prepare tests to trim trailing methods'
8900: EOLs
8901:
8902: 2010-07-24 moko
8903:
8904: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8905: the hash order in this test
8906:
8907: * tests/014.html: to check hash order, hash no is longer sorted
8908: before print
8909:
8910: * src/include/pa_hash.h: hash copy constructor now keeps order
8911: (bugfix: #54)
8912:
8913: 2010-07-23 moko
8914:
8915: * tests/results/224.processed: @auto[] is no longer inherited
8916:
8917: * src/types/pa_vstateless_class.C, tests/227.html,
8918: tests/results/227.processed: @auto[] is no longer inherited
8919: (bugfix: #57)
8920:
8921: 2010-07-22 misha
8922:
8923: * src/classes/table.C: - don't skip comment lines during
8924: table::load if encloser or separator is set as '#' ( new feature:
8925: #30 )
8926:
8927: * src/targets/cgi/parser3.C: - don't run as cgi if
8928: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8929: #12 )
8930:
8931: * src/classes/file.C: - set PARSER_VARSION env before external
8932: script executing
8933:
8934: 2010-07-13 misha
8935:
8936: * tests/058.html: - test for suppressing @border was added - test
8937: for user attribute was added
8938:
8939: * tests/results/186.processed: unescaping from \uXXXX
8940:
8941: * tests/186.html: unescaping from \uXXXX
8942:
8943: * tests/: 239.html, results/239.processed: method call type
8944:
8945: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8946: $junction_method.CLASS_NAME (+CLASS)
8947:
8948: 2010-07-07 misha
8949:
8950: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8951: *nix
8952:
8953: 2010-07-05 misha
8954:
8955: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8956: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8957: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8958: comment strings "options must be hash", "options must be hash,
8959: not code" and "called with invalid option" were replaced by
8960: constatns - exception comment string "invalid option passed" was
8961: replaced by "called with invalid option" (now in different
8962: methods are the same exception comment string)
8963:
8964: * src/include/pa_exception.h: - more exception strings were defined
8965:
8966: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8967: types/pa_vstateless_class.h: - now we can define possible
8968: method's call type ( new feature: #5 ) 1.
8969: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8970: methods 2. @static:method[params] (only static keyword could be
8971: used here) -- for specified methods
8972:
8973: * src/main/pa_common.C: - junction points should not be deleted on
8974: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8975: cleanup
8976:
8977: 2010-07-03 misha
8978:
8979: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8980: results/158.processed, results/160.processed,
8981: results/161.processed, results/162.processed,
8982: results/163.processed: - prepare tests to trim trailing methods'
8983: EOLs
8984:
8985: * tests/results/169.processed: - prepare tests to trim trailing
8986: methods' EOLs
8987:
8988: * tests/results/: 168.processed, 169.processed: - prepare tests to
8989: trim trailing methods' EOLs
8990:
8991: * tests/: results/170.processed, results/167.processed,
8992: results/168.processed, results/169.processed, 167.html, 168.html,
8993: 169.html: - prepare tests to trim trailing methods' EOLs
8994:
8995: * tests/: results/170.processed, results/171.processed,
8996: results/172.processed, results/173.processed,
8997: results/174.processed, results/175.processed, 170.html, 171.html,
8998: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8999: trailing methods' EOLs
9000:
9001: * tests/: results/176.processed, results/180.processed,
9002: results/184.processed, results/185.processed,
9003: results/191.processed, results/192.processed,
9004: results/196.processed, results/197.processed,
9005: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9006: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9007: to trim trailing methods' EOLs
9008:
9009: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9010: results/199.processed, results/208.processed,
9011: results/209.processed, results/213.processed,
9012: results/214.processed: - prepare tests to trim trailing methods'
9013: EOLs
9014:
9015: 2010-06-29 misha
9016:
9017: * tests/: 220.html, 218.html, results/218.processed,
9018: results/215.processed, results/217.processed, 215.html, 217.html:
9019: - prepare tests to trim trailing methods' EOLs
9020:
9021: * tests/: results/224.processed, 224.html, 223.html,
9022: results/223.processed, results/220.processed: - prepare tests to
9023: trim trailing methods' EOLs
9024:
9025: * tests/results/: 226.processed, 230.processed: - prepare tests to
9026: trim trailing methods' EOLs
9027:
9028: * tests/: 229.html, results/229.processed: - prepare tests to trim
9029: trailing methods' EOLs
9030:
9031: * tests/: 232.html, 235.html, results/232.processed,
9032: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9033: results/226.processed, results/227.processed,
9034: results/228.processed, results/230.processed: - prepare tests to
9035: trim trailing methods' EOLs
9036:
9037: 2010-06-16 moko
9038:
9039: * tests/: 229.html, results/229.processed: elseif now supported in
9040: ^if
9041:
9042: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9043:
9044: 2010-06-03 misha
9045:
9046: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9047: instead of memcopy for overlaped regions
9048:
9049: 2010-05-25 misha
9050:
9051: * src/main/pa_common.C: - wanring about unused vars was removed
9052:
9053: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9054: get_method_filename was moved to execute.C
9055:
9056: 2010-05-23 misha
9057:
9058: * src/main/pa_request.C: - more accurate detection of method's file
9059:
9060: 2010-05-22 misha
9061:
9062: * src/classes/reflection.C: - bugfix: core during detection of
9063: .file if filespec isn't detected successfully
9064:
9065: 2010-05-20 misha
9066:
9067: * src/main/pa_request.C: - fix in get_method_filename
9068:
9069: * src/include/pa_request.h: - new feature: #24 -- searching
9070: included file in @USE/^use is changed. if its filespec doesn't
9071: start from '/' it will be searched in caller file directory
9072:
9073: * src/classes/reflection.C: - ^reflection:method_info returns file
9074: where the method is defined
9075:
9076: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9077: classes/op.C: - new feature: #24 -- searching included file in
9078: @USE/^use is changed. if its filespec doesn't start from '/' it
9079: will be searched in caller file directory
9080:
9081: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9082: is moved to pa_common.h
9083:
9084: 2010-05-18 misha
9085:
9086: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9087: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9088: cookie parser decode \uXXXX as well as %uXXXX
9089:
9090: 2010-05-17 misha
9091:
9092: * src/classes/curl.C: beauty: - unused param is removed in method
9093: _curl_version_action - some spaces were removed or replaced by
9094: tabs
9095:
9096: * src/classes/table.C: - bugfix: #72 core with empty value during
9097: ^table.hash[...;name_of_the_last_column][$.type[string]]
9098:
9099: 2010-05-16 misha
9100:
9101: * src/classes/curl.C: new: #61 more curl options were added
9102: (contributed by Sumo)
9103:
9104: 2010-04-29 pretender
9105:
9106: * src/main/pa_string.C: fixes #63 Split result from empty string
9107: now empty string.
9108:
9109: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9110: string type.
9111:
9112: 2010-04-28 pretender
9113:
9114: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9115: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9116: macrodefinition removed
9117:
9118: 2010-04-19 pretender
9119:
9120: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9121: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9122:
9123: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9124: fixes #64 Now file.missing exception generates in unsafe mode to.
9125:
9126: * src/classes/file.C: fixes #48 Now not throw "not save environment
9127: variable" exception in grpunlim version.
9128:
9129: 2010-04-05 misha
9130:
9131: * src/classes/string.C: - new feature: 4th param was added to
9132: match. if specified its value is returned in case of nothing was
9133: found
9134:
9135: 2010-04-01 misha
9136:
9137: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9138: multiple execution of /a/b/auto.p
9139:
9140: 2010-03-19 misha
9141:
9142: * src/main/execute.C: - core in $table1.$table2 was fixed
9143:
9144: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9145:
9146: 2010-01-27 misha
9147:
9148: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9149: trying to open file by path /existing-file/non-exixting-file
9150:
9151: 2010-01-26 misha
9152:
9153: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9154: was added (returns file)
9155:
9156: 2009-12-22 misha
9157:
9158: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9159: now parser doesn't have class curl if it was built without it
9160:
9161: 2009-12-15 misha
9162:
9163: * configure.in: - little cheat with curl include dir was added
9164:
9165: 2009-12-05 misha
9166:
9167: * src/classes/curl.C: - some fixes
9168:
9169: 2009-12-04 misha
9170:
9171: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9172: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9173: buildall-with-xml, buildall-without-xml, configure.in: - curl
9174: class was added
9175:
9176: * src/include/pa_hash.h: - hash-iterator was added
9177:
9178: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9179: was added to pcre
9180:
9181: 2009-11-27 misha
9182:
9183: * src/classes/image.C: - don't add @border attribute to output of
9184: ^image.html[] if it was specified by user with empty value
9185:
9186: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9187: root element and we are trying to access .documentElement
9188:
9189: 2009-11-11 misha
9190:
9191: * src/classes/table.C: - in ^table.flip[] look at number of columns
9192: instead of number of items in first row for named tables
9193:
9194: 2009-11-10 misha
9195:
1.211 moko 9196: * operators.ru.txt, operators.txt: - info about hash-options in
9197: ^file::create was added
1.95 moko 9198:
9199: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9200: added
9201:
9202: 2009-11-09 misha
9203:
9204: * buildall-with-xml: - moving to libxml 2.7.6
9205:
9206: * tests/236.html: - tests for comparations cords with functions
9207: were added
9208:
9209: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9210: added
9211:
9212: * src/main/pa_http.C: - little optimisation
9213:
9214: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9215: GPF mallocs + stringstream (table.save)
9216:
9217: * src/classes/file.C: - file::create now accepts 4th param: options
9218: with $.charset
9219:
9220: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9221: bug in cord (comparation cords with functions was buggy)
9222:
9223: 2009-11-06 misha
9224:
9225: * src/main/pa_string.C: - bugfix: calculation string.length
9226: sometimes was buggy
9227:
9228: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9229: destroyed if exception occured during match/replace
9230:
9231: * src/: main/pa_charset.C, include/pa_charset.h: - method
9232: lengthUTF8Char was added
9233:
9234: * src/classes/op.C: - clean tainting lang was added for user's
9235: usage
9236:
9237: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9238: fixed: checkouts are required after GC_MALLOC
9239:
9240: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9241:
1.211 moko 9242: * operators.ru.txt, operators.txt: - actually, there is no
9243: ^untaint[xml] in file::create
1.95 moko 9244:
9245: 2009-10-15 misha
9246:
9247: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9248: were added
9249:
9250: * tests/234.html: - more tests for checking ^taint[uri] escaping
9251: were added
9252:
9253: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9254: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9255: hacking: for dealing with transcoding+^taint[uri]
9256: transcode_and_untaint was replaced by untaint_and_transcode
9257:
9258: 2009-10-13 misha
9259:
9260: * tests/: 121.html, results/121.processed: - test transcoding +
9261: url-escaping now
9262:
9263: * tests/results/auto.p: - more helpers' methods were added
9264:
9265: * src/main/pa_globals.C: - die instead of abort
9266:
9267: 2009-10-06 misha
9268:
9269: * src/main/pa_common.C: - don't allocate memory during
9270: capitalization if input string is already capitalized
9271:
9272: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9273:
9274: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9275: use format function because it calls malloc
9276:
9277: * src/include/pa_common.h: - more capitalized headers were added
9278:
9279: * src/main/pa_common.C: - in safe mode clear executable bits during
9280: file writing
9281:
9282: 2009-10-05 misha
9283:
9284: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9285:
9286: 2009-10-03 misha
9287:
9288: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9289: ^img.text[] & ^img.length[] can work in utf-8 now
9290:
9291: * src/: include/pa_charset.h, main/pa_charset.C: - class
9292: UTF8_string_iterator was added
9293:
9294: * src/classes/image.C: - respect utf-8 when calculate alphabet
9295: length
9296:
9297: * src/classes/mail.C: - check from before get message.cstr
9298:
9299: 2009-10-02 misha
9300:
9301: * tests/233.html: - test for image.font, image.length, image.text
9302: with text in utf-8 were added
9303:
9304: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9305:
9306: * buildall-with-xml, buildall-without-xml: - comment about gc
9307: version for freebsd 4 was added
9308:
9309: 2009-10-01 misha
9310:
9311: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9312: terminator) - read_pipe were slightly optimized
9313:
9314: 2009-09-28 misha
9315:
9316: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9317: removed
9318:
9319: * src/types/pa_vmail.C: - forgot about space after ':'
9320:
9321: * src/types/pa_vmail.C: - escape filenames while preparing mail
9322: body - small simplifications
9323:
9324: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9325: inout params like pa_base64
9326:
9327: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9328: option $.debug-print(1) was added to mail:send - changes for
9329: using uue_encode which uses less memory
9330:
9331: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9332:
9333: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9334: memory now
9335:
9336: 2009-09-26 misha
9337:
9338: * src/types/pa_vmail.C: - default encoding now is base64
9339:
9340: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9341:
9342: 2009-09-25 misha
9343:
9344: * src/types/pa_vmail.C: - capitalization of headers was added to
9345: sending mail as well
9346:
9347: * buildall-with-xml: - catalog package was removed from libxml
9348:
9349: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9350: win32 absolute path
9351:
9352: * src/include/pa_common.h: - one more capitalized header was added
9353:
9354: 2009-09-22 misha
9355:
9356: * INSTALL: - comment about building just httpd binary while
9357: building apache module was added
9358:
9359: 2009-09-21 misha
9360:
9361: * buildall-with-xml: - moving to the latest versions of xml libs:
9362: libxml 2.7.4 and libxslt 1.1.25
9363:
9364: 2009-09-19 misha
9365:
9366: * tests/231.html: - test for encoding cookie in win-1251
9367:
9368: 2009-09-18 misha
9369:
9370: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9371: object] were added
9372:
1.211 moko 9373: * operators.ru.txt, operators.txt: - info about method
9374: ^reflection:fields[class or object] was added
1.95 moko 9375:
9376: * src/classes/reflection.C: - method ^reflection:fields[class or
9377: object] was added
9378:
9379: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9380: methods get_fields were added
9381:
9382: * tests/232.html: - tests for @GET[name]
9383:
9384: * src/classes/table.C: - some changes in handling hash-options for
9385: creare, join and locate
9386:
9387: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9388: defined with option: the type of requested value
9389:
9390: 2009-09-17 misha
9391:
9392: * tests/212.html: - tests for .pattern and .options were added
9393:
9394: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9395: $regex.options were added
9396:
9397: 2009-09-11 misha
9398:
9399: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9400: rewrited. it checks not just one case of sending cookies during
9401: file::load[http], but also sending headers and fields (including
9402: files)
9403:
9404: 2009-09-10 misha
9405:
9406: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9407: was removed => now parser can open files with Russian 'r' in
9408: filename
9409:
9410: * src/main/untaint.C: - bugfix: client charset whould be analized
9411: while escaping cookies but now source charset
9412:
9413: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9414: ^tainted[uri] so it was possible to make request with incorrect
9415: http header
9416:
9417: * src/main/pa_http.C: - capitalization of http headers during
9418: file::load[http was slightly changes - bugfix: all headers which
9419: parser sends during file::load[http should be transcoded and only
9420: then escaped
9421:
9422: * src/main/untaint.C: - a bit more comments were added
9423:
9424: * src/classes/: file.C, string.C: - types where changes (minus 2
9425: warnings)
9426:
9427: * src/include/pa_common.h: - 2 capitalized strings for making http
9428: headers during file::load[http were added
9429:
9430: 2009-09-08 misha
9431:
1.211 moko 9432: * operators.ru.txt, operators.txt: - changes in file.save and
9433: string.save were added
1.95 moko 9434:
9435: * tests/: 230.html, 230.txt: - tests for checking options in
9436: file.save and string.save were added
9437:
9438: * src/main/pa_request.C: - http headers names, which are passed to
9439: SAPI::add_header_attribute are lowercased now (it'll be
9440: capitalized in that method)
9441:
9442: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9443: classes/string.C: - file_write accepts Request_charsets and asked
9444: charset and cound transcode content before writing - string.save
9445: and file.save have option $.charset now
9446:
9447: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9448: classes/xdoc.C: - file_write accepts Request_charsets and asked
9449: charset and cound transcode content before writing
9450:
9451: * src/include/pa_exception.h: - new exception comment string was
9452: defined
9453:
9454: 2009-09-07 misha
9455:
9456: * src/main/compile.y: - grammar $name\ name stops now for regex
9457: sub-pattern\s
9458:
9459: 2009-09-04 misha
9460:
9461: * src/main/pa_http.C: - capitalization of http headers during
9462: file::load[http was implemented
9463:
9464: 2009-09-03 misha
9465:
9466: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9467: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9468: types/pa_vmail.C, targets/cgi/parser3.C,
9469: targets/isapi/parser3isapi.C: - back to storing response http
9470: headers in lowercase - capitalize them during output
9471:
9472: 2009-08-31 misha
9473:
9474: * src/classes/table.C: - allow call with any brackets (it could be
9475: useful in methods with explict result declaration)
9476:
9477: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9478: correctly if $request:charset==koi8-r
9479:
9480: 2009-08-30 misha
9481:
9482: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9483: changed: content-type => Content-type and so on
9484:
9485: * src/classes/file.C, src/include/pa_common.h,
9486: src/include/pa_request.h, src/main/pa_http.C,
9487: src/main/pa_request.C, src/types/pa_vcookie.C,
9488: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9489: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9490: tests/results/002.processed, tests/results/003.processed,
9491: tests/results/004.processed, tests/results/005.processed,
9492: tests/results/006.processed, tests/results/007.processed,
9493: tests/results/008.processed, tests/results/009.processed,
9494: tests/results/010.processed, tests/results/011.processed,
9495: tests/results/012.processed, tests/results/013.processed,
9496: tests/results/014.processed, tests/results/015.processed,
9497: tests/results/016.processed, tests/results/017.processed,
9498: tests/results/018.processed, tests/results/019.processed,
9499: tests/results/020.processed, tests/results/021.processed,
9500: tests/results/022.processed, tests/results/023.processed,
9501: tests/results/024.processed, tests/results/025.processed,
9502: tests/results/026.processed, tests/results/027.processed,
9503: tests/results/028.processed, tests/results/029.processed,
9504: tests/results/030.processed, tests/results/031.processed,
9505: tests/results/032.processed, tests/results/033.processed,
9506: tests/results/034.processed, tests/results/035.processed,
9507: tests/results/036.processed, tests/results/037.processed,
9508: tests/results/038.processed, tests/results/039.processed,
9509: tests/results/040.processed, tests/results/041.processed,
9510: tests/results/042.processed, tests/results/043.processed,
9511: tests/results/044.processed, tests/results/045.processed,
9512: tests/results/046.processed, tests/results/047.processed,
9513: tests/results/048.processed, tests/results/049.processed,
9514: tests/results/050.processed, tests/results/051.processed,
9515: tests/results/052.processed, tests/results/053.processed,
9516: tests/results/054.processed, tests/results/055.processed,
9517: tests/results/056.processed, tests/results/057.processed,
9518: tests/results/058.processed, tests/results/059.processed,
9519: tests/results/060.processed, tests/results/061.processed,
9520: tests/results/062.processed, tests/results/063.processed,
9521: tests/results/064.processed, tests/results/065.processed,
9522: tests/results/066.processed, tests/results/067.processed,
9523: tests/results/068.processed, tests/results/069.processed,
9524: tests/results/070.processed, tests/results/071.processed,
9525: tests/results/072.processed, tests/results/073.processed,
9526: tests/results/074.processed, tests/results/075.processed,
9527: tests/results/076.processed, tests/results/077.processed,
9528: tests/results/078.processed, tests/results/079.processed,
9529: tests/results/080.processed, tests/results/081.processed,
9530: tests/results/082.processed, tests/results/083.processed,
9531: tests/results/084.processed, tests/results/085.processed,
9532: tests/results/086.processed, tests/results/087.processed,
9533: tests/results/088.processed, tests/results/089.processed,
9534: tests/results/090.processed, tests/results/091.processed,
9535: tests/results/092.processed, tests/results/093.processed,
9536: tests/results/094.processed, tests/results/095.processed,
9537: tests/results/096.processed, tests/results/097.processed,
9538: tests/results/098.processed, tests/results/099.processed,
9539: tests/results/100.processed, tests/results/101.processed,
9540: tests/results/102.processed, tests/results/103.processed,
9541: tests/results/104.processed, tests/results/105.processed,
9542: tests/results/106.processed, tests/results/107.processed,
9543: tests/results/108.processed, tests/results/109.processed,
9544: tests/results/110.processed, tests/results/111.processed,
9545: tests/results/112.processed, tests/results/113.processed,
9546: tests/results/114.processed, tests/results/115.processed,
9547: tests/results/116.processed, tests/results/117.processed,
9548: tests/results/118.processed, tests/results/119.processed,
9549: tests/results/120.processed, tests/results/121.processed,
9550: tests/results/122.processed, tests/results/123.processed,
9551: tests/results/124.processed, tests/results/125.processed,
9552: tests/results/126.processed, tests/results/127.processed,
9553: tests/results/128.processed, tests/results/129.processed,
9554: tests/results/130.processed, tests/results/131.processed,
9555: tests/results/132.processed, tests/results/133.processed,
9556: tests/results/134.processed, tests/results/135.processed,
9557: tests/results/136.processed, tests/results/138.processed,
9558: tests/results/139.processed, tests/results/140.processed,
9559: tests/results/141.processed, tests/results/142.processed,
9560: tests/results/143.processed, tests/results/144.processed,
9561: tests/results/145.processed, tests/results/146.processed,
9562: tests/results/147.processed, tests/results/148.processed,
9563: tests/results/149.processed, tests/results/150.processed,
9564: tests/results/151.processed, tests/results/152.processed,
9565: tests/results/153.processed, tests/results/154.processed,
9566: tests/results/155.processed, tests/results/156.processed,
9567: tests/results/157.processed, tests/results/158.processed,
9568: tests/results/159.processed, tests/results/160.processed,
9569: tests/results/161.processed, tests/results/162.processed,
9570: tests/results/163.processed, tests/results/164.processed,
9571: tests/results/165.processed, tests/results/166.processed,
9572: tests/results/167.processed, tests/results/168.processed,
9573: tests/results/169.processed, tests/results/170.processed,
9574: tests/results/171.processed, tests/results/172.processed,
9575: tests/results/173.processed, tests/results/174.processed,
9576: tests/results/175.processed, tests/results/176.processed,
9577: tests/results/177.processed, tests/results/178.processed,
9578: tests/results/179.processed, tests/results/180.processed,
9579: tests/results/181.processed, tests/results/182.processed,
9580: tests/results/183.processed, tests/results/184.processed,
9581: tests/results/185.processed, tests/results/186.processed,
9582: tests/results/187.processed, tests/results/188.processed,
9583: tests/results/189.processed, tests/results/190.processed,
9584: tests/results/191.processed, tests/results/192.processed,
9585: tests/results/193.processed, tests/results/194.processed,
9586: tests/results/195.processed, tests/results/196.processed,
9587: tests/results/197.processed, tests/results/198.processed,
9588: tests/results/199.processed, tests/results/200.processed,
9589: tests/results/201.processed, tests/results/202.processed,
9590: tests/results/203.processed, tests/results/204.processed,
9591: tests/results/205.processed, tests/results/206.processed,
9592: tests/results/207.processed, tests/results/208.processed,
9593: tests/results/209.processed, tests/results/210.processed,
9594: tests/results/211.processed, tests/results/212.processed,
9595: tests/results/213.processed, tests/results/214.processed,
9596: tests/results/215.processed, tests/results/216.processed,
9597: tests/results/217.processed, tests/results/218.processed,
9598: tests/results/219.processed, tests/results/220.processed,
9599: tests/results/221.processed, tests/results/222.processed,
9600: tests/results/223.processed, tests/results/224.processed,
9601: tests/results/225.processed, tests/results/226.processed,
9602: tests/results/227.processed, tests/results/228.processed,
9603: tests/results/229.processed: - http headers were changed:
9604: content-type => Content-type and so on
9605:
9606: 2009-08-27 misha
9607:
9608: * src/: main/pa_random.C, include/pa_random.h,
9609: targets/cgi/parser3.C: - year was updated :)
9610:
9611: 2009-08-26 misha
9612:
9613: * tests/: 224.html, 224.p: - test for creating of parser object
9614: using constructor without params - little bugfix in test
9615:
9616: * src/main/compile_tools.h: - bugfix: should't call autouse while
9617: checking existed class while processing partial option
9618:
9619: * src/classes/reflection.C: - bugfix: core when creating object
9620: with reflection and constructor doesn't have params
9621:
9622: 2009-08-24 misha
9623:
9624: * tests/229.html: - tests for checking the number of parameters
9625: were added
9626:
9627: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9628: number of method's parameters wasn't checked correctly (the bug
9629: was introduced in 3.4.0)
9630:
9631: 2009-08-22 misha
9632:
9633: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9634: transcoded, but tainted pieces are escaped only when
9635: content-type==url-encoding
9636:
9637: * tests/228.html: - test for checking
9638: ^file::load[http://...;$.body[]]
9639:
9640: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9641: post charset was too early (charsets is empty at this moment)
9642:
9643: 2009-08-21 misha
9644:
9645: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9646: main/untaint.C: - some fixes with transcode+untaint
9647:
9648: 2009-08-15 misha
9649:
9650: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9651: was increaced to 100 (was 50)
9652:
9653: * tests/227.html: - test for checking overriding properties in
9654: static classes was added
9655:
9656: * tests/: 226.html, 226.p: - test for @autoload[] was added
9657:
9658: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9659: main/execute.C, main/pa_request.C, classes/reflection.C: -
9660: autouse was implemented
9661:
9662: 2009-08-14 misha
9663:
9664: * src/classes/reflection.C: - outdated checkout was removed
9665:
9666: * src/classes/reflection.C: - optimization - method ^dynamical was
9667: added.
9668:
9669: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9670: types/pa_vstateless_class.h, main/execute.C: - optimization
9671:
9672: * src/types/pa_vclass.C: - exception if base on sytem class
9673:
9674: 2009-08-12 misha
9675:
9676: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9677: pa_vstateless_class.h: - little optimisation
9678:
9679: 2009-08-11 misha
9680:
9681: * tests/224.html: - method_params => method_info - checking for
9682: $.inherited
9683:
1.211 moko 9684: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9685: method method_params was renamed to method_info and now it
9686: returns class name, if method was defined in ancestor
1.95 moko 9687:
9688: * tests/225.html: - tests for cheching properties in hierarhical
9689: classes were added
9690:
9691: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9692: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9693: main/compile.y, main/execute.C, classes/classes.C: - problems
9694: with properties in new classes implementation were fixed
9695:
9696: 2009-08-10 misha
9697:
9698: * src/main/execute.C: - now constructor shouldn't be defined in
9699: class. it could be defined in parent.
9700:
9701: 2009-08-09 misha
9702:
9703: * src/classes/reflection.C: - ^reflection:methods doesn't return
9704: base's methods
9705:
9706: 2009-08-08 misha
9707:
9708: * src/: classes/classes.h, classes/date.C, classes/file.C,
9709: classes/form.C, classes/hash.C, classes/hashfile.C,
9710: classes/image.C, classes/mail.C, classes/op.C,
9711: classes/reflection.C, classes/regex.C, classes/string.C,
9712: classes/table.C, classes/xdoc.C, classes/xnode.C,
9713: classes/xnode.h, include/pa_hash.h, main/execute.C,
9714: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9715: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9716: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9717: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9718: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9719: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9720: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9721: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9722: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9723: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9724: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9725: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9726: types/pa_vresponse.C, types/pa_vresponse.h,
9727: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9728: types/pa_vstateless_object.h, types/pa_vstatus.C,
9729: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9730: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9731: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9732: types/pa_wwrapper.h, types/types.vcproj: - new classes
9733: implementation
9734:
9735: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9736: USE_MUNMAP is used. so it is disabled as a workaround.
9737:
9738: 2009-08-05 misha
9739:
9740: * src/: main/pa_common.C, include/pa_common.h: - not needed
9741: parameter was removed
9742:
9743: * src/main/pa_http.C: - bugfix: error was during detecting
9744: content-type of file which was loaded by http
9745:
9746: 2009-08-01 misha
9747:
9748: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9749: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9750: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9751: can't be disabled with defines any longer
9752:
9753: 2009-07-29 misha
9754:
9755: * src/classes/reflection.C, tests/results/224.processed: - for
9756: native methods with any call type now returned empty call_type
9757: value
9758:
9759: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9760: classes/table.C, include/pa_hash.h, include/pa_request.h,
9761: main/pa_request.C: - break in cycles was optimized
9762:
9763: * INSTALL: - more defines were described
9764:
9765: 2009-07-28 misha
9766:
1.211 moko 9767: * operators.ru.txt, operators.txt: - some changes in information
9768: about reflection class
1.95 moko 9769:
9770: * tests/: 224.html, 224.p: - tests for reflection class
9771:
9772: * src/classes/reflection.C: - some bugs were fixed, method classes
9773: was added, refactoring
9774:
9775: 2009-07-26 misha
9776:
9777: * src/classes/classes.vcproj: - reflection class wass added to
9778: project
9779:
1.211 moko 9780: * operators.ru.txt, operators.txt: - information about reflection
9781: class was added
1.95 moko 9782:
9783: * src/classes/reflection.C: - class was redesigned
9784:
9785: 2009-07-24 misha
9786:
9787: * src/classes/: Makefile.am, reflection.C: - class reflection was
9788: added
9789:
9790: * src/types/pa_vstateless_class.h: - method for reflection method's
9791: in classes was added
9792:
9793: 2009-07-22 misha
9794:
9795: * src/main/compile_tools.h: - bugfix: $object.$var was
9796: over-optimized. it failed if $object1.$object2.field
9797:
9798: 2009-07-16 misha
9799:
9800: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9801: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9802: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9803: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9804: one more arg: length of cord
9805:
9806: 2009-07-15 misha
9807:
9808: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9809: tainted in ^file::load[http://...;$.cookies[]]
9810:
9811: * src/classes/: op.C, regex.C, string.C: - new string with
9812: exception was used
9813:
9814: * src/include/pa_exception.h: - new string with exception was added
9815:
9816: * tests/223.html: - test for checking cookie-encoding during
9817: ^file::load[http was added
9818:
9819: * tests/: 221.html, 222.html: - tests for checking type of
9820: $table.fields.field were added
9821:
9822: * src/types/pa_vtable.C: - not used var decl was removed
9823:
9824: * src/include/pa_string.h: - use cached string length in Body::mid.
9825: it improves speed of match with brackets in pattern
9826:
9827: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9828: outside
9829:
9830: 2009-07-14 misha
9831:
9832: * src/types/pa_vtable.C: - $table.fields.a return string even if
9833: column is empty (sometime returned void) - $table.fields was
9834: added for nameless tables
9835:
9836: * src/targets/cgi/getopt.c: - one warning resolved
9837:
9838: * src/main/pa_string.C: - potentian bug fixed
9839:
9840: * src/classes/op.C: - small optimization in taint/untaint
9841:
9842: 2009-07-13 misha
9843:
9844: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9845: added
9846:
9847: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9848: souldn't add the attribut to output
9849:
9850: 2009-07-11 misha
9851:
9852: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9853: stack size was increaced to 2MB (default=1MB)
9854:
9855: 2009-07-08 misha
9856:
9857: * src/main/pa_string.C: - link to UTF-8 description was added
9858:
9859: * src/include/pa_hash.h: - hash keeps element's order in more
9860: places (ex: ._keys[])
9861:
9862: * tests/220.html: - test for checking order of elements in hash in
9863: foreach was added
9864:
9865: * tests/172.html: - small changes in printing hash
9866:
9867: * tests/129.html: - small changes in printing hash
9868:
9869: * src/: include/pa_common.h, include/pa_hash.h,
9870: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9871: types/pa_vmethod_frame.h: - hash now keeps order of elements
9872:
9873: * tests/014.html: - small changes in printing hash
9874:
9875: 2009-07-07 misha
9876:
9877: * src/classes/op.C: - new taint language "parser-code" was added
9878:
9879: * tests/219.html: - test for auto untaint parser code in process
9880: was added
9881:
9882: * src/classes/op.C: - tainted pieces in body of process are
9883: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9884:
9885: * src/: include/pa_string.h, main/untaint.C: - new language
9886: L_PARSER_CODE for auto-untaint in process was added
9887:
9888: * src/: classes/file.C, classes/hash.C, classes/image.C,
9889: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9890: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9891: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9892: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9893: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9894: code cleanup
9895:
9896: 2009-07-06 misha
9897:
9898: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9899: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9900: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9901:
9902: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9903: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9904: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9905: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9906: should be used
9907:
9908: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9909: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9910: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9911: untaint_cstr[m] should be used
9912:
9913: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9914: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9915:
9916: * tests/218.html: - test for checking automatic file-spec-taint was
9917: added
9918:
9919: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9920: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9921: classes/file.C, classes/hash.C, classes/image.C,
9922: classes/string.C, classes/table.C, classes/void.C,
9923: classes/xdoc.C: - optimizations and simplification of
9924: string.cstr(...)
9925:
9926: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9927: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9928: - optimizations and simplification of string.cstr(...)
9929:
9930: 2009-07-04 misha
9931:
9932: * tests/217.html: - test for recursion detection was added
9933:
9934: * src/: types/types.vcproj, main/main.vcproj,
9935: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9936: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9937: from .vcproj
9938:
9939: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9940:
9941: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9942: uploading files and case-insensitive http-method were added
9943:
9944: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9945: tainted pattern in ^file:list[] was added
9946:
9947: 2009-07-03 misha
9948:
9949: * src/: classes/classes.vcproj, main/main.vcproj,
9950: types/types.vcproj, targets/cgi/parser3.vcproj,
9951: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9952: for dynamic_cast) - little options changes
9953:
9954: * src/main/pa_http.C: - file::load[http works now with uploading
9955: files _and_ changing $.charset
9956:
9957: 2009-06-29 misha
9958:
9959: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9960: while creating pattern
9961:
9962: 2009-06-25 misha
9963:
1.211 moko 9964: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9965: names for ^image.font were changed to $.space, $.width and
9966: $spacing - default space width now == gif's width
1.95 moko 9967:
9968: 2009-06-24 misha
9969:
9970: * tests/215.html: - tests for $file.mode were added
9971:
1.211 moko 9972: * operators.ru.txt, operators.txt: - added info about $file.mode
9973: and changes in ^image.font[
1.95 moko 9974:
9975: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9976: param now could be omited - third param now could be hash (with
9977: all widths options: $.space-width, $.letter-width) - it's
9978: possible to specify tracking ($.letter-space)
9979:
9980: * src/classes/file.C: - file objects now could have mode field
9981: (text|binary)
9982:
9983: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9984:
9985: 2009-06-23 misha
9986:
9987: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9988: trim can work with utf-8 chars now
9989:
9990: 2009-06-20 misha
9991:
9992: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9993: was implemented
9994:
9995: * src/classes/table.C: - string length cacheing was implemented
9996:
9997: * src/include/pa_string.h: - string length cacheing was implemented
9998:
9999: 2009-06-17 misha
10000:
10001: * src/main/execute.C: - value param was removed from
10002: WContext::WContext
10003:
10004: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10005: pa_wwrapper.h: - value param was removed from WContext::WContext
10006: - field wcontext was removed from VCodeFrame (using fparent
10007: instead)
10008:
10009: * tests/214.html: - test with hash copying
10010:
10011: 2009-06-16 misha
10012:
10013: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10014: strings doesn't work in expression anymore
10015:
10016: * src/main/execute.C: - less calls for get_constructing() - little
10017: refactoring
10018:
10019: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10020: include/pa_request.h: - less calls for get_constructing()
10021:
10022: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10023: introduced with OPTIMIZE_SINGLE_STRING optimization
10024:
10025: 2009-06-14 misha
10026:
10027: * src/: classes/date.C, classes/file.C, classes/hash.C,
10028: classes/hashfile.C, classes/image.C, classes/regex.C,
10029: classes/table.C, classes/xdoc.C, classes/xnode.h,
10030: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10031: types/pa_vstateless_class.h, main/execute.C: - create object for
10032: storing object's fields only for parser objects
10033:
10034: 2009-06-13 misha
10035:
10036: * buildall-with-xml, buildall-without-xml: - new option was added
10037: for building GC (it slightly reduces memory usage)
10038:
10039: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10040: single string write
10041:
10042: * src/main/execute.C: - bytecode optimization of ^class:constructor
10043: - optimization of single string write
10044:
10045: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10046: - bytecode optimization of ^class:constructor
10047:
10048: 2009-06-09 misha
10049:
10050: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10051: main (better compatibility)
10052:
10053: 2009-06-08 misha
10054:
10055: * src/main/compile.y: - I've forgot to commit it :(
10056:
10057: 2009-06-07 misha
10058:
10059: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10060: WITH_READ and WITH_ROOT
10061:
10062: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10063: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10064: WITH_ROOT - little refactoring
10065:
10066: 2009-06-06 misha
10067:
10068: * tests/213.html: - tests for 3rd match string-param were added
10069:
10070: * src/classes/string.C: - 3rd match param could be string now
10071:
10072: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10073: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10074: GET_OBJECT_ELEMENT
10075:
10076: 2009-06-05 misha
10077:
10078: * src/main/pa_http.C: - bugfix: content-length was not calculated
10079: if $.body was specified
10080:
10081: 2009-06-04 misha
10082:
10083: * src/classes/op.C: - optimizing write_assign_lang in connect
10084:
10085: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10086:
10087: * src/main/execute.C: - little refactoring - optimizing
10088: write_assign_lang in taint/untaint
10089:
10090: * src/include/pa_opcode.h: - little refactoring
10091:
10092: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10093: main/compile_tools.h, main/execute.C: - optimizations for
10094: $self.field, ^self.method, $self.field[...] and $self.field(...)
10095: were added
10096:
10097: 2009-06-03 misha
10098:
10099: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10100:
10101: 2009-06-02 misha
10102:
10103: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10104: include/pa_opcode.h: - refactoring in last optimizations
10105: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10106: now but code is much easy and it is ready for further
10107: improvements.
10108:
10109: 2009-05-27 misha
10110:
10111: * src/: types/pa_junction.h, types/pa_vjunction.C,
10112: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10113: changed in destructing junctions
10114:
10115: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10116: String:Body
10117:
10118: 2009-05-26 misha
10119:
10120: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10121: one method detect_charset was deleted - bug was fixed in this
10122: method (error while detecting charset in content_type withot last
10123: ';')
10124:
10125: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10126: once
10127:
10128: 2009-05-25 misha
10129:
10130: * src/classes/file.C: - bugfix: file::exec didn't work after
10131: optimizing of helper_length
10132:
10133: 2009-05-24 misha
10134:
10135: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10136: were added - little refactoring
10137:
10138: * src/main/execute.C: - core while printing in debug log
10139: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10140: optimisations were added
10141:
10142: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10143: were added
10144:
10145: 2009-05-23 misha
10146:
10147: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10148: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10149: CORD_cat optimization
10150:
10151: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10152: - call constr optimisation under separate define now
10153:
10154: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10155: in $b should be string, not void
10156:
10157: * src/main/compile.y: - little fix for rem-cut optimisation
10158:
10159: * src/: include/pa_opcode.h, main/compile_tools.C,
10160: main/compile_tools.h, main/execute.C: - optimisations for
10161: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10162:
10163: * INSTALL: - description of some #defined were added
10164:
10165: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10166: before 1st access (memory usage is reduced if don't access to
10167: .text field)
10168:
10169: * src/include/pa_array.h: - array grows step now not static (it
10170: reduces numbers of reallocs)
10171:
10172: 2009-05-20 misha
10173:
10174: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10175: $.b(2), $c[d] and $.e[f] was added
10176:
10177: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10178: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10179: $.e[f] was added
10180:
10181: * src/main/execute.C: - debug printing moved in defines
10182:
10183: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10184: and little refactoring for OP_GET_OBJECT_ELEMENT +
10185: OP_GET_OBJECT_VAR_ELEMENT optimisation
10186:
10187: 2009-05-19 misha
10188:
10189: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10190: execute.C: - $a.$b & ^a.$b bytecode optimisation
10191:
10192: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10193: ^a.$b optimisation)
10194:
10195: * src/main/compile.y: - compiler now generate new opcodes:
10196: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10197: ^a.b - compiler now cut off ^rem{ with all content ; any number
10198: of params }
10199:
10200: * src/main/execute.C: - code for handle new opcodes
10201: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10202:
10203: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10204: added for LA2V and LA2S
10205:
10206: * src/include/pa_opcode.h: - new defines which can be used for
10207: disable some bytecode optimisation and new opcodes were added
10208:
10209: 2009-05-17 misha
10210:
10211: * src/lib/cord/cordxtra.c: - bugfix.
10212:
10213: * tests/212.html: - .size[] and .study_size[] were added to tests
10214:
1.211 moko 10215: * operators.ru.txt, operators.txt: - info about regex class was
10216: added
1.95 moko 10217:
10218: * tests/212.html: - tests for regex class were added
10219:
10220: 2009-05-16 misha
10221:
10222: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10223: gc7.1
10224:
10225: * tests/022.html: - test for ^file:list[path;] (empty second param)
10226: was added
10227:
10228: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10229: param) should work
10230:
10231: 2009-05-15 misha
10232:
10233: * src/classes/table.C: - automatically disable stringstream usage
10234: on freebsd4
10235:
10236: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10237: scope
10238:
10239: * tests/211.html: - test with different types of access to hash was
10240: added
10241:
10242: * tests/210.html: - test which checks for loosing tainting in
10243: hash's keys was added
10244:
10245: * tests/208.html: - some parser work added. or stime == 0 %-)
10246:
10247: * src/lib/cord/cordbscs.c: - little hack was added to cord
10248:
10249: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10250:
10251: * src/include/pa_version.h, configure.in: - moko have made a lot of
10252: optimisations for increacing version number more dramatically :)
10253:
10254: * src/classes/date.C: - little refactoring: use constructor which
10255: accepts formated string
10256:
10257: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10258: which can print formatted string was added
10259:
10260: 2009-05-14 misha
10261:
10262: * src/include/pa_string.h: - type was fixed
10263:
10264: * src/: classes/hashfile.C, classes/op.C,
10265: include/pa_cache_managers.h, include/pa_charset.h,
10266: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10267: include/pa_request.h, include/pa_sql_driver_manager.h,
10268: include/pa_string.h, include/pa_stylesheet_manager.h,
10269: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10270: main/pa_charsets.C, main/pa_string.C,
10271: main/pa_stylesheet_connection.C, types/pa_value.h,
10272: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10273: types/pa_vobject.C, types/pa_vstateless_class.C,
10274: types/pa_vstateless_class.h: - hash_code caching was implemented
10275: (seaches should be faster now)
10276:
10277: * src/: classes/file.C, classes/hash.C, classes/image.C,
10278: classes/string.C, classes/table.C, include/pa_string.h,
10279: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10280: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10281: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10282: types/pa_vrequest.C: - String constructors don't have that stupid
10283: true/false param which means 'tainted'. they accept lang instead.
10284:
10285: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10286: with OPTIMIZE_RESULT
10287:
10288: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10289: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10290:
10291: 2009-05-13 misha
10292:
10293: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10294: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10295: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10296: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10297: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10298: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10299: include/pa_string.h, classes/date.C, classes/file.C,
10300: classes/hash.C, classes/image.C, classes/string.C,
10301: classes/table.C, classes/xdoc.C: - result optimisation -
10302: helper_length parameter removed from string constructors
10303:
10304: 2009-05-11 misha
10305:
10306: * tests/209.html: - tests for ^hash::create[hash] were added
10307:
10308: * tests/208.html: - tests for $status:rusage, $status:memory,
10309: ^memory:compact[] were added
10310:
10311: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10312: log10 were added
10313:
10314: * tests/206.html: - test for try with finally was added
10315:
10316: 2009-05-10 misha
10317:
10318: * tests/205.html: - test for ^file::create[...] was added
10319:
10320: * tests/204.html: - test for ^response:clear[] was added
10321:
10322: * tests/038.html: - tests for trigonometric functions were added
10323:
10324: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10325: added - more tests for .add, .sub, .union, .intersects and
10326: .intersections
10327:
10328: * tests/065.html: - test for ^file:dirname was added
10329:
10330: * tests/030.html: - test for $cookie:fields was added
10331:
10332: * tests/203.html: - test for ^h._keys[column name] was added
10333:
10334: * tests/201.html: - tests for .trim were added
10335:
10336: * tests/202.html: - tests for last-day,
10337: date:calendar[type](YYYY;MM;DD) were added
10338:
10339: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10340: .offset[type](N) were added
10341:
10342: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10343: and .pos[c](N) were added
10344:
10345: * tests/141.html: - test for math:sha1 was added
10346:
10347: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10348:
10349: 2009-05-09 misha
10350:
10351: * src/main/compile.y: - rollback
10352:
10353: 2009-05-05 misha
10354:
10355: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10356: replaced by is_empty()
10357:
10358: * src/: include/pa_string.h, main/pa_charset.C: - little
10359: optimisation: somewhere length() was replaced by is_empty()
10360:
10361: * src/classes/table.C: - little optimisation: somewhere length()
10362: was replaced by is_empty()
10363:
10364: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10365: classes/op.C, classes/table.C, main/pa_exception.C: - little
10366: optimisation: somewhere length() was replaced by is_empty()
10367:
10368: 2009-05-04 misha
10369:
10370: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10371: types/pa_vstateless_class.h, main/execute.C,
10372: include/pa_request.h, classes/hash.C, classes/op.C,
10373: classes/table.C: - more optimisations were added: some operators
10374: don't switch write context anylonger
10375:
10376: 2009-05-01 misha
10377:
10378: * src/main/compile.y: - slightly more opcode optimisations for
10379: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10380:
10381: * src/main/execute.C: - simplifying process for getters
10382:
10383: 2009-04-30 misha
10384:
10385: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10386:
10387: * tests/results/199.processed: - test for checking $result into
10388: ^rem was added
10389:
10390: * tests/199.html: - test for checking $result into ^rem was added
10391:
10392: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10393: some OS it returns list in different order)
10394:
10395: * src/: include/pa_array.h, include/pa_request.h,
10396: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10397: changes in stack impl - get_element() optimisation: 3rd param
10398: removed - bugfix: problems with reading empty input param -
10399: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10400:
10401: * tests/results/198.processed: - test for reading empty local var
10402: was added
10403:
10404: * tests/198.html: - test for reading empty local var was added
10405:
10406: 2009-04-29 misha
10407:
10408: * src/main/compile.y: - bugfix: couldn't compile because
10409: OP_VALUE__GET_ELEMENT should be unde #ifdef
10410:
10411: * src/: include/pa_array.h, include/pa_opcode.h,
10412: include/pa_request.h, main/compile.y, main/execute.C,
10413: main/pa_request.C, types/pa_vmethod_frame.C,
10414: types/pa_vmethod_frame.h: - we can work without opcode
10415: OP_STORE_PARAM, so it was removed
10416:
10417: 2009-04-28 misha
10418:
10419: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10420: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10421: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10422: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10423: 4.
10424: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10425:
10426: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10427:
10428: * src/: main/pa_string.C, classes/string.C: - !length() =>
10429: is_empty()
10430:
10431: 2009-04-27 misha
10432:
10433: * src/types/pa_vregex.h: - back explicit vars initialisation
10434:
10435: 2009-04-24 misha
10436:
10437: * src/classes/string.C: - ups. typo fixed
10438:
10439: * src/main/execute.C: - more replacements '*new VBool' to
10440: 'VBool::get' - checks for ^break[], ^continue[] and
10441: parser.interrupted were optimised
10442:
10443: * src/classes/string.C: - number of params.count() calls was
10444: slightly reduced
10445:
10446: 2009-04-23 misha
10447:
10448: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10449: make it x64 friendly
10450:
10451: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10452: parser is x64 friendly now
10453:
10454: 2009-04-22 misha
10455:
10456: * src/types/pa_vhashfile.C: - coder friendly exception about
10457: exceeding record size was added
10458:
10459: * src/classes/file.C: - use vregex object instead of direct calls
10460: methods from pcre lib
10461:
10462: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10463: classes/string.C: - use vregex object instead of direct calls
10464: methods from pcre lib
10465:
10466: * src/: include/pa_common.h, main/pa_common.C: - method
10467: print_pcre_exec_error_text was moved to class vregex
10468:
10469: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10470: was added
10471:
10472: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10473: - class vregex was added
10474:
10475: 2009-04-21 misha
10476:
10477: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10478:
10479: * src/: types/pa_junction.h, types/pa_value.C,
10480: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10481: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10482: junction-optimisation (destructors)
10483:
10484: * src/include/pa_array.h: - free under if now
10485:
10486: 2009-04-19 misha
10487:
10488: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10489:
10490: 2009-04-18 misha
10491:
10492: * src/include/pa_version.h:
10493: :q :
10494:
10495: CV:
10496: ----------------------------------------------------------------------
10497:
10498: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10499: refactoring
10500:
10501: * src/: include/pa_array.h, include/pa_hash.h,
10502: types/pa_vmethod_frame.h: - destructors under #ifdef now
10503:
10504: * src/include/pa_memory.h: - define for using destructors was added
10505:
10506: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10507: main/execute.C: - some junctions will be cached now
10508:
10509: * src/include/pa_hash.h: - hash destructor frees pairs now
10510:
10511: * src/include/pa_array.h: - inline was added to destructor
10512:
10513: * src/types/pa_method.h: - comment was changed
10514:
10515: 2009-04-17 misha
10516:
10517: * src/: include/pa_array.h, include/pa_hash.h,
10518: types/pa_vmethod_frame.h: - destructors were added
10519:
10520: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10521: renamed to always_use_result
10522:
10523: * src/main/: compile.y, compile_tools.h: - rollback changes in
10524: compiler: full backward compatibility is better
10525:
10526: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10527: result in var's hash
10528:
10529: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10530: optimisation in method_frame
10531:
10532: * src/include/pa_array.h: - optimisation in array (allocate
10533: elements only when needed)
10534:
10535: * src/types/pa_vresponse.C: - check for $response:headers field
10536: before looking at custom fields
10537:
10538: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10539: not needed to check existance var with name 'result' in var's
10540: hash
10541:
10542: * src/main/compile.y: - compiler was changed: now it detects
10543: writings to $result and set flag writo_to_result in method
10544:
10545: * src/classes/string.C: - little optimisation: no needed to write
10546: number with lang
10547:
10548: * src/main/pa_charset.C: - methods readChar and skipChar which is
10549: used for read utf8-strings were renamed - is_escaped was renamed
10550: to isEscaped (to the same name convention)
10551:
10552: * src/: types/pa_method.h, main/compile_tools.h: - flag
10553: write_to_result added. compiler get this info from code.
10554:
10555: 2009-04-16 misha
10556:
10557: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10558: String only before 1st write
10559:
10560: * src/include/pa_string.h: - not needed template removed
10561:
10562: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10563: types/pa_vjunction.C, types/pa_vproperty.C,
10564: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10565: main/pa_request.C, classes/bool.C, classes/double.C,
10566: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10567: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10568: bool objects)
10569:
10570: 2009-04-15 misha
10571:
10572: * src/lib/cord/cordxtra.c: - more optimisation
10573:
10574: * src/: include/pa_string.h, main/untaint.C: - String::append
10575: optimisation
10576:
10577: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10578: then get and can sometime be used)
10579:
10580: * src/main/pa_string.C: - String::length optimisation
10581:
10582: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10583: these methods read different strings
10584:
10585: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10586: fresult_initial_void removed + some optimisation - if $result
10587: defined we don't write to context anymore
10588:
10589: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10590: need just skip char)
10591:
10592: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10593: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10594: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10595:
10596: * src/types/pa_vvoid.h: - added get() method for retreave one
10597: instance
10598:
10599: 2009-04-11 misha
10600:
10601: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10602:
10603: * tests/197.html: - test for parser://test in xml was added
10604:
10605: * src/classes/string.C: - small optimisation
10606:
10607: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10608: optimisation
10609:
10610: 2009-04-10 misha
10611:
10612: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10613: to pcre-7.8
10614:
10615: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10616:
10617: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10618: added
10619:
10620: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10621: $request:CLASS_NAME were added
10622:
10623: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10624: were added
10625:
10626: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10627: $env:CLASS_NAME were added
10628:
10629: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10630: '@todo' now
10631:
10632: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10633: compirer
10634:
10635: * src/main/pa_string.C: - little code cleanup
10636:
10637: * src/main/pa_common.C: - describe one more UTF-8 related error
10638: during PCRE compile/execute
10639:
10640: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10641: normalizing todo-comments: '@todo' now
10642:
10643: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10644:
10645: * src/main/pa_charset.C: - type changed for making compiler happy
10646:
10647: 2009-03-10 misha
10648:
10649: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10650: in main()
10651:
10652: 2009-02-01 misha
10653:
10654: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10655: boundary
10656:
10657: 2009-01-25 misha
10658:
10659: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10660:
10661: * src/classes/file.C: - more changes for parsing different number
10662: of params for file::load
10663:
10664: * tests/193.html: - tests for exception while base64-decode binary
10665: to string was added
10666:
10667: * tests/192.html: - tests for file::load with different number of
10668: options
10669:
10670: * src/classes/math.C: - ups. forgot '+1'
10671:
10672: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10673: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10674: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10675: (new option $.encode[multipart-form/data] should be specified) -
10676: $.method[] option for file::load now is not case-sensitive
10677:
10678: * src/: include/pa_string.h, main/untaint.C: - for file post the
10679: new taint language L_FILE_POST was added
10680:
10681: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10682: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10683: stuff was moved to separate files
10684:
10685: 2009-01-23 misha
10686:
10687: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10688: spaces to tabs were converted
10689:
10690: 2009-01-12 misha
10691:
10692: * src/main/pa_http.C: - value of $.method[] option force uppercased
10693: now
10694:
10695: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10696: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10697: their names
10698:
10699: * src/main/pa_common.C: - changes in formating
10700:
10701: * src/: classes/file.C, main/pa_http.C: - some constants changed
10702: their names
10703:
10704: * src/include/pa_http.h: - some spaces were converted to tabs
10705:
10706: * src/include/pa_common.h: - some constants changed their names
10707:
10708: * src/classes/file.C: - fixed 4-th paramether for file::load -
10709: little code rewriting
10710:
10711: * src/types/pa_vfile.C: - little code rewriting
10712:
10713: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10714: types/pa_value.h: - some formating changes
10715:
10716: * src/include/pa_common.h: - some formating spaces transformed to
10717: tabs
10718:
10719: * src/classes/string.C: - exception while base64-decode binary to a
10720: string
10721:
10722: 2009-01-11 misha
10723:
10724: * configure.in: - version changed to 3.3.1b
10725:
10726: 2008-09-05 misha
10727:
10728: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10729: release_3_3_0 on 2008-09-05 10:59:35 +0000
10730:
10731: 2008-09-04 misha
10732:
10733: * tests/: 130.html, 131.html: - these exceptions not typeless
10734: anymore
10735:
10736: * src/classes/op.C: - exception with 'invalid taint language' not
10737: typeless anylonger
10738:
10739: * src/classes/image.C: - some exceptions while operations with
10740: image not typeless anymore
10741:
10742: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10743: main/pa_exec.C, main/pa_http.C: - some exceptions while
10744: operations with files not typeless anymore
10745:
10746: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10747: types/pa_vdate.h: - exceptions while checking date range not
10748: typeless anymore
10749:
10750: * src/include/pa_exception.h: - exception type string for invalid
10751: date range was added
10752:
10753: 2008-09-03 misha
10754:
10755: * src/: classes/file.C, main/pa_string.C: - exception while pce
10756: operations not typeless anymore
10757:
10758: * src/include/pa_exception.h: - exception type for pce operations
10759: was added
10760:
10761: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10762: and .CLASS_NAME insite classes
10763:
10764: * src/classes/table.C: - don't save table header whiile
10765: ^table.save[append;filename] if file exists
10766:
10767: 2008-09-02 misha
10768:
10769: * src/main/compile.y, src/main/compile_tools.h,
10770: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10771: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10772: renamed to partial and it login changed: we must mark class as
10773: partial for allow their modifications in future.
10774:
10775: 2008-08-29 misha
10776:
10777: * tests/results/022.processed: - testing taint[regex] in mask for
10778: file:list
10779:
10780: * tests/022.html: - testing taint[regex] in mask for file:list
10781:
10782: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10783: for file:list was added
10784:
10785: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10786: file:list
10787:
10788: 2008-08-26 misha
10789:
10790: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10791: last derived object
10792:
10793: * src/classes/image.C: - many strings "image.format" replaced by
10794: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10795: understand some more exif tags
10796:
10797: * src/include/pa_exception.h: - string "image.format" was added
10798:
10799: 2008-08-21 misha
10800:
10801: * src/: main/pa_string.C, classes/file.C: - use method for print
10802: pcre_exec text error
10803:
10804: * src/main/pa_common.C: - method for print pcre_exec text error was
10805: added
10806:
10807: * src/include/pa_common.h: - method declaration for print pcre_exec
10808: text error was added
10809:
10810: 2008-08-19 misha
10811:
10812: * src/main/execute.C: - bugfix: opcodes must be in separate
10813: namespace while debug execution as well
10814:
10815: * tests/: 015.html, results/015.processed: - test for escaping some
10816: parser chars was added
10817:
10818: 2008-08-18 misha
10819:
10820: * tests/: 190.html, 190.p, results/190.processed: - test for
10821: $caller.self.field + default getter in one class was added
10822:
10823: * tests/: 189.html, results/189.processed: - test for
10824: ^date::create[date object]
10825:
10826: * tests/: 188.html, results/188.processed: - tests for match with
10827: UTF-8 strings
10828:
10829: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10830: ^string.match[]
10831:
10832: * ChangeLog: - parser 3.3.0 beta13
10833:
10834: 2008-08-15 misha
10835:
1.116 moko 10836: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10837: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10838: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10839: dftables.c: - old PCRE files removed
1.95 moko 10840:
10841: * src/lib/pcre/config.h: - configuration for PCRE library
10842:
10843: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10844: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10845:
10846: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10847: library and set flag UTF8 if $request:charset is UTF-8
10848:
10849: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10850: include/pa_config_fixed.h: - moved to new PCRE library
10851:
10852: * src/: main/main.vcproj, types/types.vcproj,
10853: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10854: win32\pcre instead of parser3\src\lib\pcre
10855:
10856: * src/: include/pa_opcode.h, include/pa_operation.h,
10857: main/compile.C, main/compile.y, main/compile_tools.C,
10858: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10859: opcodes were moved to separate namespace
10860:
10861: 2008-08-14 misha
10862:
10863: * src/types/pa_vstateless_class.C: - newline at the end missed
10864:
10865: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10866: tainting
10867:
10868: 2008-08-11 misha
10869:
10870: * tests/: 187.html, 187.p, results/187.processed: - tests for
10871: $caller.self, $caller.self.field and $caller.self.field[value]
10872: were added
10873:
10874: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10875: runtime as well (for $caller.self)
10876:
10877: 2008-07-25 misha
10878:
10879: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10880: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10881: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10882: tests with international characters
10883:
10884: 2008-07-23 misha
10885:
10886: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10887: file::load[...;http://
10888:
10889: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10890: now everywhere in separate namespace
10891:
10892: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10893: for vars
10894:
10895: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10896: can be escaped by '^'
10897:
10898: 2008-07-22 misha
10899:
10900: * src/classes/string.C, tests/186.html: - names changes:
10901: escape=>js-escape, unescape=>js-unescape
10902:
10903: 2008-07-21 misha
10904:
10905: * tests/results/186.processed: - test for string escape/unescape
10906:
10907: * tests/186.html: - test for string escape/unescape
10908:
10909: * src/classes/string.C: - string has escape and unescape methods
10910: now
10911:
10912: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10913: added
10914:
10915: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10916: method-layers added (with different params)
10917:
10918: 2008-07-18 misha
10919:
10920: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10921: was added
10922:
10923: * tests/185.html: - test for ^str.pos[sub](offset) added
10924:
1.211 moko 10925: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10926: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10927: accepted now
1.95 moko 10928:
10929: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10930: strings
10931:
10932: 2008-07-17 misha
10933:
10934: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10935: helper length added for mid for small optimisation
10936:
10937: 2008-07-16 misha
10938:
10939: * tests/: 185.html, results/185.processed: - tests for
10940: length/left/right/mid/pos with utf-8 strings
10941:
10942: * src/classes/string.C: - left/right/mid/length/pos works fine for
10943: utf-8 strings
10944:
10945: * src/main/untaint.C: - comments removed
10946:
10947: * src/: include/pa_string.h, main/pa_string.C,
10948: include/pa_charset.h, main/pa_charset.C: - methods for working
10949: with pos/mid for strings in utf-8 were added
10950:
10951: 2008-07-15 misha
10952:
10953: * tests/: 184.html, results/184.processed: - test for case body as
10954: expression: $var(^switch(1){^case(1)(true)..})
10955:
10956: * src/classes/op.C: - case body can be expression now:
10957: $var(^switch(1){^case(1)(true)..})
10958:
10959: * tests/: results/183.processed, 183.html: - added test for testing
10960: new cookie encoding (%uXXXX)
10961:
10962: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10963: decoding for backward compatibility they decoded from %XX in
10964: request:charset too
10965:
10966: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10967: - cookie class now decode cookies before first access after last
10968: request:charset changing (as form class).
10969:
10970: * src/main/pa_charset.C: - added method escape for escaping cookies
10971: as %uXXXX - before transcode calculate required space for dest
10972: string. it reduce mem usage for transcode
10973:
10974: * src/include/pa_charset.h: - added method escape for escaping
10975: cookies as %uXXXX
10976:
10977: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10978: was added. will used for escaping cookies as %uXXXX
10979:
10980: * src/include/pa_common.h: - escape method has new option for skip
10981: converting '+' to a space char
10982:
10983: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10984: transcode - escape method has new option for skip converting '+'
10985: to a space char
10986:
10987: 2008-07-08 misha
10988:
10989: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10990: (no UE if more then 1 case matches anylonger) - optimization:
10991: doing searching.as_string() || searching.as_double() only once
10992:
10993: 2008-07-04 misha
10994:
10995: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10996: now ^date::create[date object] works
10997:
10998: * src/classes/string.C: - left and right added as aliases for start
10999: and end in ^string.trim[]
11000:
11001: 2008-07-03 misha
11002:
11003: * src/classes/file.C: - allow $.limit for file::sql as well
11004:
11005: * src/classes/file.C: - allow $.offset option for file::sql - force
11006: send limit=1 to query for use sql specifics authomatically
11007:
11008: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11009: if $.limit value if empty. autoconvert it as everywere
11010:
11011: 2008-07-02 misha
11012:
11013: * configure.in: - time to change version number to 3.3.0 %-)
11014:
11015: * src/include/pa_version.h: - time to change version number to
11016: 3.3.0 %-)
11017:
11018: 2008-06-26 misha
11019:
11020: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11021: $.limit(0) fixes
11022:
11023: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11024: - $.limit(0) fixes
11025:
11026: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11027: new API)
11028:
11029: * src/: include/pa_sql_driver_manager.h,
11030: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11031: classes/op.C: - document_root added
11032:
11033: * src/main/compile.tab.C: - error message was changed
11034:
11035: 2008-06-25 misha
11036:
11037: * src/main/compile.y: - error message was changed
11038:
11039: 2008-06-24 misha
11040:
11041: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11042:
11043: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11044: tests for @OPTIONS\nappend
11045:
11046: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11047:
11048: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11049:
11050: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11051:
11052: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11053: compile.y
11054:
11055: 2008-06-17 misha
11056:
11057: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11058: compilation: ^if(default){true. it's incorrect. must be
11059: exception}
11060:
11061: 2008-06-16 misha
11062:
11063: * tests/: 181.ent, 181.html, results/181.processed: - test for
11064: checking external reference loading with 'http://localhost'
11065: prefix while creating xdoc
11066:
11067: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11068: ^math:long2ip[] and ^math:ip2long[]
11069:
11070: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11071: added which use scalar stateless class method when user object
11072: used in scalar context - use get_scalar_value when user object
11073: requested in scalar context
11074:
11075: * src/main/pa_common.C: - size must be int but not size_t or we
11076: can't compare with 0 sprintf result
11077:
11078: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11079: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11080: with internal switch between local/global vars
11081:
11082: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11083: specified
11084:
11085: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11086: pa_vstateless_object.h: - stateless class and object now has
11087: private scalar field and getter/setter for working with it
11088:
11089: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11090: moved to inet static class
11091:
11092: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11093: class added (^inet:aton[IP], ^inet:ntoa(number))
11094:
11095: * tests/: 180.html, results/180.processed: - tests for
11096: ^math:long2ip(long) and ^math:ip2long[IP]
11097:
11098: * src/classes/math.C: - ^math:ip2long[IP] added
11099:
11100: 2008-06-11 misha
11101:
11102: * src/main/pa_xml_io.C: - use file_read_text again because of we
11103: need cut BOM code and remove DOS newline chars. but don't
11104: transcode it anyway.
11105:
11106: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11107: main/pa_http.C: - option for disable transcoding while file_read
11108: and file_read_text added
11109:
11110: 2008-06-10 misha
11111:
11112: * tests/: 179.html, 179.p, results/179.processed: - test for many
11113: classes in 1 file
11114:
11115: * src/main/: compile.C, compile_tools.h: - compile return list of
11116: classes now.
11117:
11118: * src/main/: compile.y, compile.tab.C: - compile return list of
11119: classes now. internals.
11120:
11121: * src/main/pa_request.C: - compile return list of classes now. try
11122: call @conf and @auto for each returned class
11123:
11124: * src/include/pa_request.h: - compile return list of classes now
11125:
11126: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11127: return list of classes when compile buf)
11128:
11129: 2008-06-07 misha
11130:
11131: * src/main/pa_request.C: - constructing VRequest object with 3rd
11132: param -- form
11133:
11134: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11135: 3rd param: form. needed for get post_charset
11136:
11137: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11138: added
11139:
11140: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11141: types/pa_vform.C, types/pa_vform.h: - some polish
11142:
11143: 2008-06-06 misha
11144:
11145: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11146: charset and decode chars from it but not from response:charset
11147:
11148: * src/main/pa_http.C: - detect_charset moved out of here
11149:
11150: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11151: methods moved here - unescape_chars accepn one charset now
11152:
11153: * src/main/pa_http.C: - new constants used - don't allow
11154: $.content-type in ^file::load[;http://;$.method[POST]] - add
11155: charset info while ^file::load[;http://;$.method[POST]] - option
11156: $.omit-post-charset(true) added to ^file::load[;http://] for
11157: disabling charset during post
11158:
11159: * src/types/pa_vform.C: - new constants used
11160:
11161: * src/include/pa_common.h: - some constants were added
11162:
11163: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11164: instead of StrEqNc
11165:
11166: * src/main/pa_common.C: - new method for caseless search
11167: c-substring in c-string - use isxdigit instead of is_hex_digit
11168:
11169: * src/include/pa_common.h: - new method for caseless search
11170: c-substring in c-string
11171:
11172: 2008-06-05 misha
11173:
11174: * tests/results/178.processed: - test for testing default getter
11175:
11176: * tests/178.html: - test for testing default getter
11177:
11178: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11179: for test for testing default getter
11180:
11181: * src/main/execute.C: - default getter soul
11182:
11183: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11184: requested objects' field not found
11185:
11186: * src/types/pa_vclass.C: - register default getter if defined - get
11187: default getter if requested field not found
11188:
11189: * src/types/pa_vstateless_object.h: - method get_default_getter was
11190: added
11191:
11192: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11193: pointer to default getter and methods for get/set it were added
11194:
11195: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11196: auto_name field (for default getter)
11197:
11198: 2008-06-04 misha
11199:
11200: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11201: transcoding, no cutting BOM code, no fixing line breaks) and get
11202: it to libxml "as is"
11203:
11204: 2008-06-03 misha
11205:
11206: * src/main/pa_common.C: - use store_Char instead of
11207: transcodeCharFromUTF8
11208:
11209: * src/: include/pa_charset.h, main/pa_charset.C: - method
11210: store_Char added, transcodeCharFromUTF8 -- removed
11211:
11212: 2008-06-02 misha
11213:
11214: * tests/: results/177.processed, 177.html: - test for checking
11215: .[acm]date after local ^file::load[] was added
11216:
11217: * tests/: results/176.processed, 176.html: - test for checking
11218: @OPTION\locals + @method[vars][locals] added
11219:
11220: * tests/results/auto.p: - CLASS_PATH specified for checking use
11221:
11222: 2008-05-30 misha
11223:
11224: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11225: @OPTION\nlocals + @method[vars][;locals;] were added
11226:
11227: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11228: moved to separate method op_code - switch from VMethodFrame to
11229: VMethodFrameGlobal + VMethodFrameLocal
11230:
11231: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11232: was moved to separate method op_code
11233:
11234: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11235: VMethodFrame now
11236:
11237: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11238: all_vars_local as well
11239:
11240: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11241: pa_vmethod_frame_local.h, Makefile.am: - who children for
11242: VMethodFrame were added: one (global) works as VMethodFrame
11243: before and second (local) write all vars in self vars scope
11244:
11245: * src/types/pa_method.h: - method has bool flag all_vars_local now
11246:
11247: 2008-05-29 misha
11248:
11249: * tests/: 129.html, results/129.processed: - more tests for
11250: ^table.hash[]
11251:
11252: * src/classes/hash.C: - ^hash::sql has a new option:
11253: $.type[hash|string|table] as ^table.hash[] one.
11254:
11255: * src/classes/op.C: - ^try has 3rd param now: finally code which
11256: executed anyway after try or catch section
11257:
11258: 2008-05-27 misha
11259:
11260: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11261: must not fail if $.distinct(1) wasn't specified
11262:
11263: 2008-05-26 misha
11264:
11265: * src/classes/op.C: - allow ^throw[my type]
11266:
11267: 2008-05-22 misha
11268:
11269: * configure.in, configure: - version number updated to 3.2.4b
11270:
11271: * src/classes/: op.C, string.C: - trim format string before
11272: eval/format
11273:
11274: * tests/: results/175.processed, 175.html: - more tests for
11275: different format strings in .format[]
11276:
11277: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11278: as well (not only %XX)
11279:
11280: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11281: charset specified - checks for format before print number
11282: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11283: (instead of tabs) removed
11284:
11285: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11286: charset specified
11287:
11288: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11289: char in requested charset from utf code was added
11290:
11291: 2008-05-19 misha
11292:
11293: * tests/: 174.html, results/174.processed: - test for
11294: ^hashfile.cleanup[] added
11295:
11296: * src/classes/hashfile.C: - optimization: don't create any key or
11297: value variable if it's name weren't specified
11298: (^hf.foreach[;v]{...})
11299:
11300: 2008-05-16 misha
11301:
11302: * src/classes/hash.C: - optimization: don't create any key variable
11303: if variable name wasn't specified (^h.foreach[;v]{...})
11304:
11305: 2008-05-15 misha
11306:
11307: * src/classes/op.C: - small changes
11308:
11309: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11310:
11311: * src/classes/hash.C: - calculate var_context once before foreach
11312:
11313: 2008-05-14 misha
11314:
11315: * src/classes/hashfile.C: - incorrect vars context calculation for
11316: ^hashfile.foreach[;]{} fixed
11317:
11318: * src/classes/: hash.C, table.C: - little optimisation
11319:
11320: * src/classes/file.C: - bugfix: double absolute path while loading
11321: file
11322:
11323: * tests/: 174.html, results/174.processed: - tests for hashfile
11324: were added
11325:
11326: * buildall-with-xml: - moving to libxslt 1.1.24
11327:
11328: 2008-04-30 misha
11329:
11330: * src/classes/file.C: - stat file while loading (local only) so
11331: .adate, .mdate and .cdate available without additional ::stat
11332:
11333: 2008-04-28 misha
11334:
11335: * src/classes/file.C: - $.name and $.content-type available for
11336: stated file
11337:
11338: 2008-04-14 misha
11339:
11340: * src/targets/cgi/parser3.C: - new year in copyright %-)
11341:
11342: * src/include/pa_version.h: - new version number in head
11343:
11344: 2008-04-10 misha
11345:
11346: * tests/: 080.html, results/080.processed: - cut '0' from
11347: exponential part because of on diff OS it differ (20 or 020 for
11348: ex)
11349:
11350: * tests/: 119.html, results/119.processed: - check for encoding
11351: while creating xdoc
11352:
11353: 2008-04-09 misha
11354:
11355: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11356:
11357: * src/main/pa_common.C: - comment added
11358:
11359: * src/classes/date.C: - little refactoring
11360:
11361: 2008-04-07 misha
11362:
11363: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11364: style of ^table.save[]: prepare one big string and sabe it at
11365: once. it's safe on freebsd 4.x but use much more memory.
11366:
11367: * buildall-with-xml, buildall-without-xml: - option
11368: --disable-stringstream added (under comment. use it on freebsd
11369: 4.x)
11370:
11371: 2008-02-22 misha
11372:
11373: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11374: specified together in file::load[;http] - get back transcoding
11375: $.body[] in file::load[;http]
11376:
11377: 2008-02-21 misha
11378:
11379: * src/classes/date.C: - ^date.gmt-string[] was added
11380:
11381: * src/types/pa_value.C: - method for output date in RFC 822 format
11382: moved to pa_common.h
11383:
11384: * src/include/pa_common.h: - method for output date in RFC 822
11385: format moved here from pa_value.C
11386:
11387: * src/types/pa_vmail.C: - fixed core in sending mail with
11388: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11389:
11390: 2008-02-20 misha
11391:
11392: * src/main/pa_http.C: - transcode $.headers before escaping into
11393: specified charset while ^file::load[...;http://...] (L_URI
11394: instead of L_HTTP_HEADER) - $.cookies param available in
11395: ^file::load[;http://...] now (but we don't parse set-cookies from
11396: response yet) (cookies not transcoded as common $cookies)
11397:
11398: 2008-02-19 misha
11399:
11400: * src/main/pa_request.C: - rollback: we mustn't force taint
11401: $response:field values because in this case
11402: $response:locateion[http://...] don't works.
11403:
11404: 2008-02-15 misha
11405:
11406: * src/classes/op.C: - little refactoring
11407:
11408: * src/main/pa_http.C: - taint names of $.headers for load[;http
11409:
11410: * src/main/pa_request.C: - force taint values of $response:field
11411:
11412: 2008-02-14 misha
11413:
11414: * src/main/pa_request.C: - $response:field transcoded to
11415: $response:charset before escaping now
11416:
11417: * src/main/pa_http.C: - some outdated comments removed
11418:
11419: * src/classes/date.C: - lastdat -> last-day
11420:
11421: * src/classes/date.C: - ^date:lastday(year;month) and
11422: ^date.lastday[] were added - little code refactoring - comments
11423: changes
11424:
11425: * tests/: 159.html, results/159.processed: - test for number of
11426: days in February
11427:
11428: * src/types/pa_value.C: - fixes in code formatting
11429:
11430: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11431: and comments
11432:
11433: 2008-02-13 misha
11434:
11435: * src/main/pa_common.C: - bugfix for february at leap year
11436:
11437: 2008-01-28 misha
11438:
11439: * tests/: 160.html, results/160.processed: - more test for cache
11440: added
11441:
11442: * src/classes/op.C: - bugfix: cache body executed twice if contains
11443: unhandled exception
11444:
11445: 2008-01-25 misha
11446:
11447: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11448: bug when hashfile became inavailable after memory:compact)
11449:
11450: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11451:
11452: 2008-01-22 misha
11453:
11454: * src/classes/table.C: - little refactiring and exception texts
11455: changes in method ^table.hash[]
11456:
11457: * src/types/pa_vcookie.C: - link to cookie specification changed
11458:
11459: 2008-01-21 misha
11460:
11461: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11462: file::exec/cgi
11463:
11464: * src/classes/file.C: - bugfix: core while processing headers if
11465: executed cgi script don't return content
11466:
11467: 2008-01-18 misha
11468:
11469: * buildall-with-xml: - move to libxml2 version 2.6.31
11470:
11471: * src/include/pa_version.h, configure.in: - version number updated
11472: to '3.2.3b'
11473:
11474: 2007-12-28 misha
11475:
11476: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11477: hash.contains
11478:
11479: 2007-12-27 misha
11480:
11481: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11482: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11483: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11484: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11485: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11486: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11487: src/targets/cgi/parser3.vcproj,
11488: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11489: back to VS2003 because of Apache 1.3 module can't work if it was
11490: built in VS 2005. with cgi all file so VS2003 project files can
11491: be easy converted to the new format.
11492:
11493: 2007-12-04 misha
11494:
11495: * src/types/pa_vcode_frame.h: - changes in comment
11496:
11497: 2007-11-29 misha
11498:
11499: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11500: intercept strings any longer
11501:
11502: * tests/: 173.html, results/173.processed: - tests for
11503: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11504: but not in main code frame
11505:
11506: * tests/: 172.html, results/172.processed: - more tests for pass
11507: objects from code frames
11508:
11509: 2007-11-27 misha
11510:
11511: * tests/: 152.html, results/152.processed: - tests for converting
11512: strings 'true'/'false' to bool were added
11513:
11514: * tests/152.html: - added checks for converting strings
11515: 'true'/'false' to bool
11516:
11517: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11518: not only strings with numbers but with values 'true'/'false' as
11519: well
11520:
11521: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11522: for parser3.log increased
11523:
11524: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11525:
11526: * src/include/pa_common.h: - remove_crlf return cstring size now
11527:
11528: * src/include/pa_types.h: - constant with buffer size for
11529: parser3.log added
11530:
11531: 2007-11-16 misha
11532:
11533: * tests/cat.sh: - script for tests for file::exec/cgi
11534:
11535: * tests/171.html: - tests for file::exec/cgi
11536:
11537: * tests/results/171.processed: - tests results for file::exec/cgi
11538:
11539: 2007-11-15 misha
11540:
11541: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11542:
11543: * src/classes/file.C: - .body must be set before analyzing cgi
11544: headers
11545:
11546: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11547: only if exec/cgi return anything.
11548:
11549: 2007-11-14 misha
11550:
1.211 moko 11551: * operators.ru.txt, operators.txt: - info about new text|binary
11552: option for file::exec/cgi was added
1.95 moko 11553:
11554: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11555: ^file:exec[[text|binary];script;...]
11556:
11557: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11558: classes/string.C, classes/table.C: - more text strings moved to
11559: the one place
11560:
11561: 2007-11-09 misha
11562:
11563: * src/types/pa_vrequest.C: - $request:argv must be taint
11564:
11565: * ChangeLog: - $request:argv [patch from Sumo]
11566:
1.211 moko 11567: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11568:
11569: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11570: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11571:
11572: 2007-10-25 misha
11573:
11574: * buildall-with-xml, buildall-without-xml: - options preparations
11575: for ./configure rewrited
11576:
11577: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11578: error occure in unhandled_exception finally fixed
11579:
11580: 2007-10-23 misha
11581:
11582: * tests/: 170.html, results/170.processed: - test for
11583: @method[][result]
11584:
1.211 moko 11585: * operators.ru.txt, operators.txt: - added info about node.prefix
11586: and node.namespaceURI
1.95 moko 11587:
11588: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11589:
11590: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11591: added for node and attribute
11592:
11593: 2007-10-22 misha
11594:
11595: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11596:
11597: * src/main/pa_request.C: - added const content-transfer-encoding
11598:
11599: * src/include/pa_request.h: - added const content-transfer-encoding
11600: - ups. constants must be in lowercase (for search)
11601:
11602: * src/types/pa_vmail.C: - more constants used -
11603: content-transfer-encoding: 8bit added
11604:
11605: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11606:
11607: * src/include/pa_request.h: - more constants
11608:
11609: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11610: ommit anymore if $.content-disposition was specified - little
11611: refactoring
11612:
11613: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11614:
11615: 2007-10-17 misha
11616:
1.211 moko 11617: * operators.ru.txt, operators.txt: - info about
1.95 moko 11618: table::create[nameless]{data}[>options<] was added
11619:
11620: * src/main/: compile.tab.C, compile.y: - if error occure while
11621: compile method don't put this method in methods table anymore.
11622: in other case the parser coredumped if @unhandled_exception
11623: method can't be compiled because of parser.compile error.
11624:
11625: * src/main/execute.C: - little code reformating
11626:
11627: * src/main/pa_request.C: - little code reformating - comment
11628: changed
11629:
11630: 2007-10-16 misha
11631:
11632: * tests/: 035.html, results/035.processed: - tests
11633: table::create[]{}[options] added
11634:
11635: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11636: options (only $.seperator[] yet)
11637:
11638: 2007-10-10 misha
11639:
11640: * src/classes/table.C: - some contstants moved to pa_common.h -
11641: some code changes
11642:
11643: 2007-10-02 misha
11644:
11645: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11646: then three time as much. but base64 encoding method still use
11647: less memory anyway.
11648:
11649: 2007-09-17 misha
11650:
1.211 moko 11651: * operators.ru.txt, operators.txt: - added info about
11652: $cookie:fields
1.95 moko 11653:
11654: * src/types/pa_vcookie.C: - $cookie:fields available now
11655:
11656: * src/classes/hash.C: - some stuff for use with .for_each moved to
11657: common
11658:
11659: * src/include/pa_common.h: - some stuff for use with .for_each
11660: moved here
11661:
11662: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11663:
11664: 2007-09-14 misha
11665:
11666: * buildall-with-xml: - new xml libs again =)
11667:
11668: 2007-08-28 misha
11669:
1.211 moko 11670: * operators.ru.txt, operators.txt: - texts about
11671: ^table.columns[[column name]] and ^string.split[...][v][column
11672: name] were added
1.95 moko 11673:
11674: * tests/: 168.html, 169.html, results/168.processed,
11675: results/169.processed: - tests for ^table.columns[[column name]]
11676: and ^string.split[...][v][column name] were added
11677:
11678: * src/classes/table.C: - new option ^table.columns[[column name]]
11679: was added
11680:
11681: * src/classes/string.C: - new option ^string.split[...;v;[column
11682: name]]
11683:
11684: * src/include/pa_exception.h: - error text message for
11685: ^hash._keys[], ^table.columns[] and ^string.split[]
11686:
11687: 2007-08-27 misha
11688:
11689: * src/main/untaint.C: - try to fix coredump on unix if print to
11690: body ^taint[sql][something] outside of connect
11691:
11692: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11693: outside of connect
11694:
11695: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11696: added (commented by default)
11697:
11698: 2007-08-20 misha
11699:
1.211 moko 11700: * operators.ru.txt, operators.txt: - comment about new method
11701: ^node.hasAttributes[] was added
1.95 moko 11702:
11703: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11704: duplicated exception text strings were removed
11705:
11706: * src/include/pa_exception.h: - more exception text strings moved
11707: here
11708:
11709: * src/classes/table.C: - some duplicate exceptions' text strings
11710: removed
11711:
11712: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11713: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11714: removed
11715:
11716: * src/include/pa_exception.h: - some exception text strings movet
11717: to pa_exception
11718:
11719: * tests/: 149.html, results/149.processed: - test for
11720: ^xnode.hasAttributes[] was added - some code changes
11721:
11722: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11723: added
11724:
11725: 2007-08-17 misha
11726:
11727: * tests/: results/006.processed, results/059.processed, 006.html,
11728: 059.html: - more tests for match
11729:
11730: * tests/: 129.html, results/129.processed: - tests for
11731: ^table.hash[...][$.type[string|hash|table]] added
11732:
11733: * src/targets/cgi/parser3.C: - little syntax changes
11734:
11735: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11736: syntax changes
11737:
1.211 moko 11738: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11739: annoying 'SIGPIPE' messages in parser3.log switched off by
11740: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11741:
11742: 2007-08-08 misha
11743:
11744: * buildall-with-xml, buildall-without-xml: - remove libs source
11745: files by default since now
11746:
11747: 2007-08-07 misha
11748:
11749: * buildall-without-xml: - some option syntax changes
11750:
11751: * buildall-with-xml: - compile libxml2 without http support - some
11752: option syntax changes
11753:
11754: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11755:
11756: 2007-08-06 misha
11757:
11758: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11759:
11760: * tests/: 160.html, results/160.processed: - cache test was
11761: rewrited
11762:
11763: 2007-07-06 misha
11764:
11765: * tests/: 153.html, results/153.processed: - added test for
11766: ^math:sha1[string]
11767:
11768: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11769: transcoded
11770:
11771: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11772: were added
11773:
11774: 2007-06-28 misha
11775:
11776: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11777: some incorrect chars
11778:
11779: 2007-06-19 misha
11780:
11781: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11782: were moved on top because of gcc 4 had a problems during
11783: building.
11784:
11785: 2007-06-18 misha
11786:
11787: * tests/results/019.processed: - new image commited
11788:
11789: 2007-06-09 misha
11790:
11791: * src/classes/: op.C, table.C: - in while and table.select method
11792: as_expression used now
11793:
11794: * src/types/pa_vmethod_frame.h: - method as_expression was added
11795:
11796: 2007-06-08 misha
11797:
11798: * tests/: 166.html, results/166.processed: - test for
11799: ^match[...][n]
11800:
11801: * tests/: 165.html, results/165.processed: - tests for loops
11802:
11803: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11804: because of no speed/memory optimisation but some proglems with
11805: long cycles occure
11806:
11807: 2007-06-06 misha
11808:
11809: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11810: ^table.select(true) and ^table.select(1) didn't works because of
11811: awaiting junction-param only. fixed.
11812:
11813: 2007-05-24 misha
11814:
11815: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11816: with 0.5 secs interval
11817:
11818: * src/classes/op.C: - cache was rewrited. I hope it works with
11819: locking system now on unix
11820:
11821: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11822: system locks which wait till other threads release it but try get
11823: lock, if fail wait 1 sec and make 10 attempts.
11824:
11825: * src/include/pa_os.h: - consts for blocking locks + some comments
11826: were added
11827:
11828: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11829: opening files
11830:
11831: * src/classes/table.C: - changes in includes. if unclude <sstream>
11832: after our classes on unix it can't be build
11833:
11834: * src/types/pa_vhashfile.C: - not needed code removed
11835:
11836: 2007-05-23 misha
11837:
11838: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11839: include/pa_common.h: - cosmetic changes
11840:
11841: 2007-05-18 misha
11842:
11843: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11844: often. it's give some speed increasing
11845:
11846: * tests/results/160.processed: - returned time corrected
11847:
11848: * tests/160.html: - time increased because on unix 1 mean nothing
11849: :(
11850:
1.211 moko 11851: * operators.ru.txt, operators.txt: - added info about
11852: ^hash.contain[key]
1.95 moko 11853:
11854: * src/classes/hash.C: - added ^hash.contain[key]
11855:
11856: * src/include/pa_hash.h: - added method for checking key exists in
11857: hash
11858:
11859: 2007-05-07 misha
11860:
11861: * src/include/pa_string.h: - was compilation error during build on
11862: freebsd4
11863:
11864: 2007-05-03 misha
11865:
11866: * src/classes/table.C: - option $.type[hash|string|table] was added
11867: for ^table.hash[]
11868:
11869: * src/classes/file.C: - comment removed
11870:
11871: 2007-04-26 misha
11872:
11873: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11874: real files doesn't opened in place anymore
11875:
11876: 2007-04-24 misha
11877:
11878: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11879:
11880: * src/include/pa_exception.h: "static" removed
11881:
11882: 2007-04-23 misha
11883:
11884: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11885:
11886: * src/classes/math.C: added: - ^math:ln(N) (the same as
11887: ^math:log(N)) - ^math:lg(N)
11888:
11889: * tests/: 097.html, results/097.processed: - charsets converstion
11890: during ^file::load[text;http://...] added
11891:
11892: * tests/: 164.html, results/164.processed: - check for set expires
11893: as a date
11894:
11895: * tests/: 164.html, results/164.processed: - test for hashfile
11896:
11897: * src/classes/hashfile.C: - little comment changes
11898:
11899: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11900: access
11901:
11902: * src/: classes/date.C, classes/double.C, classes/file.C,
11903: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11904: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11905: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11906: classes/xnode.h, include/pa_request.h, main/execute.C,
11907: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11908: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11909: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11910: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11911: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11912: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11913: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11914: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11915: "parser.runtime" strings were removed
11916:
11917: * src/classes/hashfile.C: - with .clear[] called files_delete()
11918: now.
11919:
11920: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11921:
11922: * src/include/pa_exception.h: - string constant with
11923: "parser.runtime" text was added
11924:
11925: 2007-04-20 misha
11926:
1.211 moko 11927: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11928:
1.211 moko 11929: * operators.ru.txt, operators.txt: - added info about
11930: .^hashfile.release[], ^hashfile.clenaup[] and new
11931: ^string.match[][>N-option<]
1.95 moko 11932:
11933: * configure: =cheching for unsetenv
11934:
11935: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11936: ^hashfile.release[] were added
11937:
11938: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11939: ^string.match[][] understand new option now: return number of
11940: matches but not table wit results
11941:
11942: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11943: reopen now
11944:
11945: * src/classes/op.C: - bug. must be false
11946:
11947: * configure.in: - checking for unsetenv was added
11948:
11949: * src/types/pa_vform.C: - some comments
11950:
11951: 2007-04-18 misha
11952:
11953: * buildall-with-xml: moving to libxml2-2.6.28
11954:
11955: * buildall-with-xml, buildall-without-xml: added commented lines
11956: with --disable-safe-mode option
11957:
1.211 moko 11958: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11959:
11960: 2007-04-17 misha
11961:
11962: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11963: $form:files was added
11964:
11965: * tests/: 163.html, results/163.processed: removing auto format
11966:
11967: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11968:
11969: 2007-04-16 misha
11970:
11971: * tests/: 163.html, results/163.processed: - test for .int[],
11972: floor, round, ceiling and .format[]
11973:
11974: * src/classes/file.C: - little optimization for getting args in
11975: exec/cgi
11976:
11977: 2007-04-13 misha
11978:
11979: * src/classes/file.C: - arguments for file::exec/cgi can be
11980: specified now as s table with one column
11981:
11982: 2007-03-27 misha
11983:
11984: * tests/: 162.html, results/162.processed: - test for
11985: ^table.select(^condition[$t])
11986:
11987: * tests/results/auto.p: - load windows-1251 charset for some tests
11988:
11989: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11990:
11991: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11992: 161_windows1251.txt: - added test for
11993: ^file::load[text;/local/file.txt;$.charset[...]]
11994:
11995: * tests/: results/013.processed, 013.html: - added test for
11996: checking $._default value while hash modifications
11997:
11998: * tests/: 160.html, results/160.processed: - add test for
11999: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12000:
12001: 2007-03-22 misha
12002:
12003: * src/include/pa_common.h: - "charset" string defined for
12004: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12005:
12006: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12007: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12008: added - not needed transcodes were removed from
12009: ^file::load[...;http://...]
12010:
12011: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12012: added
12013:
12014: * src/classes/date.C: - date.week was fixed
12015:
1.211 moko 12016: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12017:
12018: * tests/: 159.html, results/159.processed: - tests for date.week
12019: and date.weekyear added
12020:
12021: 2007-03-15 misha
12022:
12023: * src/classes/table.C: - enclose column numbers for nameless tables
12024: as well
12025:
12026: 2007-03-14 misha
12027:
12028: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12029:
12030: * src/classes/table.C: - table.save optimization: now required much
12031: less memory
12032:
12033: 2007-03-13 misha
12034:
12035: * tests/results/: 158.processed, 158.processes: - tests for
12036: table.save/table.load
12037:
12038: * tests/: 158.html, results/158.processes: - tests for
12039: table.save/table.load
12040:
12041: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12042:
12043: * buildall-with-xml: - pattern needed now for building
12044:
12045: * tests/results/097.processed: - added test results for xdoc::load
12046: & xdoc::load[http://...]
12047:
12048: * tests/097.html: - added test for xdoc::load
12049:
12050: 2007-03-12 misha
12051:
12052: * tests/: 107.html, results/107.processed: - added test for xpath
12053: '//man'
12054:
12055: 2007-03-01 misha
12056:
12057: * tests/: 097.html, results/097.processed: - added test for
12058: creating xdoc from file
12059:
12060: * tests/: results/157.processed, 157.html: - added test for
12061: file:move
12062:
12063: 2007-02-28 misha
12064:
12065: * src/classes/xdoc.C: - another attempt
12066:
12067: * src/classes/xdoc.C: - roll back last changes for a while
12068:
1.211 moko 12069: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12070: ^xdoc::create[$file] added.
1.95 moko 12071:
12072: * src/classes/file.C: - under lock we create non-exist dir anyway
12073:
12074: * tests/results/099.processed: - ever send content-disposition to
12075: client with file
12076:
12077: * tests/157.html: + test for file:copy
12078:
12079: 2007-02-26 misha
12080:
12081: * src/classes/file.C: - some similar strings moved to #define
12082: instead of to be copy/pasted many times
12083:
12084: * src/types/pa_vfile.h: - class name string ("file") moved to
12085: #define
12086:
12087: 2007-02-20 misha
12088:
12089: * configure.in: - added some strings for sqlite detection
12090:
12091: 2007-02-19 misha
12092:
1.211 moko 12093: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12094:
12095: * buildall-with-xml, buildall-without-xml: - some modifications
12096:
12097: 2007-02-17 misha
12098:
12099: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12100:
12101: * src/main/pa_request.C: - damn, i forgot to commit it while I
12102: change console behaviour
12103:
12104: 2007-02-12 misha
12105:
12106: * src/targets/cgi/parser3.C: - don't print headers if
12107: $console:line[data] was used during cgi execution.
12108:
12109: * src/types/pa_vconsole.h: - console class have bool flag now which
12110: marked as 'true' if class was used.
12111:
12112: * tests/: 152.html, results/152.processed: - more types was added
12113: to test 152
12114:
12115: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12116: adding 'bool' (^if($image){} caused exception)
12117:
12118: 2007-02-09 misha
12119:
12120: * tests/: 152.html, results/152.processed: - test alightly updated
12121:
12122: * tests/: 152.html, results/152.processed: - test rewrited
12123:
12124: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12125: bugfix. I broke xdoc & xnode in expression
12126:
12127: 2007-02-08 misha
12128:
12129: * tests/: 152.html, results/152.processed: - add test for checking
12130: 'def' for void, string, bool, int & double
12131:
12132: 2007-02-07 misha
12133:
1.211 moko 12134: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12135: added
1.95 moko 12136:
12137: * tests/results/153.processed: - result test for
12138: ^file:base64[filespec] was updated
12139:
12140: * tests/153.html: - test for ^file:base64[filespec] was added
12141:
12142: * src/types/pa_vconsole.h: - little optimization
12143:
12144: * src/classes/file.C: - ^file:base64[filespec]
12145:
12146: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12147:
12148: * src/include/pa_common.h: - declarations for
12149: ^file:base64[filespec]
12150:
12151: * src/types/pa_vcookie.C: - little optimization
12152:
12153: 2007-02-06 misha
12154:
12155: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12156: were temporary commented
12157:
12158: * src/types/pa_vbool.h: - bugfix
12159:
12160: * tests/156.html: - added test for bool cookie
12161:
12162: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12163:
12164: * tests/: 155.html, results/155.processed: - added test for check
12165: $.encloser[] option for table save/load
12166:
12167: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12168:
12169: 2007-02-05 misha
12170:
12171: * tests/results/152.processed: - newline at the end was missed
12172:
12173: * tests/results/141.processed: - math:md5 must be lowercased
12174:
12175: * src/targets/cgi/parser3.C: - 2007 in help ;)
12176:
12177: 2007-02-03 misha
12178:
12179: * tests/results/: 150.processed, 151.processed, 152.processed: -
12180: test for bool added and some content length fixes
12181:
12182: * tests/152.html: - test for bool added
12183:
12184: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12185:
1.211 moko 12186: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12187:
1.116 moko 12188: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12189: classes/classes.vcproj, classes/double.C, classes/int.C,
12190: classes/string.C, classes/void.C, classes/xnode.C,
12191: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12192: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12193: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12194: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12195: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12196: types/types.vcproj: - bool class was added
12197:
12198: * src/main/pa_request.C: - fix
12199:
12200: 2007-01-18 misha
12201:
12202: * src/: main/pa_string.C, classes/string.C: - return table during
12203: ^string.match[][] even if no matched found.
12204:
12205: 2006-12-20 misha
12206:
12207: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12208: http://www.parser.ru/forum/?id=55598 ]
12209:
12210: 2006-12-19 misha
12211:
12212: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12213: details: http://www.parser.ru/forum/?id=52359
12214:
12215: * src/main/pa_request.C: - always set content-disposition for
12216: $response:body[hash here]. more details:
12217: http://www.parser.ru/forum/?id=52130
12218:
12219: 2006-12-07 misha
12220:
1.211 moko 12221: * operators.ru.txt, operators.txt: - added info about bool params
12222: in cookie set
1.95 moko 12223:
12224: * src/types/pa_vcookie.C: - bool param in cookies available now
12225: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12226: ]
12227:
12228: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12229: was added
12230:
12231: 2006-12-02 misha
12232:
12233: * src/classes/file.C: - file_block_read used instead of native read
12234:
12235: * src/main/pa_common.C: - added file_block_read with read error
12236: detection - file_block_read used instead of native read
12237:
12238: * src/include/pa_common.h: - added file_block_read declaration
12239:
12240: 2006-12-01 misha
12241:
1.211 moko 12242: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12243: added
1.95 moko 12244:
12245: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12246: $var.CLASS_NAME added
12247:
1.211 moko 12248: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12249:
12250: * src/classes/file.C: - ^file:copy[from;fo] was added
12251:
12252: 2006-11-20 misha
12253:
12254: * src/classes/date.C: - bug fix :)
12255:
12256: 2006-11-17 misha
12257:
12258: * src/include/pa_common.h: - array in crc32 calculation was changed
12259: to static
12260:
12261: * src/main/pa_common.C: - little optimization in getMonthDays -
12262: small changes in crc32 calculation
12263:
12264: * src/classes/date.C: - not needed code was removed
12265:
12266: 2006-11-16 misha
12267:
12268: * src/types/pa_vmail.C: - fix missed brakes
12269:
12270: * src/types/pa_vmail.C: - mail:send now set content-type:
12271: multipart/related instead of multipart/mixed if file have
12272: $.content-id[]
12273:
12274: 2006-11-15 misha
12275:
12276: * src/types/pa_vdouble.h: abs -> fabs
12277:
12278: 2006-11-14 misha
12279:
1.211 moko 12280: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12281: and ^file:md5[file-name]
1.95 moko 12282:
12283: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12284: added
12285:
12286: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12287: FILE_BUFFER_SIZE
12288:
12289: * src/classes/math.C: - hex_string was moved to pa_common.h
12290:
12291: * src/include/pa_common.h: - hex_string was moved from math.C -
12292: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12293:
12294: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12295: values was fixed
12296:
12297: 2006-11-13 misha
12298:
1.211 moko 12299: * operators.ru.txt, operators.txt: - added info about
12300: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12301:
12302: * src/classes/math.C: - added ^math:crc32[string]
12303:
12304: * src/classes/file.C: - some comments were changed - added
12305: ^file:crc32[file-name] and ^file.crc32[]
12306:
12307: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12308: crc32 calculation added
12309:
12310: 2006-11-03 misha
12311:
12312: * src/include/pa_array.h: - not needed variable removed
12313:
12314: * tests/: 150.html, 151.html, results/150.processed,
12315: results/151.processed: - 2 tests were added
12316:
12317: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12318: with $.reverse(1) were fixed
12319:
12320: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12321: query converted to $.charset during ^file::load[http://...]
12322:
12323: 2006-11-02 misha
12324:
12325: * src/include/pa_table.h: ups. forget '=' char
12326:
12327: * src/include/pa_table.h: - one more fix in
12328: .locate[...][$.reverse(1)]
12329:
12330: 2006-11-01 misha
12331:
12332: * src/classes/math.C: - bug fix, details:
12333: http://www.parser.ru/forum/?id=53360
12334:
12335: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12336: false for all records )[$.reverse(1)]
12337:
12338: * src/main/pa_http.C: - second param for this mid method is length
12339: but not end_index so this method has error and can't detect
12340: charsets in next content-types: Content-type: text/html;
12341: charset="windows-1251" Content-type: text/html;
12342: charset="windows-1251"; Content-type: text/html;
12343: charset=windows-1251;
12344:
12345: only Content-type: text/html; charset=windows-1251 was fine
12346:
12347: 2006-10-31 misha
12348:
12349: * src/classes/file.C: - empty args in file::exec removed now
12350:
12351: 2006-09-03 paf
12352:
12353: * src/classes/file.C: proper tainting of
12354: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12355:
12356: 2006-06-09 paf
12357:
12358: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12359:
12360: * src/classes/table.C: formatting
12361:
12362: * src/classes/table.C: incorporated patch from misha: Sent:
12363: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12364: ignoring string options for ^table.save[]
12365:
12366: * src/classes/hash.C: incorporated patch from misha Sent:
12367: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12368: $hash._default disappear while
12369:
1.211 moko 12370: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12371: $.value[file] $.format[!uue|!base64] << new base64 option.
12372: default uue ] ]
1.95 moko 12373:
12374: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12375: PM Subject: patch for base64 in ^mail:send[] %-)
12376:
12377: 2006-04-09 paf
12378:
12379: * src/main/compile.tab.C: ` change compiled
12380:
1.211 moko 12381: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12382: src/classes/classes.vcproj, src/classes/file.C,
12383: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12384: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12385: src/classes/xnode.C, src/include/pa_array.h,
12386: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12387: src/include/pa_memory.h, src/include/pa_request.h,
12388: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12389: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12390: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12391: src/lib/pcre/pcre_dftables.vcproj,
12392: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12393: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12394: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12395: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12396: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12397: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12398: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12399: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12400: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12401: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12402: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12403: src/types/pa_value.h, src/types/pa_vcookie.C,
12404: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12405: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12406: src/types/pa_vstatus.C, src/types/types.vcproj,
12407: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12408: ^menu, ^hash/hashfile.foreach
12409:
12410: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12411: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12412: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12413: src/classes/xnode.C, src/include/pa_array.h,
12414: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12415: src/include/pa_memory.h, src/include/pa_request.h,
12416: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12417: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12418: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12419: src/lib/pcre/pcre_dftables.vcproj,
12420: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12421: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12422: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12423: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12424: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12425: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12426: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12427: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12428: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12429: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12430: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12431: src/types/pa_value.h, src/types/pa_vcookie.C,
12432: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12433: src/types/pa_vstatus.C, src/types/types.vcproj,
12434: tests/descript.ion: ! switched to VS2005 (projects and
12435: object<info explicitly typed>.for_each(, info)) +
12436: $response:field[] setting void means removing + grammar $name`
12437: name stops now, for mysql `$field` + started ^break[]
12438: ^continue[], in ^for. TODO: to other iterators (while, menu,
12439: foreach) + all log messages += [uri=, method=, cl=]
12440:
12441: * buildall-with-xml: merged . ftp paths update
12442:
12443: * buildall-with-xml: . ftp paths update
12444:
12445: 2006-03-04 paf
12446:
12447: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12448: checks++ [thanks to Igor Zinkovsky for detailed report]
12449:
12450: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12451: Igor Zinkovsky for detailed report]
12452:
12453: 2006-03-01 paf
12454:
12455: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12456: \n to ' ' in
12457:
12458: 2006-02-18 paf
12459:
12460: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12461: \n to ' ' in
12462:
12463: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12464:
12465: 2006-02-03 paf
12466:
12467: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12468: base64
12469:
12470: * src/main/pa_common.C: ! bugfix: decoding from base64
12471:
12472: 2006-01-20 paf
12473:
12474: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12475: economy fix
12476:
12477: * src/classes/: table.C: merged from HEAD ! bugfix
12478: ^table.save[$.encloser-s now handled properly
12479:
12480: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12481: handled properly
12482:
12483: 2006-01-19 paf
12484:
12485: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12486: libgc:USE_MUNMAP activates merging of free memory blocks which
12487: helps a lot in our case: after transform we want
12488: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12489:
12490: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12491: economy fix
12492:
12493: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12494: activates merging of free memory blocks which helps a lot in our
12495: case: after transform we want CORD(main.result)->cstr[big
12496: malloc]->transcode[big malloc]
12497:
12498: 2006-01-17 paf
12499:
12500: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12501: before reading them. got rid of reallocs = became quicker and
12502: less fragmentated
12503:
12504: 2005-12-29 paf
12505:
1.116 moko 12506: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12507: configure, configure.in, src/include/pa_version.h,
12508: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12509: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12510: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12511: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12512: src/lib/ltdl/missing: . merged from 3.2.1
12513:
1.116 moko 12514: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12515: packaged when 'make dist', so do configure companion files in
12516: src/lib/ltdl
12517:
12518: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12519: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12520: missing: . now config_auto.h is created with configure [were
12521: constant]
1.95 moko 12522:
12523: * INSTALL: . references to documentation and some clarification
12524:
12525: * buildall-with-xml, buildall-without-xml: . farawell doc
12526: indication
12527:
1.116 moko 12528: * Makefile.am: . dist+=buildall*
1.95 moko 12529:
12530: 2005-12-28 paf
12531:
12532: * configure: . 3.2.1
12533:
12534: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12535: simplify build process, see INSTALL
12536:
12537: 2005-12-26 paf
12538:
12539: * configure: ver
12540:
12541: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12542: version
12543:
12544: 2005-12-21 paf
12545:
12546: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12547: compiled with bison 1.875b, it reports unexpected token names
12548:
12549: 2005-12-19 paf
12550:
12551: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12552: holds a link to xmlNode to prevent premature gc(xmlNode)
12553:
12554: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12555: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12556: src/main/main.vcproj, src/main/pa_globals.C,
12557: src/targets/cgi/parser3.vcproj,
12558: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12559: configure, configure.in, src/include/pa_version.h: . killing
12560: gdome [what a relief]
12561:
12562: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12563: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12564: run_parser.sh, results/001.processed, results/002.processed,
12565: results/003.processed, results/004.processed,
12566: results/005.processed, results/006.processed,
12567: results/008.processed, results/009.processed,
12568: results/010.processed, results/011.processed,
12569: results/012.processed, results/013.processed,
12570: results/014.processed, results/015.processed,
12571: results/016.processed, results/017.processed,
12572: results/018.processed, results/020.processed,
12573: results/021.processed, results/022.processed,
12574: results/023.processed, results/024.processed,
12575: results/025.processed, results/026.processed,
12576: results/027.processed, results/028.processed,
12577: results/029.processed, results/030.processed,
12578: results/031.processed, results/032.processed,
12579: results/033.processed, results/034.processed,
12580: results/035.processed, results/036.processed,
12581: results/037.processed, results/038.processed,
12582: results/039.processed, results/040.processed,
12583: results/041.processed, results/042.processed,
12584: results/043.processed, results/044.processed,
12585: results/045.processed, results/046.processed,
12586: results/047.processed, results/048.processed,
12587: results/049.processed, results/050.processed,
12588: results/051.processed, results/052.processed,
12589: results/053.processed, results/054.processed,
12590: results/055.processed, results/056.processed,
12591: results/057.processed, results/058.processed,
12592: results/059.processed, results/060.processed,
12593: results/061.processed, results/062.processed,
12594: results/063.processed, results/064.processed,
12595: results/065.processed, results/066.processed,
12596: results/067.processed, results/068.processed,
12597: results/069.processed, results/070.processed,
12598: results/071.processed, results/072.processed,
12599: results/073.processed, results/074.processed,
12600: results/075.processed, results/076.processed,
12601: results/077.processed, results/078.processed,
12602: results/079.processed, results/080.processed,
12603: results/081.processed, results/082.processed,
12604: results/083.processed, results/084.processed,
12605: results/085.processed, results/086.processed,
12606: results/087.processed, results/088.processed,
12607: results/089.processed, results/090.processed,
12608: results/091.processed, results/092.processed,
12609: results/093.processed, results/094.processed,
12610: results/095.processed, results/096.processed,
12611: results/097.processed, results/099.processed,
12612: results/100.processed, results/101.processed,
12613: results/102.processed, results/104.processed,
12614: results/105.processed, results/106.processed,
12615: results/107.processed, results/108.processed,
12616: results/109.processed, results/110.processed,
12617: results/111.processed, results/112.processed,
12618: results/113.processed, results/114.processed,
12619: results/115.processed, results/117.processed,
12620: results/119.processed, results/120.processed,
12621: results/121.processed, results/122.processed,
12622: results/123.processed, results/124.processed,
12623: results/125.processed, results/126.processed,
12624: results/127.processed, results/128.processed,
12625: results/129.processed, results/130.processed,
12626: results/131.processed, results/132.processed,
12627: results/133.processed, results/134.processed,
12628: results/135.processed, results/136.processed,
12629: results/138.processed, results/139.processed,
12630: results/140.processed, results/141.processed,
12631: results/142.processed, results/143.processed,
12632: results/144.processed, results/145.processed,
12633: results/146.processed, results/147.processed,
12634: results/148.processed, results/149.processed, results/auto.p: .
12635: now works if we turn off default auto.p
12636:
1.116 moko 12637: * configure: . makes
1.95 moko 12638:
12639: * src/types/pa_vxnode.C: . less warnings
12640:
12641: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12642: tests/145.html, tests/149.html, tests/descript.ion,
12643: tests/outputs/d.cmd, tests/results/142.processed,
12644: tests/results/143.processed, tests/results/144.processed,
12645: tests/results/145.processed, tests/results/146.processed,
12646: tests/results/147.processed, tests/results/148.processed,
12647: tests/results/149.processed: . removed .nodeValue from all node
12648: types other than 5 (grabbed piece from gdome)
12649:
12650: * tests/: 137.html, results/137.processed: . not handled this case
12651: yet. code does not hang from inserting parent into child,
12652: considering thing minor issue -- nodes are removed from source
12653: anyway, don't know why shold that be an error after all
12654:
12655: * src/targets/cgi/parser3.C: . style
12656:
12657: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12658: xdoc too [were barking "not element"]
12659:
12660: 2005-12-16 paf
12661:
12662: * tests/: 146.html, 147.html, 148.html: . more tests
12663:
12664: * src/classes/xnode.C: . also bark on possible errors
12665:
12666: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12667: props
12668:
12669: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12670: main/compile.y: merged from HEAD ! fixed overoptimized
12671: ^call(false) case. (confused it with ^call[] case)
12672:
12673: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12674: ^call(false) case. (confused it with ^call[] case)
12675:
12676: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12677:
12678: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12679: results/001.processed, results/002.processed,
12680: results/003.processed, results/004.processed,
12681: results/005.processed, results/006.processed,
12682: results/008.processed, results/009.processed,
12683: results/010.processed, results/011.processed,
12684: results/012.processed, results/013.processed,
12685: results/014.processed, results/015.processed,
12686: results/016.processed, results/017.processed,
12687: results/018.processed, results/019.processed,
12688: results/020.processed, results/021.processed,
12689: results/022.processed, results/023.processed,
12690: results/024.processed, results/025.processed,
12691: results/026.processed, results/027.processed,
12692: results/028.processed, results/029.processed,
12693: results/030.processed, results/031.processed,
12694: results/032.processed, results/033.processed,
12695: results/034.processed, results/035.processed,
12696: results/036.processed, results/037.processed,
12697: results/038.processed, results/039.processed,
12698: results/040.processed, results/041.processed,
12699: results/042.processed, results/043.processed,
12700: results/044.processed, results/045.processed,
12701: results/046.processed, results/047.processed,
12702: results/048.processed, results/049.processed,
12703: results/050.processed, results/051.processed,
12704: results/052.processed, results/053.processed,
12705: results/054.processed, results/055.processed,
12706: results/056.processed, results/057.processed,
12707: results/058.processed, results/059.processed,
12708: results/060.processed, results/061.processed,
12709: results/062.processed, results/063.processed,
12710: results/064.processed, results/065.processed,
12711: results/066.processed, results/067.processed,
12712: results/068.processed, results/069.processed,
12713: results/070.processed, results/071.processed,
12714: results/072.processed, results/073.processed,
12715: results/074.processed, results/075.processed,
12716: results/076.processed, results/077.processed,
12717: results/078.processed, results/079.processed,
12718: results/080.processed, results/081.processed,
12719: results/082.processed, results/083.processed,
12720: results/084.processed, results/085.processed,
12721: results/086.processed, results/087.processed,
12722: results/088.processed, results/089.processed,
12723: results/090.processed, results/091.processed,
12724: results/092.processed, results/093.processed,
12725: results/094.processed, results/095.processed,
12726: results/096.processed, results/097.processed,
12727: results/099.processed, results/101.processed,
12728: results/102.processed, results/104.processed,
12729: results/105.processed, results/106.processed,
12730: results/107.processed, results/108.processed,
12731: results/109.processed, results/110.processed,
12732: results/111.processed, results/112.processed,
12733: results/113.processed, results/114.processed,
12734: results/115.processed, results/116.processed,
12735: results/117.processed, results/118.processed,
12736: results/119.processed, results/120.processed,
12737: results/121.processed, results/122.processed,
12738: results/123.processed, results/124.processed,
12739: results/125.processed, results/126.processed,
12740: results/127.processed, results/128.processed,
12741: results/129.processed, results/130.processed,
12742: results/131.processed, results/132.processed,
12743: results/133.processed, results/134.processed,
12744: results/135.processed, results/136.processed,
12745: results/137.processed, results/138.processed,
12746: results/139.processed, results/140.processed,
12747: results/141.processed: . refreshed old tests, made them work
12748: without auto.p (in utf8) . things noted: . gif got encoded
12749: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12750: some strange year)
12751:
12752: * INSTALL: . revived linux libgc fix
12753:
12754: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12755: glib/gdome in INSTALL and patches]
12756:
12757: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12758: include/pa_charset.h, include/pa_config_includes.h,
12759: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12760: include/pa_xml_exception.h, lib/cord/Makefile.am,
12761: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12762: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12763: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12764: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12765: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12766: types/pa_vxnode.h: . started killing gdome
12767:
12768: 2005-12-13 paf
12769:
12770: * src/main/: pa_request.C: merged from HEAD ! when code in
12771: @unhandled_exception thrown another exception, print correct
12772: origin (earlier code in catch of exception inside of
12773: @unhandled_exception grabbed parent_frame(original_exception)
12774: origin and printed it, instead of true origin)
12775:
12776: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12777: another exception, print correct origin (earlier code in catch of
12778: exception inside of @unhandled_exception grabbed
12779: parent_frame(original_exception) origin and printed it, instead
12780: of true origin)
12781:
12782: 2005-12-09 paf
12783:
12784: * INSTALL: . updated INSTALL doc to work around linux stack base
12785: detection problem, due to change in gc6.4 code
12786:
12787: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12788: ignored in ^string.matched :(
12789:
12790: * src/main/pa_string.C: ! regex tainting were ignored in
12791: ^string.matched :(
12792:
12793: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12794: src/include/pa_config_fixed.h, src/include/pa_version.h,
12795: src/main/compile.y, src/main/compile_tools.h,
12796: src/main/pa_charset.C, src/main/pa_common.C,
12797: src/main/pa_globals.C, src/main/pa_string.C,
12798: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12799: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12800:
12801: 2005-12-08 paf
12802:
12803: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12804: 500 chars now handled OK [were wrapped on 500th char according to
12805: rfc, but sendmail failed to unwrap it properly]
12806:
12807: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12808: handled OK [were wrapped on 500th char according to rfc, but
12809: sendmail failed to unwrap it properly]
12810:
12811: * src/targets/isapi/parser3isapi.C: . less warnings
12812:
12813: * src/targets/isapi/parser3isapi.C: . undone some strange change
12814: since 3.1.5
12815:
12816: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12817: link fixes
12818:
12819: * src/: classes/date.C, include/pa_config_fixed.h,
12820: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12821: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12822: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12823:
12824: * src/include/pa_config_fixed.h: . removed outdated string origins
12825: [in current storage scheme there's no place for them. someday we
12826: can add third CORD to store origins and special version of parser
12827: which stores origins there [separate binary]]
12828:
12829: 2005-12-07 paf
12830:
12831: * src/targets/isapi/parser3isapi.C: . now links in release mode
12832:
12833: * src/include/pa_version.h: makefiles
12834:
12835: * src/include/pa_version.h: . not beta
12836:
12837: * configure, configure.in, src/include/pa_version.h: not beta
12838:
12839: 2005-12-06 paf
12840:
12841: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12842: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12843: decided to undo the change ^call[$void] passes void. now it will
12844: pass empty string again.
12845:
12846: * src/main/: compile.tab.C, compile.y: . version readded
12847:
12848: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12849: = ^switch[void] problem
12850:
12851: 2005-12-01 paf
12852:
12853: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12854: caused ^case[string] to be coerced to double since searching
12855: value were not string (it was vvoid)
12856:
12857: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12858: ^case[string] to be coerced to double since searching value were
12859: not string (it was vvoid)
12860:
12861: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12862: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12863:
12864: 2005-11-30 paf
12865:
12866: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12867: win32 must putenv("TZ="), on unix works only putenv("TZ")
12868:
12869: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12870: putenv("TZ="), on unix works only putenv("TZ")
12871:
12872: * INSTALL: . xml libs versions updated
12873:
12874: * src/main/pa_globals.C: //20051130 trying to remove this, author
12875: claims that fixed a lot there // 20040920 for now both
12876: workarounds needed. wait for new libxml/xsl versions
12877:
12878: 2005-11-28 paf
12879:
12880: * src/classes/table.C: merged from HEAD: ! nameless table has
12881: columns==0
12882:
12883: * src/classes/table.C: ! nameless table has columns==0
12884:
12885: * src/main/pa_http.C: merged from HEAD: ! status line check made
12886: earlier [was totally wrong]
12887:
12888: * src/main/pa_http.C: ! status line check made earlier [was totally
12889: wrong]
12890:
12891: 2005-11-25 paf
12892:
12893: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12894: undoing for now...
12895:
12896: * src/include/pa_version.h: -this reduces speed(table::load),
12897: strange. undoing
12898:
12899: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12900:
12901: * src/classes/op.C: + ^while(){}[SEPARATOR]
12902:
12903: * src/include/pa_array.h: + optimistics added: all arrays (table
12904: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12905: this speeds things up and saves memory a LOT! (not noticed
12906: negative effect on syntetic tests, future will tell...)
12907:
12908: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12909: changed gc_malloc implementation, which obscured profiling
12910:
12911: * src/classes/table.C: merged from HEAD: + optimized
12912: table::load/sql, now row ArrayString-s allocated with
12913: columns.count() elements and don't always grow from
12914: count=3[realloc,realloc]
12915:
12916: * src/classes/table.C: + optimized table::load/sql, now row
12917: ArrayString-s allocated with columns.count() elements and don't
12918: always grow from count=3[realloc,realloc]
12919:
12920: * src/classes/table.C: merged from HEAD: . ^table.save unused
12921: buffer after save
12922:
12923: * src/classes/table.C: . ^table.save unused buffer after save
12924:
12925: 2005-11-24 paf
12926:
12927: * configure.in: . merged glib2-config patch
12928:
12929: * configure.in: + trying to find glib2-config
12930:
12931: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12932: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12933: file/dir_readable to simple file/dir_exist, this would help in
12934: situations "class not found because .p file has bad rights" << in
12935: that case error would be explicit "access denied to 'this' file"
12936:
1.116 moko 12937: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12938:
12939: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12940: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12941: to simple file/dir_exist, this would help in situations "class
12942: not found because .p file has bad rights" << in that case error
12943: would be explicit "access denied to 'this' file"
12944:
12945: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12946: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12947: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12948: ^file::exec/cgi[script;$.charset[changed]
12949: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12950: encoded in $.charset charset
12951:
12952: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12953: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12954: encoded in $.charset charset
12955:
12956: * src/: include/Makefile.am, include/pa_common.h,
12957: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12958: main/pa_common.C, main/pa_http.C: . extracted http:// into
12959: separate file [preparation for
12960: ^file::cgi[script;$.form[$.field1[]
12961:
12962: 2005-11-22 paf
12963:
12964: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12965:
12966: * acinclude.m4, configure.in: . merged underquting fixes
12967:
1.116 moko 12968: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12969:
12970: * src/classes/op.C: . overmerged a little
12971:
12972: * src/main/compile.tab.C: Makefile
12973:
12974: * src/main/: pa_common.C: . less gcc warnings
12975:
12976: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12977: now reports original exception if we have no old cache
12978:
12979: * src/classes/op.C: + $exception.handled[cache] now reports
12980: original exception if we have no old cache
12981:
12982: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12983: from HEAD: + ^taint/untaint[regex] << escapes these:
12984: \^$.[]|()?*+{}
12985:
12986: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12987: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12988:
12989: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12990: getenv-ed variable, which does not work both on win32&unix.
12991: copied old TZ value now
12992:
12993: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12994: stored pointer to getenv-ed variable, which does not work both on
12995: win32&unix. copied old TZ value now
12996:
12997: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12998: getenv-ed variable, which does not work both on win32&unix.
12999: copied old TZ value now
13000:
13001: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13002: access to internal hash
13003:
13004: * src/types/pa_vresponse.C: + $response:headers access to internal
13005: hash
13006:
13007: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13008: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13009: isapi] this reduces number of "GC Warning: Repeated allocation of
13010: very large block" messages to only important onces
13011:
13012: * src/targets/isapi/parser3isapi.C: +
13013: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13014: isapi] this reduces number of "GC Warning: Repeated allocation of
13015: very large block" messages to only important onces
13016:
13017: * src/classes/string.C: merged from HEAD: + removed limitation on
13018: ^string/int/double:sql{}[$.default[({param style})] ]
13019:
13020: * src/classes/string.C: + removed limitation on
13021: ^string/int/double:sql{}[$.default[({param style})] ]
13022:
13023: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13024: with ?params or $.form option" limitation
13025:
13026: * src/main/pa_common.C: + removed "use either uri with ?params or
13027: $.form option" limitation
13028:
13029: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13030: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13031: ^file::base64[encoded] decode
13032:
13033: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13034: main/pa_common.C: + ^file.base64[] encode +
13035: ^file::base64[encoded] decode
13036:
13037: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13038: ^string:base64[encoded] decode
13039:
13040: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13041: ^string:base64[in] encode + ^string.base64[] decode
13042:
13043: 2005-11-21 paf
13044:
13045: * src/classes/file.C: + merged from HEAD:
13046: ^file::create[text;file.xml;^untaint[xml]{data}]
13047:
13048: * src/classes/file.C: +
13049: ^file::create[text;file.xml;^untaint[xml]{data}]
13050:
13051: * src/main/pa_request.C: ! merged: $response:body[file] now
13052: differes from :download, it does not return content-disposition
13053: at all now [previusely it returned valueless content-disposition]
13054:
13055: * src/main/pa_request.C: ! $response:body[file] now differes from
13056: :download, it does not return content-disposition at all now
13057: [previusely it returned valueless content-disposition]
13058:
13059: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13060: literals, reverted to just vvod, recreating empty array with each
13061: void_value token. that's absolutely needed, since that array
13062: grows
13063:
13064: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13065: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13066: types/pa_vmethod_frame.h: + merged: expression literals:
13067: true/false. ^format[$.indent(true)]
13068:
13069: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13070: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13071: types/pa_vmethod_frame.h: + expression literals: true/false.
13072: ^format[$.indent(true)]
13073:
13074: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13075: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13076: i386-pc-win32)"
13077:
13078: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13079: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13080: i386-pc-win32)"
13081:
13082: 2005-11-18 paf
13083:
13084: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13085: null}[$.default(123)] will now return default value
13086:
13087: * src/classes/op.C: + merged ^cache[] << returns current cache
13088: expiration time
13089:
13090: * src/classes/op.C: + ^cache[] << returns current cache expiration
13091: time
13092:
13093: * src/classes/table.C: ! merged ^table::create[not'nameless';
13094: failed << Exception.problem_source pointed to local var!
13095:
13096: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13097: Exception.problem_source pointed to local var!
13098:
13099: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13100: now loads VFile.ptr!=0, so such files can be saved now
13101:
13102: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13103: loads VFile.ptr!=0, so such files can be saved now
13104:
13105: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13106: only . and .. now removed from list [were removed all .*]
13107:
13108: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13109: .. now removed from list [were removed all .*]
13110:
13111: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13112: open error now checked, were not :( [stole that piece from apache
13113: 1.3 sources]
13114:
13115: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13116: checked, were not :( [stole that piece from apache 1.3 sources]
13117:
13118: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13119: untainting of @main result if returned by $result or
13120: $response:body
13121:
13122: * src/main/pa_request.C: ! ensured proper untainting of @main
13123: result if returned by $result or $response:body
13124:
13125: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13126: issue: now tries to guess content-length and allocates one big
13127: piece if possible [regretfully gc_realloc works as malloc+free,
13128: leaving lots of holes behind]
13129:
13130: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13131: fixed file load memory issue: now tries to guess content-length
13132: and allocates one big piece if possible [regretfully gc_realloc
13133: works as malloc+free, leaving lots of holes behind]
13134:
13135: 2005-11-16 paf
13136:
13137: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13138: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13139: table::save with enclosers now doubles them: "->"" !
13140: table::save/load do not remove elements from options hash
13141:
13142: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13143: [were overoptimized ^if(double_literal), compiler confused
13144: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13145:
13146: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13147: [were overoptimized ^if(double_literal), compiler confused
13148: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13149:
13150: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13151: main/pa_common.C: ! table::save with enclosers now doubles them:
13152: "->"" ! table::save/load do not remove elements from options hash
13153:
13154: 2005-11-03 paf
13155:
1.116 moko 13156: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13157: compilation, not all makefiles liked that
1.95 moko 13158:
13159: 2005-08-30 paf
13160:
13161: * src/classes/op.C: merge . speedup check of [DEFAULT]
13162:
13163: * src/classes/op.C: . speedup check of [DEFAULT]
13164:
13165: 2005-08-26 paf
13166:
13167: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13168:
13169: * src/: classes/date.C, types/pa_vdate.h: + date.week
13170:
13171: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13172: complains about bad!=nameless
13173:
13174: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13175: about bad!=nameless
13176:
13177: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13178: optional options were allowed to be empty. were checked
13179: if(is_string), changed to !defined||is_string to allow void
13180:
13181: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13182: classes/string.C, classes/table.C, classes/void.C: ! optional
13183: options were allowed to be empty. were checked if(is_string),
13184: changed to !defined||is_string to allow void
13185:
13186: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13187: as_junction where they needed as_int/double, so failed with
13188: recent "(const) now no junction" optimization
13189:
13190: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13191: merged ! many classes/* used as_junction where they needed
13192: as_int/double, so failed with recent "(const) now no junction"
13193: optimization
13194:
13195: * src/: classes/double.C, classes/int.C, classes/math.C,
13196: classes/op.C, classes/string.C, classes/table.C,
13197: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13198: used as_junction where they needed as_int/double, so failed with
13199: recent "(const) now no junction" optimization
13200:
13201: 2005-08-24 paf
13202:
13203: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13204: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13205: stripped it
13206:
13207: 2005-08-09 paf
13208:
13209: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13210: not cleared
13211:
13212: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13213: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13214: classes/hashfile.C, classes/image.C, classes/int.C,
13215: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13216: classes/response.C, classes/string.C, classes/table.C,
13217: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13218: include/pa_array.h, include/pa_cache_managers.h,
13219: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13220: include/pa_config_fixed.h, include/pa_config_includes.h,
13221: include/pa_dictionary.h, include/pa_dir.h,
13222: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13223: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13224: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13225: include/pa_request_charsets.h, include/pa_request_info.h,
13226: include/pa_sapi.h, include/pa_socks.h,
13227: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13228: include/pa_stack.h, include/pa_string.h,
13229: include/pa_stylesheet_connection.h,
13230: include/pa_stylesheet_manager.h, include/pa_table.h,
13231: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13232: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13233: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13234: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13235: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13236: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13237: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13238: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13239: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13240: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13241: main/pa_sql_driver_manager.C, main/pa_string.C,
13242: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13243: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13244: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13245: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13246: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13247: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13248: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13249: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13250: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13251: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13252: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13253: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13254: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13255: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13256: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13257: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13258: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13259: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13260: types/pa_vresponse.C, types/pa_vresponse.h,
13261: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13262: types/pa_vstateless_object.h, types/pa_vstatus.C,
13263: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13264: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13265: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13266: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13267: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13268:
13269: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13270: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13271: speedup consequent checks in vmethod_frame
13272:
13273: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13274: not cleared
13275:
13276: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13277: params: 50 max (were 10)
13278:
13279: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13280: params: 50 max (were 10)
13281:
13282: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13283: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13284: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13285: empty string) ! simplified (double) speedup consequent checks in
13286: vmethod_frame
13287:
13288: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13289: optimized constants in expressions vstring->vdouble + optimized
13290: ^call(vdouble), no junction creation, no calls later
13291:
13292: 2005-08-08 paf
13293:
13294: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13295: compile_tools.h: merged + optimized constants in expressions
13296: vstring->vdouble + optimized ^call(vdouble), no junction
13297: creation, no calls later
13298:
13299: * src/types/pa_vdouble.h: merged . double values without fractional
13300: part now default printed as %.0f instead of %g
13301:
13302: * src/types/pa_vdouble.h: . double values without fractional part
13303: now default printed as %.0f instead of %g
13304:
13305: * src/classes/hashfile.C: . merged ! second hashfile::open would
13306: cause an exception
13307:
13308: * src/classes/hashfile.C: ! second hashfile::open would cause an
13309: exception
13310:
13311: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13312: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13313: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13314: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13315: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13316: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13317: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13318: types/pa_vresponse.h, types/pa_vstateless_class.C,
13319: types/pa_vstateless_object.h, types/pa_vvoid.h,
13320: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13321: merged VJunction(new Junction) optimization from 3.1.4
13322:
13323: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13324: types/pa_vstateless_class.C: + optimized new VJunction(new
13325: Junction(params)) to new VJunction(params), thousands of mallocs
13326: removed
13327:
13328: 2005-08-05 paf
13329:
13330: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13331: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13332: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13333: creation, no calls later
13334:
13335: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13336: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13337: classes/hashfile.C, classes/image.C, classes/int.C,
13338: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13339: classes/response.C, classes/string.C, classes/table.C,
13340: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13341: include/pa_array.h, include/pa_cache_managers.h,
13342: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13343: include/pa_config_fixed.h, include/pa_config_includes.h,
13344: include/pa_dictionary.h, include/pa_dir.h,
13345: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13346: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13347: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13348: include/pa_request_charsets.h, include/pa_request_info.h,
13349: include/pa_sapi.h, include/pa_socks.h,
13350: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13351: include/pa_stack.h, include/pa_string.h,
13352: include/pa_stylesheet_connection.h,
13353: include/pa_stylesheet_manager.h, include/pa_table.h,
13354: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13355: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13356: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13357: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13358: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13359: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13360: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13361: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13362: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13363: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13364: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13365: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13366: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13367: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13368: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13369: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13370: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13371: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13372: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13373: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13374: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13375: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13376: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13377: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13378: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13379: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13380: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13381: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13382: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13383: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13384: types/pa_vstateless_object.h, types/pa_vstatus.C,
13385: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13386: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13387: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13388: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13389: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13390:
13391: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13392: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13393: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13394: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13395: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13396: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13397: optimized constants in expressions vstring->vdouble
13398:
13399: 2005-07-29 paf
13400:
13401: * src/types/pa_vclass.C: . shaped up error messages a bit
13402:
13403: * src/types/pa_vclass.C: + property getter can now be overridden
13404:
13405: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13406: bug fix: static parent fields were not replaced in case
13407: $derived:field[put] + property setter can now be overridden
13408:
13409: 2005-07-28 paf
13410:
13411: * configure, configure.in, src/classes/classes.h,
13412: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13413: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13414: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13415: src/classes/xnode.h, src/include/pa_hash.h,
13416: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13417: src/types/Makefile.am, src/types/pa_method.h,
13418: src/types/pa_value.h, src/types/pa_vclass.C,
13419: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13420: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13421: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13422: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13423: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13424: src/types/pa_vobject.C, src/types/pa_vobject.h,
13425: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13426: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13427: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13428: src/types/pa_vstateless_class.h,
1.95 moko 13429: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13430: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13431: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13432: dynamic_fields_join
13433:
13434: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13435: classes/xnode.C, include/pa_hash.h, main/execute.C,
13436: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13437: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13438: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13439: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13440: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13441: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13442: types/pa_vresponse.h, types/pa_vstateless_object.h,
13443: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13444: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13445: restored its checks in vobject.put_element->static fields |
13446: dynamic properties
13447:
13448: 2005-07-27 paf
13449:
13450: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13451: is some old code containing @set_name $name
13452:
13453: * src/types/pa_vobject.h: . fixed warning
13454:
13455: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13456: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13457:
13458: * src/: classes/xnode.C, include/pa_hash.h,
13459: types/pa_vstateless_class.C: ! new asserts were all false.
13460: regretfully reverted them all to checks
13461:
13462: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13463: classes/op.C, main/execute.C, types/pa_method.h,
13464: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13465: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13466: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13467: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13468: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13469: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13470: types/pa_vstateless_object.h, types/pa_vvoid.h,
13471: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13472: joined_dynamic_fields: removed unused param from put_method
13473: (returned to 3 params)
13474:
13475: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13476: joined_dynamic_fields: dynamic get/set works with overriding
13477: props [alpha2]
13478:
13479: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13480: works [alfa]
13481:
13482: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13483: classes/op.C, include/pa_hash.h, main/execute.C,
13484: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13485: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13486: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13487: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13488: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13489: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13490: types/pa_vresponse.h, types/pa_vstateless_class.C,
13491: types/pa_vstateless_object.h, types/pa_vvoid.h,
13492: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13493: joined_dynamic_fields: just compiled
13494:
13495: * src/: classes/date.C, classes/file.C, classes/hash.C,
13496: classes/hashfile.C, classes/image.C, classes/table.C,
13497: classes/xdoc.C, classes/xnode.h, main/execute.C,
13498: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13499: types/pa_vstateless_class.h: joined_dynamic_fields: started
13500:
13501: * src/types/pa_vobject.C: . object setters [only started, does not
13502: work yet]
13503:
13504: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13505: object setters [only started, does not work yet]
13506:
13507: 2005-07-26 paf
13508:
13509: * src/: include/pa_request.h, main/execute.C: . properties: set
13510: works [alpha2]. for classes. todo: for objects
13511:
13512: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13513: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13514: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13515: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13516: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13517: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13518: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13519: types/pa_vstateless_object.h, types/pa_vvoid.h,
13520: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13521: properties: set works [alpha1]
13522:
13523: 2005-07-25 paf
13524:
13525: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13526: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13527: properties: started, get works [alpha1, other approach]
13528:
13529: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13530: properties: started, get works [alpha2]
13531:
13532: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13533: pa_vstateless_class.h: . properties: started, get works [alpha]
13534:
13535: 2005-07-15 paf
13536:
13537: * src/: classes/classes.h, classes/op.C, main/execute.C,
13538: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13539: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13540: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13541: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13542: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13543: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13544: types/pa_vresponse.C, types/pa_vresponse.h,
13545: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13546: types/pa_vstateless_object.h, types/pa_vvoid.h,
13547: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13548: types/pa_wwrapper.h, types/types.vcproj: + started property
13549: [getters work but think of changing them too to precaching]
13550:
13551: 2005-07-08 paf
13552:
13553: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13554: gpf
13555:
13556: 2005-06-28 paf
13557:
13558: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13559: in passing empty strings to file::exec/cgi environment
13560:
13561: 2005-06-06 paf
13562:
13563: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13564: ^table:sql ^hash:sql now DO process $.bind option
13565:
13566: 2005-05-24 paf
13567:
13568: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13569: $.limit] now work again [support was broken in 3.1.4]
13570:
13571: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13572: ALL_INTERIOR_POINTERS
13573:
13574: 2005-05-12 paf
13575:
13576: * configure: 3.1.5beta
13577:
13578: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13579:
13580: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13581: $.limit] now work again [support was broken in 3.1.4]
13582:
13583: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13584: line-width [was refusing to fill if line-width >1, thanks to
13585: Seras <seras@pinxit.lt> for repro case
13586:
13587: 2005-04-25 paf
13588:
13589: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13590: correctly
13591:
13592: 2005-04-19 paf
13593:
13594: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13595: in VString violating invariant!!
13596:
13597: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13598: getenv("TZ")==null
13599:
13600: 2005-04-08 paf
13601:
13602: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13603: bugfix: when there is no char in charset one byte produces 6
13604: (ÿ <<max). increased buffer size!
13605:
13606: 2005-03-23 paf
13607:
13608: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13609: ^date.sql-string now takes TZ into account
13610:
13611: 2005-03-16 paf
13612:
13613: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13614: gcc 3.4
13615:
13616: * src/types/pa_vhash.C: . warning about eof eol
13617:
13618: 2005-02-17 paf
13619:
1.211 moko 13620: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13621: ^sleep(double seconds)
1.95 moko 13622:
13623: 2005-02-02 paf
13624:
13625: * src/classes/xnode.C: beauty: removed needless includes
13626:
13627: 2005-01-31 paf
13628:
13629: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13630: $.partNoNumber now alias to $.part1
13631:
13632: * src/types/pa_vmail.C: change: incoming letter part contains
13633: "content-disposition" header with any value? now considering that
13634: part to be "file#" [for text/plain text/html were $.text#
13635: $.html#]
13636:
13637: * INSTALL: updatet to latest working versions available
13638:
13639: 2005-01-20 paf
13640:
13641: * configure.in, src/include/pa_version.h: version
13642:
13643: 2005-01-19 paf
13644:
1.116 moko 13645: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13646: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13647: couple warnings in parser3.C
1.95 moko 13648:
13649: 2004-12-23 paf
13650:
13651: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13652:
13653: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13654: dir to directory of script (when shbang used), not to directory
13655: of its interpreter
13656:
13657: * src/include/pa_version.h: compiled on win32...
13658:
13659: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13660: we need more hspace
13661:
13662: * configure, configure.in, src/include/pa_version.h: configured
13663: host to pa_version. will be displayed everywhere
13664:
13665: * src/main/pa_request.C: new: @unhandled_exception can prevent
13666: exception from being logged by setting $exception.handled(1)
13667:
1.211 moko 13668: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13669: ^file::sql{query}[[options]] options: $.name[file name]
13670: $.content-type[application/what]
13671:
13672: * src/: include/pa_common.h, main/pa_common.C,
13673: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13674: new file
13675:
13676: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13677: bugfix: table->hash now regards _default
13678:
13679: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13680: created by accessing $name_of_method it acquired bad self=closest
13681: methodframe; instead of proper self (current class)
13682:
13683: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13684: hashfile produced bad cord
13685:
13686: 2004-12-10 paf
13687:
13688: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13689: subsequent failures though defined in .h
13690:
13691: * src/main/pa_common.C: comment on volatile
13692:
13693: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13694: alarm function were not used since the beginning due to stupid
13695: error [setsigjmp were not checked in configure.in]
13696:
13697: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13698: unix too
13699:
13700: * src/main/pa_common.C: http: exception status of send/recv errors
13701: change to most probable http.timeout
13702:
13703: * src/main/pa_common.C: win32: http connection $.timeout option now
13704: works [setsockopt on send/receive]
13705:
13706: 2004-12-08 paf
13707:
13708: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13709: cstr-ed knowing mail charset, and untainting uri lang now knows
13710: proper charset
13711:
13712: 2004-11-24 paf
13713:
13714: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13715:
13716: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13717: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13718:
13719: 2004-11-12 paf
13720:
13721: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13722: [since 3.0.4]
13723:
13724: 2004-11-09 paf
13725:
13726: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13727: writes basics to c:\parser3.log
13728:
13729: 2004-10-21 paf
13730:
13731: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13732: tainted strings [were returning clean onces]
13733:
13734: 2004-10-15 paf
13735:
13736: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13737: cycles(i=1; i=2), which was wrong, now does ONE
13738:
13739: 2004-10-12 paf
13740:
13741: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13742:
13743: 2004-10-07 paf
13744:
13745: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13746: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13747: release asserts
13748:
13749: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13750: String.dump() to stdout in detailed form [were String.v() in
13751: short form]
13752:
13753: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13754: \t\r\n as @#| and truncates long char sequences less
13755:
13756: 2004-10-06 paf
13757:
13758: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13759: win32 beauty: socket errors properly decoded
13760:
13761: 2004-10-05 paf
13762:
13763: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13764: request::configure_user/admin done always, even if no
13765: file-to-process useful in @unhandled_exception [say, if they
13766: would want to mail by SMTP something]
13767:
13768: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13769: now performed prior to file loading [and @auto executing] thus
13770: making $cookie:value available in @auto and in
13771: @unhandled_exception when IIS is configured to run interpreter
13772: even if no file exist
13773:
13774: 2004-09-20 paf
13775:
13776: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13777: somewhere where it should have called xmlMalloc and it calls
13778: xmlFree when it should have not called it. inserted two
13779: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13780: xmlFree just ignored. put away a testcase, maybe someday libxml
13781: author would fix all that. until that day: we have SLOW garbage
13782: collecting when many xml objects are alive hint: do
13783: ^memory:compact[] before xdoc::create
13784:
13785: 2004-09-17 paf
13786:
13787: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13788: error from 3.0.8 version]
13789:
13790: 2004-09-14 paf
13791:
13792: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13793: part bugfix: hashfile.foreach iterated only part if hashfile were
13794: modified inside
13795:
13796: 2004-09-13 paf
13797:
13798: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13799: [were as octal]
13800:
13801: * src/types/pa_vhashfile.C: beauty: not reproduced
13802: $hashfile.key[$novalue] bug [reported by motorin], inserted
13803: safety-check
13804:
13805: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13806: [not something obscure from sdbm lib]
13807:
13808: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13809: = strerror now returnes something and we can properly report that
13810: to client
13811:
13812: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13813: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13814:
13815: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13816: [tainted as-is] this helps //[space][newline] to remain as-is and
13817: not be unnecessary optimized away [ruining javascript]
13818:
13819: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13820: [tainted as-is]
13821:
13822: * src/classes/mail.C: bugfix: typo error
13823:
13824: 2004-09-09 paf
13825:
13826: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13827: separators bugfix: loads header with endings \r\n\r\n and \n\n
13828: (bloody yandex.server)
13829:
13830: 2004-09-06 paf
13831:
13832: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13833: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13834: encoded
13835:
13836: 2004-09-01 paf
13837:
13838: * src/types/pa_vmail.C: change: multipart/mixed changed to
13839: multipart/related outlook express have no problems showing
13840: unrelated attachments. todo: someday figure out a way of
13841: multipart/mixed multipart/related text/html
13842: image/xxx application/octet-stream << true attachments
13843:
13844: * src/types/pa_vmail.C: new:
13845: ^mail:send[$.file[$.content-disposition can be overriden new:
13846: empty mail header fields removed from letter
13847:
13848: * src/: classes/mail.C, include/pa_config_fixed.h,
13849: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13850: ^mail:send[ $.file[ $.any[header]
13851:
13852: 2004-08-30 paf
13853:
13854: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13855: warnings
13856:
13857: * src/main/pa_common.C: beauty: do not bother with charset
13858: detection when ^file::load[binary
13859:
13860: 2004-08-27 paf
13861:
13862: * src/main/pa_common.C: hack: for yandex.server http server
13863:
13864: 2004-08-18 paf
13865:
13866: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13867: possibly-chunked response
13868:
13869: 2004-08-17 paf
13870:
13871: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13872: $f.content-type now = that of http response
13873:
13874: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13875: $f.content-type now = that of http response
13876:
13877: 2004-07-30 paf
13878:
13879: * src/: include/pa_request.h, main/pa_request.C,
13880: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13881: win32: system&parser exceptions in release mode reported properly
13882: parser exception in exception handler WERE mistakenly reported as
13883: system exception, without details [in apache & isapi] +some
13884: beauty in exception text
13885:
13886: * src/: include/pa_exception.h, main/pa_request.C,
13887: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13888: release mode reported properly parser exception in exception
13889: handler WERE mistakenly reported as system exception, without
13890: details
13891:
13892: * src/main/execute.C: beauty: simplified system exception handling
13893:
13894: 2004-07-29 paf
13895:
13896: * src/classes/table.C: bugfix:
13897: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13898: were ignored, and \t used unconditionally]
13899:
13900: * src/types/Makefile.am: added vhash.c
13901:
13902: 2004-07-28 paf
13903:
13904: * src/: classes/date.C, classes/image.C, classes/math.C,
13905: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13906: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13907: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13908: failed on russian letters
13909:
13910: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13911: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13912: letters
13913:
13914: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13915: as 'currentDirectory' parameter to CreateProcess
13916:
13917: 2004-07-27 paf
13918:
13919: * src/targets/cgi/parser3.vcproj: beauty: win32:
13920: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13921: from release somewhere [to help searching for unhandled system
13922: exceptions]
13923:
13924: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13925: TZ shift
13926:
13927: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13928: but also in ctor
13929:
13930: 2004-07-26 paf
13931:
1.211 moko 13932: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13933: src/main/pa_common.C, src/main/pa_request.C,
13934: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13935: src/types/types.vcproj: new: $response:body/download[
13936: $.file[name on disk] $.name[of file for user]
13937: $.mdate[date of last-modified. default from directory] ]
13938:
13939: * src/classes/file.C: moving file:send somewhere else..
13940:
13941: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13942: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13943: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13944: $response:download[ $.filename[filename] $.option[] ,, ]
13945:
13946: * src/classes/file.C: beauty: invalid mode thoroughly reported
13947:
13948: 2004-07-21 paf
13949:
13950: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13951: to several lines
13952:
13953: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13954:
13955: note: ms outlook[!express] shows only first 255 characters of
13956: subject
13957:
13958: 2004-07-15 paf
13959:
13960: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13961: off]
13962:
13963: 2004-07-14 paf
13964:
13965: * src/classes/table.C: bugfix: $.bind values now got untainted
13966: according to lang [were: as-is]
13967:
13968: 2004-07-07 paf
13969:
13970: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13971: checked that
13972:
13973: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13974: now untainted according to their languages. were: as-is.
13975: EVERYWHERE
13976:
13977: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13978: environment string now untainted according to their languages.
13979: were: as-is. EVERYWHERE
13980:
13981: * src/main/pa_exec.C: bufix: on unix environment string now
13982: untainted according to their languages. were: as-is. on win32:
13983: ok
13984:
13985: * parser3.vssscc: ...would not go unnoticed
13986:
13987: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13988: fails. in case on input appears nonutf, those bytes will be
13989: printed in %HH form. that can be easily decoded/recovered.
13990:
13991: this form is quite noticable, and hopefully would not go noticed
13992:
13993: 2004-07-06 paf
13994:
13995: * src/main/pa_exec.C: bufix: on unix environment string now
13996: untainted according to their languages. were: as-is. on win32:
13997: ok
13998:
13999: 2004-07-01 paf
14000:
14001: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14002: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14003: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14004: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14005: main/main.vcproj, targets/cgi/parser3.vcproj,
14006: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14007: option: global optimization ON
14008:
14009: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14010: to do xdoc::create{invalid chars} standard disables chars less
14011: then \x20, except tab, cr, lf.
14012:
14013: changed tainting so that those become '!'
14014:
14015: 2004-06-25 paf
14016:
14017: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14018: int on odd address [prev bugfix failed due to superwize
14019: optimizer, which turned memcpy into same 'ld' asm command]
14020:
14021: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14022: int on odd address
14023:
14024: 2004-06-22 paf
14025:
14026: * src/sql/pa_sql_driver.h: note: about possible optimization
14027:
1.211 moko 14028: * operators.ru.txt, operators.txt, src/classes/hash.C,
14029: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14030: src/classes/void.C, src/include/pa_config_includes.h: new:
14031: ^void:sql{call paf(:a)}[ $.bind[
14032: $.a[2] ] ] output variables work. todo:
14033: check in out variables
1.95 moko 14034:
14035: 2004-06-18 paf
14036:
14037: * src/: classes/file.C, classes/hash.C, classes/string.C,
14038: classes/table.C, classes/void.C, include/pa_globals.h,
14039: include/pa_sql_connection.h, main/compile.tab.C,
14040: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14041: $.bind[ $.a[2] ]
14042: ] input variables work. todo:output
14043:
14044: * src/targets/cgi/parser3.C: bugfix: iis specific
14045: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14046: /_bug.html?404;http://hpsv/test/
14047: --------------------------------------------------------------------------------
14048: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14049: --------------------------------------------------------------------------------
14050: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14051:
14052: 2004-06-16 paf
14053:
14054: * src/targets/cgi/parser3.C: new: iis specific
14055: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14056: $request:query
14057: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14058: $form:fields IIS-STATUS="404"
14059: IIS-DOCUMENT="http://server/_bug.html" f="v"
14060:
14061: todo: isapi too
14062:
14063: 2004-05-26 paf
14064:
14065: * src/include/pa_version.h: 3.1.3
14066:
1.211 moko 14067: * operators.ru.txt, operators.txt: beauty: removed outdated level
14068: 'table'
1.95 moko 14069:
14070: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14071:
14072: * src/main/pa_string.C: beauty: removed 3 warnings
14073:
14074: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14075: classes/op.C: beauty: removed outdated level 'table'
14076:
14077: 2004-05-25 paf
14078:
14079: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14080: implementation. mistery: how anything worked
14081:
14082: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14083: changed, it is now safe to use url if pointers to it are stored
14084: to gc mem
14085:
14086: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14087: unknown errors reported and not cause SIGSEGV now
14088:
14089: 2004-05-24 paf
14090:
14091: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14092: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14093: less memory: CORD_chars_block originally intended to ... it was
14094: good that CORD_chars_block were not used: it consumes more memory
14095: [and, might be slow too] undoing that. [and removed that func so
14096: that it would not confuse parser developer in future]
14097:
14098: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14099: less memory: CORD_chars_block originally intended to
14100: speedup/reduce mem usage were forgotten, and were used stupid
14101: CORD_chars
14102:
14103: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14104:
14105: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14106: BIGENDIAN processors space-conserving mech failed, causing
14107: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14108: (1|2|3));
14109:
14110: 2004-05-14 paf
14111:
14112: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14113: bugfix: void now has vfile value, and $response:body[] works OK
14114:
14115: 2004-05-12 paf
14116:
14117: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14118: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14119: sources to use is_defined() {return as_bool();} along VBool
14120:
14121: 2004-05-11 paf
14122:
14123: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14124: referencing to local objects
14125:
14126: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14127: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14128: left intact
14129:
14130: 2004-04-15 paf
14131:
14132: * src/classes/date.C: merged: beauty: unused var removed
14133:
14134: * src/classes/date.C: beauty: unused var removed
14135:
14136: * src/include/: pa_exec.h: bugfix: interface without pointer
14137: provoked bug
14138:
14139: 2004-04-09 paf
14140:
14141: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14142:
14143: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14144:
14145: 2004-04-08 paf
14146:
14147: * src/classes/date.C: new: ^date::create[y-m-d
14148: h-M-s>>.milliseconds<<] now allowed, ignored so far
14149:
14150: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14151:
14152: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14153: to consult default catalog [usually, that file belongs to other
14154: user/group]
14155:
14156: 2004-04-06 paf
14157:
14158: * src/main/pa_common.C: beauty: gcc warning removed
14159:
14160: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14161: accept that trick, trying other
14162:
14163: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14164: explicit result problem
14165:
14166: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14167: explicit result problem
14168:
14169: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14170: explicit result problem
14171:
1.211 moko 14172: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14173: ^string.append[string]
1.95 moko 14174:
14175: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14176: main/execute.C: attempt_check_call_in_explicit_result_mode:
14177: failed
14178:
14179: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14180: http://i.p.a.ddress gethostbyaddr added [on some platforms
14181: gethostbyname failed with such 'domains'] now checked properly,
14182: were: needless reverse/forward dns lookup
14183:
14184: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14185: http://i.p.a.ddress gethostbyaddr added [on some platforms
14186: gethostbyname failed with such 'domains'] now checked properly,
14187: were: needless reverse/forward dns lookup
14188:
14189: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14190: @method[][result] means "no string output here" moved to lexical
14191: level [on grammar level it were too difficult]
14192:
1.211 moko 14193: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14194: src/main/compile.tab.C, src/main/compile.y,
14195: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14196: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14197: string output here", implemented part of that idea: compiler
14198: throws away string literal generation code. and barks
14199: nonwhitespace chars
1.95 moko 14200:
1.211 moko 14201: * operators.ru.txt, operators.txt: truth: removed comment about
14202: $ORIGIN
1.95 moko 14203:
14204: 2004-04-05 paf
14205:
14206: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14207: src/include/pa_version.h, src/main/pa_common.C,
14208: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14209:
14210: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14211: Konstantin Tomashevitch [mailto:konst@design.ru]
14212:
14213: * src/doc/html2chm.cmd: beauty: no need in bg here
14214:
14215: * src/doc/sources2html.cmd: beauty: same window, in bg it
14216: interfered with FAR console
14217:
14218: * configure, configure.in: 3.1.3
14219:
14220: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14221:
14222: * src/main/pa_common.C: removed warning
14223:
14224: * src/include/pa_version.h: 3.1.3
14225:
14226: 2004-04-02 paf
14227:
14228: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14229:
14230: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14231: allows to specify where to put parser log file
14232:
14233: 2004-04-01 paf
14234:
14235: * src/classes/table.C: bugfix: bugfix: table::load last line
14236: without tab and enter were ignored
14237:
14238: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14239: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14240: main/pa_socks.C, targets/cgi/parser3.C,
14241: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14242: bugfix: sql connections now are disconnected
14243:
14244: 2004-03-30 paf
14245:
14246: * src/classes/table.C: bugfix: table::load last line without tab
14247: and enter were ignored
14248:
14249: * src/classes/table.C: bufix: if last table lines were commented,
14250: gpfed
14251:
14252: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14253: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14254: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14255: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14256: doc/methoded.dox, doc/object.dox, doc/string.dox,
14257: doc/targets.dox, doc/value.dox, include/pa_version.h,
14258: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14259: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14260: bugfixes from 3.1.2, changed version to 3.1.3beta
14261:
14262: 2004-03-29 paf
14263:
14264: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14265: causes gpf
14266:
14267: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14268: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14269: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14270: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14271: value.dox: translated to english
14272:
14273: 2004-03-25 paf
14274:
14275: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14276: parser3project dependency removed
14277:
14278: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14279: bugfix: refused to compile without xml
14280:
14281: * src/types/pa_vform.C: beauty: removed warning
14282:
14283: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14284: any folder [removed last ;) folder dependency]
14285:
14286: * src/classes/classes.vcproj: bugfix: now all compiles in any
14287: folder [removed last ;) folder dependency]
14288:
14289: * src/include/pa_version.h: release
14290:
14291: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14292:
14293: * src/classes/table.C: beauty: comment& more meaningful error
14294: message
14295:
14296: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14297: $.hash[$.column_value1(true) ... ] [were producing some strang
14298: thing]
14299:
14300: 2004-03-23 paf
14301:
14302: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14303: and http status line parsing checked number of columns in table
14304: [user reported an assert]
14305:
1.211 moko 14306: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14307:
14308: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14309: bugfix: junction reattach now actually reattaches a junction to
14310: new wcontext [were only assigning it to junction, which caused
14311: junction tracking to loose junction, and it's context were not
14312: killed, and it tried to process in invalid context, gpf]
14313:
14314: * src/targets/cgi/parser3.C: debug helper added
14315:
14316: 2004-03-19 paf
14317:
14318: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14319: "type(type)" in braces
14320:
14321: 2004-03-10 paf
14322:
1.211 moko 14323: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14324: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14325: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14326: src/types/pa_vxnode.h: new: refined solution to
14327: search-in-namespaces problem:
1.95 moko 14328: $xdoc.search-namespaces.x[http://pif.design.ru/]
14329: $nodes[^xdoc.select[//x:second]]
14330:
1.211 moko 14331: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14332: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14333: search for info in namespaces
1.95 moko 14334:
14335: $nodes[^xdoc.select[//x:second][
14336: $.x[http://pif.design.ru/] ]]
14337:
14338: 2004-03-09 paf
14339:
1.211 moko 14340: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14341: ^file::load[...][options] $.form[
14342: !$.field1[string]
14343: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14344: ] !$.body[string]
14345:
14346: GET ?here notGET(POST, HEAD, others) in content-type:
14347: application/x-www-form-urlencoded
14348:
14349: todo: upload files ability
14350:
14351: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14352: properly, done
14353:
14354: 2004-03-05 paf
14355:
1.211 moko 14356: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14357: file::load[;http:// GET/POST $.form[$.fields started, not tested
14358: yet todo:$.field[table] for multiple values
1.95 moko 14359:
1.211 moko 14360: * operators.ru.txt, operators.txt: new: http:// options $.user
14361: $.password basic authorization
1.95 moko 14362:
14363: * src/main/pa_common.C: beauty: link to rtf added
14364:
1.211 moko 14365: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14366: src/main/pa_common.C: new: http:// options $.user $.password
14367: basic authorization
1.95 moko 14368:
14369: * src/main/pa_common.C: beauty: removed needless vars
14370:
1.211 moko 14371: * operators.ru.txt, operators.txt: new: pgsql option [like that
14372: recently added to oracle driver]
14373: ClientCharset=parser-charset << charset in which parser thinks
14374: client works
14375:
14376: * operators.ru.txt, operators.txt: new: odbc option [like that
14377: recently added to oracle driver]
14378: ClientCharset=parser-charset << charset in which parser thinks
14379: client works
1.95 moko 14380:
14381: * src/sql/pa_sql_driver.h: beauty: important warning added
14382:
14383: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14384: char!
14385:
14386: * etc/parser3.charsets/windows-1251.cfg: typo
14387:
14388: 2004-03-04 paf
14389:
14390: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14391: cached, sql transcoding now goes faster
14392:
1.211 moko 14393: * operators.ru.txt, operators.txt: new: mysql option [like that
14394: recently added to oracle driver]
14395: ClientCharset=parser-charset << charset in which parser thinks
14396: client works
1.95 moko 14397:
14398: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14399: typo error
14400:
14401: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14402: chars commented
14403:
14404: 2004-03-03 paf
14405:
14406: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14407: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14408:
14409: 2004-03-02 paf
14410:
1.211 moko 14411: * operators.ru.txt, operators.txt: new[update typo]:
14412: !^void.left(n) nothing !^void.right(n) nothing
14413: !^void.mid(p[;n]) nothing
14414:
14415: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14416: !^void.left(n) nothing !^void.right(n) nothing
14417: !^void.pos(p[;n]) nothing
1.95 moko 14418:
1.211 moko 14419: * operators.ru.txt, operators.txt, src/classes/file.C,
14420: src/include/pa_string.h: new:
1.95 moko 14421: ^file::sql[[name_to_become_$.name]]{} query result must be one
14422: row with columns: first: data second: file name third:
14423: content-type
14424:
1.211 moko 14425: * operators.ru.txt, operators.txt, src/classes/file.C:
14426: ^file.sql-string[] inside ^connect gets properly escaped string,
14427: which can be passed to request now this for mysql only. it's up
14428: to parser sql driver to fix zeros properly
1.95 moko 14429:
14430: * INSTALL: note: added on building apache with this option:
14431: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14432:
14433: 2004-03-01 paf
14434:
14435: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14436: extension memory:compact befor processingrequest
14437:
1.211 moko 14438: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14439: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14440:
1.211 moko 14441: * operators.ru.txt, operators.txt, src/classes/image.C,
14442: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14443: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14444:
14445: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14446: beauty: image -- less checks [were ugly impl]
14447:
14448: * src/classes/string.C: bugfix: ^string.left/right/mid with
14449: negative values now considered bad
14450:
14451: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14452:
14453: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14454: options now have unified defaults [after transform
14455: indent/omit-xml-declaration/standalone 'default' erroreously
14456: meant 'true']
14457:
14458: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14459: added [on some platforms gethostbyname failed with such
14460: 'domains']
14461:
14462: * src/include/pa_config_auto.h.in: no select check, no define
14463:
14464: * src/classes/string.C: feature: ^string.trim both parameters may
14465: be empty-strings, meaning kind=both chars=whitespaces
14466:
14467: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14468: exist
14469:
14470: * src/classes/string.C: check: trim 'chars' must not be empty,
14471: exception if it is
14472:
14473: * src/classes/string.C: changed: ^string.trim [] << both,
14474: whitespaces [start|both|end] << kind, whitespaces
14475: [start|both|end;chars] full
14476:
14477: 2004-02-27 paf
14478:
1.211 moko 14479: * operators.ru.txt, operators.txt, src/classes/string.C,
14480: src/main/pa_string.C: new method:
14481: ^string.trim[start|both|end[;chars]] default 'chars' --
14482: whitespace chars finished
1.95 moko 14483:
1.211 moko 14484: * operators.ru.txt, operators.txt, src/classes/string.C,
14485: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14486: ^string.trim[start|both|end[;chars]] default 'chars' --
14487: whitespace chars started, only start works
14488:
14489: * src/main/compile.C: bugfix: line numbers after
14490: ^process{}[$.line(-10]] can be negative, allowed to print they as
14491: signed
14492:
14493: * src/main/untaint.C: speed: there's no \n chars in output
14494: [normally], so no need to optimize them they could be retrived
14495: from databases, though. but 1. should be replaced 2. if not
14496: optimized, no harm done
14497:
14498: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14499: ^file::exec/cgi could return invalid status & zombie child can
14500: remain for short period until process exists [very bad in
14501: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14502:
14503: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14504: malicious SMTP server to attack as by returning too long status
14505: responses http://i2/tasks/edit/?id=4629448401140924947
14506:
14507: 2004-02-26 paf
14508:
1.211 moko 14509: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14510: has options] which are $.main[to what to rename @main]
1.95 moko 14511: $.file[file, from which (user says) goes that CODE]
14512: $.lineno(line number in that file, where CODE starts. may be
14513: negative)
14514:
1.211 moko 14515: * operators.ru.txt, operators.txt, src/classes/op.C,
14516: src/include/pa_request.h, src/main/compile.C,
14517: src/main/compile_tools.h, src/main/pa_request.C: feature:
14518: ^process...{CODE}[now has options] which are $.main[to
14519: what to rename @main] $.file[file, from which (user says)
14520: goes that CODE] $.lineno(line number in that file, where
14521: CODE starts. may be negative)
14522:
1.95 moko 14523: 2004-02-25 paf
14524:
1.116 moko 14525: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14526: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14527:
14528: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14529: produces hash of column=>1
14530:
14531: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14532: with incomplete errno constants set
14533:
14534: 2004-02-24 paf
14535:
14536: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14537: "man select"
14538:
14539: * src/main/pa_os.C: beauty: <0 better then ==-1
14540:
14541: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14542:
14543: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14544:
1.116 moko 14545: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14546:
14547: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14548: unix: steps to work on unix [extracted 'to']
14549:
14550: * src/classes/mail.C: smtp on unix: steps to work on unix
14551:
14552: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14553:
1.116 moko 14554: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14555: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14556: unix [testing on solaris]
1.95 moko 14557:
14558: 2004-02-20 paf
14559:
14560: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14561: pointing that out
14562:
14563: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14564: fixed again [same solution, mistanenly removed one line]
14565:
14566: 2004-02-19 paf
14567:
14568: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14569: date::create from bad datetime in spring daylightsaving hole now
14570: OK for all platforms [on some platforms it failed]
14571:
14572: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14573: in daylightsaving hole] now throws error
14574:
14575: * src/classes/date.C: comment: mistake fixed
14576:
14577: 2004-02-18 paf
14578:
14579: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14580: now renderes in $request:charset, but in header puts
14581: $response:charset todo: make that default only so that coder
14582: could override that
14583:
14584: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14585: turns off omit-xml-declaration
14586:
14587: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14588: /.xsl for sample
14589:
14590: 2004-02-17 paf
14591:
14592: * src/classes/xdoc.C: beauty: needless helper class removed
14593:
14594: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14595: copied extra time
14596:
14597: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14598: part of libxml
14599:
14600: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14601: libxml to do the work] <xsl:output method="html"
14602: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14603: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14604: />
14605:
14606: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14607:
14608: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14609: caused assertion
14610:
14611: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14612: could hang. now such add does nothing, sub clears $hash
14613:
14614: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14615: not made quoted-printable
14616:
14617: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14618: string invariant
14619:
14620: 2004-02-16 paf
14621:
14622: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14623: cleared [were not cleared properly]
14624:
14625: 2004-02-13 paf
14626:
1.116 moko 14627: * src/include/pa_version.h: prerelease
1.95 moko 14628:
14629: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14630: used, introducing dependencies timestamp check
14631:
14632: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14633: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14634: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14635: .xsl.stamp now not used, introducing dependencies timestamp check
14636:
1.150 moko 14637: * configure.in: auto.p: @conf made relative
1.95 moko 14638:
14639: 2004-02-12 paf
14640:
14641: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14642: ruined empty <input type=file> submits. parser thought there were
14643: nameless empty file and $form:field got value of type 'file'
14644:
14645: * INSTALL: --without-threads
14646:
14647: * src/include/pa_sapi.h: 2004
14648:
14649: 2004-02-11 paf
14650:
14651: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14652: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14653: classes/hashfile.C, classes/image.C, classes/int.C,
14654: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14655: classes/response.C, classes/string.C, classes/table.C,
14656: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14657: include/pa_array.h, include/pa_cache_managers.h,
14658: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14659: include/pa_config_fixed.h, include/pa_config_includes.h,
14660: include/pa_dictionary.h, include/pa_dir.h,
14661: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14662: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14663: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14664: include/pa_request_charsets.h, include/pa_request_info.h,
14665: include/pa_socks.h, include/pa_sql_connection.h,
14666: include/pa_sql_driver_manager.h, include/pa_stack.h,
14667: include/pa_string.h, include/pa_stylesheet_connection.h,
14668: include/pa_stylesheet_manager.h, include/pa_table.h,
14669: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14670: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14671: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14672: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14673: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14674: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14675: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14676: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14677: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14678: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14679: main/pa_sql_driver_manager.C, main/pa_string.C,
14680: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14681: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14682: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14683: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14684: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14685: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14686: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14687: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14688: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14689: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14690: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14691: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14692: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14693: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14694: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14695: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14696: types/pa_vresponse.h, types/pa_vstateless_class.C,
14697: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14698: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14699: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14700: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14701: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14702: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14703:
14704: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14705: debug version of gc.dll
14706:
14707: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14708: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14709: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14710: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14711: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14712: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14713: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14714: processes
14715:
14716: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14717: main/pa_globals.C, targets/cgi/parser3.vcproj,
14718: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14719: changes to reflect libxml xsl new folders
14720:
14721: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14722: lib/smtp/smtp.vcproj, main/main.vcproj,
14723: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14724: to reflect libxml xsl new folders
14725:
14726: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14727: lib/smtp/smtp.vcproj, main/main.vcproj,
14728: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14729: types/types.vcproj: started changes to reflect libxml xsl new
14730: folders
14731:
14732: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14733: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14734: src/main/compile.tab.C, src/main/main.vcproj,
14735: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14736: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14737: started changes to reflect libxml xsl new folders
14738:
14739: 2004-02-10 paf
14740:
14741: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14742: compile. recommened latest libxml up to date
14743:
14744: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14745: pattern compilation errors", on which spent 4 hours worktime. use
14746: versions higher than that. recommended now latest up to date
14747:
14748: 2004-02-06 paf
14749:
14750: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14751: beauty: unified destructing style
14752:
14753: * src/main/untaint.C: beauty: removed old def/ifdef
14754:
14755: * src/main/untaint.C: beauty: coredump @unknown untaint language
14756: now
14757:
14758: 2004-02-03 paf
14759:
14760: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14761: targets/isapi/parser3isapi.C, types/pa_value.C,
14762: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14763: then %ld/%lu
14764:
14765: * src/main/pa_common.C: typo: %l -> %u
14766:
14767: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14768: in attributes or documents-results of transform now not xx;
14769:
14770: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14771:
14772: * src/main/pa_charset.C: bugfix: forgot to undo some
14773:
14774: * src/main/pa_charset.C: beauty: uncomment
14775: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14776: libraries
14777:
14778: 2004-02-02 paf
14779:
14780: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14781: $cookie:example[ $.value[value] $.path[/there/] ]
14782:
14783: $cookie:example[ $.value[] $.expires[session]
14784: $.path[/there/] $.domain[test.com] ]
14785:
14786: * src/types/pa_vform.C: bugfix: empty values with
14787: enctype=multipart/form-data now produce entries in $form:tables
14788: <form method=post enctype=multipart/form-data> <input type=hidden
14789: name=a> <input type=hidden name=b>
14790:
14791: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14792: <hr> <pre>$request:body
14793:
14794: 2004-01-30 paf
14795:
14796: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14797: or documents-results of transform now not xx;
14798:
14799: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14800: produce exception.
14801:
14802: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14803: bugfix: ^date::create[invalid fields now produce exception.
14804:
14805: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14806: year] now produces exception. todo: check other fields
14807:
14808: 2004-01-29 paf
14809:
14810: * src/include/pa_memory.h: typo error
14811:
14812: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14813: more byte then specified, then zeroed it << useless and
14814: potentially harmful(could gpf)
14815:
14816: 2004-01-22 paf
14817:
14818: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14819:
14820: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14821: optimization
14822:
14823: * src/main/untaint.C: bugfix: whitespace now optimized properly
14824: [were bug: ^taint[1 & 2]="1 &2"
14825:
14826: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14827: errors
14828:
14829: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14830: overflow
14831:
14832: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14833: error-reporting code * in parser-error reporting code [when no
14834: @unhandled_exception defined]
14835:
14836: fixed in one place: my *snprintf override
14837:
14838: 2004-01-13 paf
14839:
1.211 moko 14840: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14841:
14842: 2003-12-25 paf
14843:
14844: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14845: garbled [pieces after zero bytes were removed]
14846:
14847: 2003-12-22 paf
14848:
1.116 moko 14849: * src/include/Makefile.am: bugfix: removed from dist:
14850: src/include/pa_config_auto.h which were configured for
1.95 moko 14851: make-dist-platform and badly updated proper config file in target
14852: [when .tar used for updating existing source tree]
14853:
1.211 moko 14854: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14855: src/include/pa_sql_connection.h,
14856: src/include/pa_sql_driver_manager.h,
14857: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14858: feature: sql introducing ability to transcode charsets
14859:
14860: 2003-12-19 paf
14861:
14862: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14863: error message
14864:
14865: * src/main/pa_charset.C: bugfix: memory for charsethandler
14866: structure for libxml now allocated properly
14867:
14868: 2003-12-17 paf
14869:
14870: * src/types/pa_vfile.C: beauty: removed outdated cast
14871:
14872: * src/main/pa_common.C: bugfix: empty http response caused gpf
14873:
14874: * src/include/pa_string.h: bugfix: removed too strong a assert
14875:
14876: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14877: unreported xmlGenericErrors]
14878:
14879: 2003-12-15 paf
14880:
14881: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14882: works}
14883:
14884: 2003-12-11 paf
14885:
1.211 moko 14886: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14887: !$status:pid process id
1.95 moko 14888: !$status:tid thread id
14889:
14890: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14891: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14892: bugfix(solaris): removed dependency on object initialization
14893: order [one more place]
14894:
14895: * src/: classes/file.C, classes/mail.C, classes/op.C,
14896: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14897: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14898: understand that
14899:
14900: * src/: classes/file.C, classes/mail.C, classes/op.C,
14901: classes/xdoc.C, include/pa_cache_managers.h,
14902: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14903: include/pa_stylesheet_manager.h, main/pa_request.C,
14904: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14905: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14906: ctor call [relying on implicit String::Body(cstr) call]
14907:
14908: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14909: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14910: object initialization order [two places]
14911:
14912: 2003-12-10 paf
14913:
14914: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14915: << time now ok
14916:
1.211 moko 14917: * operators.ru.txt, operators.txt,
14918: src/main/pa_sql_driver_manager.C,
1.95 moko 14919: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14920: operational
14921:
1.211 moko 14922: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14923: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14924: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14925: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14926: back operational
14927:
14928: 2003-12-02 paf
14929:
14930: * src/types/pa_vmail.C: bugfix:
14931: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14932: as-is forced]
14933:
14934: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14935: exceptions out of libxml callbacks: reimplemented error handling
14936: of http://localhost, parser://method and safemode check callbacks
14937:
14938: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14939: [merged from HEAD]
14940:
14941: * src/classes/image.C: nothing: comment removed
14942:
14943: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14944: addresses to int
14945:
14946: 2003-12-01 paf
14947:
14948: * src/main/pa_xml_io.C: bugfix: typo
14949:
14950: * src/main/pa_globals.C: bugfix: win32: compile prob
14951:
14952: * src/classes/xdoc.C: bugfix: typo
14953:
14954: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14955: exception
14956:
14957: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14958:
14959: 2003-11-28 paf
14960:
14961: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14962: all xml documents read
14963:
14964: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14965:
14966: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14967: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14968: replaced original open mech of xdoc::create & co to use libxml
14969: open, so that this would work for root document todo: safe mode
14970: checks to libxml: ideally to some 1 point
14971:
14972: * src/main/pa_xml_io.C: comment
14973:
1.211 moko 14974: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14975: in http://parser[abscent params]
1.95 moko 14976:
1.211 moko 14977: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14978: src/main/pa_xml_io.C: works. todo: maybe replace original open
14979: mech of xdoc::create & co to use libxml open, so that this would
14980: work for root document
1.95 moko 14981:
14982: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14983: "parser://method/params/here"> <test> &test^; </test> }]
14984:
14985: ^taint[^xdoc.string[]]
14986:
14987: @method[param] <!ENTITY test
14988: "test-entity-value+$form:user+$param!">
14989:
14990: 2003-11-27 paf
14991:
14992: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14993:
14994: * src/classes/date.C: bugfix: typo error
14995:
14996: 2003-11-26 paf
14997:
1.211 moko 14998: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14999: src/include/pa_globals.h, src/main/Makefile.am,
15000: src/main/main.vcproj, src/main/pa_globals.C,
15001: src/main/pa_request.C, src/include/pa_xml_io.h,
15002: src/main/pa_xml_io.C: simplification: xml errors to
15003: hash<thread_id,error> reorganization: xml io moved to
15004: pa_xml_io.C/h
1.95 moko 15005:
15006: * src/types/pa_value.h: warnings: --
15007:
15008: 2003-11-25 paf
15009:
15010: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15011: whatever)
15012:
15013: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15014: a, (c?x:y, z)
15015:
15016: * src/main/untaint.C: bugfix: consequences of not reading this
15017: comment: CORD_pos_chars_left /* Number of characters in cache.
15018: <= 0 ==> none */
15019:
15020: * src/include/pa_array.h: removed needless checks
15021:
15022: 2003-11-24 paf
15023:
15024: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15025: removed limit: now $form:xxx can be accessed anytime, even in
15026: @auto/conf [and request/response:charset still can be changed
15027: anytime]
15028:
15029: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15030: now not transcodes response body
15031:
1.211 moko 15032: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15033: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15034: $tn[^xdoc.createTextNode[text node value]]
15035: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15036: $xdoc.firstChild.firstChild.nodeValue[different]
15037: ^taint[^xdoc.string[]]
15038:
15039: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15040: workaround: static Hash::allocates -> static Hash_allocates
15041:
15042: 2003-11-21 paf
15043:
1.116 moko 15044: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15045: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15046: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15047:
15048: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15049:
15050: * src/classes/mail.C: bugfix: typo
15051:
15052: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15053: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15054: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15055: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15056: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15057: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15058:
15059: * src/main/pa_exec.C: bug in safe mode
15060:
15061: * src/include/Makefile.am: pa_xml_exception.h
15062:
15063: * src/targets/isapi/parser3isapi.C: more warnings --
15064:
15065: 2003-11-20 paf
15066:
15067: * src/: classes/math.C, classes/op.C, classes/string.C,
15068: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15069: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15070: --
15071:
15072: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15073: more warnings --
15074:
15075: * src/classes/xdoc.C: more warnings --
15076:
15077: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15078:
15079: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15080: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15081:
15082: * src/: classes/date.C, classes/file.C, classes/hash.C,
15083: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15084: classes/table.C, include/pa_cache_managers.h,
15085: include/pa_stylesheet_connection.h, main/pa_request.C,
15086: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15087: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15088: --
15089:
15090: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15091: can't report problem (undefined @unhandled_exception) problem
15092: source string were not reported
15093:
15094: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15095: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15096: classes/hashfile.C, classes/image.C, classes/int.C,
15097: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15098: classes/response.C, classes/string.C, classes/table.C,
15099: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15100: include/pa_array.h, include/pa_cache_managers.h,
15101: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15102: include/pa_config_fixed.h, include/pa_dictionary.h,
15103: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15104: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15105: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15106: include/pa_request.h, include/pa_request_charsets.h,
15107: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15108: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15109: include/pa_stack.h, include/pa_string.h,
15110: include/pa_stylesheet_connection.h,
15111: include/pa_stylesheet_manager.h, include/pa_table.h,
15112: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15113: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15114: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15115: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15116: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15117: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15118: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15119: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15120: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15121: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15122: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15123: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15124: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15125: targets/isapi/parser3isapi.C, types/pa_junction.h,
15126: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15127: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15128: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15129: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15130: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15131: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15132: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15133: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15134: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15135: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15136: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15137: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15138: types/pa_vresponse.h, types/pa_vstateless_class.C,
15139: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15140: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15141: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15142: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15143: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15144: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15145: const IDENT
15146:
15147: * src/: include/pa_array.h, include/pa_pool.h,
15148: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15149: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15150: types/pa_wcontext.h: more warnings --
15151:
15152: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15153: classes/file.C, classes/hash.C, classes/hashfile.C,
15154: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15155: classes/memory.C, classes/op.C, classes/string.C,
15156: classes/table.C, classes/xdoc.C, classes/xnode.C,
15157: include/pa_config_includes.h, include/pa_operation.h,
15158: include/pa_sql_connection.h, include/pa_table.h,
15159: include/pa_types.h, lib/ltdl/config_fixed.h,
15160: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15161: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15162: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15163: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15164: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15165: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15166: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15167: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15168: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15169: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15170: types/pa_vmail.C, types/pa_vobject.C,
15171: types/pa_vstateless_class.h, types/pa_vtable.C,
15172: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15173: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15174: on all projects (except libltdl=off & libsdbm=level3) found
15175: several unitialized vars
15176:
15177: 2003-11-19 paf
15178:
15179: * src/classes/op.C: more ansi C++ comp
15180:
1.211 moko 15181: * operators.ru.txt, operators.txt, src/classes/op.C,
15182: src/include/pa_request.h, src/main/pa_request.C:
15183: ^cache[...]{body}{catch block with $exception.handled[cache]
15184: meaning "get expired cache, if any. else error"}
1.95 moko 15185:
15186: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15187: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15188: ^cache[...]{body}{catch code with $exception.cache field}
15189:
15190: 2003-11-12 paf
15191:
15192: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15193: [copy/paste bug]
15194:
15195: 2003-11-11 paf
15196:
15197: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15198: failed]
15199:
15200: 2003-11-10 paf
15201:
15202: * src/types/pa_vconsole.h: flush
15203:
1.211 moko 15204: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15205: src/types/Makefile.am, src/types/types.vcproj,
15206: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15207:
1.211 moko 15208: * operators.ru.txt, operators.txt: mysql: transaction support:
15209: ?autocommit=0
1.95 moko 15210:
1.211 moko 15211: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15212:
15213: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15214: serialize version and exipire now removes entries
15215:
1.211 moko 15216: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15217: altogether [and dir, if could]
1.95 moko 15218:
15219: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15220: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15221: removes files altogether [and dir, if could]
15222:
15223: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15224: nonexistent pair. .c coded that that was error. fixed
15225:
15226: * src/types/pa_vhashfile.C: sdbm: exception type change to
15227: file.access [regretfull can't split it to different exceptions
15228: without modifying sdbm source wich would prefer not to]
15229:
15230: 2003-11-07 paf
15231:
15232: * src/: classes/date.C, classes/file.C, classes/hash.C,
15233: classes/hashfile.C, classes/image.C, classes/table.C,
15234: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15235: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15236: main/execute.C, main/main.vcproj, main/pa_pool.C,
15237: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15238: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15239: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15240: destructing objects at request processing end
15241:
15242: 2003-11-06 paf
15243:
15244: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15245: updates
15246:
15247: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15248: to include sdbm
15249:
1.116 moko 15250: * src/include/: pa_config_includes.h, pa_version.h: our
15251: replacements of max& co only for cpp
1.95 moko 15252:
15253: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15254: upper dir, .am updated
15255:
15256: * tests/todo.txt: hashfile: done
15257:
1.211 moko 15258: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15259: hashfile: clear & expiration [time in value. todo: move time to
15260: key]
1.95 moko 15261:
15262: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15263:
15264: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15265: to do that in foreach, no errors, but surely wrong]
15266:
1.211 moko 15267: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15268: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15269:
1.211 moko 15270: * operators.ru.txt, operators.txt, src/classes/hash.C,
15271: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15272: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15273:
15274: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15275: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15276: hashfile: hash
1.95 moko 15277:
1.211 moko 15278: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15279: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15280: tests/todo.txt: hashfile: delete
1.95 moko 15281:
15282: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15283: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15284: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15285: get/put [raw]
15286:
15287: * src/: classes/op.C, main/pa_os.C: just linked
15288:
15289: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15290: XmlException changes
15291:
15292: * src/: include/pa_charset.h, include/pa_globals.h,
15293: include/pa_stylesheet_connection.h, main/pa_exception.C:
15294: XmlException changes
15295:
15296: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15297:
15298: * src/: include/pa_common.h, include/pa_exception.h,
15299: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15300: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15301: main/pa_xml_exception.C: locking move to pa_os [along with
15302: pa_sleep] apr-impl locking done
15303:
1.211 moko 15304: * configure, configure.in, operators.ru.txt, operators.txt,
15305: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15306: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15307: src/include/pa_exception.h, src/include/pa_globals.h,
15308: src/include/pa_memory.h, src/include/pa_version.h,
15309: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15310: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15311: src/main/compile.tab.C, src/main/main.vcproj,
15312: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15313: src/types/Makefile.am, src/types/pa_vhash.C,
15314: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15315: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15316: again with sdbm from apache
15317:
15318: 2003-11-05 paf
15319:
15320: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15321: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15322: \parser3project dir anymore
15323:
15324: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15325: thoughtlessly from xalan]
15326:
15327: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15328: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15329: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15330:
15331: * src/main/helpers/CaseFolding.txt:
15332: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15333:
15334: 2003-11-04 paf
15335:
1.211 moko 15336: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15337:
15338: * src/classes/table.C: compiled on unix
15339:
1.116 moko 15340: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15341:
15342: * src/classes/mail.C: compiled on unix
15343:
1.211 moko 15344: * operators.ru.txt, operators.txt, src/classes/mail.C,
15345: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15346: $.options[unix: string to append to sendmail command
15347: line]
15348:
1.211 moko 15349: * operators.ru.txt, operators.txt, src/classes/table.C,
15350: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15351: $.separator[^#09] $.encloser["] <nothing> by default
15352:
15353: * operators.ru.txt, operators.txt, src/classes/table.C,
15354: tests/todo.txt: ^table::load !$.separator[^#09]
15355: !$.encloser["] <nothing> by default
1.95 moko 15356:
15357: 2003-11-03 paf
15358:
1.211 moko 15359: * operators.ru.txt, operators.txt, src/classes/table.C,
15360: src/main/pa_common.C: ^table::load[; options:
15361: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15362:
1.211 moko 15363: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15364: src/types/pa_vrequest.C: $request:document-root
15365:
15366: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15367: [already included into uri=xxx]
15368:
1.211 moko 15369: * operators.ru.txt, operators.txt, src/classes/image.C,
15370: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15371:
15372: * src/classes/date.C: minor precaution
15373:
1.211 moko 15374: * operators.ru.txt, operators.txt, src/classes/date.C:
15375: !^date::unix-timestamp()
1.95 moko 15376: !^date.unix-timestamp[]
15377:
15378: 2003-10-30 paf
15379:
1.211 moko 15380: * operators.ru.txt, operators.txt, src/classes/date.C,
15381: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15382: $date.hour
1.95 moko 15383:
15384: * src/classes/: date.C, image.C: improvement diagnostics:
15385: $now[^date::create[$undefined]] now is error
15386:
15387: * src/main/pa_common.C: read errors would now be reported 'actually
15388: read -1 bytes'
15389:
15390: 2003-10-24 paf
15391:
15392: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15393: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15394: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15395: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15396:
15397: 2003-10-22 paf
15398:
15399: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15400:
15401: 2003-10-21 paf
15402:
1.211 moko 15403: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15404: src/main/pa_string.C: fixed: string.match[g] without <'> option
15405: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15406:
15407: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15408: recoursion' message with intensive throw-catches fixed: incorrect
15409: name and line (one name upper then needed) in error message about
15410: problems inside try block
15411:
15412: 2003-10-10 paf
15413:
15414: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15415: check offset argument for validity did that in String::Body::pos
15416: myself http://i2/tasks/edit/?id=4577425257580789777
15417:
15418: 2003-10-07 paf
15419:
15420: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15421: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15422:
15423: 2003-10-03 paf
15424:
15425: * parser3.sln, src/include/pa_dictionary.h,
15426: src/main/pa_dictionary.C, src/main/pa_string.C,
15427: src/targets/cgi/parser3.vcproj: dictionary optimized by
15428: precalculating cstr&length
15429:
15430: 2003-10-02 paf
15431:
15432: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15433: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15434: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15435: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15436:
15437: 2003-09-30 paf
15438:
15439: * src/main/pa_string.C: string::replace bug fix [were ignoring
15440: occurrances after lang-mismatched
15441:
15442: 2003-09-29 paf
15443:
15444: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15445: helper
15446:
15447: * src/main/pa_string.C: string::serialize bug fix with
15448: zero-terminator
15449:
15450: * src/classes/table.C: ^nameless_table.save column row now has no
15451: \t at the end
15452:
15453: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15454: @postprocess now takes $response:body/download
15455:
15456: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15457: error message
15458:
15459: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15460:
15461: * src/classes/table.C: bugfix: flip: must produce nameless
15462: http://i2/tasks/edit/?id=4573405524674081244
15463:
15464: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15465: main/helpers/simple_folding.pl: utf-8 upper/lower
15466:
15467: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15468: to typo error http://i2/tasks/edit/?id=4573354650786434584
15469:
15470: 2003-09-26 paf
15471:
15472: * src/main/untaint.C: removed needless field
15473:
15474: * src/main/untaint.C: removed needless const
15475:
15476: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15477: String.for_each bug fixed [omited one-char cases]
15478:
15479: * src/include/pa_stack.h: bugfix: before collecting garbage,
15480: runtime-executor stack were cleared... BADLY
15481:
15482: * src/main/pa_string.C: ^stirng.replace code used old
15483: param-convention on langs.append, fixed that search fo the like,
15484: found none
15485:
15486: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15487: string::serialize/deserialize implemented Language enum assigned
15488: meaningful letters [more convinient for debugging. read warning
15489: before adding/changing anything]
15490:
15491: 2003-09-25 paf
15492:
15493: * src/: include/pa_string.h, include/pa_version.h,
15494: main/pa_string.C, main/untaint.C: templates and anonymous unions
15495: differences on unix
15496:
15497: * parser3.sln, src/classes/file.C, src/classes/image.C,
15498: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15499: src/classes/xdoc.C, src/classes/xnode.C,
15500: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15501: src/include/pa_charsets.h, src/include/pa_common.h,
15502: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15503: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15504: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15505: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15506: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15507: src/main/compile_tools.h, src/main/pa_charset.C,
15508: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15509: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15510: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15511: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15512: src/types/pa_vmail.C, src/types/pa_vmath.C,
15513: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15514: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15515:
15516: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15517: functions aligned to that of eeparser3 look
15518:
15519: * src/lib/cord/cordprnt.c: removed warnings
15520:
15521: 2003-09-24 paf
15522:
15523: * src/: classes/file.C, classes/image.C, classes/mail.C,
15524: classes/op.C, classes/xdoc.C, classes/xnode.C,
15525: include/pa_cache_managers.h, include/pa_charset.h,
15526: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15527: include/pa_sql_driver_manager.h, include/pa_string.h,
15528: include/pa_stylesheet_manager.h, include/pa_table.h,
15529: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15530: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15531: main/pa_sql_driver_manager.C, main/pa_string.C,
15532: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15533: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15534: types/pa_vstateless_class.h, types/pa_vstatus.C,
15535: types/pa_vxnode.C: v() functions of String::Body,
15536: String::Languages and String itself StringBody->String::Body
15537:
15538: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15539: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15540: never optimized anything. todo: somehow speed up harder cases:
15541: concatenationA+concatenationB when last block of A and first of B
15542: contain same letters
15543:
15544: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15545: lib/cord/include/cord.h: langs: speed up by joining adjucent
15546: blocks of same char [CORD_append_block]
15547:
15548: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15549: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15550: save space by extending blocks when appending block with c ==
15551: lastblock.c
15552:
15553: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15554: working yet :( but more working &understood :)
15555:
15556: * src/: classes/table.C, include/pa_string.h,
15557: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15558:
15559: 2003-09-23 paf
15560:
15561: * src/main/untaint.C: $a[ok!] $a works!
15562:
15563: * src/main/untaint.C: something even more works :)
15564:
15565: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15566: something more works :)
15567:
15568: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15569: lib/cord/cordxtra.c: something already works :)
15570:
15571: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15572: serialize&deserialize
15573:
15574: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15575: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15576: main/untaint.C: main idea implemented, details left
15577:
15578: 2003-09-22 paf
15579:
15580: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15581:
15582: * src/classes/xnode.C: copy/paste comment bugfix
15583:
15584: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15585: allocator returns 0, just die.
15586: http://i2/tasks/edit/?id=4570798492410259445
15587:
15588: * src/classes/xdoc.C: copy/paste comment bugfix
15589:
15590: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15591: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15592: xnode: getAttributeNS setAttributeNS removeAttributeNS
15593: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15594:
15595: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15596: chars due to bitwise operation signed-char error]
15597:
15598: 2003-09-19 paf
15599:
15600: * src/types/pa_wcontext.C: output message: more practical
15601: suggestion
15602:
1.211 moko 15603: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15604: $f[^file::load[binary;http://...]] $f.tables
15605:
15606: 2003-09-02 paf
15607:
15608: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15609: flush stdout without referencing 'stdout' symbol. to hell with
15610: non-ansi libraries without 'stdout' symbol
15611:
15612: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15613: unix (users reported problems with some old libc)
15614:
15615: * src/types/pa_vdate.h: forgot initializer
15616:
15617: 2003-09-01 paf
15618:
15619: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15620: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15621: zone]
15622:
15623: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15624:
15625: 2003-08-19 paf
15626:
15627: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15628: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15629: simplified a little
15630:
15631: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15632: [lost fix from 3.0.8]
15633:
15634: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15635: visible here }
15636:
15637: bug fix
15638:
15639: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15640:
15641: * src/main/compile.tab.C: initialized couple of variables about
15642: which user reported runtime problems when parser were compiled
15643: with VC7, warning level4. study shows that later in bison
15644: they've fixed that. would migrate to latest bison someday
15645:
15646: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15647: recoding headers)
15648:
15649: * src/types/pa_vmail.C: works as before, same charset problems:
15650: gmime recodes to UTF-8 only headers, not body. so not recoding
15651: anything for now
15652:
15653: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15654: problems with body
15655:
15656: * src/types/pa_vmail.C: mail_receive just compiled
15657:
15658: 2003-08-18 paf
15659:
15660: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15661: main/main.vcproj, types/types.vcproj: win32: continued process
15662: detaching from \parser3project directory
15663:
15664: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15665: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15666: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15667: src/lib/pcre/pcre_dftables.dsp,
15668: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15669: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15670: src/types/types.dsp: moved to MSVC 7
15671:
15672: * gnu.vcproj.vspscc, parser3.vssscc,
15673: src/classes/classes.vcproj.vspscc,
15674: src/lib/cord/cord.vcproj.vspscc,
15675: src/lib/ltdl/libltdl.vcproj.vspscc,
15676: src/lib/md5/md5.vcproj.vspscc,
15677: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15678: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15679: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15680: src/targets/isapi/parser3isapi.vcproj.vspscc,
15681: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15682: moved to MSVC 7
15683:
15684: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15685: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15686: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15687: src/lib/pcre/pcre_dftables.vcproj,
15688: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15689: src/targets/cgi/parser3.vcproj,
15690: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15691: new VS project files
15692:
15693: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15694: .NET to detect Jalindi Igloo capabilities.
15695:
15696: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15697: src/classes/classes.awk, src/doc/footer.htm,
15698: src/include/pa_config_fixed.h, src/include/pa_version.h,
15699: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15700: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15701: src/types/pa_vmail.C: merged 3.1.0 latest changes
15702:
15703: 2003-08-15 paf
15704:
15705: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15706: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15707:
15708: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15709: non-ascii <yyy> now encoded correctly
15710:
15711: 2003-07-29 paf
15712:
1.116 moko 15713: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15714: dist
1.95 moko 15715:
15716: * src/types/pa_vmail.C: just started --with-mail-receive
15717:
15718: 2003-07-28 paf
15719:
1.116 moko 15720: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15721: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15722:
15723: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15724:
15725: 2003-07-25 paf
15726:
15727: * src/doc/footer.htm: year
15728:
15729: 2003-07-24 paf
15730:
15731: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15732: fix
15733:
15734: * src/include/pa_version.h: release
15735:
1.116 moko 15736: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15737:
15738: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15739: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15740: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15741: getting rid of win32xml pseudo project
15742:
15743: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15744:
1.116 moko 15745: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15746: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15747: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15748: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15749: src/classes/classes.C, src/classes/classes.awk,
15750: src/classes/classes.dsp, src/classes/classes.h,
15751: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15752: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15753: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15754: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15755: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15756: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15757: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15758: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15759: src/include/pa_array.h, src/include/pa_cache_managers.h,
15760: src/include/pa_charset.h, src/include/pa_charsets.h,
15761: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15762: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15763: src/include/pa_dictionary.h, src/include/pa_dir.h,
15764: src/include/pa_exception.h, src/include/pa_exec.h,
15765: src/include/pa_globals.h, src/include/pa_hash.h,
15766: src/include/pa_memory.h, src/include/pa_opcode.h,
15767: src/include/pa_operation.h, src/include/pa_pool.h,
15768: src/include/pa_pragma_pack_begin.h,
1.95 moko 15769: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15770: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15771: src/include/pa_sapi.h, src/include/pa_socks.h,
15772: src/include/pa_sql_connection.h,
15773: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15774: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15775: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15776: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15777: src/include/pa_uue.h, src/lib/Makefile.am,
15778: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15779: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15780: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15781: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15782: src/lib/cord/include/ec.h,
15783: src/lib/cord/include/private/Makefile.am,
15784: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15785: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15786: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15787: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15788: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15789: src/main/compile_tools.C, src/main/compile_tools.h,
15790: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15791: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15792: src/main/pa_charsets.C, src/main/pa_common.C,
15793: src/main/pa_dictionary.C, src/main/pa_dir.C,
15794: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15795: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15796: src/main/pa_request.C, src/main/pa_socks.C,
15797: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15798: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15799: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15800: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15801: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15802: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15803: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15804: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15805: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15806: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15807: src/targets/isapi/parser3isapi.dsp,
15808: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15809: src/types/pa_junction.h, src/types/pa_method.h,
15810: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15811: src/types/pa_vclass.C, src/types/pa_vclass.h,
15812: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15813: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15814: src/types/pa_vdouble.h, src/types/pa_venv.h,
15815: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15816: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15817: src/types/pa_vimage.C, src/types/pa_vimage.h,
15818: src/types/pa_vint.h, src/types/pa_vjunction.h,
15819: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15820: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15821: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15822: src/types/pa_vobject.C, src/types/pa_vobject.h,
15823: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15824: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15825: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15826: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15827: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15828: src/types/pa_vstring.h, src/types/pa_vtable.C,
15829: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15830: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15831: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15832: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15833: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15834: HEAD
15835:
15836: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15837: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15838: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15839: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15840: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15841: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15842: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15843: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15844: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15845: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15846: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15847: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15848: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15849: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15850: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15851: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15852: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15853: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15854: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15855: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15856: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15857: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15858: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15859: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15860: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15861: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15862: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15863: outputs/create-dir, results/001.processed, results/002.processed,
15864: results/003.processed, results/004.processed,
15865: results/005.processed, results/006.processed,
15866: results/007.processed, results/008.processed,
15867: results/009.processed, results/010.processed,
15868: results/011.processed, results/012.processed,
15869: results/013.processed, results/014.processed,
15870: results/015.processed, results/016.processed,
15871: results/017.processed, results/018.processed,
15872: results/019.processed, results/020.processed,
15873: results/021.processed, results/022.processed,
15874: results/023.processed, results/024.processed,
15875: results/025.processed, results/026.processed,
15876: results/027.processed, results/028.processed,
15877: results/029.processed, results/030.processed,
15878: results/031.processed, results/032.processed,
15879: results/033.processed, results/034.processed,
15880: results/035.processed, results/036.processed,
15881: results/037.processed, results/038.processed,
15882: results/039.processed, results/040.processed,
15883: results/041.processed, results/042.processed,
15884: results/043.processed, results/044.processed,
15885: results/045.processed, results/046.processed,
15886: results/047.processed, results/048.processed,
15887: results/049.processed, results/050.processed,
15888: results/051.processed, results/052.processed,
15889: results/053.processed, results/054.processed,
15890: results/055.processed, results/056.processed,
15891: results/057.processed, results/058.processed,
15892: results/059.processed, results/060.processed,
15893: results/061.processed, results/062.processed,
15894: results/063.processed, results/064.processed,
15895: results/065.processed, results/066.processed,
15896: results/067.processed, results/068.processed,
15897: results/069.processed, results/070.processed,
15898: results/071.processed, results/072.processed,
15899: results/073.processed, results/074.processed,
15900: results/075.processed, results/076.processed,
15901: results/077.processed, results/078.processed,
15902: results/079.processed, results/080.processed,
15903: results/081.processed, results/082.processed,
15904: results/083.processed, results/084.processed,
15905: results/085.processed, results/086.processed,
15906: results/087.processed, results/088.processed,
15907: results/089.processed, results/090.processed,
15908: results/091.processed, results/092.processed,
15909: results/093.processed, results/094.processed,
15910: results/095.processed, results/096.processed,
15911: results/097.processed, results/098.processed,
15912: results/099.processed, results/100.processed,
15913: results/101.processed, results/102.processed,
15914: results/103.processed, results/104.processed,
15915: results/105.processed, results/106.processed,
15916: results/107.processed, results/108.processed,
15917: results/109.processed, results/110.processed,
15918: results/111.processed, results/112.processed,
15919: results/113.processed, results/114.processed,
15920: results/115.processed, results/116.processed,
15921: results/117.processed, results/118.processed,
15922: results/119.processed, results/120.processed,
15923: results/121.processed, results/122.processed,
15924: results/123.processed, results/124.processed,
15925: results/125.processed, results/126.processed,
15926: results/127.processed, results/128.processed,
15927: results/129.processed, results/130.processed,
15928: results/131.processed, results/132.processed,
15929: results/133.processed, results/134.processed,
15930: results/135.processed, results/136.processed,
15931: results/137.processed, results/138.processed,
15932: results/139.processed, results/140.processed,
15933: results/141.processed: merged(copied) to HEAD from template_gc
15934:
15935: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15936: towards \parser3project not having to be in root
15937:
15938: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15939: module compiled [were minor unnecessary changes in lib/md5
15940: interface]
15941:
15942: * src/include/pa_version.h: release
15943:
15944: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15945:
15946: * src/classes/math.C: merged uuid bugfix
15947:
15948: * tests/: 141.html, results/141.processed: fixed bug with
15949: too-small-a-buffer
15950:
15951: * src/classes/math.C: uuid bugfix
15952:
15953: * tests/: 141.html, Makefile, results/005.processed,
15954: results/030.processed, results/075.processed,
15955: results/078.processed: to reflect date format change (were -
15956: become ' ')
15957:
15958: * src/classes/math.C: uuid bugfix
15959:
15960: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15961: debug/release changes
15962:
15963: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15964:
15965: 2003-07-23 paf
15966:
15967: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15968: renamed a little [to move to comman naming conv]
15969:
1.116 moko 15970: * src/targets/Makefile.am: apache13 splitted to simplify apache
15971: build
1.95 moko 15972:
15973: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15974: main/pa_request.C, main/pa_sql_driver_manager.C,
15975: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15976: stack top_index() fixed
15977:
15978: * src/main/pa_globals.C: minor style changes
15979:
15980: * src/: classes/op.C, include/pa_sql_connection.h: connection
15981: closing/caching fixed [connections were not closed/put to cache]
15982:
15983: 2003-07-22 paf
15984:
15985: * INSTALL: gc part updated stightly
15986:
15987: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15988: new sapi interface
15989:
15990: * src/classes/file.C: comment on OS
15991:
15992: * src/main/pa_string.C: removed reduntant invariant check [there is
15993: one deeper in cord lib]
15994:
15995: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15996:
15997: * src/main/pa_memory.C: out of memory is no longer coredump
15998:
15999: * INSTALL: disable-threads adviced
16000:
16001: 2003-07-21 paf
16002:
1.116 moko 16003: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16004:
16005: * src/classes/file.C: file::exec/cgi environment variables now must
16006: be UPPERCASE and A-Z 0-9 _-
16007:
16008: * src/classes/file.C: env passing fixed
16009:
16010: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16011:
16012: * src/main/pa_common.C: http:// CRLF now
16013:
16014: 2003-07-02 paf
16015:
1.211 moko 16016: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16017: $memory:status fields to reflect their real meaning
1.95 moko 16018:
16019: 2003-06-27 paf
16020:
16021: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16022: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16023: file::exec/cgi .charset
16024:
16025: 2003-06-26 paf
16026:
16027: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16028: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16029: src/classes/table.C: fixed several uninitialized local
16030: structures. notably ^hash.foreach now inserts delimiters
16031: properly [were inserting it before first body]
16032:
16033: 2003-06-24 paf
16034:
16035: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16036:
16037: 2003-06-20 paf
16038:
1.211 moko 16039: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16040: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16041: $f[^file::load[binary;http://...]] $f.tables
16042:
16043: 2003-06-06 paf
16044:
16045: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16046: table. [were method lookup: inconsistent]
16047:
16048: 2003-06-02 paf
16049:
16050: * src/include/pa_memory.h: empty string clone fixed to return
16051: writable memory
16052:
16053: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16054: were not appended] which violated string invariant
16055:
16056: 2003-05-30 paf
16057:
16058: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16059: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16060:
16061: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16062: GMT ; RFC 822, updated by RFC 1123
16063:
16064: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16065: targets/isapi/parser3isapi.C: initialized request_info properly
16066:
16067: * src/classes/xnode.C: found minor bug, commended for future
16068:
16069: 2003-05-28 paf
16070:
16071: * src/classes/form.C: request_info.content_length can't be <0,
16072: size_t for some time
16073:
16074: 2003-05-26 paf
16075:
16076: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16077: forgotten <0 changed to !=STRING_NOT_FOUND
16078:
16079: * src/classes/math.C: merged ffffu from HEAD
16080:
16081: 2003-05-11 paf
16082:
16083: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16084:
16085: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16086: premature doc free. transformed document had xmlDoc reference
16087: stored to non-gc-memory (libgdome) added holding-reference
16088:
16089: 2003-04-29 paf
16090:
16091: * src/main/pa_globals.C: started digging on double free. on win32
16092: found that that's perfectly normal.
16093:
16094: 2003-04-25 paf
16095:
16096: * src/classes/table.C: table.join bug fix [bad limit check]
16097:
16098: * src/classes/math.C: merged from HEAD: simpiler hash_string
16099:
16100: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16101: print anything. changed to quicker and simplier code
16102:
16103: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16104: strict a check]
16105:
16106: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16107:
16108: 2003-04-24 paf
16109:
16110: * src/include/pa_table.h: too strict assert loosened
16111:
16112: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16113: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16114: report
16115:
16116: 2003-04-21 paf
16117:
1.116 moko 16118: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16119:
16120: * src/main/pa_globals.C: pcre memory management changed to use GC
16121: memory
16122:
16123: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16124: xmlMallocAtomic [author agreed to my suggestion], used that
16125:
16126: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16127:
16128: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16129: types/pa_vmail.C: attributed_meaning_to_string added
16130: L_UNSPECIFIED piece which was sortof OK, but violated string
16131: invariant [assertion barked on that] changed to L_PASS_APPEND,
16132: made that param obligatory
16133:
16134: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16135: fixed [assert helped]
16136:
16137: * src/include/pa_string.h: assert added [looking for bug]
16138:
16139: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16140: names on Win32 considered disk-global
16141:
16142: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16143: considered disk-global
16144:
16145: 2003-04-18 paf
16146:
16147: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16148: filenames
16149:
16150: * src/main/untaint.C: enabled '~' letter in filenames
16151:
16152: 2003-04-16 paf
16153:
16154: * src/classes/file.C: small bug introduced in autoptr times fixed
16155:
16156: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16157: HEAD
16158:
1.116 moko 16159: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16160:
16161: 2003-04-15 paf
16162:
1.211 moko 16163: * operators.ru.txt, operators.txt, src/classes/math.C,
16164: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16165: tests/results/141.processed: merged from head ^math:uuid[]
16166: ^math:uid64[] ^math:md5[string]
16167:
16168: test added: 141.html
16169:
1.211 moko 16170: * operators.ru.txt, operators.txt, src/classes/math.C:
16171: ^math:uid64[]
1.95 moko 16172:
16173: * src/classes/math.C: ^math:uuid[]
16174:
1.211 moko 16175: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16176:
1.211 moko 16177: * operators.ru.txt, operators.txt, src/classes/math.C,
16178: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16179: 16-byte digest
16180:
16181: * operators.ru.txt, operators.txt, src/classes/file.C,
16182: src/include/pa_common.h, src/include/pa_config_fixed.h,
16183: src/main/pa_common.C: ^file::load[mode;name; $.offset
16184: $.limit
1.95 moko 16185:
16186: 2003-04-14 paf
16187:
16188: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16189: started ^math:md5
16190:
16191: * src/classes/table.C, src/include/pa_array.h,
16192: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16193: tests/results/140.processed: table $.reverse option works in
16194: create&co table $.distinct[tables] bug fix merged
16195:
16196: * src/: classes/table.C, include/pa_table.h: table
16197: $.distinct[tables] bug fixed
16198:
16199: * src/classes/table.C: more warnings
16200:
16201: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16202: removed checks in table::set_current, moved them back to
16203: table::locate implemented table::create/join ñ $.reverse
16204:
16205: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16206: removed checks in table::set_current, moved them back to
16207: table::locate
16208:
16209: 2003-04-11 paf
16210:
1.211 moko 16211: * operators.ru.txt, operators.txt, src/classes/date.C,
16212: src/classes/table.C, src/include/pa_array.h,
16213: src/include/pa_common.h, src/include/pa_config_includes.h,
16214: src/include/pa_string.h, src/include/pa_table.h,
16215: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16216: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16217: before_append_array_limit_sense_change to
16218: after_append_array_limit_sense_change
16219:
16220: * src/classes/table.C: typo
16221:
1.211 moko 16222: * operators.ru.txt, operators.txt, src/classes/date.C,
16223: src/classes/table.C, src/include/pa_array.h,
16224: src/include/pa_common.h, src/include/pa_config_includes.h,
16225: src/include/pa_globals.h, src/include/pa_table.h,
16226: src/main/pa_array.C, src/main/pa_globals.C,
16227: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16228: src/main/pa_string.C, src/main/pa_table.C:
16229: append_array_limit_sense_change locate accepts options same as
16230: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16231:
16232: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16233: (stat xxx,
16234:
16235: * src/classes/: table.C: typo
16236:
16237: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16238: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16239: results/130.processed, results/131.processed,
16240: results/132.processed, results/133.processed,
16241: results/134.processed, results/135.processed,
16242: results/136.processed, results/137.processed,
16243: results/138.processed, results/139.processed: added few mustfail
16244: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16245: date/time 132.html mustfail: access to junction outside of
16246: context 133.html mustfail: access to junction outside of context,
16247: case version 134.html mustfail: hash: adding a key inside of
16248: foreach 135.html mustfail: modifying system class 136.html
16249: mustfail: $.name outside of $hash[here] 137.html mustfail:
16250: appendChild without import 138.html mustfail: invalid encoding
16251: inside of xml 139.html mustfail: bad XPath
16252:
1.211 moko 16253: * operators.ru.txt, operators.txt, src/classes/table.C,
16254: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16255: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16256: tests/results/126.processed, tests/results/127.processed,
16257: tests/results/128.processed, tests/results/129.processed: merged
16258: from HEAD ^table.hash[key][$.distinct[tables]]
16259:
16260: maked appropriate tests [changed one old nonconforming]
16261:
1.211 moko 16262: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16263: ^table.hash[key][$.distinct[tables]]
16264:
16265: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16266: merged fix for found very old xml (dom) bug: were passing
16267: domString objects and later ERROREOUSLY freed them
16268:
16269: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16270: src/main/pa_charset.C: re-added libgdome patch. regretfully
16271: libgdome bug can not be worked around
16272:
16273: 2003-04-10 paf
16274:
16275: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16276: found very old xml (dom) bug: were passing domString objects and
16277: later ERROREOUSLY freed them
16278:
16279: * src/doc/string.dox, src/include/pa_memory.h,
16280: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16281: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16282: tests/123.html, tests/124.html, tests/results/001.processed,
16283: tests/results/002.processed, tests/results/003.processed,
16284: tests/results/004.processed, tests/results/005.processed,
16285: tests/results/006.processed, tests/results/008.processed,
16286: tests/results/009.processed, tests/results/010.processed,
16287: tests/results/011.processed, tests/results/012.processed,
16288: tests/results/013.processed, tests/results/014.processed,
16289: tests/results/015.processed, tests/results/016.processed,
16290: tests/results/017.processed, tests/results/018.processed,
16291: tests/results/020.processed, tests/results/021.processed,
16292: tests/results/022.processed, tests/results/023.processed,
16293: tests/results/024.processed, tests/results/025.processed,
16294: tests/results/026.processed, tests/results/027.processed,
16295: tests/results/028.processed, tests/results/029.processed,
16296: tests/results/030.processed, tests/results/031.processed,
16297: tests/results/032.processed, tests/results/033.processed,
16298: tests/results/034.processed, tests/results/035.processed,
16299: tests/results/036.processed, tests/results/037.processed,
16300: tests/results/038.processed, tests/results/039.processed,
16301: tests/results/040.processed, tests/results/041.processed,
16302: tests/results/042.processed, tests/results/043.processed,
16303: tests/results/044.processed, tests/results/045.processed,
16304: tests/results/046.processed, tests/results/047.processed,
16305: tests/results/048.processed, tests/results/049.processed,
16306: tests/results/050.processed, tests/results/051.processed,
16307: tests/results/052.processed, tests/results/053.processed,
16308: tests/results/054.processed, tests/results/055.processed,
16309: tests/results/056.processed, tests/results/057.processed,
16310: tests/results/058.processed, tests/results/059.processed,
16311: tests/results/060.processed, tests/results/061.processed,
16312: tests/results/062.processed, tests/results/063.processed,
16313: tests/results/064.processed, tests/results/065.processed,
16314: tests/results/066.processed, tests/results/067.processed,
16315: tests/results/068.processed, tests/results/069.processed,
16316: tests/results/070.processed, tests/results/071.processed,
16317: tests/results/072.processed, tests/results/073.processed,
16318: tests/results/074.processed, tests/results/075.processed,
16319: tests/results/076.processed, tests/results/077.processed,
16320: tests/results/078.processed, tests/results/079.processed,
16321: tests/results/080.processed, tests/results/081.processed,
16322: tests/results/082.processed, tests/results/083.processed,
16323: tests/results/084.processed, tests/results/085.processed,
16324: tests/results/086.processed, tests/results/087.processed,
16325: tests/results/088.processed, tests/results/089.processed,
16326: tests/results/090.processed, tests/results/091.processed,
16327: tests/results/092.processed, tests/results/093.processed,
16328: tests/results/094.processed, tests/results/095.processed,
16329: tests/results/096.processed, tests/results/097.processed,
16330: tests/results/101.processed, tests/results/102.processed,
16331: tests/results/104.processed, tests/results/105.processed,
16332: tests/results/106.processed, tests/results/107.processed,
16333: tests/results/108.processed, tests/results/109.processed,
16334: tests/results/110.processed, tests/results/111.processed,
16335: tests/results/112.processed, tests/results/113.processed,
16336: tests/results/114.processed, tests/results/115.processed,
16337: tests/results/116.processed, tests/results/117.processed,
16338: tests/results/118.processed, tests/results/119.processed,
16339: tests/results/120.processed, tests/results/121.processed,
16340: tests/results/122.processed, tests/results/123.processed,
16341: tests/results/124.processed: new convention: char* never 0.
16342: assert in cord on that
16343:
16344: * src/main/pa_charset.C: couple more asserts
16345:
16346: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16347: speedup
16348:
16349: * src/main/pa_charset.C: couple assertions on fantastic situations
16350: added [may be those is the case now?]
16351:
16352: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16353: that's memory from gc_malloc, not from g_malloc :(, but would
16354: hope]
16355:
16356: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16357: that's memory from gc_malloc, not from g_malloc :(, but would
16358: hope]
16359:
16360: * src/main/pa_charset.C: checked custom malloc for returning 0
16361:
16362: 2003-04-09 paf
16363:
16364: * src/classes/date.C: merged ^date.roll changes
16365:
16366: * src/classes/date.C: ^date.roll bug fix
16367:
16368: * src/classes/date.C: ^date.roll now throws less errors: month
16369: shifts handles end of month situation by reducing day number
16370: hour-hole shift reduces hour to recover
16371:
16372: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16373: Sort by function time
16374:
1.211 moko 16375: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16376: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16377:
16378: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16379: added [after volatile fix. passes on win&intel-solaris]
16380:
16381: 2003-04-08 paf
16382:
16383: * src/: classes/file.C, classes/op.C, classes/table.C,
16384: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16385: include/pa_common.h, include/pa_request_charsets.h,
16386: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16387: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16388: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16389: types/pa_vresponse.C: started http:// $.charset[] param and
16390: http response charset detection just compiled. todo:test
16391:
16392: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16393:
16394: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16395: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16396: types/pa_vmail.C: changed transcode param converntion along with
16397: string creating convention -- all strings are zero-terminated,
16398: this allowed to fix one remaining String("123", 2) case
16399:
16400: * src/: classes/date.C, classes/file.C, classes/hash.C,
16401: classes/op.C, classes/string.C, classes/table.C,
16402: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16403: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16404: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16405: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16406: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16407: violated String::invariant. started fixing [not compiled now]
16408:
16409: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16410: main/compile.tab.C, main/compile.y, main/pa_string.C,
16411: main/untaint.C, targets/cgi/parser3.C: number of string style
16412: improvements & optimizations
16413:
16414: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16415: :(]
16416:
16417: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16418: [for it's a pointer really]
16419:
16420: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16421: 'n' param. worked that around
16422:
16423: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16424: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16425: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16426: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16427: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16428:
16429: Thanks for the bug report and patch.
16430:
16431: I hadn't looked at this code in a while. Reading it now, it
16432: seems to me that the tests should also be ">= MAX_DEPTH" to
16433: comply with the invariant, though that may not matter a lot. I
16434: changed that, too.
16435:
16436: Hans
16437:
16438: 2003-04-07 paf
16439:
16440: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16441: merged from head:safe mode error message now includes numbers
16442:
16443: * src/main/execute.C: n-th attempt to make a=a work with double.
16444: problem: as_double returns it's result in fp-register compiler
16445: optimizes access to that register after b->as_double, and just
16446: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16447: from memory. _SAME_ double values do not match here. when
16448: forced to REload fp-register, values do match.
16449:
16450: tried to make them volatile.
16451:
16452: * src/main/execute.C: n-th attempt to make a=a work with double.
16453: problem: as_double returns it's result in fp-register compiler
16454: optimizes access to that register after b->as_double, and just
16455: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16456: from memory. _SAME_ double values do not match here. when
16457: forced to REload fp-register, values do match.
16458:
16459: tried to make them volatile.
16460:
16461: * src/types/pa_vobject.h: small style change
16462:
16463: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16464:
16465: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16466: mode error message now includes numbers
16467:
16468: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16469: now causes death
16470:
16471: 2003-04-04 paf
16472:
16473: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16474: incorportated pa_exec patch by From: "Victor Fedoseev"
16475: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16476: Sent: Thursday, January 23, 2003 9:14 AM
16477:
16478: huge speedup on ^file::cgi with big result
16479:
16480: * src/classes/table.C: sort table with 0 rows bug fixed
16481:
16482: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16483: fix http://i2/tasks/edit/?id=4493701604654042676
16484:
16485: @main[] $with_default[ $.a[1] $._default[default from
16486: with_default] ] ^show[$with_default]
16487:
16488: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16489: =$to_add_to.xxx=<br>
16490:
16491: ^show[$to_add_to]
16492:
16493: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16494: ^show[$cloned]
16495:
16496: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16497:
16498: } <hr>
16499:
16500: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16501: http://i2/tasks/edit/?id=4493701604654042676
16502:
16503: @main[] $with_default[ $.a[1] $._default[default from
16504: with_default] ] ^show[$with_default]
16505:
16506: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16507: =$to_add_to.xxx=<br>
16508:
16509: ^show[$to_add_to]
16510:
16511: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16512: ^show[$cloned]
16513:
16514: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16515:
16516: } <hr>
16517:
16518: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16519: http://i2/tasks/edit/?id=4507350336410850921
16520:
16521: * src/classes/xdoc.C: memory allocation func bugfix
16522: http://i2/tasks/edit/?id=4499303470368629745
16523:
16524: * src/classes/math.C: allowed random 1...
16525:
16526: * src/classes/math.C: allowed random 0..
16527:
16528: * src/main/pa_globals.C: exif mem leak
16529: http://i2/tasks/edit/?id=4480590323629807263
16530:
16531: * src/: classes/classes.dsp, main/main.dsp,
16532: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16533: fix http://i2/tasks/edit/?id=4493946731322521294
16534: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16535:
16536: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16537: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16538: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16539: links to xml libs made relative, no need to unpack parser3project
16540: to /parser3project.
16541:
16542: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16543: column more precise - tab handling bug fixed
16544:
16545: * src/main/: compile.tab.C, compile.y: more understandable error
16546: message in case @CLASS with more then one line inside
16547:
16548: * src/targets/cgi/parser3.C: more understandable error message in
16549: case of errors in @unhandled_exception
16550:
16551: 2003-04-03 paf
16552:
16553: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16554: src/main/compile.tab.C, src/main/compile.y,
16555: src/main/compile_tools.C, src/main/compile_tools.h,
16556: src/main/execute.C, src/main/pa_request.C: debug info format
16557: simplified, now it's: OP_VALUE Operation::Origin << here value*
16558:
16559: higher limits: file number (max: 255) line number (max:
16560: 64535) column number (max: 255)
16561:
16562: * src/classes/math.C: top limit
16563:
16564: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16565: precise parse error position in case of
16566:
16567: ^bug ]
16568:
16569: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16570: changed to realities, and passed [bug fixed]
16571:
16572: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16573: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16574: main/compile_tools.h, main/pa_request.C: introducing
16575: ^process...[main-method-alias]
16576:
16577: * src/: classes/date.C, classes/image.C, classes/op.C,
16578: classes/string.C, classes/table.C, classes/xdoc.C,
16579: types/pa_vmethod_frame.h: MethodParams& now [methods without
16580: params receive zero reference, but they are expected not to look
16581: there]
16582:
1.211 moko 16583: * operators.ru.txt, operators.txt, src/classes/date.C,
16584: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16585: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16586: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16587: src/classes/response.C, src/classes/string.C,
16588: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16589: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16590: src/types/pa_method.h: MethodParams& now [methods without params
16591: receive zero reference, but they are expected not to look there]
16592:
16593: * operators.ru.txt, operators.txt, src/classes/op.C,
16594: src/include/pa_request.h, src/main/pa_request.C,
16595: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16596: better error reporting [file/line/col]
1.95 moko 16597:
16598: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16599: types/pa_vstring.h: slightly improved error messages text: 1. is
16600: '%s', it 2. method undefined in case of ^void[]
16601:
16602: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16603: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16604: handling done. now we have error columns todo: test it
16605:
16606: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16607: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16608:
16609: this makes life easier: were: bad stack order -- were in
16610: exception catch unwind order, which didn't match execution order
16611:
16612: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16613:
16614: @first[] ^throw[a;1]
16615:
16616: showed throw a first throw b try
16617:
16618: which is no good
16619:
16620: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16621: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16622: trace reset after handled exception [old bug fixed]
16623:
16624: * src/main/: compile.tab.C, compile.y: parse position old bug
16625: fixed. position reporting made precise [both, in parse erros and
16626: runtime errors]
16627:
16628: 2003-04-02 paf
16629:
16630: * src/: include/pa_operation.h, include/pa_request.h,
16631: main/compile.C, main/compile.tab.C, main/compile.y,
16632: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16633: main/pa_exception.C, main/pa_request.C: debug info: started
16634: using. todo:complete
16635:
16636: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16637: main/compile.C, main/compile.tab.C, main/compile.y,
16638: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16639: main/pa_request.C: prepared debug info todo:use it
16640:
16641: * src/include/pa_operation.h: strange mistake fixed: forgot to
16642: return Operation class->union after switching from autoptrs.
16643:
16644: * tests/: Makefile, results/108.processed, results/117.processed:
16645: meta considered OK [it's up to coder now to remove it not needed]
16646:
16647: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16648: Dictionary constructor when moved to gc]
16649:
16650: * src/main/pa_common.C: uncommented http:// file loading
16651:
16652: * src/include/pa_array.h, src/main/execute.C,
16653: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16654: fix [gdGrowingBuf]
16655:
16656: * configure.in, src/lib/Makefile.am: removed patches
16657:
16658: * configure, src/include/pa_config_auto.h.in,
16659: src/main/pa_charset.C: --enable-assertions autoconf-ed
16660:
16661: * src/main/pa_common.C: uncommented http:// file loading
16662:
16663: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16664: xdoc::create/load
16665:
16666: * src/: classes/form.C, classes/hash.C, classes/image.C,
16667: classes/string.C, classes/table.C, classes/void.C,
16668: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16669: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16670: String::String(str,helper_length) are checked. found/fixed one
16671: place: $request:body now zero-terminated,
16672:
16673: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16674: main/compile_tools.C, main/execute.C, types/pa_value.h,
16675: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16676: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16677: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16678: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16679: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16680: types/pa_vxnode.h: more locally scoped vars in execute (more
16681: easily optimizable)
16682:
16683: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16684: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16685:
16686: * src/: include/pa_array.h, include/pa_stack.h,
16687: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16688: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16689: become assertion iterator in methodframe filler
16690:
16691: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16692: targets/cgi/parser3.C: array::get/put inlined
16693:
16694: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16695: gc_substitute_memory_management_functions +installed CORD_oom
16696: function
16697:
16698: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16699: src/include/pa_config_includes.h, src/include/pa_string.h,
16700: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16701: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16702: assertions started configure.in --enable-assertions
16703:
16704: 2003-04-01 paf
16705:
16706: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16707: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16708: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16709: gdome uses glib memory, and stores last pointer to xmlDoc there,
16710: gc misses that and collects valid memory fixed by remembering
16711: xmlDoc from dom object in xdoc. todo: do something with
16712: premature free of xdoc with xnodes/node values referring into it
16713:
16714: * src/classes/: mail.C: typo fix
16715:
16716: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16717: changes
16718:
16719: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16720: main/pa_memory.C: moved memory debugging to global level: to
16721: pa_gc_malloc
16722:
16723: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16724: debugging showed no errors. todo: debug parser memory
16725:
16726: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16727: configurations
16728:
16729: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16730: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16731: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16732: types/types.dsp: prepared xml-static configuration
16733:
16734: 2003-03-31 paf
16735:
16736: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16737: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16738: xml lib memory debugging, simple checks failed: it seems that
16739: library does realloc(bad ptr), and recording those ptrs in heap
16740: [for debugging] was bad: heap situation changes = everything
16741: works fine
16742:
16743: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16744: xmlRegisterCharEncodingHandler limitation [currently imposed
16745: limit of 10 user-defined charsets]
16746:
16747: 2003-03-28 paf
16748:
16749: * src/main/execute.C: execution stack copied to local register
16750: variable, removed lots [~2e7) of memory accesses
16751:
16752: 2003-03-27 paf
16753:
16754: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16755: works in debug, but fails in release todo: fix that
16756:
16757: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16758: targets/cgi/parser3.C: forgot to merge XML memory funcs
16759: replacement from gc branch
16760:
16761: * src/main/pa_exec.C: introducing append_help_length [radical
16762: improvement here]
16763:
16764: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16765: 'not recommened' in gc.h, on win32 noticed no difference]
16766:
16767: * src/include/pa_array.h: returned checked array get [were disabled
16768: for debugging] result:not slower [don't understand that, it were
16769: INLINED] todo: find out a way of inlining it!
16770:
16771: * src/: include/pa_string.h, lib/gc/include/gc.h,
16772: lib/gc/include/gc_fake.h, main/compile.tab.C,
16773: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16774: convention changed: all resulting strings are zero-terminated
16775:
16776: * src/: classes/date.C, classes/file.C, classes/hash.C,
16777: classes/string.C, classes/table.C, classes/void.C,
16778: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16779: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16780: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16781: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16782: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16783: types/pa_vfile.C, types/pa_vmail.C: introducing
16784: append_help_length [radical improvement here]
16785:
16786: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16787: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16788: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16789: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16790: even slower
16791:
16792: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16793: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16794: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16795: clients of &get(): most to use non-ref version, some[in tight
16796: places] to get_unchecked_ref
16797:
16798: * src/doc/memory.dox: forgot to add
16799:
16800: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16801: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16802: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16803: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16804: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16805: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16806: targets/cgi/parser3.dsp, types/pa_vmail.C,
16807: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16808: T>>&<< removed after Stack::pop wiping removed [moved to separate
16809: func] other Array & removed
16810:
16811: 2003-03-26 paf
16812:
16813: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16814: classes/table.C, include/pa_array.h, include/pa_charset.h,
16815: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16816: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16817: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16818: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16819: main/pa_exec.C, main/pa_sql_driver_manager.C,
16820: main/pa_stylesheet_manager.C, main/pa_table.C,
16821: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16822: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16823: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16824: pre-evaluated .count() in some places
16825:
16826: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16827: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16828: types/types.dsp: .dsp profiling updated
16829:
16830: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16831: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16832: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16833:
16834: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16835: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16836: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16837: use lib/gc,lib/cord
16838:
1.116 moko 16839: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16840: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16841: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16842: src/include/pa_config_includes.h, src/include/pa_request.h,
16843: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16844: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16845: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16846: src/lib/cord/include/Makefile.am,
1.116 moko 16847: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16848: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16849: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16850: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16851: src/types/pa_vform.h, src/types/pa_vhash.h,
16852: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16853: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16854: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16855: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16856: funcs ported pa_exec
1.95 moko 16857:
16858: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16859:
16860: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16861: bundled gc includes
16862:
16863: * src/: classes/op.C, include/pa_array.h,
16864: include/pa_sql_connection.h, include/pa_string.h,
16865: include/pa_version.h, main/compile.tab.C, main/compile.y,
16866: main/execute.C, main/pa_common.C, main/pa_exception.C,
16867: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16868: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16869: first real site (aval)]
16870:
16871: 2003-03-25 paf
16872:
1.211 moko 16873: * operators.ru.txt, operators.txt,
16874: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16875: $status.memory used free since_compact process
1.95 moko 16876:
16877: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16878: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16879:
16880: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16881:
16882: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16883: src/types/pa_value.h, src/types/pa_vfile.h,
16884: src/types/pa_vobject.C, src/types/pa_vobject.h,
16885: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16886: tests/results/121.processed: untaint.C L_URI
16887:
1.211 moko 16888: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16889: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16890: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16891: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16892:
16893: * tests/results/109.processed: it was a bug in parser. updated 109
16894: test result
16895:
16896: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16897:
16898: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16899: tests/results/107.processed: fixed dom language [values are now
16900: considered tainted. it was a bug in parser. updated 107 test
16901: result
16902:
16903: * src/classes/xdoc.C: fixed transform params
16904:
16905: * src/: include/pa_stylesheet_manager.h,
16906: main/pa_stylesheet_manager.C: fixed stylesheet caching
16907:
16908: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16909: overloads for structure handling
16910:
16911: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16912: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16913: StringBody(0) ambiguilty, introducting static
16914: StringBody::Format(int)
16915:
16916: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16917: linked
16918:
16919: * src/types/pa_vxdoc.C: vxdoc compiled
16920:
16921: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16922: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16923: finalizers isntalled
16924:
16925: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16926: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16927: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16928: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16929: compiled todo: xnode.C / finalizers
16930:
16931: * src/doc/string.dox: updated: new string internals
16932:
16933: 2003-03-24 paf
16934:
16935: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16936: include/pa_charset.h, include/pa_config_fixed.h,
16937: include/pa_request.h, include/pa_stylesheet_connection.h,
16938: include/pa_stylesheet_manager.h, main/pa_charset.C,
16939: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16940: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16941: types/pa_vxnode.h: started XML
16942:
16943: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16944:
16945: * src/: classes/file.C, classes/image.C, classes/mail.C,
16946: include/pa_string.h, main/pa_common.C,
16947: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16948:
16949: * src/: classes/file.C, classes/image.C, classes/mail.C,
16950: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16951: main/pa_request.C, main/pa_sql_driver_manager.C,
16952: types/pa_vimage.h: size_t pos everywhere checks changed to check
16953: for eq STRING_NOT_FOUND
16954:
16955: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16956: optimize bit implemented
16957:
16958: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16959: String::ArrayFragment::append_positions fixed
16960:
16961: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16962: String::this_starts fixed
16963:
16964: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16965:
16966: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16967: hashcode implemented fully, including per-char callback [it can
16968: be - substr CORD node]
16969:
16970: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16971: rewritten to rewalloc with 100byte buf ahead
16972:
16973: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16974: src/include/pa_string.h, src/main/compile.tab.C,
16975: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16976: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16977: CORD_ec [bad] would rewrite as realloc now
16978:
16979: * src/: classes/date.C, classes/file.C, classes/form.C,
16980: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16981: include/pa_cache_managers.h, include/pa_charsets.h,
16982: include/pa_common.h, include/pa_request.h,
16983: include/pa_sql_driver_manager.h, include/pa_table.h,
16984: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16985: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16986: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16987: types/pa_vmail.C, types/pa_vmethod_frame.C,
16988: types/pa_vstateless_class.h: 2*2 worked :)
16989:
16990: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16991: src/include/pa_exec.h, src/include/pa_string.h,
16992: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16993: passed OK
16994:
16995: * src/: classes/hash.C, classes/string.C, classes/table.C,
16996: types/pa_value.C: all linked todo: debug
16997:
16998: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16999: types/pa_vstateless_class.C: all compiled. todo:link
17000:
17001: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17002:
17003: * src/types/pa_vtable.C: pa_vtable.C compiled
17004:
17005: * src/types/pa_vstring.C: pa_vstring.C compiled
17006:
17007: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17008:
17009: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17010: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17011: pa_vstateless_class.C, pa_vstateless_class.h:
17012: pa_vstateless_class.C compiled
17013:
17014: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17015: types/pa_vmath.C: pa_vmail.C compiled
17016:
17017: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17018:
17019: * src/types/pa_vform.C: pa_vform.C compiled
17020:
17021: * src/types/pa_vfile.C: pa_vfile.C compiled
17022:
17023: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17024: pa_vstateless_class.C: pa_vcookie.C compiled
17025:
17026: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17027: types/pa_vhash.h: pa_value.C compiled
17028:
17029: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17030: classes.lib main.lib compiled
17031:
17032: * src/classes/void.C: void.C compiled
17033:
17034: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17035: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17036: compiled
17037:
17038: * src/: classes/string.C, include/pa_request.h,
17039: include/pa_string.h, main/pa_string.C: string.C compiled
17040:
17041: * src/: classes/op.C, classes/string.C, classes/table.C,
17042: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17043: main/pa_request.C, main/pa_string.C: op.C compiled
17044:
17045: * src/classes/: math.C, op.C: math.C compiled
17046:
17047: * src/: classes/mail.C, classes/string.C, classes/table.C,
17048: types/pa_vmail.h: mail.C compiled
17049:
17050: * src/classes/: int.C, table.C: int.C compiled
17051:
17052: * src/: classes/hash.C, classes/image.C, classes/string.C,
17053: classes/table.C, include/pa_memory.h, include/pa_string.h,
17054: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17055: compiled
17056:
17057: * src/: classes/hash.C, classes/string.C, classes/table.C,
17058: classes/void.C, classes/xdoc.C, include/pa_request.h,
17059: include/pa_sql_connection.h: hash.C compiled
17060:
17061: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17062: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17063: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17064: classes/math.C, classes/op.C, classes/response.C,
17065: classes/string.C, classes/table.C, classes/void.C,
17066: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17067: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17068: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17069: file.C table.C compiled
17070:
17071: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17072: main/untaint.C: main.lib compiled
17073:
17074: 2003-03-21 paf
17075:
17076: * src/: classes/op.C, include/pa_cache_managers.h,
17077: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17078: include/pa_stylesheet_manager.h, main/pa_exception.C,
17079: main/pa_globals.C, main/pa_sql_driver_manager.C,
17080: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17081: compiled
17082:
17083: * src/: classes/hash.C, classes/image.C, classes/op.C,
17084: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17085: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17086: main/compile.C, main/pa_common.C, main/pa_request.C,
17087: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17088: pa_request.C compiled
17089:
17090: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17091: include/pa_request.h, main/execute.C, main/pa_request.C,
17092: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17093: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17094: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17095: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17096: compiled
17097:
17098: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17099: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17100: on unix
17101:
17102: * src/: include/pa_charset.h, include/pa_charsets.h,
17103: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17104: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17105: pa_charsets.C compiled
17106:
17107: * src/: classes/image.C, classes/mail.C, classes/op.C,
17108: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17109: main/compile.y, main/execute.C, main/pa_common.C,
17110: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17111: types/pa_vcode_frame.h, types/pa_vimage.h,
17112: types/pa_vmethod_frame.h: execute.C compiled
17113:
17114: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17115: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17116: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17117: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17118: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17119: include/pa_cache_managers.h, include/pa_charsets.h,
17120: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17121: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17122: include/pa_sql_driver_manager.h, include/pa_string.h,
17123: include/pa_stylesheet_connection.h,
17124: include/pa_stylesheet_manager.h, include/pa_table.h,
17125: main/compile.C, main/compile.tab.C, main/compile.y,
17126: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17127: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17128: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17129: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17130: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17131: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17132: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17133: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17134: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17135: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17136: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17137: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17138: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17139: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17140: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17141: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17142: types/pa_vresponse.h, types/pa_vstateless_class.C,
17143: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17144: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17145: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17146: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17147: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17148: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17149: [C++ CORD wrapper]
17150:
17151: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17152:
17153: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17154: $file::exec/cgi[script; $.charset[this is script's charset]
17155:
17156: command line, env values, input got transcoded before call
17157: stdout, stderr got transcoded after call
17158:
17159: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17160: by default. use: ^file::exec[...;$.stdin[$request.body]
17161:
17162: * src/main/pa_common.C: } typo bug fix
17163:
17164: * src/main/pa_common.C: } typo bug fix
17165:
17166: 2003-03-20 paf
17167:
17168: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17169: main/untaint.C: cord bug fix, but still errors todo: clear out
17170:
17171: * src/include/pa_string.h: more tests
17172:
17173: * src/main/pa_string.C: string.pos fixed
17174:
1.116 moko 17175: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17176: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17177: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17178: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17179: replaces
1.95 moko 17180:
17181: * src/: classes/image.C, include/pa_dictionary.h,
17182: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17183: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17184: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17185: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17186:
17187: * src/include/pa_string.h: warning
17188:
17189: * src/include/pa_string.h: this_starts fixed
17190:
17191: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17192: new String ctor & append params convention
17193:
17194: * src/: classes/file.C, classes/hash.C, classes/image.C,
17195: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17196: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17197: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17198: main/pa_exception.C, main/pa_exec.C,
17199: main/pa_sql_driver_manager.C, main/pa_string.C,
17200: main/pa_stylesheet_manager.C, main/untaint.C,
17201: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17202: types/pa_vmail.C: more tests OK
17203:
17204: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17205: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17206: gc/exit runned OK
17207:
17208: * src/types/pa_vmail.C: another naming problem: should not name
17209: vars like that: unpredictable close caused problems with later
17210: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17211: descriptors missing on startup: stdin; Bad file number
17212:
17213: todo: find out why so many filters(stream) here. probably wrong?
17214:
17215: * src/: include/pa_dictionary.h, include/pa_string.h,
17216: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17217: main/untaint.C: test compiled
17218:
17219: * src/: classes/image.C, classes/mail.C, classes/math.C,
17220: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17221: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17222: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17223: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17224: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17225: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17226: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17227: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17228: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17229:
17230: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17231: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17232: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17233: src/include/pa_memory.h, src/include/pa_request.h,
17234: src/include/pa_request_charsets.h,
17235: src/include/pa_sql_connection.h, src/include/pa_string.h,
17236: src/main/compile.tab.C, src/main/execute.C,
17237: src/main/pa_charset.C, src/main/pa_common.C,
17238: src/main/pa_exception.C, src/main/pa_exec.C,
17239: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17240: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17241: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17242: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17243: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17244: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17245: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17246: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17247: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17248: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17249: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17250: pa_common.C [done, without http for now]
17251:
17252: 2003-03-19 paf
17253:
17254: * src/: classes/date.C, classes/form.C, classes/hash.C,
17255: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17256: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17257: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17258: include/pa_string.h, include/pa_table.h, main/compile.C,
17259: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17260: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17261: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17262: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17263: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17264: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17265: types/pa_vstateless_class.h, types/pa_vtable.C,
17266: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17267: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17268: types/pa_wwrapper.h: started test
17269:
1.116 moko 17270: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17271: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17272:
17273: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17274: include/pa_string.h, main/pa_string.C: string compiled todo: test
17275: it
17276:
17277: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17278: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17279: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17280: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17281: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17282: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17283: types/pa_vmethod_frame.h, types/types.dsp: string
17284: reimplementation with cord+array<fragment>: 70%
17285:
17286: 2003-03-18 paf
17287:
17288: * src/: classes/date.C, classes/file.C, classes/form.C,
17289: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17290: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17291: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17292: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17293: can ignore lang in cmp and pos really, but would
17294: split properly!
17295:
17296: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17297: cord part made parser/src/lib: it's not compiled into libgc by
17298: default
17299:
17300: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17301: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17302: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17303: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17304: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17305: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17306: src/classes/xnode.C, src/classes/xnode.h,
17307: src/include/Makefile.am, src/include/pa_cache_managers.h,
17308: src/include/pa_charset.h, src/include/pa_charsets.h,
17309: src/include/pa_common.h, src/include/pa_dictionary.h,
17310: src/include/pa_exception.h, src/include/pa_exec.h,
17311: src/include/pa_globals.h, src/include/pa_hash.h,
17312: src/include/pa_memory.h, src/include/pa_pool.h,
17313: src/include/pa_request.h, src/include/pa_request_charsets.h,
17314: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17315: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17316: src/include/pa_stylesheet_connection.h,
17317: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17318: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17319: src/main/compile.C, src/main/compile.tab.C,
17320: src/main/compile_tools.C, src/main/compile_tools.h,
17321: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17322: src/main/pa_charsets.C, src/main/pa_common.C,
17323: src/main/pa_dictionary.C, src/main/pa_exception.C,
17324: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17325: src/main/pa_pool.C, src/main/pa_request.C,
17326: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17327: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17328: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17329: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17330: src/types/pa_junction.h, src/types/pa_method.h,
17331: src/types/pa_value.C, src/types/pa_value.h,
17332: src/types/pa_vclass.C, src/types/pa_vclass.h,
17333: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17334: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17335: src/types/pa_vdouble.h, src/types/pa_venv.h,
17336: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17337: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17338: src/types/pa_vimage.C, src/types/pa_vimage.h,
17339: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17340: src/types/pa_vmath.C, src/types/pa_vmath.h,
17341: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17342: src/types/pa_vobject.C, src/types/pa_vobject.h,
17343: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17344: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17345: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17346: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17347: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17348: src/types/pa_vstring.h, src/types/pa_vtable.C,
17349: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17350: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17351: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17352: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17353: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17354: gc: PA_Object done lots of replacements also
17355:
17356: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17357: gc logging
17358:
17359: 2003-03-17 paf
17360:
17361: * src/: classes/date.C, classes/file.C, classes/form.C,
17362: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17363: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17364: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17365: include/pa_string.h, include/pa_types.h, main/compile.C,
17366: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17367: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17368: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17369: main/pa_sql_driver_manager.C, main/pa_string.C,
17370: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17371: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17372: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17373: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17374: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17375: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17376: types/pa_vxnode.h: libgc attempt
17377:
17378: 2003-03-13 paf
17379:
17380: * src/: include/pa_sql_driver_manager.h,
17381: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17382: called
17383:
17384: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17385: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17386: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17387: types/pa_value.h, types/pa_vobject.h,
17388: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17389: set_base, set_derived simplified [counter leaks fixed]
17390:
17391: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17392: src/types/types.dsp: incorporated status class patch From:
17393: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17394: 2003 8:14 AM
17395:
17396: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17397: Win32 specific: QuotaPeakNonPagedPoolUsage
17398: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17399:
17400: 2003-03-12 paf
17401:
1.116 moko 17402: * configure, configure.in, src/lib/ltdl/configure,
17403: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17404: lib/ltdl/Makefile now created by /configure.in only [were by
17405: lib/ltdl/configure.in OVERWRITE]
17406:
1.116 moko 17407: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17408: linkage fixed for g++ 3.2.2
1.95 moko 17409:
17410: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17411: on using privately declared class [fixed]
17412:
17413: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17414: 3.2 rightliy complained on using privately declared class [fixed]
17415:
17416: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17417: sigpipe before request constructor now causes death
17418:
17419: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17420: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17421: not cause exception in exception handler
17422:
1.116 moko 17423: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17424: now default links libstdc++ statically. that can be overriden by
17425: --with-dynamic-stdcpp
1.95 moko 17426:
17427: 2003-03-11 paf
17428:
17429: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17430: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17431: necessity of libstdc++
17432:
17433: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17434:
17435: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17436:
17437: 2003-03-08 paf
17438:
17439: * tests/Makefile: make install & co
17440:
17441: * src/: include/pa_request.h, classes/op.C: removing
17442: vclass,object.h -> pa_request.h dependency
17443:
17444: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17445: main/pa_request.C: removing vform,response,cookie.h ->
17446: pa_request.h dependency
17447:
17448: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17449: dependency [testing...]
17450:
17451: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17452: return 0; fixed
17453:
17454: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17455: types/pa_vmail.h: vmail.C received just compiled [not tested]
17456:
17457: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17458:
17459: * src/main/pa_request.C: forgotten: ifdef XML
17460:
17461: * src/main/pa_request.C: forgotten: ifdef XML
17462:
17463: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17464: win32 and run memleak tests again
17465:
17466: * src/targets/cgi/parser3.C: charsets: see some strange things with
17467: old xml lib-- it's internal memory handling has faults
17468:
17469: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17470: problems when transcode from charset A to A.
17471:
17472: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17473: todo: still problems when transcode from charset A to A.
17474:
17475: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17476: classes/table.C, include/pa_array.h,
17477: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17478: started full-scale-site-test [~ http://parser.ru sources]
17479:
17480: some fixes
17481:
17482: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17483: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17484: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17485: results/110.processed, results/111.processed,
17486: results/112.processed, results/113.processed,
17487: results/114.processed, results/115.processed,
17488: results/116.processed, results/117.processed,
17489: results/118.processed, results/119.processed,
17490: results/120.processed: xml: tests 109 dom create/show 110 xpath
17491: selectSingle 111 xdoc.create from tainted & 112
17492: xdoc.create/output with russian attr value 113 xpath
17493: selectString/Number 114 dom attributes.count 115 xpath selectBool
17494: 116 output media-type change 117 transform by dom stylesheet 118
17495: empty transform result 119 dom setAttribute 120 nbsp letter
17496: output
17497:
17498: =END OF PREPARED XML TESTS=
17499:
17500: 2003-03-07 paf
17501:
17502: * src/classes/xdoc.C, src/include/pa_charset.h,
17503: src/include/pa_stylesheet_connection.h, tests/108.html,
17504: tests/108.xsl, tests/results/108.processed: xml: test 108
17505: transform with params [bugs fixed]
17506:
17507: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17508: from copy/paste bug
17509:
17510: * src/classes/xdoc.C, src/include/pa_charset.h,
17511: src/include/pa_request.h, src/main/execute.C,
17512: src/main/pa_charset.C, src/main/pa_exception.C,
17513: src/main/pa_globals.C, src/main/pa_request.C,
17514: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17515: src/types/pa_vxnode.C, tests/107.html,
17516: tests/results/107.processed: xml: test: 107 bug fixes
17517:
17518: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17519: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17520: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17521:
17522: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17523: string
17524:
17525: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17526: mem alloc functions used for different cases [libxml, libxsl]
17527:
17528: * src/classes/classes.C: fixed: prevent system classes from
17529: modification to lock ALL the classes, not only directly used
17530:
17531: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17532: linked
17533:
17534: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17535:
17536: 2003-03-06 paf
17537:
17538: * src/classes/xdoc.C: xdoc.C 50%
17539:
17540: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17541: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17542: main/pa_globals.C, main/pa_request.C,
17543: main/pa_stylesheet_manager.C: xnode.C compiled
17544:
17545: * src/: include/pa_stylesheet_connection.h,
17546: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17547: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17548:
17549: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17550: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17551: xml: stylesheet&manager STARTED
17552:
17553: * src/: include/pa_globals.h, main/pa_charset.C,
17554: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17555:
17556: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17557: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17558: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17559: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17560: charsets
17561:
17562: * tests/023.html: in some cases it rounded up badly. postponing
17563: solution of that problem, making more simple test
17564:
17565: * tests/: 058_paf2000.png, results/058.processed: .png added with
17566: -kb now
17567:
17568: * src/: include/pa_charset.h, include/pa_charsets.h,
17569: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17570: moved to charsets.C
17571:
17572: 2003-03-05 paf
17573:
17574: * src/classes/string.C, src/include/pa_string.h,
17575: src/main/pa_string.C, tests/105.html,
17576: tests/results/105.processed: String::match bug fixed
17577:
17578: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17579: tests/results/104.processed: ^bpt operator added [does int3 in
17580: debug build on win32]
17581:
17582: * tests/: 057.html, results/057.processed: test bug fixed
17583:
1.116 moko 17584: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17585:
17586: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17587: missing
17588:
1.116 moko 17589: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17590: forgotten files added to Makes
1.95 moko 17591:
17592: * ltmain.sh: ltmain.sh added
17593:
17594: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17595: change undone ;(
17596:
17597: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17598: made static
17599:
17600: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17601: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17602: todo:make linker happy
1.95 moko 17603:
17604: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17605: env param made optional
17606:
17607: 2003-03-04 paf
17608:
17609: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17610: types/pa_vimage.h: number of gcc compiler bugs fixed
17611:
17612: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17613: results/103.processed: tests: 103 image.copy transparence test
17614:
17615: * src/main/execute.C, tests/101.html, tests/102.html,
17616: tests/results/101.processed, tests/results/102.processed: tests:
17617: 101 method/variable name conflict test 102 form fields change
17618: should not not change anything [bug fix]
17619:
17620: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17621: results/099.processed, results/100.processed: tests: 57 date
17622: create 2002: added 99,100 response:body/download
17623:
17624: * src/classes/image.C, tests/098.html, tests/098font.gif,
17625: tests/results/098.processed: test: 98 image font text [bug fixed]
17626:
17627: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17628: tests/results/097.processed: test: 97 file::load http:// [bugs
17629: fixed]
17630:
17631: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17632: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17633: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17634: image EXIF [bug fixed]
17635:
17636: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17637: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17638: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17639: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17640: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17641: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17642: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17643: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17644: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17645: tests/094.html, tests/095.html, tests/results/061.processed,
17646: tests/results/062.processed, tests/results/063.processed,
17647: tests/results/064.processed, tests/results/065.processed,
17648: tests/results/066.processed, tests/results/067.processed,
17649: tests/results/068.processed, tests/results/069.processed,
17650: tests/results/070.processed, tests/results/071.processed,
17651: tests/results/072.processed, tests/results/073.processed,
17652: tests/results/074.processed, tests/results/075.processed,
17653: tests/results/076.processed, tests/results/077.processed,
17654: tests/results/078.processed, tests/results/080.processed,
17655: tests/results/081.processed, tests/results/082.processed,
17656: tests/results/083.processed, tests/results/084.processed,
17657: tests/results/085.processed, tests/results/086.processed,
17658: tests/results/087.processed, tests/results/088.processed,
17659: tests/results/089.processed, tests/results/090.processed,
17660: tests/results/091.processed, tests/results/092.processed,
17661: tests/results/093.processed, tests/results/094.processed,
17662: tests/results/095.processed, tests/079.html,
17663: tests/results/079.processed: tests: 61 file::stat size 62
17664: string->int autoconvert 63 double .int,dec,div,mul 64 date
17665: compare 65 file: basename,justname,justext 66 math:crypt 67
17666: string.match simple on long 68 string.match normalized simple on
17667: long 69 string.int 70 file::stat content-type 71 table.join 72
17668: hash parameter conditional pass 73 date daylightsaving,yearday 74
17669: date arithmetics 75 response date values/attributes 76 string.pos
17670: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17671: with local 80 scientific numeric literal in string autoconvert 81
17672: xor: logical and numerical 82 for delims 83 menu delims 84
17673: table.hash distinct 85 long string replace 86 throw+catch
17674: current language preserve 87 bit shifts 88 junction tests +
17675: $caller test 89 hash.foreach selfmodification 90 int/void to int
17676: 91 $caller test 92 junction is + def junction tests 93 $caller
17677: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17678:
17679: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17680: fixed] 60 string eq string [bug fixed]
17681:
17682: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17683: 058.html, 058_paf2000.png, 059.html, 060.html,
17684: results/053.processed, results/054.processed,
17685: results/055.processed, results/056.processed,
17686: results/057.processed, results/058.processed,
17687: results/059.processed, results/060.processed: test: 53
17688: string.replace 54 junctions 55 table.hash 56 call indirect 57
17689: date.create[string] 58 image.measure[png]
17690:
17691: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17692: outputs/051.processed, results/052.processed: test: 52
17693: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17694: task: fix that
17695:
17696: 2003-03-03 paf
17697:
17698: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17699: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17700: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17701: outputs/049.processed, outputs/050.processed,
17702: outputs/051.processed, results/001.processed,
17703: results/002.processed, results/003.processed,
17704: results/005.processed, results/006.processed,
17705: results/008.processed, results/009.processed,
17706: results/011.processed, results/012.processed,
17707: results/013.processed, results/014.processed,
17708: results/015.processed, results/016.processed,
17709: results/017.processed, results/020.processed,
17710: results/021.processed, results/022.processed,
17711: results/024.processed, results/025.processed,
17712: results/026.processed, results/027.processed,
17713: results/028.processed, results/029.processed,
17714: results/030.processed, results/031.processed,
17715: results/049.processed, results/050.processed,
17716: results/051.processed, results/043.processed,
17717: results/044.processed, results/045.processed,
17718: results/046.processed, results/047.processed,
17719: results/048.processed: tests: 43,44,45 date rolls 46
17720: autoevaluating junction 47 table.select 48 name with subvar 49
17721: hash-creating switch 50 process 51 started parent/child, works as
17722: it were but it were NOT GOOD, created separate task to fix that
17723:
17724: * tests/: 042.html, results/042.processed: test: 42
17725: exception.handled
17726:
17727: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17728: expression
17729:
17730: * tests/: 040.html, results/040.processed: test: 39 method result
17731: of type table 40 method param junction auto evaluate
17732:
17733: * tests/: 039.html, results/039.processed: test: 37 method result
17734: of type table
17735:
17736: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17737: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17738: tests/038.html, tests/results/033.processed,
17739: tests/results/034.processed, tests/results/035.processed,
17740: tests/results/036.processed, tests/results/037.processed,
17741: tests/results/038.processed: tests: 33 string.replace 34
17742: string.upper 35 table created 36 local/global vars with juntions
17743: 37 table clone 38 math PI & number formatting
17744:
17745: math class registring typo fixed
17746:
17747: * src/classes/op.C, src/include/pa_request.h,
17748: src/include/pa_string.h, src/main/execute.C,
17749: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17750: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17751: tests/032.html, tests/results/032.processed: uchar changed to
17752: String_UL in all places [was not everywhere] untaint test: 032
17753:
17754: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17755: tests/results/004.processed, tests/parser-cygwin.sh,
17756: tests/parser-unix.sh: removed -H command line key, now testing
17757: using .sh file with SERVER_SOFTWARE=xxx
17758:
17759: 2003-02-26 paf
17760:
17761: * src/main/execute.C, src/types/pa_vstateless_class.h,
17762: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17763: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17764: tests/results/024.processed, tests/results/025.processed,
17765: tests/results/026.processed, tests/results/027.processed,
17766: tests/results/028.processed, tests/results/029.processed,
17767: tests/results/030.processed, tests/results/031.processed: fixed
17768: bug with name_cstr mutable CharPtr more tests
17769:
17770: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17771: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17772: << abort. die now just exits
17773:
17774: * src/classes/classes.awk, src/classes/classes.h,
17775: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17776: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17777: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17778: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17779: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17780: src/classes/xnode.C, src/include/pa_memory.h,
17781: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17782: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17783: src/types/pa_vform.C, tests/015.html, tests/016.html,
17784: tests/017.html, tests/018.html, tests/019.html,
17785: tests/019paf2001.gif, tests/020.html, tests/021.html,
17786: tests/022.html, tests/023.html, tests/022_dir/a.html,
17787: tests/022_dir/b.txt, tests/022_dir/c.htm,
17788: tests/results/015.processed, tests/results/016.processed,
17789: tests/results/017.processed, tests/results/018.processed,
17790: tests/results/019.processed, tests/results/020.processed,
17791: tests/results/021.processed, tests/results/022.processed,
17792: tests/results/023.processed: methoded_array now contains all Mxxx
17793: classes SAPI::get_env now returns info on pool more tests
17794:
17795: * src/include/pa_array.h, src/include/pa_hash.h,
17796: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17797: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17798: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17799: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17800: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17801: tests/results/001.processed, tests/results/002.processed,
17802: tests/results/003.processed, tests/results/004.processed,
17803: tests/results/005.processed, tests/results/006.processed,
17804: tests/results/007.processed, tests/results/008.processed,
17805: tests/results/009.processed, tests/results/010.processed,
17806: tests/results/011.processed, tests/results/012.processed,
17807: tests/results/013.processed, tests/results/014.processed: hash
17808: cloning fixed
17809:
17810: 2003-02-25 paf
17811:
17812: * src/main/pa_common.C: typo fixed
17813:
17814: 2003-02-24 paf
17815:
17816: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17817: [one remained]
17818:
17819: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17820: [should have been get_string(&pool)] todo: check other such calls
17821:
17822: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17823: test10, bad lookups
17824:
17825: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17826: object got destructed, and xxx points to sky
17827:
17828: * ChangeLog, src/classes/string.C: match bug fixed
17829:
17830: * src/types/pa_vmail.C: body [text/html] transcoded to
17831: $.charset[specified] now
17832:
17833: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17834: which failed to handle sigsetjmp+throw: crashed inside of
17835: pre-throw code. rewritten simplier [though duplicating
17836: closesocket code]
17837:
17838: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17839: which failed to handle sigsetjmp+throw: crashed inside of
17840: pre-throw code. rewritten simplier [though duplicating
17841: closesocket code]
17842:
17843: 2003-02-21 paf
17844:
1.211 moko 17845: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17846: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17847: now]]
1.95 moko 17848:
17849: written makefile with regression tests [raw]
17850:
17851: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17852: tests' only [it's not forcing CGI mode now] now use -H to output
17853: CGI header when parser used in command line [useful for tests
17854: also]
17855:
17856: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17857: switches on CGI mode, and is used in regression tests
17858:
17859: * src/: include/pa_request.h, main/pa_request.C,
17860: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17861: fixed
17862:
17863: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17864: handling pa_*
17865:
17866: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17867: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17868: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17869: memory handling files
17870:
17871: * src/main/pa_array.C: pool::format_integer terminator fixed
17872:
17873: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17874: compiles OK test to show benefits of free
17875:
17876: * src/: classes/file.C, classes/image.C, classes/mail.C,
17877: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17878: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17879: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17880: use pool [as the one in ^process]
17881:
17882: * src/classes/op.C: fixed process. sould now check for all cstr's
17883: -- some must use pool [as the one in ^process]
17884:
17885: 2003-02-20 paf
17886:
17887: * src/: classes/date.C, classes/double.C, classes/file.C,
17888: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17889: classes/math.C, classes/op.C, classes/response.C,
17890: classes/string.C, classes/table.C, classes/void.C,
17891: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17892: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17893: string cmp fixed
17894:
17895: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17896: values passed OK now
17897:
17898: 2003-02-19 paf
17899:
17900: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17901: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17902: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17903: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17904: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17905: all remaning leaks resulted from pooled::malloc calls [excluding
17906: in gd -- planning complete rewrite extremely ugly code]
17907:
17908: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17909: files
17910:
17911: 2003-02-17 paf
17912:
17913: * src/: classes/date.C, classes/double.C, classes/file.C,
17914: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17915: classes/response.C, classes/string.C, classes/table.C,
17916: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17917: include/pa_stylesheet_connection.h,
17918: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17919: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17920: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17921: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17922: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17923: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17924: of unitialized simple-typed field
17925:
17926: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17927: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17928: simple-typed field fixed. todo: find&kill all like that one
17929:
17930: * src/: main/execute.C, targets/cgi/pa_pool.C,
17931: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17932: debug output fixed
17933:
17934: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17935: main/pa_request.C: stack-stored items need extra .ref to prevent
17936: object_ptr from delete[them]
17937:
17938: * src/: classes/date.C, classes/op.C, classes/table.C,
17939: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17940: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17941: main/pa_charset.C, main/pa_common.C,
17942: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17943: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17944: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17945: calls
17946:
17947: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17948: couple mem leaks rusulted from old pooled::malloc usage.
17949: todo:find more like those
17950:
17951: * src/main/: compile.C, compile_tools.C: 2*2!
17952:
17953: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17954: stackItem fixed [there were no string on stack before]
17955:
17956: * src/: main/execute.C, main/pa_request.C,
17957: types/pa_vmethod_frame.C: first letters out OK
17958:
17959: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17960: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17961: main/pa_string.C, main/untaint.C, types/pa_value.h,
17962: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17963: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17964: type not initialized with zeros :( while class fields of class
17965: types initialized with default constructors. learn C++
17966:
17967: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17968: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17969: classes/math.C, classes/xdoc.C, classes/xnode.C,
17970: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17971: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17972:
17973: 2003-02-14 paf
17974:
17975: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17976: 13 link errors
17977:
17978: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17979: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17980: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17981: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17982: errors :)
17983:
17984: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17985: classes/hash.C, classes/mail.C, classes/op.C,
17986: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17987: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17988: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17989: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17990:
17991: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17992: classes/table.C, include/pa_common.h, include/pa_globals.h,
17993: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17994: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17995: types/pa_vint.h, types/types.dsp: op compiled
17996:
17997: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17998: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17999: main/untaint.C, types/pa_vtable.h: string, response compiled
18000:
18001: 2003-02-07 paf
18002:
18003: * src/: classes/table.C, types/pa_vtable.h: table compiled
18004:
18005: 2003-02-06 paf
18006:
18007: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18008: mail compiled
18009:
18010: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18011: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18012: types/pa_vfile.h, types/pa_vimage.h: image compiled
18013:
18014: * src/classes/: file.C, form.C: form compiled
18015:
18016: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18017: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18018: types/pa_vfile.C, types/pa_vfile.h: file compiled
18019:
18020: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18021: types/pa_vmath.h: math compiled [win32]
18022:
18023: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18024: types/pa_vstring.h: hash compiled
18025:
18026: 2003-02-04 paf
18027:
18028: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18029: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18030: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18031: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18032: types/pa_vhash.h: hash 50% compiled
18033:
18034: * src/: classes/date.C, classes/file.C, classes/hash.C,
18035: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18036: classes/string.C, classes/table.C, classes/xdoc.C,
18037: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18038: main/pa_string.C: date compiled
18039:
18040: * src/classes/: classes.dsp, double.C: double compiled
18041:
18042: * src/: classes/date.C, classes/double.C, classes/file.C,
18043: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18044: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18045: classes/string.C, classes/table.C, classes/void.C,
18046: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18047: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18048: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18049: compiled
18050:
18051: * src/: classes/date.C, classes/double.C, classes/file.C,
18052: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18053: classes/math.C, classes/op.C, classes/response.C,
18054: classes/string.C, classes/table.C, classes/void.C,
18055: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18056: types/pa_vvoid.h: void compiled :)
18057:
18058: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18059: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18060: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18061: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18062: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18063: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18064: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18065: types/pa_vresponse.C, types/pa_vstateless_class.C,
18066: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18067: types/pa_wcontext.C, types/types.dsp: removed stupid
18068: value_includes.h
18069:
18070: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18071: trying to remove stupid value_includes.h
18072:
18073: * src/main/pa_exec.C: pa_exec compiled on win32
18074:
18075: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18076:
18077: * src/: include/pa_globals.h, include/pa_request.h,
18078: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18079: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18080: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18081: types/pa_vrequest.C, types/pa_vstateless_class.C,
18082: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18083:
18084: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18085: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18086: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18087:
18088: * src/: include/pa_array.h, include/pa_config_includes.h,
18089: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18090: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18091: compiled
18092:
18093: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18094: name conflicts)
18095:
18096: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18097: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18098: yelds "virtual memory exhausted" while trying to compile
18099: execute.C [eating up to 127MB]
18100:
18101: 2003-02-03 paf
18102:
18103: * src/: include/pa_config_includes.h, include/pa_hash.h,
18104: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18105: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18106: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18107: types/pa_vint.h, types/pa_vjunction.h,
18108: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18109: started gcc compiling pa_common compiled
18110:
18111: * src/: include/pa_exception.h, include/pa_pool.h,
18112: main/pa_exception.C: exception gcc change #1
18113:
1.116 moko 18114: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18115: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18116:
18117: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18118:
18119: * src/types/pa_vtable.C: vtable compiled
18120:
18121: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18122:
18123: * src/: include/pa_cache_managers.h, main/pa_request.C,
18124: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18125:
18126: * src/types/pa_vstateless_class.C: vstateless_class compiled
18127:
18128: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18129:
18130: * src/types/pa_vrequest.C: vrequest compiled
18131:
18132: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18133: pa_vobject.C, pa_vobject.h: vobject compiled
18134:
18135: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18136: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18137: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18138: compiled
18139:
18140: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18141:
18142: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18143: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18144: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18145: compiled
18146:
18147: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18148: main.lib - 0 error(s), 0 warning(s)
18149:
18150: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18151: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18152:
18153: 2003-01-31 paf
18154:
18155: * src/: include/pa_array.h, include/pa_operation.h,
18156: include/pa_request.h, main/execute.C, main/main.dsp,
18157: types/pa_vjunction.h: started last file from main library:
18158: execute
18159:
18160: * src/: include/pa_request.h, include/pa_sapi.h,
18161: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18162: main/pa_request.C, targets/cgi/parser3.C,
18163: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18164: types/pa_vhash.h: pa_request compiled
18165:
18166: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18167: include/pa_globals.h, include/pa_request.h,
18168: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18169: main/execute.C, main/main.dsp, main/pa_common.C,
18170: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18171: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18172: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18173: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18174: types/types.dsp: most pa_request compiled
18175:
18176: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18177: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18178: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18179: classes/op.C, classes/response.C, classes/string.C,
18180: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18181: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18182: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18183: include/pa_config_fixed.h, include/pa_config_includes.h,
18184: include/pa_dictionary.h, include/pa_dir.h,
18185: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18186: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18187: include/pa_pool.h, include/pa_request.h,
18188: include/pa_request_charsets.h, include/pa_request_info.h,
18189: include/pa_sapi.h, include/pa_socks.h,
18190: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18191: include/pa_stack.h, include/pa_string.h,
18192: include/pa_stylesheet_connection.h,
18193: include/pa_stylesheet_manager.h, include/pa_table.h,
18194: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18195: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18196: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18197: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18198: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18199: main/compile.C, main/compile.tab.C, main/compile.y,
18200: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18201: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18202: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18203: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18204: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18205: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18206: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18207: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18208: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18209: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18210: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18211: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18212: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18213: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18214: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18215: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18216: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18217: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18218: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18219: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18220: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18221: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18222: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18223: types/pa_vresponse.h, types/pa_vstateless_class.C,
18224: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18225: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18226: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18227: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18228: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18229: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18230:
18231: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18232: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18233: src/include/pa_charsets.h, src/include/pa_common.h,
18234: src/include/pa_dictionary.h, src/include/pa_exception.h,
18235: src/include/pa_exec.h, src/include/pa_pool.h,
18236: src/include/pa_request.h, src/include/pa_sapi.h,
18237: src/include/pa_sql_connection.h,
18238: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18239: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18240: src/main/compile.tab.C, src/main/compile_tools.C,
18241: src/main/compile_tools.h, src/main/main.dsp,
18242: src/main/pa_charset.C, src/main/pa_charsets.C,
18243: src/main/pa_common.C, src/main/pa_dictionary.C,
18244: src/main/pa_exception.C, src/main/pa_exec.C,
18245: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18246: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18247: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18248: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18249: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18250: src/types/pa_vdouble.h, src/types/pa_venv.h,
18251: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18252: src/types/pa_vhash.h, src/types/pa_vimage.C,
18253: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18254: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18255: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18256: src/types/pa_vobject.C, src/types/pa_vobject.h,
18257: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18258: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18259: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18260: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18261: src/types/pa_vstring.h, src/types/pa_vtable.h,
18262: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18263: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18264: died, long live StringPtr
18265:
18266: 2003-01-30 paf
18267:
18268: * src/: include/pa_charset.h, include/pa_request.h,
18269: include/pa_sql_driver_manager.h, main/compile.tab.C,
18270: main/compile.y, main/compile_tools.h, main/pa_request.C,
18271: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18272:
18273: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18274: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18275: types/pa_vhash.h, types/pa_vmethod_frame.h,
18276: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18277: types/types.dsp: vstateless_class compiled
18278:
18279: * src/main/compile.C: compile compiled
18280:
18281: * src/: include/pa_array.h, include/pa_operation.h,
18282: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18283: main/pa_table.C: compile_tools compiled
18284:
18285: * src/: include/pa_operation.h, main/compile.y,
18286: main/compile_tools.C, main/compile_tools.h: started
18287: compile_tools. vagues ideas of how to free compiled code
18288:
18289: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18290: main/main.dsp, types/pa_value.C, types/pa_value.h,
18291: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18292: compiled
18293:
18294: 2003-01-29 paf
18295:
18296: * src/: include/pa_globals.h, include/pa_request.h,
18297: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18298: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18299: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18300: compiled
18301:
18302: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18303: now
18304:
18305: * src/: include/pa_array.h, include/pa_exception.h,
18306: include/pa_pool.h, main/pa_exception.C: gd compiled
18307:
18308: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18309: compiled
18310:
18311: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18312: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18313: types/pa_vfile.h: vfile compiled
18314:
18315: * src/: include/pa_common.h, include/pa_globals.h,
18316: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18317: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18318: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18319:
18320: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18321: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18322: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18323: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18324: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18325:
18326: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18327: main/main.dsp, main/untaint.C: more compiled
18328:
18329: * src/: include/pa_charsets.h, include/pa_request.h,
18330: include/pa_request_info.h, include/pa_string.h,
18331: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18332: types/pa_vresponse.h: vrequest compiled
18333:
18334: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18335: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18336: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18337:
18338: * src/: classes/classes.h, include/pa_charset.h,
18339: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18340: include/pa_request.h, include/pa_string.h, main/main.dsp,
18341: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18342: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18343: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18344: types/pa_vrequest.C, types/pa_vrequest.h,
18345: types/pa_vstateless_class.h, types/pa_vstring.h,
18346: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18347:
18348: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18349: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18350: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18351: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18352: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18353: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18354: types/pa_vobject.h, types/pa_vstateless_class.h,
18355: types/pa_vstateless_object.h, types/pa_vstatus.h,
18356: types/pa_vstring.h, types/types.dsp: vmath compiled
18357:
18358: 2003-01-28 paf
18359:
18360: * src/: classes/classes.h, classes/date.C, classes/file.C,
18361: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18362: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18363: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18364: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18365: compile_tools
18366:
18367: * src/: include/pa_charset.h, include/pa_exception.h,
18368: include/pa_request.h, include/pa_string.h, main/untaint.C:
18369: untaint compiled
18370:
18371: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18372: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18373: more compiled. struck with string::store_to needing to know
18374: source/client charsets
18375:
18376: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18377: types/pa_vfile.h: uue compiled
18378:
18379: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18380: table compiled
18381:
18382: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18383: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18384:
18385: * src/: include/pa_charset.h, main/pa_charset.C,
18386: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18387: introduced]
18388:
18389: * src/: classes/date.C, include/pa_charset.h,
18390: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18391: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18392: pa_charsets compiled
18393:
18394: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18395: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18396:
18397: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18398: common compiled
18399:
18400: * src/: include/pa_charsets.h, main/pa_charsets.C,
18401: main/pa_sql_driver_manager.C: pa_charsets compiled
18402:
18403: * src/: include/pa_array.h, include/pa_charset.h,
18404: include/pa_charsets.h, include/pa_pool.h,
18405: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18406: include/pa_stack.h, include/pa_string.h,
18407: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18408: sql_driver_manager compiled
18409:
18410: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18411: letter i with two dots added to koi, all ukranian letters added
18412: to win1251.
18413:
18414: typographic simbol 0xb9 deleted from win1251 [strange one & were
18415: abscent from koi]
18416:
18417: 2003-01-27 paf
18418:
18419: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18420: include/pa_sql_driver_manager.h, include/pa_string.h,
18421: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18422: sql/pa_sql_driver.h: paused on sql_manager
18423:
18424: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18425: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18426: include/pa_stack.h, main/pa_sql_driver_manager.C,
18427: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18428:
18429: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18430: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18431: include/pa_table.h, main/pa_sql_driver_manager.C,
18432: main/pa_table.C: table compiled
18433:
18434: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18435: cache_managers compiled
18436:
18437: * src/: include/pa_array.h, include/pa_charset.h,
18438: include/pa_pool.h, main/pa_charset.C: charset compiled
18439:
18440: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18441:
18442: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18443: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18444: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18445: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18446: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18447:
18448: 2003-01-24 paf
18449:
18450: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18451: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18452: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18453: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18454: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18455: types/pa_vint.h, types/pa_vjunction.h,
18456: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18457: types/pa_vstatus.h, types/pa_vstring.h: more patched
18458:
18459: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18460: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18461: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18462: main/pa_string.C, main/pa_table.C: string compiled
18463:
18464: * src/: include/pa_array.h, include/pa_common.h,
18465: include/pa_dictionary.h, include/pa_exception.h,
18466: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18467: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18468: main/pa_string.C: dictionary compiled
18469:
18470: 2003-01-23 paf
18471:
18472: * src/: include/pa_array.h, include/pa_common.h,
18473: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18474: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18475: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18476: types/pa_value.h: resurrected pool in new sense: now it's
18477: factory, producing&accounting memory chunks for read[autofree]
18478: buffers
18479:
18480: * src/: include/pa_array.h, include/pa_exception.h,
18481: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18482: main/pa_exception.C, main/pa_table.C: table compiled
18483:
18484: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18485: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18486: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18487: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18488: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18489: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18490: main/pa_table.C: aint that easy
18491:
18492: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18493: main/main.dsp: continued with Hash
18494:
18495: * src/main/pa_common.C: connect_string allocated on heap[wes on
18496: stack] now. and exception can be reported OK now [can be reported
18497: outside of pro c with that stack]
18498:
18499: 2003-01-22 paf
18500:
18501: * src/: include/pa_array.h, include/pa_charset.h,
18502: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18503: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18504: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18505: base: contains references_count. auto_ptr template calls
18506: add_ref/release
18507:
18508: 2003-01-21 paf
18509:
18510: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18511: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18512: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18513: classes/op.C, classes/response.C, classes/string.C,
18514: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18515: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18516: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18517: include/pa_config_fixed.h, include/pa_config_includes.h,
18518: include/pa_dictionary.h, include/pa_dir.h,
18519: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18520: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18521: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18522: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18523: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18524: include/pa_stack.h, include/pa_string.h,
18525: include/pa_stylesheet_connection.h,
18526: include/pa_stylesheet_manager.h, include/pa_table.h,
18527: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18528: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18529: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18530: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18531: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18532: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18533: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18534: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18535: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18536: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18537: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18538: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18539: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18540: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18541: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18542: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18543: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18544: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18545: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18546: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18547: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18548: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18549: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18550: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18551: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18552: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18553: types/pa_vstateless_object.h, types/pa_vstatus.C,
18554: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18555: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18556: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18557: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18558: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18559: 2002->2003
18560:
18561: 2003-01-16 paf
18562:
1.211 moko 18563: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18564: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18565: $.any-status(1)
1.95 moko 18566:
1.211 moko 18567: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18568: src/main/pa_common.C: http request now return status. and not
18569: fail on status!=200
18570:
18571: 2003-01-15 paf
18572:
18573: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18574:
18575: 2003-01-14 paf
18576:
18577: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18578: mkinstalldirs: removed some ancient files [they in / really]
18579:
18580: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18581: regretfully needed patch in two places. in config_fixed.h made
18582: stubs for lib to compile in MSVC
18583:
18584: 2003-01-13 paf
18585:
18586: * config.guess, config.sub, ltmain.sh: removed last piece of
18587: configure.in(libtool) hacks
18588:
1.116 moko 18589: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18590: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18591: ltdl.h: moved to latest libtool (1.4.3)
18592:
18593: 2003-01-10 paf
18594:
18595: * src/lib/ltdl/: configure, configure.in: PROG_NM
18596:
18597: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18598: patches. libxml2 >= 2.5.1
18599: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18600: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18601: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18602:
18603: * INSTALL: moved to latest versions of xml libs libxml2 >=
18604: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18605: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18606: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18607:
18608: 2003-01-09 paf
18609:
18610: * INSTALL: xml,xslt,gdome lib urls updated
18611:
18612: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18613: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18614: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18615: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18616: 1.7.2
1.95 moko 18617:
18618: * depcomp: moving to automake 1.7.2
18619:
18620: 2002-12-27 paf
18621:
18622: * src/include/pa_version.h: 0007
18623:
18624: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18625: outdated parts, made links to language docs
18626:
18627: * src/include/pa_config_auto.h.in: comment
18628:
18629: 2002-12-26 paf
18630:
18631: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18632: not contain trailing / fixed.
18633:
18634: * INSTALL: changing SAFE_MODE politics
18635:
18636: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18637:
18638: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18639:
18640: 2002-12-25 paf
18641:
18642: * src/main/pa_globals.C: optimized-xml
18643:
18644: * src/main/pa_globals.C: optimized-as-is
18645:
18646: 2002-12-24 paf
18647:
18648: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18649: fixed [were really called with zero size when .html?a=&b=]
18650:
18651: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18652: with --with-sendmail
18653:
18654: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18655: fixed]
18656:
18657: 2002-12-23 paf
18658:
18659: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18660: ignoring parameters & were storing only string with default
18661: expires
18662:
18663: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18664: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18665: December 23, 2002 4:22 AM Subject: bug â
18666: Charset::transcode_buf2xchar
18667:
18668: 2002-12-20 paf
18669:
18670: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18671: non-cgi [script] runs
18672:
18673: 2002-12-19 paf
18674:
18675: * INSTALL: --without-iconv recommended [it crashes on some systems
18676: [tested on elik]] moreover, it's not needed there [parser
18677: registers charsets itself]
18678:
18679: * INSTALL: --without-iconv recommended [it crashes on some systems
18680: [tested on elik]]
18681:
1.211 moko 18682: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18683: src/include/pa_request.h, src/main/pa_globals.C,
18684: src/main/pa_request.C: $response:download
18685:
18686: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18687: compiler [win32]].
18688:
18689: 2002-12-18 paf
18690:
18691: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18692:
18693: 2002-12-17 paf
18694:
18695: * src/targets/cgi/parser3.C: merged die&iis changes
18696:
18697: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18698: to exit(1) 2. more flexible iilegal call check
18699:
18700: 2002-12-16 paf
18701:
18702: * ltmain.sh: some automakes silly insist on having this handy
18703:
18704: * src/main/untaint.C: filespec russian small 'r' changed to latin
18705: 'p' bug fix
18706:
18707: 2002-12-15 paf
18708:
18709: * src/main/untaint.C: filespec russian small 'r' changed to latin
18710: 'p'
18711:
18712: * configure.in, src/include/pa_config_auto.h.in,
18713: src/main/compile.C, src/main/pa_common.C: merged small changes
18714: from branch 6 to HEAD
18715:
18716: * src/main/compile.C: removed warning
18717:
18718: * src/main/pa_common.C: ftruncate having checked
18719:
18720: * configure.in, src/include/pa_version.h: new version
18721:
18722: 2002-12-14 paf
18723:
18724: * src/classes/table.C: removed unnecessary code
18725:
18726: * src/sql/pa_sql_driver.h: exception type fixed
18727:
18728: 2002-12-09 paf
18729:
18730: * src/types/pa_vvoid.h: $void.store[now] error
18731:
18732: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18733:
18734: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18735: tries to write core dump
18736:
18737: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18738:
18739: * src/: classes/hash.C, classes/string.C, classes/table.C,
18740: classes/void.C, main/pa_sql_driver_manager.C,
18741: sql/pa_sql_driver.h: changed exception handling mech in sql
18742: handlers #2
18743:
18744: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18745: exception handling mech in sql handlers
18746:
18747: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18748: handlers
18749:
18750: * src/: classes/hash.C, classes/string.C, classes/table.C,
18751: classes/void.C, main/pa_sql_driver_manager.C,
18752: sql/pa_sql_driver.h: changed exception handling mech in sql
18753: handlers
18754:
1.116 moko 18755: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18756: to write makefile which used libtool to install things, which is
18757: not needed
1.95 moko 18758:
18759: 2002-12-06 paf
18760:
1.211 moko 18761: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18762: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18763: more like 'table'
1.95 moko 18764:
18765: 2002-12-05 paf
18766:
18767: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18768: cc/bcc OK now
18769:
18770: * src/main/untaint.C: mail header closed properly
18771:
18772: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18773: header ',' allowed. still bugs in smtp [only one receiptient
18774: works, cc, bcc ignored now, and MAILED ;)]
18775:
18776: [strncpy killed, memnchr used]
18777:
18778: * src/main/pa_table.C: table-copy now current=0
18779:
18780: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18781: lowlevel proc
18782:
18783: * src/targets/cgi/parser3.C: more checks on
18784: http://domain/parser.cgi start [maybe some getenv returns "",
18785: checked that now
18786:
18787: * src/targets/cgi/parser3.C: more checks on
18788: http://domain/parser.cgi start [maybe some getenv returns "",
18789: checked that now
18790:
18791: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18792: out-of-mem errors reached log]
18793:
18794: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18795: mail:send MIME-Version default
18796:
18797: * src/main/main.dsp: pa_version included into main.dsp
18798:
18799: 2002-12-04 paf
18800:
18801: * src/types/pa_vform.C: $form:field string value cut by premature 0
18802:
18803: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18804: lib/libltdl -> lib/ltdl Win32 changes. s
18805:
18806: * src/classes/classes.awk: more strict *.C$
18807:
18808: * gnu.dsp: restored
18809:
1.116 moko 18810: * configure.in, gnu.dsp, src/lib/Makefile.am,
18811: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18812: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18813: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18814: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18815: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18816: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18817: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18818: now created with /configure, not ltdl/configure, so it does have
18819: no problems with automake. ltdl/configure
18820: AC_OUTPUT(Makefile<<removed)
1.95 moko 18821:
18822: 2002-12-02 paf
18823:
1.211 moko 18824: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18825:
18826: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18827: src/main/pa_common.C, src/main/pa_request.C,
18828: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18829: tainted parts becomes http-header
18830:
18831: 2002-11-29 paf
18832:
1.211 moko 18833: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18834: operators.txt: exif dates now objects of type date
1.95 moko 18835:
18836: * src/classes/image.C: file.seek removed [it were used in image.C
18837: only, and for parser user this means that jpeg image has bad
18838: size in fragment's header] now used image.format
18839:
18840: * src/: include/pa_common.h, main/pa_common.C,
18841: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18842: now handled exactly like $response:header values. e.g. can be
18843: hash [can have subattributes] & contain date values.
18844:
18845: * src/main/pa_common.C: http:// param values lang forced URI
18846:
18847: * src/main/pa_common.C: http:// tainted partes now %xx
18848:
18849: 2002-11-28 paf
18850:
1.211 moko 18851: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18852:
18853: * src/classes/image.C: ^image.length now counts interchar space.
18854: plus space after last char
18855:
18856: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18857:
18858: * src/classes/image.C: ^image.font width measurer now scans full
18859: height [were -1]
18860:
18861: * configure.in: stopped double libltdl/Makefile generation
18862:
18863: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18864: chars [one top horizontal line of 1pixel height were missing]
18865:
18866: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18867: 'false' to go into (Hash *) parameter
18868:
18869: 2002-11-27 paf
18870:
18871: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18872: types/pa_vmail.C: response:body[file] if file nows it's name now
18873: returns content-disposition: >>attachment<<
18874:
18875: * src/classes/image.C: ^image.font << bad font file-size now
18876: properly reported
18877:
18878: 2002-11-26 paf
18879:
18880: * src/main/pa_request.C: fixed lang in reponse header
18881:
18882: * src/main/pa_common.C: utf8 prefix ignored @read text
18883:
1.211 moko 18884: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18885: response status!=200 made exception: http.status with source=bad
18886: status#
1.95 moko 18887:
18888: 2002-11-25 paf
18889:
18890: * configure.in, src/classes/image.C,
18891: src/include/pa_config_auto.h.in,
18892: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18893: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18894: const void related probs fixed
1.95 moko 18895:
1.211 moko 18896: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18897: fields now UPPERCASE
1.95 moko 18898:
18899: $file[^file::load[http://there]] $file.SERVER
18900:
18901: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18902: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18903: http options [invalid onces now reported] made default
18904: user-agent: paf
18905:
1.211 moko 18906: * operators.ru.txt, operators.txt, src/classes/file.C,
18907: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18908: src/include/pa_globals.h, src/main/pa_common.C,
18909: src/main/pa_globals.C, src/main/pa_request.C,
18910: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18911: now understand http:// prefix and additional params, sample:
18912: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18913: $.USER-AGENT[parser3] ]]
18914:
18915: 2002-11-22 paf
18916:
18917: * src/classes/image.C, src/include/pa_globals.h,
18918: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18919: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18920: $image.exif support $image.exif.DateTime & co
1.95 moko 18921:
18922: 2002-11-21 paf
18923:
18924: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18925: _PASS_APPENDED)
18926:
18927: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18928: EXIF information [were big block and it's size were considered
18929: negative :(]
18930:
1.211 moko 18931: * operators.ru.txt, operators.txt, src/classes/image.C,
18932: src/include/pa_common.h, src/main/pa_common.C,
18933: src/types/pa_vmail.C: image.measure internals rewritten. no
18934: there's reader.seek, and all's ready for EXIF extraction [now we
18935: fail to measure files with EXIF info]
1.95 moko 18936:
18937: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18938: O_TRUNC truncates even exclusevely write-locked file [thanks to
18939: Igor Milyakov <virtan@rotabanner.com> for discovering]
18940:
18941: 2002-11-20 paf
18942:
18943: * src/targets/cgi/parser3.C: logging @signal += query_string
18944:
18945: * configure.in, src/include/pa_config_auto.h.in,
18946: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18947: comment
18948:
18949: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18950:
18951: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18952: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18953: currently processed document SIGPIPE >> interrupts request
18954: processing [exception = DB rollback]
18955:
18956: * src/main/pa_exec.C: comment
18957:
18958: * src/main/pa_exec.C: pa_exec: data written only if size>0
18959:
1.211 moko 18960: * operators.ru.txt, operators.txt, src/classes/file.C:
18961: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18962:
18963: * src/: include/pa_config_fixed.h, main/pa_common.C,
18964: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18965: pipe read errors now checked
18966:
18967: 2002-11-19 paf
18968:
18969: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18970: CGI: Illegal call
18971:
18972: 2002-11-01 paf
18973:
18974: * src/main/execute.C: comment
18975:
18976: 2002-10-31 paf
18977:
18978: * src/main/execute.C: found out why, checked that for now. todo:
18979: find out a way for that user could do that
18980:
18981: * src/types/pa_vstateless_object.h: object put replaces static
18982: parent if any
18983:
18984: * src/types/pa_vobject.C: object put replaces static parent if any
18985:
18986: * src/: classes/form.C, classes/mail.C, classes/op.C,
18987: classes/xnode.h, main/compile.tab.C, main/execute.C,
18988: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18989: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18990: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18991: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18992: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18993: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18994: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18995: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18996: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18997: types/pa_vstateless_object.h, types/pa_vstatus.C,
18998: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18999: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19000: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19001: types/pa_wwrapper.h: static fix merged
19002:
19003: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19004: $virtual_fields in dynamic, but one can reach derived
19005: static[class] variable from base
19006:
19007: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19008: types/pa_vobject.C, types/pa_vobject.h,
19009: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19010: statics, left $virtual_fields in dynamic
19011:
19012: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19013: one can't remember derivates in base class: there's so many of
19014: them. also there can be no virtual method calls in static
19015: classes
19016:
19017: * src/: classes/form.C, classes/mail.C, classes/op.C,
19018: classes/xnode.h, main/execute.C, main/pa_request.C,
19019: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19020: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19021: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19022: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19023: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19024: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19025: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19026: types/pa_vresponse.C, types/pa_vresponse.h,
19027: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19028: types/pa_vstateless_object.h, types/pa_vstatus.C,
19029: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19030: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19031: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19032: types/pa_wwrapper.h: static call $self fixed
19033:
19034: * src/main/execute.C: comment
19035:
19036: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19037: ^process[$caller.self]{...} now compiles to last derived object
19038: part of that 'self'
19039:
19040: 2002-10-29 paf
19041:
19042: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19043: re-passing [iis to blame]
19044:
19045: * src/classes/string.C: changed string.save to pass current sql
19046: connection to cstr thus one can ^connect[some server]{
19047: $s[insert into table x (x) values (^taint[sql]{value})]
19048: ^s.save[some.sql] } and he'd get in some.sql file code with
19049: properly escaped. [tried in mssql->mysql export->import of
19050: binary data]
19051:
19052: 2002-10-25 paf
19053:
19054: * src/types/pa_vresponse.C: case insensitive response user fields
19055: get/put
19056:
19057: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19058: types/pa_vresponse.C: saving for maybe-future
19059:
19060: 2002-10-23 paf
19061:
1.211 moko 19062: * operators.ru.txt, operators.txt, src/classes/table.C:
19063: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19064:
19065: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19066:
19067: 2002-10-22 paf
19068:
19069: * src/types/: pa_vform.C, pa_vform.h: removed needless
19070: VForm::Append...(...Value)
19071:
19072: * src/main/execute.C: $.name outside of $name[...] checked
19073:
19074: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19075: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19076:
19077: 2002-10-21 paf
19078:
1.211 moko 19079: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19080: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19081:
1.211 moko 19082: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19083: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19084:
1.211 moko 19085: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19086: $form:image-map
1.95 moko 19087:
1.211 moko 19088: * operators.ru.txt, operators.txt, src/classes/file.C:
19089: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19090:
19091: 2002-10-17 paf
19092:
19093: * src/main/: compile.tab.C, compile.y: operators precedence changed
19094: a little: logical not and bitwise negation precedence made
19095: highest, << and >> bitshits precedence made equal [were << higher
19096: than >>]
19097:
19098: * src/classes/op.C: exception handling fixed [were bad with
19099: contexts]
19100:
19101: 2002-10-16 paf
19102:
19103: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19104: main/pa_request.C: Request::self considered equal to
19105: VMethodFrame::self, and removed, Request::get_self() mapped to
19106: VMethodFrame.self()
19107:
19108: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19109: $hash in open field now gives old good error meesage
19110:
19111: 2002-10-15 paf
19112:
19113: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19114: use ^if($junction is junction){was and now true}
19115:
19116: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19117: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19118: types/pa_vxnode.C: xml->parser strings now have origin, which
19119: points to place where value left xml library and came to parser:
19120: place of dom field extraction/call
19121:
19122: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19123: main/compile.tab.C, main/compile.y, main/execute.C,
19124: types/pa_vmethod_frame.h: removed last pieces of old code
19125: allowing $junction.xxx at compile time
19126:
19127: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19128: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19129: objects also considered [were only classes]
19130:
19131: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19132: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19133: with CLASS self. [ (request&method_frame).self temporarily
19134: changed ]
19135:
19136: * src/classes/: hash.C, op.C: method_frame now always changed, with
19137: no exception to native calls. for&foreach changed to use
19138: method_frame.caller for their var's name context
19139:
19140: * src/: main/execute.C, targets/cgi/parser3.C,
19141: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19142: compiling to system classes disabled
19143:
1.211 moko 19144: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19145: ^process[$caller.CLASS]{code-string} added
19146:
1.211 moko 19147: * operators.ru.txt, operators.txt, src/classes/op.C,
19148: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19149: src/main/pa_request.C, src/types/Makefile.am,
19150: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19151: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19152: $junction.get $junction.set[] introducing $caller
1.95 moko 19153:
19154: * src/types/pa_value.h: removed outdated comments. doxygen would
19155: find them lower by inheritance tree
19156:
19157: * src/types/pa_vjunction.C: ident
19158:
19159: 2002-10-14 paf
19160:
19161: * src/classes/op.C: process compiles to code's class class
19162:
19163: * src/: classes/form.C, classes/mail.C, classes/op.C,
19164: include/pa_request.h, main/compile.C, main/compile.tab.C,
19165: main/compile.y, main/execute.C, main/pa_request.C,
19166: types/pa_vstateless_class.h: operators now main-class-methods
19167:
19168: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19169: better stack trace [has "call" & co there]
19170:
19171: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19172: operators @auto now executed in MAIN context
19173:
19174: * src/main/execute.C: operator execution context now = MAIN, not
19175: closest stack frame
19176:
19177: @touchit[] $i[after]
19178:
19179: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19180: were 'after'
19181:
19182: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19183: 'after'
19184:
19185: * src/main/execute.C: comment
19186:
19187: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19188: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19189: action]
19190:
19191: * src/types/pa_vxnode.C: misreplace fixed
19192:
19193: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19194: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19195: $status:rusage.tv_secs/usecs introduced
19196:
19197: 2002-10-09 paf
19198:
19199: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19200: on empty string [or uses (default)]
19201:
19202: 2002-10-08 paf
19203:
19204: * src/main/untaint.C: mail header quoted printable changed after
19205: RFC reread
19206:
1.211 moko 19207: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19208:
19209: * src/types/pa_vxnode.C: misreplace
19210:
19211: 2002-09-24 paf
19212:
1.116 moko 19213: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19214:
19215: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19216: mailreceive would compile on freebsd now
19217:
19218: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19219: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19220: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19221: mailreceive would compile on freebsd now
1.95 moko 19222:
19223: * src/: classes/file.C, main/untaint.C: 1. file spec language
19224: changed: now there are only few chars are untainted: * ? ' " < >
19225: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19226: one should use ^untaint[uri]{...} now]
19227:
19228: 2. $list[^file:list[dir]] now returns simply tainted names in
19229: $list.name, not tainted as filespec
19230:
19231: @russianindex[] #dir with files with russian-lang names
19232: $where[dir]
19233:
19234: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19235: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19236:
19237: 2002-09-23 paf
19238:
19239: * src/types/pa_vdouble.h: double->int round added
19240:
19241: * src/classes/date.C: date bug fix, now
19242: round(floatDays*secondsPerDay)
19243:
19244: * src/classes/date.C: date bug fix, now
19245: round(floatDays*secondsPerDay)
19246:
19247: 2002-09-20 paf
19248:
19249: * src/main/execute.C: code junction calls disabled [before: code
19250: was compiled in such a way, that there were no code-junctions in
19251: OP_CALL]
19252:
19253: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19254:
19255: @badjunctioncallinside[code] ^code[]
19256:
19257: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19258: expanding to include ^junction.method
19259:
19260: * src/main/pa_common.C: -d "DIR/" now true
19261:
19262: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19263: as internal xdoc encoding, and after decoding attributes set by
19264: dom functions now encoded OK, not as digital entities
19265:
19266: * src/classes/xdoc.C: empty transform result, being taken as file
19267: now returns empty file, not raises stupid error about "stat-ed
19268: file"
19269:
19270: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19271: allowed
19272:
19273: * src/types/types.dsp: introducing $junction.get/put(1) one can
19274: write iterators now:
19275:
19276: ^user-foreach[key;value]{$key=$value<br>}
19277:
19278: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19279: $code.value($i*2) $code }
19280:
19281: * src/main/compile_tools.h: mistype
19282:
1.116 moko 19283: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19284: thus taking linking options configure changes into account [were:
19285: ignoring]
1.95 moko 19286:
19287: * src/types/: pa_vjunction.C, Makefile.am: introducing
19288: $junction.get/put(1) one can write iterators now:
19289:
19290: ^user-foreach[key;value]{$key=$value<br>}
19291:
19292: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19293: $code.value($i*2) $code }
19294:
19295: * src/: include/pa_opcode.h, include/pa_request.h,
19296: main/compile.tab.C, main/compile.y, main/execute.C,
19297: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19298: introducing $junction.get/put(1) one can write iterators now:
19299:
19300: ^user-foreach[key;value]{$key=$value<br>}
19301:
19302: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19303: $code.value($i*2) $code }
19304:
19305: 2002-09-19 paf
19306:
1.116 moko 19307: * Makefile.am: new: make commit
1.95 moko 19308:
19309: * aclocal.m4: forced to be older
19310:
19311: 2002-09-18 paf
19312:
19313: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19314: src/main/compile.y, src/main/execute.C: << >> int shifts
19315:
19316: * src/: include/pa_common.h, include/pa_request.h,
19317: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19318: - now this - fatal error
19319:
19320: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19321: that one can pass binary data there
19322:
19323: * src/: classes/date.C, classes/double.C, classes/file.C,
19324: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19325: classes/op.C, classes/response.C, classes/string.C,
19326: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19327: include/pa_request.h: pa_request contexts made privated, plus
19328: get_{self/method_frame} to read. Request_context_saver used in
19329: ^try to save flang too. [were not saved]
19330:
19331: * src/types/pa_vresponse.C: header value chains joined before
19332: output, this should help $.subject[$var $var] from being
19333: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19334:
19335: 2002-09-17 paf
19336:
19337: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19338: removed changes, operators executed with calling self. lots of
19339: code with ^include code relies on defined/defining self variables
19340:
19341: $a[1] ^include[print_a.p] print_a.p: $a
19342:
19343: ^include[set_a.p] a=$a set_a.p: $a[1]
19344:
19345: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19346: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19347: types/pa_vstateless_class.h: operators now executed with MAIN
19348: self. it's for ^include sake, too strong a change
19349:
19350: * src/classes/op.C: made place for ^process to compile it's code to
19351: in case of no self
19352:
19353: * src/main/execute.C: found ancient param to Junction, removed.
19354: allowed passing self to native_code_operators [for ^process to
19355: work, she needs self]
19356:
19357: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19358: types/pa_vstateless_class.h: found ancient param to Junction,
19359: removed. allowed passing self to native_code_operators [for
19360: ^process to work, she needs self]
19361:
19362: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19363: types/pa_value.h, types/pa_vmethod_frame.h,
19364: types/pa_vstateless_class.h: allowed Request.self to be 0,
19365: checked that in VMethodFrame get/put and $self.
19366:
19367: * src/classes/: table.C, xdoc.C: table::sql options table::create
19368: copy options options checked, wrong option now fatal error
19369:
19370: * src/main/pa_string.C: string.replace fixed [were missing words on
19371: pieces boundaries]
19372:
1.150 moko 19373: * configure, configure.in: .so now detected [can be .sl on hpux,
19374: .dll on cygwin, .so in other cases)
1.95 moko 19375:
19376: * configure, configure.in: .so now detected [can be .sl on hpux,
19377: .dll on cygwin, .so in other cases)
19378:
1.211 moko 19379: * operators.ru.txt, operators.txt, src/classes/hash.C,
19380: src/classes/table.C, src/include/pa_globals.h,
19381: src/main/pa_globals.C: table.sql hash::sql flag to allow
19382: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19383:
19384: * src/: classes/hash.C, classes/table.C,
19385: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19386: now errors
19387:
19388: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19389:
19390: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19391: ,2,3]
19392:
19393: 2002-09-16 paf
19394:
19395: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19396: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19397: stdout to be binary. now detected closest header break.
19398:
19399: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19400: closed right
19401:
19402: 2002-09-13 paf
19403:
1.211 moko 19404: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19405: src/main/compile.y, src/main/compile_tools.h: (expression
19406: #comment)
1.95 moko 19407:
19408: (multiline expression #comment line2 #comment )
19409:
19410: (expression #comment with (brackets) comment) << OK
19411:
1.211 moko 19412: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19413: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19414: for expression #comments]
1.95 moko 19415:
19416: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19417: error
19418:
19419: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19420: cheched in pa_socks.C
19421:
1.116 moko 19422: * configure, configure.in, src/include/pa_config_auto.h.in:
19423: HAVE_WINSOCK_H created in configure.in
1.95 moko 19424:
19425: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19426: cookie date now clean [were mistakenly tainted & that worked bad
19427: with opera -- 'happily' that worked OK with msie]
19428:
19429: 2002-09-12 paf
19430:
19431: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19432: VClass get_element now first looks to fields, next to methods &
19433: co todo: the rest reason: more speed
19434:
19435: * src/main/untaint.C: quoted printable encoding stops before
19436: \s*<...>$
19437:
19438: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19439: stops before <...>$
19440:
19441: 2002-09-11 paf
19442:
19443: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19444: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19445: forgot to check users of those funcs. not all were using that
19446: return value convention
19447:
19448: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19449: windows-1254 added
19450:
19451: 2002-09-10 paf
19452:
19453: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19454: VCodeFrame parent param were specified badly
19455:
19456: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19457: WWrapper which used in constructing objects(second param to sql
19458: method) ^...sql{}[$.default{code}] now has parent, wich helps
19459: code in hash to survivi
19460:
19461: * src/: include/pa_request.h, main/execute.C: removed redundant
19462: param to execute [stack said 'thanks']
19463:
19464: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19465: types/pa_value.h, types/pa_vcode_frame.h,
19466: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19467: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19468: responsibility to wcontext
19469:
19470: * src/classes/file.C: decided not to log exec's with stderr, that
19471: could be warnings, and it's up to scritper to log/show them
19472:
19473: * src/: classes/double.C, main/execute.C: double:sql badly called
19474: write_assign_lang, not write_no_lang, thus doing unnecessary
19475: double/string converstion, which were loosing time&precesion
19476:
19477: * src/: main/pa_charset.C, types/pa_vmail.C:
19478: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19479: case of unfinished in buffer processing, causing accidental
19480: transcode stop [in case that source enc != utf-8 & there is
19481: incomplete utf-8 sequence at the end of 16000block iside of
19482: libxml lib] tfm readed & code updated
19483:
19484: 2002-09-04 paf
19485:
19486: * configure: makes with sjlj
19487:
19488: * INSTALL, src/include/pa_config_fixed.h,
19489: src/include/pa_sql_connection.h,
19490: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19491: checked. on win32 it made default
19492:
19493: * src/include/pa_config_auto.h.in: sjlj define
19494:
19495: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19496: can not work with longjump/throw pair, and one must switch that
19497: on there. todo: detect that automatically]
19498:
19499: * src/types/pa_vxnode.C: removed too strong checks of
19500: xnode.elements. now, for instance, if element does not have any
19501: attributes, $xnode.attributes is void, not error
19502:
19503: 2002-09-02 paf
19504:
1.211 moko 19505: * operators.ru.txt, operators.txt, src/main/execute.C,
19506: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19507:
19508: * src/main/execute.C: double_result made to move that var away from
19509: hungry g++ optimizer (-O2), before: it were optimized and
19510: comparison operators worked badly
19511:
19512: * src/types/pa_vdate.h: removed debug
19513:
1.116 moko 19514: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19515:
19516: * src/main/execute.C: fixed numeric < & co so that thay now use
19517: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19518: unknown reason.
19519:
19520: 2002-08-29 paf
19521:
19522: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19523: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19524: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19525: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19526: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19527: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19528: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19529: [called less frequent, allowed to remove ugly
19530: Junction.change_context-s from many places, switch,
19531: mail:send..html{}, ..] request.root renamed to method_frame [more
19532: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19533: [speed up]
19534:
19535: 2002-08-28 paf
19536:
19537: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19538: tainted
19539:
19540: * src/types/pa_vcookie.C: fixed cookie delete when
19541: $cookie:name[$.value[]]
19542:
1.211 moko 19543: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19544: ^string.split[delim[;options]]
19545:
19546: 2002-08-27 paf
19547:
1.116 moko 19548: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19549:
1.211 moko 19550: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19551: src/main/compile.y: # now delimiter
1.95 moko 19552:
19553: * INSTALL: recommended latest gmime 1.0.5
19554:
19555: 2002-08-26 paf
19556:
19557: * configure, configure.in: apache13/hook added to make dist.
19558:
19559: 2002-08-23 paf
19560:
19561: * src/: include/pa_common.h, main/pa_common.C,
19562: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19563: beside binary [cgi, isapi] not accessible [due to bad rights or
19564: whatever] it's error now
19565:
19566: 2002-08-21 paf
19567:
1.116 moko 19568: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19569:
19570: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19571: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19572: class". compiled as if here they named base class
19573:
19574: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19575: cloning constructor]
19576:
19577: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19578:
1.150 moko 19579: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19580: $mail.received.file.value.content-type fixed
19581:
19582: 2002-08-20 paf
19583:
19584: * src/classes/file.C: fixed language of file:file result
19585:
1.211 moko 19586: * operators.ru.txt, operators.txt, src/classes/void.C:
19587: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19588:
1.211 moko 19589: * operators.ru.txt, operators.txt, src/classes/void.C:
19590: ^void.pos[...] = -1
1.95 moko 19591:
1.211 moko 19592: * operators.ru.txt, operators.txt, src/classes/void.C:
19593: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19594:
1.211 moko 19595: * src/classes/void.C, operators.ru.txt, operators.txt:
19596: ^void.length[] = 0
1.95 moko 19597:
19598: 2002-08-19 paf
19599:
19600: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19601: work now
19602:
19603: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19604: error in xnode, which were not catched in xdoc]
19605:
19606: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19607: prepared: // validate each document after load/create (?)
19608: //xmlDoValidityCheckingDefaultValue = 1;
19609:
19610: 2002-08-15 paf
19611:
19612: * src/classes/classes.h: write to static var caused useless
19613: Exception, introduced Methoded::put_element wich consumes those
19614:
1.211 moko 19615: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19616: src/main/pa_common.C, src/types/pa_vcookie.C,
19617: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19618: src/types/pa_vresponse.h: $response:field[date]
19619: $response:field[$.xxx[date]]
1.95 moko 19620:
19621: * src/: classes/hash.C, classes/string.C, classes/table.C,
19622: classes/void.C, include/pa_sql_connection.h: fixed source of
19623: ^hash::sql{bad}
19624:
1.211 moko 19625: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19626: request body
1.95 moko 19627:
19628: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19629:
19630: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19631: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19632:
1.211 moko 19633: * operators.ru.txt, operators.txt, src/classes/form.C,
19634: src/include/pa_pool.h, src/include/pa_request.h,
19635: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19636: planning/preparing_to $request:body r.post_data now const
1.95 moko 19637:
19638: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19639: classes/xnode.C, main/execute.C, types/pa_value.h,
19640: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19641: types/pa_vtable.h: instead of type() checking everywhere used
19642: Value.as now user descendants can be used in params.
19643:
19644: VObject::as_*, is_defined now taken from bases. xtable(table)
19645: ^if($xtable) now OK
19646:
19647: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19648: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19649: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19650:
19651: 2002-08-14 paf
19652:
19653: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19654: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19655: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19656: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19657: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19658: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19659: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19660: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19661: types/pa_vresponse.C, types/pa_vresponse.h,
19662: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19663: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19664: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19665: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19666: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19667: & VClass
19668:
19669: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19670:
19671: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19672: removed fixopt stupidity. on stupid linux use cd /document/root
19673: ../cgi/parser3 script
19674:
19675: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19676: params, splitting them by space, excluding argv[0], argv[argc-1]
19677:
19678: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19679: fixopt.h: fixopt now preprocesses command line params, splitting
19680: them by space, excluding argv[0], argv[argc-1]
19681:
19682: * src/targets/cgi/parser3.C: -f config file
19683:
19684: * src/targets/cgi/parser3.C: fixed .log file dir
19685:
19686: 2002-08-13 paf
19687:
19688: * src/types/pa_vobject.C: allow override parent variables, useful
19689: for form descendants [in vobject too, were in vclass]
19690:
19691: * src/types/pa_vclass.C: allow override parent variables, useful
19692: for form descendants
19693:
19694: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19695: overwritten in derived(table)
19696:
19697: * src/: classes/form.C, classes/mail.C, classes/op.C,
19698: classes/xnode.h, include/pa_request.h, main/execute.C,
19699: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19700: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19701: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19702: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19703: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19704: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19705: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19706: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19707: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19708: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19709: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19710: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19711: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19712: Value::get_element(..., bool looking_down) [needed to exclude
19713: endless recoursion]
19714:
19715: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19716: fix bug with put endless recoursion todo: check 'as'
19717:
19718: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19719: reorganized modules todo: fix bug with put endless recoursion
19720: todo: check 'as'
19721:
19722: * src/types/pa_vobject.h: checked: table fields can be overwritten
19723: in derived(table)
19724:
19725: * src/types/pa_vobject.h: derived classes can have fields of their
19726: own now
19727:
19728: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19729: fixed error message on using non-created table
19730:
19731: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19732: classes/op.C, classes/xnode.h, include/pa_request.h,
19733: main/compile.C, main/compile.tab.C, main/execute.C,
19734: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19735: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19736: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19737: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19738: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19739: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19740: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19741: types/pa_vresponse.C, types/pa_vresponse.h,
19742: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19743: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19744: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19745: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19746: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19747: looking down/up tree todo: fix error message on non-constructed
19748: parents
19749:
19750: 2002-08-12 paf
19751:
19752: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19753: derived OK
19754:
19755: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19756: thorough testing
19757:
19758: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19759: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19760: types/pa_vobject.h, types/pa_vstateless_class.h,
19761: types/pa_vstateless_object.h, types/pa_wcontext.h,
19762: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19763: ^base:create[] dynamic call rewritten todo: thorough testing
19764:
19765: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19766: now instantates base class, remembers it and saves child in
19767: parent VObject.get_class now returns last child = downward
19768: virtual calls OK
19769:
19770: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19771: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19772: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19773: types/pa_vobject.h, types/pa_vresponse.h,
19774: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19775: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19776: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19777: VAliased [redundant], moved $CLASS to VObject only [parser class
19778: instance]
19779:
19780: * src/main/pa_request.C: $response:body[file] content-type check
19781: fixed [were bad when content-type is hash]
19782:
19783: 2002-08-09 paf
19784:
19785: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19786: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19787:
19788: 2002-08-08 paf
19789:
1.211 moko 19790: * operators.ru.txt, operators.txt, src/classes/date.C,
19791: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19792: month calendar [week year]
1.95 moko 19793:
19794: * src/main/execute.C: error reporting on object writes to MAIN
19795: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19796:
1.211 moko 19797: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19798: $date.yearday $date.daylightsaving
1.95 moko 19799:
19800: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19801: use tainted data now. only she must specify the language.
19802:
19803: ^mail:send[ $.from[paf@mail.design.ru]
19804: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19805: $.text[^taint[uri][ìîñêâà]=] ]
19806:
19807: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19808: now prints more precise origin
19809:
19810: * src/include/pa_string.h: String::first_char now not fails on
19811: empty strings ^if(-f '') now ok and in 3 other places.
19812:
1.211 moko 19813: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19814: src/main/pa_string.C: String::first_char now not fails on empty
19815: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19816:
19817: 2002-08-07 paf
19818:
19819: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19820: fixed
19821:
19822: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19823:
19824: * src/: main/execute.C, types/pa_vcode_frame.h,
19825: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19826: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19827: mistakenly not completely transparent to object writes.
19828: $hash[^if(1){$hash}] now works
19829:
1.211 moko 19830: * operators.ru.txt, operators.txt, src/classes/op.C:
19831: ^cache...{...^cache<<to past...} now erasing cache file [there
19832: were bad check on that]
1.95 moko 19833:
19834: * src/: classes/classes.dsp, classes/table.C,
19835: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19836: all Debug dirs in .dsp now named 'Debug'
19837:
1.116 moko 19838: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19839:
1.211 moko 19840: * operators.ru.txt, operators.txt, src/classes/mail.C:
19841: exception_type email.send
1.95 moko 19842:
1.211 moko 19843: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19844: exception_type email.format
1.95 moko 19845:
19846: * src/types/pa_vmail.C: mail:send empty email checked
19847:
19848: 2002-08-06 paf
19849:
1.211 moko 19850: * operators.ru.txt, operators.txt, src/classes/table.C,
19851: src/include/pa_array.h, src/include/pa_table.h,
19852: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19853: ^table::create[$source;$.options] ^table::join[$source;$.options]
19854:
1.211 moko 19855: * operators.ru.txt, operators.txt, src/classes/hash.C,
19856: src/classes/string.C, src/classes/table.C: sql options can be
19857: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19858:
19859: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19860:
19861: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19862: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19863: $file.content-type [instead of .mime-type] now works for
19864: file::stat also
19865:
19866: * src/main/pa_request.C: case insensitive mime_type_of
19867:
19868: 2002-08-05 paf
19869:
19870: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19871:
19872: * src/types/pa_vmail.C: file buffer relocated to parser heap
19873:
1.211 moko 19874: * operators.ru.txt, operators.txt: comment on date:calendar week
19875: column
1.95 moko 19876:
19877: * src/main/pa_common.C: write checked
19878:
19879: * src/main/: pa_common.C: write checked
19880:
19881: * src/classes/date.C: +1 buf size for stupid snprintfs
19882:
19883: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19884: month calendar week column [ISO 8601 Week Numbers]
19885:
19886: 2002-08-02 paf
19887:
19888: * src/: include/pa_config_fixed.h, main/pa_string.C,
19889: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19890: DEBUG*
19891:
19892: * configure, configure.in, src/include/pa_version.h: release
19893: 3_0_0005
19894:
19895: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19896: multipart post fixed
19897:
1.211 moko 19898: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19899: src/types/pa_vform.C: response transcoded source->client only
19900: when text/* or simple onoverridden $response:body
1.95 moko 19901:
19902: 2002-08-01 paf
19903:
19904: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19905: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19906: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19907: classes/op.C, classes/response.C, classes/string.C,
19908: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19909: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19910: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19911: include/pa_config_fixed.h, include/pa_dictionary.h,
19912: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19913: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19914: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19915: include/pa_socks.h, include/pa_sql_connection.h,
19916: include/pa_sql_driver_manager.h, include/pa_stack.h,
19917: include/pa_string.h, include/pa_stylesheet_connection.h,
19918: include/pa_stylesheet_manager.h, include/pa_table.h,
19919: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19920: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19921: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19922: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19923: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19924: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19925: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19926: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19927: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19928: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19929: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19930: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19931: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19932: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19933: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19934: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19935: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19936: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19937: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19938: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19939: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19940: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19941: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19942: types/pa_vmethod_frame.h, types/pa_vobject.h,
19943: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19944: types/pa_vresponse.h, types/pa_vstateless_class.C,
19945: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19946: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19947: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19948: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19949: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19950: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19951:
19952: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19953: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19954: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19955: classes/math.C, classes/op.C, classes/response.C,
19956: classes/string.C, classes/table.C, classes/void.C,
19957: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19958: include/pa_array.h, include/pa_cache_managers.h,
19959: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19960: include/pa_config_fixed.h, include/pa_config_includes.h,
19961: include/pa_dictionary.h, include/pa_dir.h,
19962: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19963: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19964: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19965: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19966: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19967: include/pa_stack.h, include/pa_string.h,
19968: include/pa_stylesheet_connection.h,
19969: include/pa_stylesheet_manager.h, include/pa_table.h,
19970: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19971: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19972: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19973: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19974: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19975: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19976: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19977: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19978: main/pa_sql_driver_manager.C, main/pa_string.C,
19979: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19980: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19981: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19982: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19983: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19984: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19985: targets/isapi/pool_storage.h, types/pa_valiased.C,
19986: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19987: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19988: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19989: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19990: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19991: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19992: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19993: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19994: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19995: types/pa_vresponse.C, types/pa_vresponse.h,
19996: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19997: types/pa_vstateless_object.h, types/pa_vstatus.C,
19998: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19999: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20000: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20001: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20002: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20003: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20004: types/Makefile.am: ident.C* removed
20005:
1.211 moko 20006: * operators.ru.txt, operators.txt, src/classes/file.C,
20007: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20008:
20009: * src/targets/cgi/parser3.C: usage to stdout now
20010:
20011: 2002-07-31 paf
20012:
20013: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20014:
20015: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20016: default "postmaster"
20017:
20018: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20019: -f postmaster now default sendmail key word "postmaster"
20020: replaced to $.from
20021:
20022: 2002-07-30 paf
20023:
1.116 moko 20024: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20025: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20026:
20027: * src/main/pa_charset.C: comment
20028:
20029: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20030: table, &#decimal;
20031:
20032: * src/main/pa_request.C: comment
20033:
20034: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20035: paragraf]
20036:
20037: 2002-07-11 paf
20038:
20039: * src/main/pa_exec.C: build command line badly added params twice
20040: [and first time without ' ']. double wrong. fixed.
20041:
20042: * src/main/pa_exec.C: invalid .exe caused error message with params
20043: wich parser did not provide = reported badly. fixed that.
20044:
20045: * src/classes/mail.C: $MAIL[ # xxx ]
20046:
20047: now ok
20048:
1.211 moko 20049: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20050:
20051: 2002-07-01 paf
20052:
20053: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20054: [MForm.configure_admin were called when request.main_class ==0
20055:
20056: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20057:
20058: * src/classes/form.C: content_length type fix
20059:
20060: 2002-06-30 paf
20061:
20062: * src/classes/mail.C: merged from 4
20063:
20064: * src/classes/mail.C: restored $MAIL
20065:
20066: 2002-06-28 paf
20067:
20068: * configure, configure.in: removed paths.h
20069:
1.116 moko 20070: * configure, src/include/pa_version.h,
1.95 moko 20071: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20072: merged, makes updated
20073:
1.211 moko 20074: * ChangeLog, configure, operators.ru.txt, operators.txt,
20075: src/classes/xdoc.C, src/include/pa_charset.h,
20076: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20077: src/include/pa_version.h, src/main/pa_charset.C,
20078: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20079: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20080: latest updates to head
1.95 moko 20081:
20082: 2002-06-27 paf
20083:
20084: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20085: not error now
20086:
1.211 moko 20087: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20088: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20089: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20090: ^xdoc::create[[uri]]... base uri for document being created,
20091: imports and other relative file names would be relative to this
20092: uri default uri=path_translated
20093:
20094: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20095:
20096: 2002-06-26 paf
20097:
20098: * configure, configure.in, src/include/pa_version.h:
20099: release_3_0_0004
20100:
20101: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20102: 0 now
20103:
20104: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20105:
20106: 2002-06-25 paf
20107:
20108: * src/main/pa_string.C: emtpy string, or string of whitespaces
20109: considered bad number now
20110:
1.211 moko 20111: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20112: ^xdoc.transform[xdoc <<can be now
1.95 moko 20113:
1.211 moko 20114: * operators.ru.txt, operators.txt, src/classes/string.C:
20115: ^string.normalize [old name: optimize
1.95 moko 20116:
20117: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20118: library configured
20119:
20120: * src/main/pa_request.C: configure_admin forced if no @conf
20121:
1.211 moko 20122: * operators.ru.txt, operators.txt, src/classes/math.C,
20123: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20124: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20125:
20126: 2002-06-24 paf
20127:
20128: * INSTALL: --with-static/shared-mailreceive described
20129:
20130: * src/include/pa_config_fixed.h: ssize_t fixed
20131:
1.116 moko 20132: * configure, configure.in, src/include/pa_config_auto.h.in,
20133: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20134: src/types/pa_vmail.C: $mail:received makes update
20135:
20136: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20137: WITH_MAILRECEIVE
20138:
20139: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20140:
20141: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20142: option, for $mail:receive
20143:
20144: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20145: introducting $message:received ^mail:send rewritten with backward
20146: comp
20147:
20148: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20149: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20150: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20151: now
20152:
1.211 moko 20153: * operators.ru.txt, operators.txt, src/classes/mail.C,
20154: src/include/Makefile.am, src/include/pa_charset.h,
20155: src/include/pa_config_fixed.h, src/include/pa_request.h,
20156: src/include/pa_string.h, src/include/pa_uue.h,
20157: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20158: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20159: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20160: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20161: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20162: uue to separate file introducting $message:received ^mail:send
20163: rewritten with backward comp
20164:
20165: 2002-06-21 paf
20166:
1.116 moko 20167: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20168: co changes
1.95 moko 20169:
1.116 moko 20170: * configure, configure.in, src/lib/md5/Makefile.am,
20171: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20172: restructure .in and .am files appropriate changes
1.95 moko 20173:
20174: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20175: pcre to libs/ added libs/md5 which is linked to non-apache
20176: targets ^math:crypt[password;$apr1$salt]
20177:
1.211 moko 20178: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20179: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20180: src/classes/classes.dsp, src/classes/math.C,
20181: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20182: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20183: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20184: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20185: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20186: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20187: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20188: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20189: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20190: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20191: src/lib/pcre/pcre_parser_ctype.dsp,
20192: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20193: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20194: src/main/compile.tab.C, src/main/main.dsp,
20195: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20196: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20197: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20198: to libs/ added libs/md5 which is linked to non-apache targets
20199: ^math:crypt[password;$apr1$salt]
20200:
20201: 2002-06-20 paf
20202:
1.211 moko 20203: * INSTALL, configure, configure.in, operators.ru.txt,
20204: operators.txt, src/classes/file.C, src/classes/op.C,
20205: src/doc/doxygen.cfg, src/include/pa_globals.h,
20206: src/include/pa_request.h, src/main/execute.C,
20207: src/main/pa_request.C, src/targets/cgi/parser3.C,
20208: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20209: marged latest HEAD updates, mainly file:justname&co &
20210: @auto/conf[filespec
1.95 moko 20211:
1.211 moko 20212: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20213: !^file:dirname[/a/some.tar.gz]=/a
20214: !^file:dirname[/a/b/]=/a
20215: !^file:basename[/a/some.tar.gz]=some.tar.gz
20216: !^file:justname[/a/some.tar.gz]=some.tar
20217: !^file:justext[/a/some.tar.gz]=gz
20218:
20219: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20220: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20221: @conf/auto[filespec]
20222:
1.116 moko 20223: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20224:
1.211 moko 20225: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20226: src/doc/doxygen.cfg, src/include/pa_globals.h,
20227: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20228: parser3.conf renamed to auto.p
1.95 moko 20229:
20230: 2002-06-18 paf
20231:
20232: * configure, configure.in, src/include/pa_version.h: version to
20233: configure.in
20234:
20235: * INSTALL: reflected .conf.dist dir change
20236:
1.150 moko 20237: * Makefile.am, configure, configure.in,
1.116 moko 20238: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20239: .in & *.am updated
20240:
20241: * src/classes/file.C: strncasecmp
20242:
20243: * src/classes/file.C: strcasecmp
20244:
1.150 moko 20245: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20246:
20247: * src/classes/file.C: ^file::exec[script;$.bad error case
20248: insensitive check now
20249:
20250: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20251:
20252: * configure, configure.in, src/include/pa_pool.h,
20253: src/include/pa_types.h: pack configure.in detection simplified.
20254: figured out that gcc on sparc not that stupid as thought
20255: previously: on sparc: when it sees packed class it modifies it's
20256: field-access-code to byte operations [stb, ldub] instead of 4byte
20257: operations [st, lduh] so packed must be all parts of packed
20258: class, i.e. it's parents&fields(classes). for now it's only
20259: String that packed and what was wrong is that it's parent -
20260: Pooled, were not packed. fixed that.
20261:
20262: 2002-06-14 paf
20263:
1.211 moko 20264: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20265:
1.211 moko 20266: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20267: attribute_node.name/value xnode pi.node.data
20268:
20269: 2002-06-12 paf
20270:
1.116 moko 20271: * configure, configure.in, src/targets/cgi/Makefile.am,
20272: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20273:
1.211 moko 20274: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20275: etc/Makefile.am, src/include/pa_globals.h,
20276: src/include/pa_request.h, src/main/compile.tab.C,
20277: src/main/pa_globals.C, src/main/pa_request.C,
20278: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20279: parser3.conf now one and only
1.95 moko 20280:
20281: * src/classes/mail.C: sendmail -ti [default now]
20282:
20283: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20284: to be strings. for convinient #ing
20285:
20286: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20287: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20288:
20289: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20290: main/pa_globals.C, main/pa_request.C: @conf
20291:
20292: 2002-06-11 paf
20293:
20294: * src/classes/file.C: check simplified
20295:
20296: * src/: classes/file.C, targets/cgi/parser3.dsp,
20297: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20298: valid prefix
20299:
20300: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20301: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20302: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20303:
20304: 2002-06-10 paf
20305:
1.211 moko 20306: * operators.ru.txt, operators.txt, src/classes/op.C,
20307: src/include/pa_common.h, src/main/pa_common.C: lock failures
20308: reported now
1.95 moko 20309:
20310: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20311: string->double @ compile time were not-enough-checking...
20312:
20313: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20314: autoconvert now ignored
20315:
20316: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20317: check
20318:
20319: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20320: $response:body content-type:name
20321:
20322: * configure, configure.in: hpux check, nsl link, no socket
20323:
1.211 moko 20324: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20325:
20326: * configure, configure.in: pack even address access on sparc&co
20327: arch checked in configure
20328:
20329: * configure, src/include/pa_version.h: makes
20330:
20331: * configure, configure.in, src/include/pa_version.h: makes
20332:
20333: * src/main/untaint.C: (bug#2) mail subject got always prepended
20334: with charset even when all letters were 7bit one
20335:
20336: * src/main/pa_common.C: merged fixed -d (bug)
20337:
20338: * src/main/pa_common.C: fixed -d (bug)
20339:
20340: 2002-06-03 paf
20341:
1.211 moko 20342: * ChangeLog, operators.ru.txt, operators.txt,
20343: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20344: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20345: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20346: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20347: .dsp-s along with reorganized cvs modules dirs structure
20348:
20349: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20350: main/pa_globals.C, targets/cgi/parser3.dsp,
20351: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20352: modules
20353:
20354: 2002-05-28 paf
20355:
20356: * src/targets/cgi/parser3.C: info.uri now ""
20357:
20358: 2002-05-17 paf
20359:
20360: * src/classes/: table.C: ^table.save << checked empty
20361: pre/match/post columns
20362:
20363: 2002-05-16 paf
20364:
20365: * src/classes/image.C: image::measure can png now
20366:
20367: 2002-05-15 paf
20368:
1.211 moko 20369: * operators.ru.txt, operators.txt, src/classes/date.C:
20370: ^date::create[%H:%M[:%S]] added
1.95 moko 20371:
20372: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20373:
1.211 moko 20374: * operators.ru.txt, operators.txt, src/classes/date.C:
20375: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20376:
20377: 2002-05-14 paf
20378:
20379: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20380:
20381: 2002-05-07 paf
20382:
20383: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20384: src/include/pa_globals.h, src/include/pa_request.h,
20385: src/include/pa_table.h, src/main/compile.tab.C,
20386: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20387: src/main/pa_request.C, src/main/pa_table.C,
20388: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20389: src/targets/isapi/parser3isapi.dsp,
20390: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20391: name2number field now &. main_method_name now on Request pool
20392: rather on global_pool [Junction+VJunction created on same pool as
20393: name = were created on global pool, causing mem leaks]
20394:
20395: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20396: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20397: main/compile.y, main/main.dsp, main/pa_globals.C,
20398: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20399: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20400: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20401: field now &. main_method_name now on Request pool rather on
20402: global_pool [Junction+VJunction created on same pool as name =
20403: were created on global pool, causing mem leaks]
20404:
20405: 2002-05-06 paf
20406:
20407: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20408: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20409: 100*40 bytes per request memory leak [nonpool malloc in globals]
20410:
20411: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20412: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20413: 100*40 bytes per request memory leak [nonpool malloc in globals]
20414:
20415: 2002-04-30 paf
20416:
20417: * configure, src/include/pa_version.h: version now not b
20418:
20419: * src/targets/cgi/parser3.C: request.uri now never 0
20420:
20421: 2002-04-29 paf
20422:
20423: * configure.in: removed b
20424:
20425: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20426: Exception::comment/type checked in (), no there's no empty
20427: type/comment by default
20428:
20429: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20430: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20431: src/doc/value.dox, src/include/pa_exception.h,
20432: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20433: 0001
20434:
20435: 2002-04-26 paf
20436:
20437: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20438: size reduced
20439:
20440: 2002-04-25 paf
20441:
20442: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20443: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20444: now that took into account
20445:
1.211 moko 20446: * operators.ru.txt, operators.txt, src/classes/date.C:
20447: ^date::create[2002-12-33 01:03:04]
1.95 moko 20448:
1.211 moko 20449: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20450: ^date::create[2002-12-33 01:03:04]
20451:
20452: * ChangeLog: updated changelog
20453:
20454: * src/classes/table.C: removed restriction on column count to
20455: ^table.hash to work, now must be >0 [were >1]
20456:
20457: 2002-04-24 paf
20458:
20459: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20460: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20461: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20462: targets
20463:
20464: 2002-04-23 paf
20465:
1.211 moko 20466: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20467: int/double/string:sql{}[$.default{code}] fixed [were barking:
20468: "junction used outside of context"]
20469:
20470: 2002-04-22 paf
20471:
20472: * types.txt, src/classes/string.C, src/include/pa_string.h,
20473: src/main/pa_string.C, src/types/pa_vstring.C,
20474: src/types/pa_vstring.h: ^string.optimize[]
20475:
20476: * src/: include/pa_globals.h, include/pa_table.h,
20477: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20478: table template
20479:
20480: * src/classes/: string.C: optimize removed from string
20481: .left/right/pos
20482:
20483: * src/main/execute.C: rolled back to
20484: before_killing_userjunction_contexts
20485:
20486: * src/main/execute.C: user junctions context killed
20487:
20488: * src/main/execute.C: junctions to local contexts got
20489: cleanized&checked later
20490:
20491: 2002-04-19 paf
20492:
20493: * src/: classes/string.C, include/pa_request.h,
20494: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20495: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20496: prior to .left .right .mid .pos .match when that is profitable,
20497: and always before .replace when $ORIGINS(1) optimization disabled
20498: economy from not wasting mem on lots of strings which occur by
20499: lots of String:mid calls to get parts of source string between
20500: found_occurances
20501:
20502: * src/classes/file.C: ovector now local economy: 16 bytes per
20503: ^file:list
20504:
20505: * src/: include/pa_globals.h, include/pa_table.h,
20506: main/pa_globals.C, main/pa_string.C: String::match table columns
20507: globalized, not created @ each ^match anymore economy:
20508: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20509:
20510: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20511: removed from each String::match replace iteration, and made
20512: stacked sizeof(VTable)=12bytes economy on each replace code
20513:
20514: * src/doc/footer.htm: 2001,
20515:
20516: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20517: string.match[]['] option enables generation of $match.prematch
20518: .match .postmatch columns
20519:
20520: * src/main/pa_string.C: String::match options analized without
20521: cstr-ing them now
20522:
20523: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20524: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20525: config updated to doxygen 1.2.15, created helper which fixes
20526: minor bugs in chm project files & htm tree. changed extension to
20527: .htm
20528:
20529: 2002-04-18 paf
20530:
20531: * src/doc/doxygen.cfg: .chi generation disabled
20532:
20533: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20534: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20535: fields&methods
20536:
20537: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20538: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20539: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20540: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20541: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20542: types/pa_vresponse.h, types/pa_vstateless_class.h,
20543: types/pa_vstateless_object.h, types/pa_vstatus.h,
20544: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20545: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20546: VStateless_class to VObject
20547:
20548: * src/: main/pa_request.C, types/pa_valiased.h,
20549: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20550: types/pa_vstring.h: VStateless_string_object speicalized light
20551: version of VStateless_object
20552:
20553: * src/classes/op.C: ^throw comment param made optional
20554:
20555: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20556: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20557: and implemented down in VClass, fclass_alias removed,
20558:
20559: * src/types/pa_value.C: forced to cut that from .h because of
20560: VStateless_class usage [undefined in .h]
20561:
20562: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20563: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20564: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20565: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20566: on each CALL]
20567:
20568: * src/: classes/classes.h, classes/date.C, classes/double.C,
20569: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20570: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20571: classes/response.C, classes/string.C, classes/table.C,
20572: classes/void.C, classes/xnode.C, include/pa_globals.h,
20573: include/pa_request.h, main/execute.C, main/pa_globals.C,
20574: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20575: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20576: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20577: types/pa_vstateless_class.h, types/pa_wcontext.C,
20578: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20579: removed Value::fname
20580:
20581: 2002-04-17 paf
20582:
20583: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20584: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20585: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20586: include/pa_pool.h, include/pa_types.h: dox updated to current
20587: state, PTHROW freshen to throw & co
20588:
20589: * src/types/pa_vhash.h: vstring wrong parent fixed
20590:
20591: * src/classes/op.C: taint local result var bug fixed
20592:
20593: 2002-04-16 paf
20594:
20595: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20596: Attic asm.txt as most interesting
20597:
20598: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20599: check, preventing content-length: 0 from appearing
20600:
20601: * src/main/execute.C: $result in @main now taken into account as in
20602: usual functions
20603:
20604: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20605: & @unhandled_exception now taken into account as in usual
20606: functions
20607:
20608: * src/doc/postbuild.txt: instructions on post .html build
20609:
20610: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20611:
20612: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20613: tainted
20614:
20615: * src/main/pa_request.C: uri in error log
20616:
20617: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20618: cheched date:create(days) param for validity [later were assumed
20619: valid and crashed on invalid onces]
20620:
20621: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20622: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20623: and used that for removing VString wrapper
20624:
20625: * src/classes/op.C: exception2vhash file now tainted
20626:
20627: * src/classes/op.C: _process pseudo origin copied from local var to
20628: heap
20629:
20630: * src/classes/op.C: extra check on empty file in origin in _execute
20631:
20632: 2002-04-15 paf
20633:
20634: * src/: main/execute.C, types/pa_value.h: fixed name update
20635:
20636: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20637: functions
20638:
20639: * src/: classes/file.C, classes/hash.C, classes/op.C,
20640: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20641: started dual write_xxx_lang functions, if checked & works
20642:
20643: * src/: classes/date.C, classes/file.C, classes/mail.C,
20644: classes/string.C, classes/xnode.C, include/pa_request.h,
20645: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20646: unnecessary VString shells
20647:
20648: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20649: prev changes]
20650:
20651: * src/: classes/image.C, classes/op.C, classes/string.C,
20652: classes/table.C, include/pa_request.h, main/execute.C,
20653: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20654: StringOrValue wcontext result, now ready for dual writes
20655:
20656: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20657: checked that
20658:
20659: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20660: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20661: changed to OP_WRITE_VALUE in var get cases
20662:
20663: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20664: include/pa_request.h, main/compile.tab.C, main/compile.y,
20665: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20666: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20667: switch in hash constructor fixed [were problems with using of
20668: stacked wwrapper after it's death]
20669:
20670: 2002-04-12 paf
20671:
1.211 moko 20672: * operators.ru.txt, operators.txt, src/classes/table.C:
20673: table.select(expression) 0
1.95 moko 20674:
20675: 2002-04-11 paf
20676:
20677: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20678: Request::process_internal codeFrame & wwrapper stacked [not
20679: wasting heap anymore]
20680:
20681: 2002-04-10 paf
20682:
20683: * src/: classes/double.C, classes/file.C, classes/hash.C,
20684: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20685: classes/string.C, classes/table.C, classes/void.C,
20686: classes/xdoc.C, include/pa_request.h, main/execute.C,
20687: main/pa_string.C: killed Request::process() wrapping
20688: VString(String) in case we need only String
20689:
20690: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20691: killed 8 bytes from String.head
20692:
20693: 2002-04-09 paf
20694:
20695: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20696: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20697: local*/char b[...]; a=b; situations
20698:
1.211 moko 20699: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20700: made literal
1.95 moko 20701:
20702: * src/classes/xdoc.C: xslt params fixed
20703:
20704: * src/: main/pa_common.C, targets/cgi/parser3.C,
20705: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20706: not pool.malloc(MAX_NUMBER) but really neaded
20707:
1.211 moko 20708: * operators.ru.txt, operators.txt, src/classes/double.C,
20709: src/classes/int.C: int/double.int/double(default)
1.95 moko 20710:
20711: 2002-04-04 paf
20712:
20713: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20714: [when reconstructing pieces were split by
20715: max_integral(piece.size), thus some strings to replace happen to
20716: be split into two = not replaced)
20717:
20718: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20719: standalone version = current dir
20720:
20721: * src/targets/cgi/parser3.C: document root in standalone version =
20722: current dir
20723:
20724: 2002-04-03 paf
20725:
20726: * configure, configure.in: more checks on nonexistent charset
20727:
1.116 moko 20728: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20729:
20730: 2002-04-02 paf
20731:
20732: * src/main/compile.C: parser.compile [exception name more like in
20733: doc]
20734:
20735: 2002-04-01 paf
20736:
20737: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20738: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20739: .content-type.charset, not .charset
20740:
20741: 2002-03-29 paf
20742:
20743: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20744:
1.211 moko 20745: * operators.ru.txt, operators.txt, src/classes/date.C:
20746: ^date::create now may not supply day, default 1. checked 29.03
20747: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20748:
20749: 2002-03-28 paf
20750:
1.211 moko 20751: * operators.ru.txt, operators.txt, src/classes/date.C,
20752: src/classes/op.C, src/include/pa_globals.h,
20753: src/include/pa_hash.h, src/main/pa_globals.C,
20754: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20755: ^cache[date] }
1.95 moko 20756:
20757: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20758: param
20759:
20760: 2002-03-27 paf
20761:
1.211 moko 20762: * operators.ru.txt, operators.txt, src/classes/date.C,
20763: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20764: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20765: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20766: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20767: src/classes/xdoc.C, src/classes/xnode.C,
20768: src/include/pa_exception.h, src/include/pa_request.h,
20769: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20770: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20771: src/main/pa_array.C, src/main/pa_charset.C,
20772: src/main/pa_charsets.C, src/main/pa_common.C,
20773: src/main/pa_dictionary.C, src/main/pa_exception.C,
20774: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20775: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20776: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20777: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20778: src/types/pa_value.h, src/types/pa_vcookie.C,
20779: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20780: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20781: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20782: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20783: src/types/pa_wwrapper.h: assigned exception types
20784:
1.211 moko 20785: * operators.ru.txt, operators.txt, src/classes/op.C,
20786: src/include/pa_config_fixed.h, src/include/pa_request.h,
20787: src/main/execute.C, src/main/pa_request.C: decided agains
20788: resetting exception_trace, just changed name
1.95 moko 20789:
20790: 2002-03-26 paf
20791:
20792: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20793: fixed
20794:
20795: * src/classes/op.C: forced language of $source field of exception
20796: to 'tainted', so that sql-langed-frags could be outputed outside
20797: of connect
20798:
1.211 moko 20799: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20800: offset
1.95 moko 20801:
20802: * src/classes/date.C: removed date.roll limit of +-1 offset
20803:
1.211 moko 20804: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20805: roll on daylightsaving days mktime took into account tm_isdst
20806: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20807:
20808: 2002-03-25 paf
20809:
1.211 moko 20810: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20811: http_site_config_filespec
20812:
20813: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20814: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20815: with any/both --disable-foreign-group-files --disable-execs
20816:
20817: * INSTALL: "--with=sendmail=COMMAND" comment
20818:
20819: * INSTALL, configure, configure.in, src/classes/mail.C,
20820: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20821: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20822: disables execs also. introducing --sendmail
1.95 moko 20823:
1.211 moko 20824: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20825:
20826: * INSTALL: comment on --disable-link-stdcpp
20827:
1.116 moko 20828: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20829: libstdc++ link skipping configure option
1.95 moko 20830:
20831: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20832: with error were put to cache with 'marked_to_rollback' flag, all
20833: consequent even OK requests rolled back
20834:
20835: 2002-03-22 paf
20836:
20837: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20838: false return
20839:
1.211 moko 20840: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20841:
20842: 2002-03-18 paf
20843:
1.211 moko 20844: * operators.ru.txt, operators.txt, src/classes/op.C,
20845: src/include/pa_exception.h, src/include/pa_globals.h,
20846: src/include/pa_request.h, src/include/pa_stack.h,
20847: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20848:
20849: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20850: types/pa_vdouble.h: removed some tested @tests
20851:
20852: 2002-03-15 paf
20853:
1.211 moko 20854: * operators.ru.txt, operators.txt, src/classes/table.C:
20855: ^table.locate(logical expr)
1.95 moko 20856:
20857: 2002-03-13 paf
20858:
20859: * src/main/pa_exception.C: checked not-pooled malloc
20860:
20861: 2002-03-11 paf
20862:
20863: * INSTALL, configure, configure.in,
20864: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20865:
20866: * src/main/pa_common.C: --disable-foreign-group-files
20867:
20868: * INSTALL: --disable-execs
20869:
20870: * src/main/pa_exec.C: --disable-execs
20871:
20872: * configure, configure.in, src/include/pa_config_auto.h.in:
20873: --disable-execs
20874:
20875: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20876:
20877: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20878: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20879:
20880: 2002-03-05 paf
20881:
1.211 moko 20882: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20883: calendar columns named
1.95 moko 20884:
1.211 moko 20885: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20886: calendar columns named
1.95 moko 20887:
20888: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20889: requires headers to be terminated with \r\n manually [refuses to
20890: separate header/body itself]
20891:
20892: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20893: targets/isapi/parser3isapi.C: isapi site config beside .dll
20894:
20895: 2002-03-04 paf
20896:
20897: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20898: in PASS language
20899:
20900: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20901: deserialize checks on broken file
20902:
20903: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20904: parser3isapi.dsp: isapi updated
20905:
20906: 2002-03-01 paf
20907:
20908: * src/main/pa_exec.C: execle -> execve, now argc OK
20909:
20910: 2002-02-28 paf
20911:
20912: * src/main/untaint.C: removed some debug comments
20913:
20914: * src/main/pa_charsets.C: when placing charset to cache using
20915: global name now [were request]
20916:
20917: * configure, configure.in: apache module updated
20918:
20919: * src/main/pa_string.C: origin by first piece preferred before last
20920: piece
20921:
20922: 2002-02-27 paf
20923:
20924: * src/main/pa_charset.C: size_t
20925:
20926: * INSTALL: shared/static-xml with-pathlink
20927:
1.211 moko 20928: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20929:
20930: 2002-02-26 paf
20931:
20932: * src/main/pa_exec.C: more precise names for vars, cosmetic
20933:
20934: * src/classes/xnode.C: in some situation, xpath query returned
20935: result with type NODESET, but empty nodeset member field, checked
20936: that
20937:
20938: 2002-02-22 paf
20939:
20940: * INSTALL: without-zlib comment
20941:
20942: * etc/parser3.charsets/windows-1251.cfg: °
20943:
20944: * configure, configure.in: glib###.a detection fixed
20945:
20946: * INSTALL: hashfile removed from INSTALL
20947:
1.116 moko 20948: * Makefile.am: make update
1.95 moko 20949:
20950: * src/main/pa_string.C: string iterators fixed again, so were
20951: String::join_chain
20952:
20953: * src/main/pa_string.C: string iterators fixed again, so were
20954: String::join_chain
20955:
20956: * src/: include/pa_string.h, main/pa_string.C: string iterators
20957: fixed again, so were String::join_chain
20958:
20959: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20960:
1.211 moko 20961: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20962: "expires=0" = "session"
1.95 moko 20963:
1.116 moko 20964: * configure, configure.in, src/include/pa_config_auto.h.in:
20965: --with-shared-xml --with-static-xml
1.95 moko 20966:
20967: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20968: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20969: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20970: xalan&xml
20971:
20972: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20973:
1.211 moko 20974: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20975: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20976: from sources for now
1.95 moko 20977:
1.116 moko 20978: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20979: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20980: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20981: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20982: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20983: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20984: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20985: src/types/Makefile.am, src/types/pa_vhashfile.C,
20986: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20987:
20988: 2002-02-21 paf
20989:
20990: * src/main/untaint.C: removed debug code, activated commented-for
20991: debug parts
20992:
1.116 moko 20993: * Makefile.am: make cvsupdate
1.95 moko 20994:
20995: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20996: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20997: append_row, not at link zero now string to string appending works
20998:
20999: 2002-02-20 paf
21000:
21001: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21002: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21003: DEBUG_STRING_APPENDS_VS_EXPANDS
21004:
21005: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21006: economy: 22%
21007:
21008: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21009: space uptimized: string::link_row removed
21010:
21011: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21012: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21013: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21014: types/pa_vstring.h: speed uptimized: string::is_empty
21015:
1.211 moko 21016: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21017: src/include/pa_config_fixed.h, src/include/pa_string.h,
21018: src/include/pa_types.h, src/main/compile.tab.C,
21019: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21020: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21021: string append optimiziation idea and estimates
21022:
21023: 2002-02-19 paf
21024:
21025: * src/classes/math.C: not used directly [but erroreously reported
21026: that 'is', thus registering twice&other probs]
21027:
21028: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21029: to node [element]
21030:
21031: * src/main/compile.C: without string_origins parse error
21032: file+line+col possible
21033:
21034: * src/main/: compile.C: without string_origins not worked
21035:
21036: 2002-02-18 paf
21037:
21038: * src/types/pa_vdouble.h: since we have in_expression removed that
21039: trick i've installed into double::as_string
21040:
21041: * src/main/pa_globals.C: extern "C" was removed too fast
21042:
21043: * src/: include/pa_opcode.h, include/pa_request.h,
21044: main/compile.tab.C, main/compile.y, main/execute.C,
21045: types/pa_wcontext.h: in_expression aimed to solve old problem
21046: with string/nonstring values, now in expressions double/int
21047: values are passed as-is, without stupid tostring/fromstring
21048: conversions
21049:
21050: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21051: __cplusplus } #endif
21052:
21053: * src/main/compile.tab.C: bison env set so one could compile
21054: without cygwin installed
21055:
21056: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21057: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21058: gnome xml libs parser .dsp-s changed accordingly
21059:
1.211 moko 21060: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21061: PARSER_ROOT_CONFIG
1.95 moko 21062:
1.211 moko 21063: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21064: [were date::set, with backward comp
1.95 moko 21065:
21066: * src/classes/math.C: math:random range check fixed
21067:
21068: * src/main/: compile.tab.C, compile.y: integer division stops name
21069:
21070: * INSTALL: local install comment
21071:
1.116 moko 21072: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21073:
1.116 moko 21074: * acinclude.m4, aclocal.m4, configure, configure.in,
21075: src/include/pa_config_auto.h.in,
21076: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21077: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21078:
1.211 moko 21079: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21080:
21081: 2002-02-13 paf
21082:
21083: * src/include/pa_config_includes.h: sys/time time both included
21084: now. vaguely remember confilicts on this on some system [not on
21085: six|ablv] so when would see them again would think up proper
21086: check
21087:
1.116 moko 21088: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21089: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21090:
21091: * src/main/pa_common.C: truncation never occured when writing files
21092: on unix [since i've changed cache mech] fix
21093:
21094: * src/main/pa_common.C: strnchr: sanity check added
21095:
21096: * etc/parser3.charsets/windows-1257.cfg: id added
21097:
21098: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21099: baltic charset file generated, in generation script ispunct check
21100: added
21101:
21102: 2002-02-08 paf
21103:
1.116 moko 21104: * src/: include/Makefile.am, sql/Makefile.am,
21105: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21106:
21107: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21108: forgotten
21109:
21110: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21111:
21112: * INSTALL, README: install&others updated
21113:
21114: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21115:
1.116 moko 21116: * Makefile.am, configure, configure.in,
21117: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21118: src/classes/Makefile.am, src/main/Makefile.am,
21119: src/main/pa_status_provider.C, src/targets/Makefile.am,
21120: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21121: works
1.95 moko 21122:
21123: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21124: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21125: classes/hashfile.C, classes/int.C, classes/mail.C,
21126: classes/math.C, classes/op.C, classes/response.C,
21127: classes/string.C, classes/table.C, classes/void.C,
21128: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21129: include/pa_array.h, include/pa_cache_managers.h,
21130: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21131: include/pa_config_fixed.h, include/pa_config_includes.h,
21132: include/pa_db_connection.h, include/pa_db_manager.h,
21133: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21134: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21135: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21136: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21137: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21138: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21139: include/pa_stack.h, include/pa_string.h,
21140: include/pa_stylesheet_connection.h,
21141: include/pa_stylesheet_manager.h, include/pa_table.h,
21142: include/pa_threads.h, include/pa_types.h, main/compile.C,
21143: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21144: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21145: main/pa_db_connection.C, main/pa_db_manager.C,
21146: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21147: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21148: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21149: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21150: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21151: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21152: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21153: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21154: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21155: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21156: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21157: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21158: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21159: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21160: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21161: types/pa_vmethod_frame.h, types/pa_vobject.h,
21162: types/pa_vrequest.h, types/pa_vresponse.h,
21163: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21164: types/pa_vstateless_object.h, types/pa_vstatus.C,
21165: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21166: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21167: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21168: classes/image.C, main/pa_common.C, main/pa_exec.C,
21169: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21170: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21171: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21172: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21173: types/pa_vxnode.C, main/pa_charset.C: name spelling
21174:
21175: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21176: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21177: classes/hashfile.C, classes/image.C, classes/int.C,
21178: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21179: classes/string.C, classes/table.C, classes/void.C,
21180: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21181: include/pa_array.h, include/pa_cache_managers.h,
21182: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21183: include/pa_config_fixed.h, include/pa_config_includes.h,
21184: include/pa_db_connection.h, include/pa_db_manager.h,
21185: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21186: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21187: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21188: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21189: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21190: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21191: include/pa_stack.h, include/pa_string.h,
21192: include/pa_stylesheet_connection.h,
21193: include/pa_stylesheet_manager.h, include/pa_table.h,
21194: include/pa_threads.h, include/pa_types.h, main/compile.C,
21195: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21196: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21197: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21198: main/pa_db_connection.C, main/pa_db_manager.C,
21199: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21200: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21201: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21202: main/pa_socks.C, main/pa_sql_driver_manager.C,
21203: main/pa_status_provider.C, main/pa_string.C,
21204: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21205: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21206: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21207: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21208: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21209: targets/isapi/pool_storage.h, types/pa_valiased.C,
21210: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21211: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21212: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21213: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21214: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21215: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21216: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21217: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21218: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21219: types/pa_vresponse.h, types/pa_vstateless_class.C,
21220: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21221: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21222: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21223: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21224: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21225: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21226:
21227: 2002-02-07 paf
21228:
21229: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21230:
1.116 moko 21231: * configure, configure.in, src/include/pa_config_auto.h.in,
21232: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21233: added yet another locking function: fcntl
1.95 moko 21234:
21235: * config.sub: on cygwin configure passes it with strange i1586
21236: const, hacked it to mean i586
21237:
21238: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21239: disabled $if reference due to conflicts with local variables
21240:
1.211 moko 21241: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21242: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21243: xdoc::create, with both sences
21244:
21245: * operators.ru.txt, operators.txt, src/classes/table.C,
21246: src/include/pa_array.h, src/include/pa_table.h,
21247: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21248: 'set' name obsolete now table clone.
1.95 moko 21249:
1.211 moko 21250: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21251: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21252: ^int/double/string.format now can be called with normal []
21253: brackets, not stupid {} as it were implemented for some strange
21254: reason. retaining backward compatibility due to some
21255: already-implemented servers
21256:
21257: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21258: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21259: operators now detected by check at name_without_curly_rdive_read
21260: rule whether diving code constists only of
21261: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21262: with OP_GET_ELEMENT_OR_OPERATOR to form
21263: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21264:
21265: 2002-02-06 paf
21266:
21267: * configure, configure.in: prefix expanded, grr
21268:
1.211 moko 21269: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21270: config changed
1.95 moko 21271:
21272: 2002-02-05 paf
21273:
1.211 moko 21274: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21275:
21276: * src/main/: pa_exec.C: argv0 now correct
21277:
21278: * src/types/pa_vstatus.C: status:rusage 3
21279:
21280: * src/types/pa_vstatus.C: status:rusage 2
21281:
1.211 moko 21282: * operators.ru.txt, operators.txt: status:rusage described int
21283: operators
1.95 moko 21284:
21285: * src/types/pa_vstatus.C: status:rusage 1
21286:
21287: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21288: src/types/types.dsp: status:rusage
21289:
1.211 moko 21290: * configure.in, operators.ru.txt, operators.txt,
21291: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21292: src/include/pa_config_includes.h, src/main/compile.tab.C,
21293: src/main/pa_common.C: rewritten ^cache to use
21294: non-blocking-exclusive-caches
21295:
21296: * src/main/pa_common.C: text file read mode on win32 adjusted
21297: [speed impact. was off for debugging purpose, but forgotten
21298: afterwards]
21299:
21300: 2002-02-01 paf
21301:
21302: * src/classes/op.C: file_write does EX lock after create, while
21303: file_read does SH after open, so there's a moment after create
21304: but before EX lock when read can sneak into, and read
21305: just-created-for-writing-and-not-yet-locked file, added a check
21306: for that in ^cache...read
21307:
21308: 2002-01-31 paf
21309:
21310: * src/main/: compile.y, compile.tab.C: disabled operator call after
21311: ^xxx:
21312:
21313: * src/main/: compile.tab.C, execute.C: made operators lookup first
21314: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21315:
21316: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21317: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21318: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21319: operators check 6.1 rewritten. now check is done at compile time
21320:
21321: * src/main/execute.C: operators check 5 floated up old error of
21322: staying in 'entered class/object' state after $a($a..) it
21323: prevented operators from being called thereafter
21324:
21325: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21326: main/execute.C: operators check 4 floated up old error of staying
21327: in 'entered object' state after ^a.a(a) it prevented operators
21328: from being called thereafter
21329:
21330: * src/main/execute.C: operators check 3 floated up old error of
21331: staying in 'entered class' state after $a:a(a) it prevented
21332: operators from being called thereafter
21333:
21334: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21335: floated up old error of staying in 'entered class' state after
21336: $a:a[a] it prevented operators from being called thereafter
21337:
21338: * src/main/execute.C: operators check, thay mistakenly seen in
21339: $class:operator $object.operators contexts
21340:
21341: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21342: win32
21343:
1.116 moko 21344: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21345: src/classes/Makefile.am, src/main/Makefile.am,
21346: src/targets/cgi/Makefile.am,
1.95 moko 21347: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21348: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21349:
1.116 moko 21350: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21351: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21352: configure, configure.in, form.txt, ident.awk, install-sh,
21353: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21354: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21355: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21356: etc/parser3.charsets/koi8-r.cfg,
21357: etc/parser3.charsets/windows-1250.cfg,
21358: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21359: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21360: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21361: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21362: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21363: straightened installation scripts procedure made
21364: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21365: change
21366:
21367: 2002-01-30 paf
21368:
21369: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21370: removed] those comments were a mistake, and prevented libltdl
21371: from function properly
21372:
21373: 2002-01-29 paf
21374:
1.116 moko 21375: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21376: creation [modified acinclude.m4 which were creating int into just
21377: assignment LIBTOOL=../libtool] added default system
21378: config&charsetts prepared 'make install', now it installs
21379: targets/cgi/parser3 into bin directory etc/parser3.conf &
21380: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21381: $sysconfdir/parser3.charsets respectively
21382:
21383: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21384: main/pa_globals.C: few forgotten ifdef XML added
21385:
21386: 2002-01-28 paf
21387:
1.116 moko 21388: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21389: removed
21390:
21391: * src/main/pa_exception.C: dom|generic error output fix
21392:
21393: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21394:
21395: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21396:
21397: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21398: [fixed as_node helper func to accept docs]
21399:
21400: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21401: xdoc.importNode 0
21402:
21403: * src/classes/xdoc.C: xdoc::set now untaints OK
21404:
21405: 2002-01-25 paf
21406:
21407: * src/main/: compile.tab.C, compile.y: #comment before @ after
21408: @SPECIAL now works OK
21409:
21410: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21411:
21412: * src/main/pa_exec.C: max arg count now 10, and proper message on
21413: violation that added
21414:
21415: * src/classes/hash.C: unified hash::sql, now
21416: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21417:
21418: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21419: ^file:lock[filename]{code}
21420:
21421: * src/: classes/file.C, classes/op.C, classes/string.C,
21422: classes/table.C, classes/xdoc.C, include/pa_common.h,
21423: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21424: to some pa_common funcs
21425:
21426: * src/: include/pa_charset.h, main/pa_globals.C:
21427: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21428:
21429: * src/: include/pa_charset.h, main/pa_charset.C,
21430: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21431: not stupid illegal define
21432:
21433: 2002-01-24 paf
21434:
21435: * src/include/pa_version.h: changed version number
21436:
21437: * src/: classes/hashfile.C, include/pa_db_table.h,
21438: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21439: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21440: main/pa_db_connection.C, main/pa_db_table.C,
21441: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21442: hashfile without logfiles
21443:
21444: * src/: classes/hashfile.C, include/pa_db_table.h,
21445: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21446: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21447: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21448: DB_INIT_TXN init bits, thus got rid of huge log files, which
21449: cluttered disk without huge need]
21450:
21451: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21452: handy macro, which is strangly abscent in dome lib
21453:
21454: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21455:
21456: * src/classes/xdoc.C: checked empty response
21457:
21458: * src/classes/xnode.C: xdoc.select fixed context node [were always
21459: /, not self node]
21460:
21461: * src/classes/xnode.C: xnode.select returns array always now, in
21462: case 'nothing found' returns empty array
21463:
21464: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21465: be more tender with ctrl/c/v
21466:
21467: 2002-01-23 paf
21468:
21469: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21470: substituted. // 2. when dom tree with entites goes under
21471: transform text nodes // got [erroreosly] cut on first
21472: entity occurance
21473:
21474: * src/types/pa_vdouble.h: double prec. todo: get rid of
21475: twice-converting
21476:
21477: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21478: 'e' in output this is for regretful twice-converting here:
21479: $a(double value) when they write double falue they convert it to
21480: string first, thus %g were losing precesion.
21481:
21482: todo: think up some way to remove double->string string->double
21483: twice-converting
21484:
21485: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21486: %.20E now default float format this is for regretful
21487: twice-converting here: $a(double value) when they write double
21488: falue they convert it to string first, thus %g were losing
21489: precesion.
21490:
21491: todo: think up some way to remove double->string string->double
21492: twice-converting
21493:
21494: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21495: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21496: reasons in comment inside
21497:
21498: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21499: statically linked]
21500:
21501: * src/: include/pa_exception.h, main/compile.tab.C,
21502: main/pa_exception.C: removed exception va_list constructor. 1.
21503: not needed anymore 2. there were a conflict[causing errors]
21504: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21505: never detected an ambiguilty here, compiling ctor(, "hello") into
21506: ctor(, va_list) which, of course, caused gpf
21507:
21508: * src/main/pa_globals.C: removed debug xslt messages
21509:
21510: 2002-01-22 paf
21511:
21512: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21513: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21514: helps compiling stylesheet properly. example: this refused to
21515: work, <b>«<xsl:value-of select="@title"
21516: />»</b> stranly worked only this way:
21517: <b>«<xsl:value-of select="@title" />»</b>
21518:
21519: docs says "set it to 1", never going into details, so I decided
21520: to try NOT to do that
21521:
21522: * src/classes/table.C: join behaived badly in case named tables
21523: structure mismatched: 0 strings sneaked into dest failing
21524: afterwards. replaced them with empty strings
21525:
21526: 2002-01-21 paf
21527:
21528: * src/main/pa_charset.C: checked empty transcoders in
21529: transcode_cstr|buf
21530:
21531: * src/classes/xdoc.C: xdoc::load error source = filespec
21532:
21533: * src/classes/xdoc.C: transform error source now
21534: stylesheet_filespec
21535:
1.116 moko 21536: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21537: include/pa_stylesheet_connection.h, main/pa_charset.C,
21538: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21539: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21540: gnome
1.95 moko 21541:
21542: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21543: include/pa_globals.h, include/pa_stylesheet_connection.h,
21544: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21545: xslt generic error 1
21546:
21547: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21548: xml generic message 1
21549:
21550: * src/classes/table.C: ^table::load empty lines or #comments before
21551: headline
21552:
21553: * src/: include/pa_array.h, include/pa_globals.h,
21554: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21555: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21556: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21557: errors 0
21558:
21559: 2002-01-16 paf
21560:
21561: * src/: classes/hash.C, classes/op.C, classes/string.C,
21562: classes/table.C, classes/void.C, classes/xdoc.C,
21563: include/pa_db_connection.h, include/pa_request.h,
21564: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21565: include/pa_stylesheet_connection.h,
21566: include/pa_stylesheet_manager.h, main/pa_request.C,
21567: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21568: targets/cgi/pool_storage.h: auto closers to sql_connection,
21569: stylesheet_connection auto destroyers to remaining gnome objects
21570:
21571: * src/classes/xdoc.C: few comments
21572:
21573: 2002-01-15 paf
21574:
21575: * src/classes/xdoc.C: xdoc file save string
21576:
21577: ready. todo: error handling
21578:
21579: * src/classes/xdoc.C: xdoc save rewritten using
21580: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21581: result
21582:
21583: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21584: started output options parsing
21585:
21586: 2002-01-14 paf
21587:
21588: * src/classes/xdoc.C: method
21589:
21590: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21591: include/pa_pool.h, include/pa_stylesheet_connection.h,
21592: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21593: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21594: xslt transform0. TODO: use output options handle errors
21595:
21596: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21597:
21598: 2002-01-11 paf
21599:
21600: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21601: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21602: partial logical && || evaluation
21603:
21604: * src/classes/xnode.C: xpath selectNodes
21605:
21606: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21607: string/number/bool
21608:
21609: * src/classes/xnode.C: xpath selectNode 2
21610:
21611: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21612: xpath selectNode 1
21613:
21614: 2002-01-10 paf
21615:
21616: * src/classes/xnode.C: xpath selectNode -100 [just written]
21617:
21618: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21619: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21620: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21621: refcounter]
21622:
21623: 2001-12-29 paf
21624:
21625: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21626: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21627: glib works 0
21628:
21629: 2001-12-28 paf
21630:
21631: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21632: main/pa_exception.C: started glib transcoders
21633:
21634: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21635:
21636: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21637: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21638: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21639: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21640: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21641: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21642: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21643: libs just compiled in. no refcounting no xpath no xslt yet
21644:
21645: 2001-12-27 paf
21646:
21647: * src/: include/pa_charset.h, include/pa_common.h,
21648: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21649: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21650: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21651: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21652: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21653: from xalan&xerces, started the process. globals [initialization
21654: pool [charset update charset [transcodings vxnode vxdoc [DOM
21655: calls
21656:
21657: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21658: anymore
21659:
21660: 2001-12-26 paf
21661:
21662: * src/: include/pa_charset.h, include/pa_charsets.h,
21663: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21664: key globalized [bug]
21665:
21666: 2001-12-25 paf
21667:
21668: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21669: main/pa_string.C: table set & append changed splitting languages,
21670: separators now can be clean AND as-is same to mail command line
21671: $MAIN:MAIL.progX arguments
21672:
21673: 2001-12-24 paf
21674:
21675: * src/classes/mail.C: one parted text messages - no multipart
21676: mime-type anymore. for convinient if $.attach-ments
21677:
21678: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21679: main/pa_string.C: read from cache size check updated
21680:
21681: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21682:
21683: 2001-12-21 paf
21684:
21685: * src/classes/date.C: date:sql-string now returns localtime
21686:
21687: * src/main/pa_request.C: $result in @main actually not working, to
21688: hell with it for now
21689:
21690: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21691: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21692: @postprocess @exception
21693:
21694: * src/main/execute.C: junction evaluation canceled - endless
21695: recursion detected
21696:
21697: 2001-12-19 paf
21698:
21699: * src/main/pa_charset.C: charset->charset transcoding via unicode
21700: intermediate
21701:
21702: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21703:
21704: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21705:
21706: * src/classes/op.C: ^cache keypath now relative
21707:
21708: * src/classes/mail.C: changed weighting prior to sort
21709:
21710: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21711: were missing
21712:
21713: 2001-12-17 paf
21714:
21715: * src/main/pa_charset.C: ifndef XML were bad type
21716:
21717: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21718: outdated unset services_pool
21719:
21720: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21721: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21722: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21723:
21724: * src/main/untaint.C: allowed space in filespec
21725:
21726: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21727:
21728: * src/classes/image.C: no govno
21729:
21730: * src/classes/image.C: govno
21731:
21732: 2001-12-16 paf
21733:
21734: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21735:
21736: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21737: charset_connection&manager replaced by charset&charsets
21738:
21739: * src/main/pa_charset.C: name_cstr 0
21740:
21741: * src/main/untaint.C: uri lang now knows about client/source
21742: charsets
21743:
21744: * src/: classes/file.C, classes/math.C, classes/op.C,
21745: classes/string.C, classes/table.C, classes/xdoc.C,
21746: include/pa_array.h, include/pa_cache_managers.h,
21747: include/pa_charset_connection.h, include/pa_charset_manager.h,
21748: include/pa_common.h, include/pa_db_connection.h,
21749: include/pa_db_manager.h, include/pa_db_table.h,
21750: include/pa_dictionary.h, include/pa_exception.h,
21751: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21752: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21753: include/pa_sapi.h, include/pa_socks.h,
21754: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21755: include/pa_string.h, include/pa_stylesheet_connection.h,
21756: include/pa_stylesheet_manager.h, include/pa_table.h,
21757: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21758: main/pa_charset.C, main/pa_charset_connection.C,
21759: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21760: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21761: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21762: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21763: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21764: types/types.dsp: introducing Charset
21765:
21766: 2001-12-14 paf
21767:
21768: * src/: include/pa_request.h, include/pa_transcoder.h,
21769: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21770: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21771: uri lang
21772:
21773: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21774:
21775: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21776:
21777: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21778: defalts_name global
21779:
21780: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21781: include/pa_request.h, main/main.dsp,
21782: main/pa_charset_connection.C, main/pa_charset_manager.C,
21783: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21784: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21785: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21786: changed charset model. now important: $request:charset
21787: $response:charset while $response:content-type.charset become
21788: unimportant [informational]
21789:
21790: 2001-12-13 paf
21791:
21792: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21793:
21794: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21795: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21796: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21797: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21798: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21799: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21800:
21801: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21802: auto_ptr part other way, because of stupid gcc 2.96
21803: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21804: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21805: FormatterListener] /usr/include/g++-3/memory:48:
21806: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21807: _Tp1 = FormatterListener, _Tp = FormatterListener]
21808:
21809: * src/classes/xdoc.C: removed extra inc
21810:
21811: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21812:
21813: * src/include/pa_types.h: msvc head debugging flag
21814:
21815: * src/classes/xdoc.C: freed up listener
21816:
21817: * src/classes/string.C: change msg '... code is not code'
21818:
21819: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21820: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21821: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21822: [past/future prob]
21823:
21824: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21825: include/pa_config_fixed.h, include/pa_db_manager.h,
21826: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21827: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21828:
21829: * src/: include/pa_config_fixed.h, main/pa_common.C,
21830: main/pa_string.C: removed signed mismatch warnings
21831:
21832: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21833: 'expires' from header outputs
21834:
21835: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21836: row ptr
21837:
21838: * src/classes/file.C: file::cgi bug, request_method were passed to
21839: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21840:
21841: * src/classes/xdoc.C: lang list updated
21842:
21843: 2001-12-10 paf
21844:
21845: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21846:
21847: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21848: erase files like that, knowing their full name introducing //
21849: theoretical problem with, for instance, "_2B" and "." fragments,
21850: // they would yield the same // because
21851: need_file_encode('_')=false // but we need to delete such files
21852: somehow, getting names from ^index
21853:
21854: * src/main/pa_string.C: ^string.replace bug fixed [bad
21855: string::join_chank break]
21856:
21857: 2001-12-07 paf
21858:
21859: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21860: include/pa_common.h, include/pa_config_auto.h.in,
21861: include/pa_config_fixed.h, include/pa_config_includes.h,
21862: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21863: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21864: types/pa_vhashfile.C: merged from r14_simple_cache
21865:
21866: * src/main/pa_string.C: stupid sparc architecture failed to access
21867: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21868: lduh [ %i2 + 1 ], %l0
21869:
21870: bus error, fixed that
21871:
21872: * src/main/pa_string.C: strange string deserialize bug on
21873: client[pmts], a bit shortened,
21874:
21875: * src/include/pa_config_auto.h.in: makes
21876:
21877: * src/: include/pa_common.h, include/pa_config_fixed.h,
21878: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21879: file write shared lock file read
21880:
21881: * src/: classes/op.C, include/pa_common.h,
21882: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21883:
21884: 2001-12-06 paf
21885:
21886: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21887: main/pa_request.C: #ifdef RESOURCES_DEBUG
21888:
21889: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21890: info
21891:
21892: * src/classes/hashfile.C: removed transaction from ^cache
21893:
21894: 2001-12-05 paf
21895:
21896: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21897: IIS5 there were a prob with illegal call check
21898:
21899: 2001-12-04 paf
21900:
21901: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21902: main/pa_request.C: measures to log
21903:
21904: 2001-11-23 paf
21905:
21906: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21907: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21908: types/pa_vhashfile.C: merged from _0014, 1
21909:
21910: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21911: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21912: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21913: ^cache(33) would change
21914:
21915: 0660 bits in file_write & hashfile create
21916:
21917: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21918: after pa_string optimization]
21919:
21920: 2001-11-22 paf
21921:
21922: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21923: table.offset[whence]
21924:
21925: * src/classes/op.C: process cstr(,connection)
21926:
21927: * src/classes/op.C: process now gets its body on current language,
21928: not as-is
21929:
21930: * src/main/untaint.C: ORIGINS mode removed UHTML
21931:
21932: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21933: bit
21934:
1.116 moko 21935: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21936:
21937: 2001-11-21 paf
21938:
21939: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21940: <xsl:output output options made identical to xsl:output
21941: attributes exclusion: cdata-section-elements what xalan can do
21942: but that not used now: it can escape and remove CDATA sections
21943:
21944: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21945: produced by xslt
21946:
21947: * src/targets/cgi/parser3.C: removed debug cgi||1
21948:
21949: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21950:
21951: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21952: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21953: default language for {code}, it happen to change it's language
21954: from CLEAN, so later refused to split by CLEAN \t
21955:
21956: 2001-11-20 paf
21957:
1.116 moko 21958: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21959: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21960: bottom of dependeces, so that errors would popup quicklier, fixed
21961: line numbering in table::sql
21962:
21963: 2001-11-19 paf
21964:
21965: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21966: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21967: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21968: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21969: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21970: at wcontext.write
21971:
1.116 moko 21972: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21973: _set_new_handler
21974:
1.116 moko 21975: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21976: set_new_handler in apache&isapi
1.95 moko 21977:
21978: 2001-11-16 paf
21979:
21980: * src/targets/cgi/parser3.C: pool debug @ die
21981:
21982: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21983: removed 8 bytes from String, 2 bytes from
21984: string::chunk::row::item
21985:
21986: * src/main/pa_string.C: removed 1+4 bytes from String
21987:
21988: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21989: types/pa_vstring.C: removed 1+4 bytes from String
21990:
21991: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21992: 0
21993:
21994: * src/: include/pa_globals.h, include/pa_string.h,
21995: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21996: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21997: targets/cgi/parser3.C: introducing estimating
21998: String::cstr_bufsize, 0
21999:
22000: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22001:
22002: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22003:
22004: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22005: include/pa_pool.h: die in pool::fail
22006:
22007: 2001-11-15 paf
22008:
22009: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22010: main/pa_exception.C, targets/cgi/parser3.C: exception with
22011: dynamic buffer re-back now with counter
22012:
22013: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22014: static buffer back
22015:
22016: * src/targets/cgi/parser3.C: std::
22017:
22018: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22019: include/pa_config_includes.h: setnewhandler check
22020:
1.116 moko 22021: * src/include/pa_config_auto.h.in: makes
1.95 moko 22022:
22023: * src/targets/cgi/parser3.C: set_new_handler started
22024:
22025: 2001-11-14 paf
22026:
22027: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22028: was wrong
22029:
22030: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22031: was wrong
22032:
22033: * src/main/pa_request.C: z
22034:
22035: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22036: full returns win32 -1 solaris >buffer_size
22037:
22038: checked all that
22039:
22040: * src/classes/op.C: ^untaint{body} as-is default now
22041:
22042: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22043: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22044: with no_bad_constructors_try
22045:
22046: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22047: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22048: this: $bred[^string::length[]] $bred[^response::clear[]]
22049: $bred[^int::int[]]
22050:
22051: now VObject creation moved into overriden
22052: VClass::create_new_value, thus 0 from create_new_value means that
22053: class has no ctors
22054:
22055: 2001-11-13 paf
22056:
22057: * src/classes/classes.C: returned accedently removed if in foreach
22058: callbacks [when hash no-0-restructure]
22059:
22060: 2001-11-12 paf
22061:
22062: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22063: passed as-is to method, xalan makes & into & itself
22064:
22065: * src/classes/date.C: date.roll parser2 alg used
22066:
22067: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22068: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22069: main/pa_dictionary.C, main/pa_hash.C,
22070: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22071: now does not containt 0 values. put 0 actullay removes. no check
22072: on 0 value in foreach now required
22073:
22074: 2001-11-11 paf
22075:
22076: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22077:
22078: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22079:
22080: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22081: driver initialize not const
22082:
22083: 2001-11-10 paf
22084:
22085: * src/main/pa_exec.C: doc
22086:
22087: 2001-11-09 paf
22088:
22089: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22090: param properly
22091:
22092: * src/classes/string.C: string.save now does untainting before
22093: saving
22094:
22095: * src/main/pa_common.C: line endings fixing fixed last piece[was
22096: still cstr oriented]
22097:
22098: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22099: line endings fixing got rid of cstr, now must work ok with post
22100: multipart
22101:
22102: * src/types/pa_vform.C: line endings fixed at post / multipart /
22103: not file also now
22104:
22105: 2001-11-08 paf
22106:
22107: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22108: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22109: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22110: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22111: main/pa_stylesheet_manager.C: restructured Cache manager to be
22112: simple parent, not second parent [gcc 2.96 strangly refused to
22113: call virtual from second parent]
22114:
1.116 moko 22115: * src/: include/pa_common.h, main/Makefile.am,
22116: targets/cgi/pa_pool.C: makes
1.95 moko 22117:
22118: * src/: include/pa_request.h, main/pa_request.C,
22119: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22120: 'status' class enabler
22121:
22122: <Location /parser-status.html> ParserStatusAllowed </Location>
22123:
22124: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22125: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22126: include/pa_stylesheet_manager.h, main/main.dsp,
22127: main/pa_cache_managers.C, main/pa_charset_manager.C,
22128: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22129: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22130: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22131: todo: apache 'status' class enabler
22132:
22133: 2001-11-05 paf
22134:
22135: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22136: debug to normal
22137:
22138: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22139: hence i removed skipping 0 values in hash::for_each-es we need to
22140: check cleaned cache items manually. few more checks.
22141:
22142: expiring to 0 time was wrong, changed to 'now' time
22143:
22144: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22145: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22146: on apache already done :)
22147:
22148: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22149: skipping 0 values in hash::for_each-es we need to check cleaned
22150: cache items manually
22151:
22152: * src/main/: pa_db_connection.C, pa_db_table.C:
22153: parser_multithreaded check was wrong
22154:
22155: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22156: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22157: classes/hashfile.C, classes/image.C, classes/int.C,
22158: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22159: classes/string.C, classes/table.C, classes/void.C,
22160: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22161: include/pa_array.h, include/pa_charset_connection.h,
22162: include/pa_charset_manager.h, include/pa_common.h,
22163: include/pa_config_fixed.h, include/pa_config_includes.h,
22164: include/pa_db_connection.h, include/pa_db_manager.h,
22165: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22166: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22167: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22168: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22169: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22170: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22171: include/pa_stack.h, include/pa_string.h,
22172: include/pa_stylesheet_connection.h,
22173: include/pa_stylesheet_manager.h, include/pa_table.h,
22174: include/pa_threads.h, include/pa_types.h, main/compile.C,
22175: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22176: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22177: main/pa_charset_manager.C, main/pa_common.C,
22178: main/pa_db_connection.C, main/pa_db_manager.C,
22179: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22180: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22181: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22182: main/pa_socks.C, main/pa_sql_driver_manager.C,
22183: main/pa_status_provider.C, main/pa_string.C,
22184: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22185: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22186: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22187: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22188: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22189: targets/isapi/pool_storage.h, types/pa_valiased.C,
22190: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22191: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22192: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22193: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22194: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22195: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22196: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22197: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22198: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22199: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22200: types/pa_vstateless_object.h, types/pa_vstatus.h,
22201: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22202: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22203: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22204: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22205: $status:db fixed used not initialized in db_connection & db_table
22206:
22207: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22208: $status:charset
22209:
22210: * src/: classes/xdoc.C, include/pa_db_connection.h,
22211: include/pa_stylesheet_connection.h,
22212: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22213: types/pa_vstatus.h: $status:stylesheet
22214:
22215: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22216: include/pa_request.h, include/pa_sql_connection.h,
22217: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22218: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22219: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22220: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22221: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22222: types/pa_vxnode.C, types/types.dsp: started status parser class
22223:
22224: 2001-11-01 paf
22225:
22226: * src/include/pa_config_auto.h.in: makes
22227:
22228: * src/main/pa_hash.C: removed old extra include
22229:
22230: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22231: checks [for hp, there are such in math.h]
22232:
22233: * src/classes/op.C: ^for endless loop check strightened
22234:
22235: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22236: behavior in native calls. it left unchanged, so ^for ^foreach &
22237: co can use r.root to write their i & key,value there
22238:
22239: * src/classes/op.C: detected for var storage bug, fixed.
22240: todo:foreach
22241:
22242: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22243: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22244: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22245: changing of hash inside of foreach
22246:
22247: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22248: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22249: were hash.foreach
22250:
22251: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22252: types/pa_vstring.C, types/pa_vstring.h:
22253: ^foreach[key|value]{body}[[separator]|{separator}]
22254:
22255: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22256: types/pa_vcookie.C: ^hash.delete[key]
22257:
22258: 2001-10-31 paf
22259:
22260: * src/main/: compile.C, pa_common.C: completely empty file now
22261: considered "read", not ignored [not perfect trick used]
22262:
22263: * src/main/pa_common.C: simplier common ifdefs
22264:
22265: * src/main/pa_common.C: typing bug in common - bad ifdeff
22266:
22267: * src/main/pa_db_connection.C: z
22268:
22269: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22270: lockdetector flags
22271: dbenv.lk_detect=DB_LOCK_RANDOM;
22272:
22273: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22274: from accidental show [imagine user forgot @exception]
22275:
22276: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22277:
22278: * src/: classes/file.C, classes/image.C, classes/mail.C,
22279: classes/string.C, classes/xnode.C, include/pa_common.h,
22280: main/pa_common.C: ^string.save[[append;]path]
22281:
22282: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22283: main/execute.C: \ in expression: int divide 10/3=3
22284:
22285: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22286: inside of ^cache
22287:
22288: * src/: include/pa_threads.h, main/pa_db_connection.C,
22289: main/pa_db_table.C, targets/cgi/pa_threads.C,
22290: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22291: needed
22292:
22293: 2001-10-30 paf
22294:
22295: * src/: classes/classes.dsp, main/main.dsp,
22296: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22297: types/types.dsp: enabled debug incremental compile
22298:
22299: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22300: form post data line endings not reformatted now.
22301:
22302: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22303: now required [had bug when file= has no value]
22304:
22305: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22306: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22307: cstr(asis) default param removed
22308:
22309: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22310:
22311: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22312:
22313: * src/include/pa_dir.h: LOAD_DIR fixed
22314:
22315: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22316: was broken} fix_line_breaks
22317:
22318: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22319: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22320: packed with #pragma pack
22321:
1.116 moko 22322: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22323:
22324: 2001-10-29 paf
22325:
22326: * src/types/pa_wcontext.h: bitfield syntax stricter
22327:
22328: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22329: string hash.puts
22330:
22331: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22332:
22333: * src/include/pa_sql_connection.h: there were one wrong
22334: SQL_CONNECTION_FUNC_GUARDED [failed]
22335:
22336: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22337: param.someday either ifdef or remove it
22338:
22339: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22340:
22341: * src/main/untaint.C: optimizing returned after debugging
22342:
22343: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22344: main/untaint.C: memory hunging #pragma pack(1)
22345:
22346: 16 419 844 13 169 394
22347:
22348: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22349: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22350: places [todo:Array]
22351:
22352: * src/: main/execute.C, targets/cgi/pa_pool.C,
22353: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22354: types/pa_wwrapper.h: debugging memory WContext flags to bits
22355:
22356: total 5 652 652/158731 total 5 469 332/158731
22357:
22358: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22359: Array:: without cache in get/put now
22360:
22361: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22362: 18:25:27 2001] total 5 652 652/158731
22363:
22364: * src/: include/pa_string.h, main/pa_string.C,
22365: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22366: now
22367:
22368: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22369: 18:11:53 2001] total 5796092/158731
22370:
22371: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22372: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22373: key ref now
22374:
22375: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22376: 17:11:17 2001] total 16867948/202658
22377:
22378: * src/: classes/file.C, classes/image.C, classes/string.C,
22379: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22380: main/execute.C, main/pa_array.C, main/pa_common.C,
22381: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22382: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22383: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22384: string::as_int/double now usually uses stack, not heap [200K out
22385: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22386:
22387: * src/main/pa_sql_driver_manager.C: ping to have services [old
22388: hiding bug]
22389:
22390: * src/Makefile.am: .am order
22391:
22392: * src/: include/pa_array.h, include/pa_charset_manager.h,
22393: include/pa_db_connection.h, include/pa_db_manager.h,
22394: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22395: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22396: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22397: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22398: required "friend class"
22399:
22400: ../include/pa_request.h:51: friend declaration requires
22401: class-key, i.e. `friend class Temp_lang'
22402:
22403: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22404: main/pa_exception.C, main/pa_sql_driver_manager.C,
22405: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22406:
22407: the idea is to #1 jump to C++ some function to main body, where
22408: every function stack frame has exception unwind information and
22409: from there... #2 propagate_exception()
22410:
22411: 2001-10-28 paf
22412:
22413: * src/main/pa_db_connection.C: removed old consts
22414:
22415: * src/main/pa_db_connection.C: expire table [was accidently pasted
22416: with wrong type/cast]
22417:
22418: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22419: translation
22420:
1.116 moko 22421: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22422: remember to build DB2 with -fexceptions!!!
22423:
22424: * src/main/pa_db_table.C: DB_RMW defed
22425:
22426: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22427: include/pa_db_connection.h, include/pa_db_manager.h,
22428: include/pa_db_table.h, main/pa_db_connection.C,
22429: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22430:
22431: 2001-10-27 paf
22432:
22433: * src/: classes/hashfile.C, include/pa_db_connection.h,
22434: include/pa_db_table.h, main/pa_db_connection.C,
22435: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22436: types/pa_vhashfile.C: DB2 ifdefs
22437:
1.116 moko 22438: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22439: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22440: makes with DB2
22441:
1.116 moko 22442: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22443: types/Makefile.am: makes db
1.95 moko 22444:
22445: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22446: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22447: globals.C
22448:
22449: * src/: classes/hashfile.C, include/pa_db_connection.h,
22450: include/pa_db_table.h, main/pa_db_connection.C,
22451: main/pa_db_table.C: ^hashfile.clear[]
22452:
22453: * src/classes/classes.awk: no $ in var names
22454:
22455: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22456: connection&table [forgotten calls]
22457:
22458: 2001-10-26 paf
22459:
22460: * src/main/pa_db_connection.C: db checkpoints
22461:
22462: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22463: checkpoints
22464:
22465: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22466: default. but entities still reparsed. todo: tothink
22467:
22468: * src/main/pa_db_connection.C: db recover mech 2
22469:
22470: * src/: classes/hashfile.C, include/pa_db_connection.h,
22471: include/pa_db_manager.h, include/pa_db_table.h,
22472: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22473: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22474: types/pa_vhashfile.h: db connections & tables now cached at
22475: create time & multithreaded
22476:
22477: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22478: parsed_source
22479:
22480: * src/main/pa_db_connection.C: about to remove connection from
22481: vhashfile
22482:
22483: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22484: transaction commit/rollback responsibility left to parent [as it
22485: sould - else there were a bug with double free]
22486:
22487: * src/include/pa_db_table.h: db: child transaction commit/rollback
22488: responsibility left to parent [as it sould - else there were a
22489: bug with double free]
22490:
22491: 2001-10-25 paf
22492:
22493: * src/: classes/hashfile.C, include/pa_common.h,
22494: include/pa_db_connection.h, include/pa_db_manager.h,
22495: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22496: types/pa_vhashfile.C, types/pa_vhashfile.h,
22497: include/pa_db_table.h, main/pa_db_table.C: started db_home
22498: [multiple, cached] todo: autorecover [tried, but not succeded,
22499: yet]
22500:
22501: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22502:
22503: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22504: transaction parent passed
22505:
22506: 2001-10-24 parser
22507:
1.116 moko 22508: * src/classes/Makefile.am: makes
1.95 moko 22509:
22510: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22511: isapi/pool_storage.h: pool_storage fixed
22512:
22513: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22514: types/pa_vform.h: form fix_line_breaks
22515:
1.116 moko 22516: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22517:
22518: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22519: targets/cgi/pool_storage.h: makes
22520:
22521: * src/sql/pa_sql_driver.h: version
22522:
22523: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22524: types/pa_vform.C, types/pa_vform.h: .am
22525:
22526: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22527: this: DB_RMW Acquire write locks instead of read locks when doing
22528: the retrieval. Setting this flag may decrease the likelihood of
22529: deadlock during a read-modify-write cycle by immediately
22530: acquiring the write lock during the read part of the cycle so
22531: that another thread of control acquiring a read lock for the same
22532: item, in its own read-modify-write cycle, will not result in
22533: deadlock
22534:
22535: * src/targets/isapi/parser3isapi.dsp: doc
22536:
22537: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22538:
22539: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22540:
22541: * src/: classes/hashfile.C, include/pa_db_connection.h,
22542: main/pa_db_connection.C: hashfile expired deleted from db when
22543: get & iterate
22544:
22545: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22546: expiring 1
22547:
22548: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22549:
22550: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22551: db_connection not bothers with key when not returning expired
22552: data
22553:
22554: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22555: types/pa_vhashfile.C: db_cursor constructor public now
22556:
22557: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22558: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22559: stamped, todo: put_element analize
22560:
22561: * src/: include/pa_db_connection.h, include/pa_string.h,
22562: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22563: serialize. todo stamp
22564:
22565: 2001-10-23 parser
22566:
22567: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22568: classes/image.C, classes/mail.C, classes/response.C,
22569: classes/string.C, classes/table.C, classes/xdoc.C,
22570: include/pa_config_fixed.h, include/pa_db_connection.h,
22571: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22572: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22573: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22574: types/pa_vtable.C: ^hashfile.hash[]
22575:
22576: * src/: classes/hashfile.C, classes/xdoc.C,
22577: include/pa_config_fixed.h, main/pa_db_manager.C,
22578: main/pa_globals.C: ifdefs so it compiled without db
22579:
22580: * src/: classes/hashfile.C, include/pa_db_connection.h,
22581: include/pa_db_manager.h, main/pa_db_connection.C,
22582: main/pa_db_manager.C, types/pa_vhashfile.h:
22583: ^hashfile.transaction{code} ^hashfile:clear[filename]
22584: ^hashfile.delete[key]
22585:
22586: 2001-10-22 parser
22587:
22588: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22589: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22590:
22591: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22592: classes/xnode.C, include/pa_charset_connection.h,
22593: include/pa_db_connection.h, include/pa_db_manager.h,
22594: include/pa_exception.h, include/pa_sapi.h,
22595: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22596: include/pa_stylesheet_connection.h,
22597: include/pa_stylesheet_manager.h,
22598: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22599: main/pa_db_connection.C, main/pa_db_manager.C,
22600: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22601: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22602: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22603: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22604: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22605: types/types.dsp: hashfile 0
22606:
22607: * src/types/pa_vhashfile.C: z
22608:
22609: * src/: classes/classes.dsp, classes/hashfile.C,
22610: include/pa_config_fixed.h, main/execute.C,
22611: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22612: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22613:
22614: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22615:
22616: * src/: include/pa_exception.h, include/pa_request.h,
22617: main/execute.C, main/pa_exception.C, main/pa_request.C,
22618: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22619: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22620:
22621: 2001-10-19 parser
22622:
22623: * src/include/pa_pool.h: header
22624:
22625: * src/main/pa_pool.C: auto compiled on gcc
22626:
22627: * src/classes/image.C: comment
22628:
1.116 moko 22629: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22630:
22631: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22633: types/pa_vxnode.h: xnode clone got freed
22634:
22635: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22636: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22637: can free up xalandomstring resulting from pool::transcode
22638:
22639: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22640: include/pa_config_fixed.h, include/pa_exception.h,
22641: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22642: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22643: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22644: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22645: from non-xml compile
22646:
22647: * src/main/pa_request.C: pool:: context - get_context
22648:
22649: * src/: classes/classes.h, classes/date.C, classes/double.C,
22650: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22651: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22652: classes/string.C, classes/table.C, classes/void.C,
22653: include/pa_config_fixed.h, include/pa_exception.h,
22654: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22655: main/compile.C, main/compile_tools.C, main/execute.C,
22656: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22657: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22658: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22659: main/pa_string.C, main/pa_table.C, main/untaint.C,
22660: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22661: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22662: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22663: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22664: types/pa_vstateless_class.h, types/pa_vtable.C,
22665: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22666: exceptions 0
22667:
22668: * src/classes/classes.awk: $ removed
22669:
22670: 2001-10-18 parser
22671:
22672: * src/types/pa_vcookie.C: cookie:CLASS
22673:
22674: * src/main/main.dsp: project
22675:
22676: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22677: set_document & ctor question "who owns document" solved
22678:
22679: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22680:
22681: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22682: main/pa_pool.C: encoding in dom creating funcs
22683:
22684: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22685: be transformed now
22686:
22687: * src/classes/xdoc.C: dom created by create can be transformed now
22688:
22689: * src/classes/xdoc.C: z
22690:
22691: * src/classes/xdoc.C: comment
22692:
22693: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22694: create now uses XercesDocumentBridge, appendChild&co now works
22695:
22696: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22697: @ recompile
22698:
22699: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22700: $origin @exception[
22701:
22702: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22703: tag names forced to XML lang
22704:
22705: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22706: leechy-found bugs in code&doc fixed
22707:
22708: 2001-10-17 parser
22709:
22710: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22711: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22712: n functionality preserved
22713:
22714: * src/types/pa_vimage.h: removed unused vimage::save
22715:
22716: 2001-10-16 parser
22717:
22718: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22719:
22720: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22721:
22722: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22723:
22724: * src/classes/image.C: image.copy tolerance
22725:
22726: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22727: ineffective, but works for small paleted image
22728:
22729: * src/types/pa_vimage.C: comment
22730:
22731: * src/classes/image.C: gd size/resize bugfix
22732:
22733: * src/: classes/classes.dsp, main/main.dsp,
22734: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22735: types/types.dsp: ident >nul 2>&1
22736:
22737: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22738: systems
22739:
22740: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22741: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22742:
22743: 2001-10-15 parser
22744:
22745: * src/main/execute.C: z
22746:
22747: * src/classes/: xdoc.C: !::create{qualifiedName}
22748:
22749: * src/types/pa_vxnode.C: document_type_node.
22750: !readonly attribute DOMString name
22751: !notation_node.
22752: !readonly attribute DOMString publicId
22753: !readonly attribute DOMString systemId
22754:
1.116 moko 22755: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22756: ::write badly passed string too transparently [failed to
22757: intercept it]
1.95 moko 22758:
22759: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22760: include/pa_request.h, main/pa_sql_driver_manager.C,
22761: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22762: types/pa_vxnode.h: DOM1 major addtion, only few
22763: attributes/methods left
22764:
22765: 2001-10-13 parser
22766:
22767: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22768: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22769: in main handler
22770:
22771: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22772: cleanups & frees order
22773:
22774: * src/types/pa_vcode_frame.h: couple comments
22775:
22776: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22777: transparent enough to handle hash if creation&passing
22778:
22779: * src/: include/pa_config_fixed.h, main/execute.C,
22780: main/pa_exception.C: noticed that vcodeframe not transparent
22781: enough, would change now
22782:
22783: 2001-10-12 parser
22784:
22785: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22786: fixed. initialization&free on each thread!
22787:
22788: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22789: handling changed: now type of default param analized always, not
22790: only at problem time, thus helping early problem spotting
22791:
22792: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22793: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22794: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22795: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22796: multithread bug fixed. initialization&free on each thread!
22797:
22798: 2001-10-11 parser
22799:
22800: * src/classes/xnode.C: xnode.selectSingle now
22801:
22802: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22803: include/pa_pool.h, include/pa_stylesheet_connection.h,
22804: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22805: convertors out of Pool into Exception
22806:
22807: * src/main/pa_string.C: const
22808:
22809: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22810: linked pieces of same language together prior to String::replace
22811:
22812: * src/classes/hash.C: !^hash.add[addme]
22813: !^hash.sub[subme]
22814: !^a.union[b] = new
22815: !^a.intersection[b] = new
22816: !^a.intersects[b] = bool
22817:
22818: * src/classes/hash.C: !^hash::append[append_from]
22819:
22820: * src/: classes/hash.C, types/pa_vhash.h:
22821: !^hash::create[[copy_from]]
22822:
22823: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22824: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22825: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22826: fixed. got rid of empty_string, which caused errors - it hasnt
22827: exception but somebody[value.bark] tried to throw it on it's pool
22828:
1.116 moko 22829: * src/include/pa_config_auto.h.in: makes
1.95 moko 22830:
22831: 2001-10-10 parser
22832:
22833: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22834:
22835: * src/main/: compile.tab.C, compile.y: ^a[
22836:
22837: @next_method << now unclosed ] would be reported here
22838:
22839: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22840: compile error
22841:
22842: 2001-10-09 parser
22843:
1.116 moko 22844: * src/: classes/Makefile.am, main/Makefile.am,
22845: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22846:
22847: * src/classes/Makefile.am: makes
22848:
22849: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22850: win32 errors intercepted [xalan transformer patched and
22851: incorporated]
22852:
22853: * src/: classes/classes.dsp, classes/xdoc.C,
22854: include/pa_stylesheet_connection.h, main/main.dsp,
22855: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22856: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22857: patches starting
22858:
22859: * src/classes/: string.C, table.C: ^string.save[file]
22860:
22861: * src/classes/: date.C, table.C: calendar moved to date
22862:
22863: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22864: string/table] now
22865:
22866: * src/classes/: op.C, table.C: z
22867:
22868: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22869: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22870: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22871: be code [be string..]
22872:
22873: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22874: table.C: lots of
22875: params->as_int/double/as_string/as_junction/as_no_junction
22876: messages added
22877:
22878: 2001-10-08 parser
22879:
22880: * src/: classes/date.C, classes/image.C, classes/string.C,
22881: classes/table.C, classes/void.C, include/pa_request.h:
22882: params->as_int/double message added
22883:
22884: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22885:
22886: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22887: image:sector removed image:html internal "line-*" attribs
22888:
22889: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22890: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22891:
22892: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22893: way
22894:
22895: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22896: main/untaint.C: header untainting to UL_HTTP_HEADER,
22897: UL_MAIL_HEADER made nonforced [only tainted pieces]
22898:
22899: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22900: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22901: @ SAPI::log
22902:
22903: * src/main/untaint.C: \r to ' ' in origins mode
22904:
22905: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22906: set]
22907:
22908: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22909: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22910: nonstandard liaison freed up
22911:
22912: 2001-10-07 parser
22913:
22914: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22915: project
22916:
22917: 2001-10-05 parser
22918:
22919: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22920: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22921: from outputing to cerr. lots of "todos"
22922:
22923: * src/main/untaint.C: http_header tainting more gentle with
22924: enquoting now
22925:
22926: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22927: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22928: xml errorhandler. fixed string.replace a little, read @test
22929:
22930: * src/main/pa_string.C: found replace bug - first_that_starts(char
22931: *) does not have limit, and looks further eos, fixing....
22932:
22933: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22934:
22935: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22936:
22937: * src/main/: pa_charset_connection.C: ctype another mem clear
22938: bugfix
22939:
1.116 moko 22940: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22941: $result[^[$p^]z] now works fine
1.95 moko 22942:
22943: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22944: wrong. fixed it
22945:
22946: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22947: of totable appered to be vital
22948:
22949: 2001-10-04 parser
22950:
22951: * src/classes/image.C: ^image.length[text]
22952:
22953: 2001-10-03 parser
22954:
22955: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22956:
22957: * src/main/pa_request.C: restored pcre defaulting in request
22958: [mindlessly "optimized" yesterday] comment left
22959:
22960: 2001-10-02 parser
22961:
22962: * src/: main/pa_charset_manager.C,
22963: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22964: needed
22965:
22966: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22967: forgot non-xml pool.*charset needed
22968:
22969: * src/classes/table.C: # config comments fixed
22970:
22971: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22972: charset_connection #comment now
22973:
22974: * src/: classes/classes.dsp, types/types.dsp: release projects
22975: options fixed to use release msvcrt lib
22976:
22977: * src/main/pa_charset_connection.C: pcre tables now const inside
22978: removed default - pcre handles that internally fixed bug on
22979: not-cleaning tables [previously was calloced, now member]
22980:
22981: * src/: include/pa_request.h, main/pa_charset_connection.C,
22982: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22983: inside removed default - pcre handles that internally fixed bug
22984: on not-cleaning tables [previously was calloced, now member]
22985:
22986: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22987: tested charset reload on file change @ apache version = OK tested
22988: freeing up prev encoding on adding new = OK
22989:
22990: 2001-10-01 parser
22991:
22992: * src/main/pa_charset_connection.C: removed entitify external hack
22993: [internal installed]
22994:
1.116 moko 22995: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22996:
22997: * src/: include/pa_charset_connection.h,
22998: include/pa_charset_manager.h,
22999: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23000: main/pa_charset_connection.C, main/pa_charset_manager.C,
23001: main/pa_request.C: charset loading & caching mech 0
23002:
23003: * src/: include/pa_stylesheet_connection.h,
23004: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23005: main/pa_globals.C, main/pa_request.C: would make charset loading
23006: & caching mech now
23007:
23008: 2001-09-30 parser
23009:
23010: * src/main/pa_request.C: forgot to fill toTable
23011:
23012: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23013: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23014: failed on win32 for now..
23015:
23016: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23017: now charsets table configuration variable is: CHARSETS
23018:
23019: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23020: ctype with unicode 1. todo: no П entities on output somehow
23021:
23022: * src/: classes/file.C, classes/op.C, classes/string.C,
23023: include/pa_request.h, main/pa_request.C: started ctype with
23024: unicode values
23025:
23026: 2001-09-28 parser
23027:
23028: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23029: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23030: string passed AS-IS now
23031:
23032: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23033: way of user-configuring... todo: implement
23034:
23035: 2001-09-27 parser
23036:
23037: * src/classes/table.C: table.sort changed to sort table itself
23038:
23039: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23040: X^.getElementsByTagName[tagname] = array of xnode
23041: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23042: nodes removed - regretfully not supported @ xalan. maybe someday
23043: would reimplement, if needed.
23044:
23045: win32build system: solved long waiting anti-non-started-apache
23046: problem
23047:
23048: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23049: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23050: types/types.dsp: win32 ident make system so not to rebuild
23051: library [ident.C.new]
23052:
23053: 2001-09-26 parser
23054:
23055: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23056: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23057: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23058: types/pa_vxnode.C, types/types.dsp: z
23059:
23060: * src/classes/classes.C: forgot one non-xml check
23061:
1.116 moko 23062: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23063: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23064:
23065: * src/targets/cgi/parser3.C: z
23066:
23067: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23068: targets/isapi/parser3isapi.C: #ifdef SMTP
23069:
23070: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23071: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23072: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23073: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23074: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23075: types/types.dsp: xdoc&xnode now
23076:
23077: * src/: classes/classes.C, classes/classes.awk,
23078: classes/classes.dsp, classes/classes.h, classes/date.C,
23079: classes/dnode.C, classes/dnode.h, classes/dom.C,
23080: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23081: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23082: classes/op.C, classes/response.C, classes/string.C,
23083: classes/table.C, classes/void.C, include/pa_array.h,
23084: include/pa_common.h, include/pa_config_fixed.h,
23085: include/pa_config_includes.h, include/pa_dictionary.h,
23086: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23087: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23088: include/pa_socks.h, include/pa_sql_connection.h,
23089: include/pa_sql_driver_manager.h, include/pa_stack.h,
23090: include/pa_string.h, include/pa_stylesheet_connection.h,
23091: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23092: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23093: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23094: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23095: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23096: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23097: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23098: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23099: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23100: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23101: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23102: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23103: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23104: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23105: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23106: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23107: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23108: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23109: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23110: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23111: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23112: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23113: types/pa_vmethod_frame.h, types/pa_vobject.h,
23114: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23115: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23116: types/pa_vstateless_object.h, types/pa_vstring.C,
23117: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23118: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23119: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23120: main.dsp splitted to main+classes+types along to .am
23121:
23122: * src/classes/Makefile.am: removed useless var
23123:
23124: * src/: classes/classes.cmd, main/main.dsp,
23125: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23126: main.dsp
23127:
23128: 2001-09-25 parser
23129:
23130: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23131: 1251 though, todo ICU
23132:
1.116 moko 23133: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23134: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23135: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23136: types/pa_vdom.h: xml configure makes
1.95 moko 23137:
23138: 2001-09-24 parser
23139:
1.116 moko 23140: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23141: types/Makefile.am: makes
1.95 moko 23142:
1.116 moko 23143: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23144:
23145: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23146: started unix makes update
23147:
23148: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23149: started unix makes update
23150:
23151: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23152:
23153: * src/types/pa_value.h: z
23154:
23155: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23156: bugs with usinge hash/table in expressions
23157:
23158: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23159: resolved conflicts fixed [const]
23160:
23161: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23162: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23163: main/compile.C, main/compile.tab.C, main/compile.y,
23164: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23165: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23166: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23167: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23168: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23169: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23170: with before_xml [merge2 actually didn't happen - i've created
23171: tags on wrong branch. so this merge is in fact re-merge]
23172:
23173: 2001-09-21 parser
23174:
23175: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23176: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23177: produced "" in make file and sadly wrong interpreted on load]
23178:
1.116 moko 23179: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23180: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23181: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23182: include/pa_sql_driver_manager.h, include/pa_string.h,
23183: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23184: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23185: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23186:
23187: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23188: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23189: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23190: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23191: main/pa_pool.C, main/pa_request.C,
23192: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23193: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23194: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23195: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23196: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23197: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23198: types/pa_vrequest.C, types/pa_vresponse.h,
23199: types/pa_vstateless_class.C, types/pa_vstring.C,
23200: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23201: created new projects for sql drivers [planning to remove sql
23202: drivers from main cvs project] first, will join latest changes
23203:
23204: * src/classes/: dom.C: defaulted dom writing methods encoding to
23205: pool.get_charset
23206:
23207: * src/classes/dom.C: defaulted dom writing methods encoding to
23208: pool.get_charset
23209:
23210: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23211: pool.get_charset
23212:
23213: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23214: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23215: methods encoding to pool.get_charset
23216:
23217: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23218: transcoder were created right "unsupported encoding" message.
23219: not @ set time, but @ use time, so until xml output functions
23220: .string, .file, .save used - no encoding name check occur
23221:
23222: reduced transcode buffer size to 60 fixed pool cleanup - no
23223: registration needed, pools are officially destructured
23224:
23225: 2001-09-20 parser
23226:
23227: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23228:
23229: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23230: $MAIN:DEFAULTS.content-type[$.charset[here]]
23231:
23232: * src/: classes/dnode.C, classes/dom.C,
23233: include/pa_config_includes.h, include/pa_globals.h,
23234: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23235: main/pa_pool.C, targets/cgi/parser3.dsp,
23236: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23237: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23238: Pool::transcode 0
23239:
23240: * src/classes/dom.C: dom. string save file moved output xml options
23241: to last param and made it optional
23242:
23243: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23244: dnodes
23245: !$attributenode.specified = boolean
23246: true if the attribute received its value explicitly
23247: in the XML document,
23248: or if a value was assigned programatically with the
23249: setValue function.
23250: false if the attribute value came from the default value
23251: declared in the document's DTD.
23252: !$pinode.target = target of this processing instruction
23253: XML defines this as being the first token following the
23254: markup
23255: that begins the processing instruction.
23256: XPath:
23257: !^node.select[xpath/query/expression] = hash of 0->node0
23258: 1->node1
23259: !^node.select-single[xpath/query/expression] = first node if
23260: any
23261:
23262: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23263: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23264: some 'const's added
23265:
23266: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23267: expression context now, there value = size and boolean value
23268: size!=0
23269:
23270: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23271: can be used in expression context now, there value = size and
23272: boolean value size!=0
23273:
23274: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23275: types/pa_vstring.h: dnode .file .string .save moved back to dom
23276: due to strange xalan bug
23277:
23278: 2001-09-18 parser
23279:
23280: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23281: classes/image.C, classes/op.C, classes/table.C,
23282: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23283: include/pa_sql_driver_manager.h, main/compile.C,
23284: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23285: main/execute.C, main/pa_common.C, main/pa_request.C,
23286: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23287: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23288: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23289: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23290: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23291: before_xml branch ^if(def $hash) now true only when
23292: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23293:
23294: * src/: classes/op.C, main/execute.C: operators self changed to
23295: root ^for variable context changed to self
23296:
23297: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23298: dnode 1
23299:
23300: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23301: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23302:
23303: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23304: poly* fixed
23305:
23306: 2001-09-17 parser
23307:
23308: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23309: types/pa_vdom.h: started dnode+dom
23310:
23311: dnode DOM methods: $node.name $node.value
23312: ...others...
23313:
23314: ^node.xpath[/rates/USD] = hash
23315: $hash[
23316: $.0[node0]
23317: $.1[node1]
23318: ]
23319:
23320: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23321: applies to all linear primitives
23322:
23323: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23324: include/pa_stylesheet_connection.h, main/main.dsp,
23325: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23326: types/pa_vimage.h: started dnode DOM: $node.name
23327: $node.value ...others... ^node.xpath[/rates/USD] = hash
23328: dom(dnode)
23329:
23330: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23331: main/compile.y, main/compile_tools.h, main/execute.C,
23332: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23333: in expression compound($aa.zz.xx) names now can have minus '-' in
23334: name after '.'
23335:
23336: 2001-09-15 parser
23337:
23338: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23339: image: $line-width ^line(...)[**** style]
23340:
23341: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23342: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23343: pool_storage - cleanups first, allocations second. apache wisely
23344: does just like that
23345:
23346: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23347: rewritten using template, no bugs now
23348:
23349: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23350: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23351: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23352: poorly started isapi pool_storage, would rewrite using template
23353: now
23354:
23355: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23356: include/pa_stylesheet_connection.h, main/main.dsp,
23357: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23358: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23359: xalan objects freed up [introducing Pool::register_cleanup]
23360:
23361: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23362: comments
23363:
23364: 2001-09-14 parser
23365:
23366: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23367: z
23368:
23369: * src/: classes/dom.C, classes/file.C, classes/image.C,
23370: classes/mail.C, include/pa_common.h,
23371: include/pa_sql_driver_manager.h, include/pa_string.h,
23372: include/pa_stylesheet_connection.h,
23373: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23374: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23375: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23376: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23377: compiled&cached
23378:
23379: 2001-09-13 parser
23380:
23381: * src/: classes/dom.C, classes/file.C, classes/image.C,
23382: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23383:
23384: * src/classes/dom.C: dom:file content-type(.method)
23385:
23386: * src/: include/pa_common.h, include/pa_globals.h,
23387: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23388: string now more informative error messages
23389:
23390: * src/: include/pa_globals.h, include/pa_request.h,
23391: main/pa_request.C, targets/cgi/parser3.C,
23392: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23393: ParserSiteConfig .../parser3.conf
23394:
23395: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23396:
23397: 2001-09-12 parser
23398:
23399: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23400: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23401: precise error reporting: "connection string must start with
23402: protocol://" now
23403:
23404: * src/main/compile.tab.C: fixed - subname code parts actually []
23405: braced
23406:
23407: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23408: lexer on LS_USER level did [] matching without setting nestage,
23409: introduced special LS_NAME_SQUARE_PART state
23410:
23411: 2001-09-11 parser
23412:
23413: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23414: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23415: languages+=xml
23416:
23417: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23418:
23419: * src/classes/dom.C: ^dom:save/string/file[output options] output
23420: options: $.method[xml|html|text] detection fixed
23421:
23422: * src/types/pa_vdom.h: messages
23423:
23424: * src/classes/dom.C: ^dom:save/string/file[output options] output
23425: options: $.method[xml|html|text] detection fixed
23426:
23427: 2001-09-10 parser
23428:
23429: * src/classes/dom.C: ^dom:save/string/file[output options] output
23430: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23431:
23432: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23433: added]
23434:
23435: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23436: ^dom.xslt[stylesheet filename] 0
23437:
23438: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23439: ^dom.xslt[stylesheet filename] -1 doc is lying
23440:
23441: * src/classes/dom.C: ^dom.file[encoding] = file
23442:
23443: * src/classes/: dom.C: ^dom.string[encoding] 1
23444: ^dom.save[encoding;filename]
23445:
23446: * src/classes/dom.C: ^dom.string[] 0
23447:
23448: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23449:
23450: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23451: types/pa_vform.h: ^dom.save[b.xml] 0
23452:
23453: 2001-09-08 parser
23454:
23455: * src/types/pa_vform.C: $form:tables.name.field
23456:
23457: 2001-09-07 parser
23458:
23459: * src/classes/table.C: table:empty removed, superceded by ^if(def
23460: $table)...
23461:
23462: * src/targets/cgi/parser3.C: z
23463:
23464: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23465: from '' to int/double is 0]
23466:
23467: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23468: $table) is false when table is empty
23469:
23470: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23471: !$form:tables $atable[$form:tables.a]
23472: ^atable.menu{a=$atable.element}[,]
23473:
23474: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23475: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23476:
1.116 moko 23477: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23478: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23479: of dom
23480:
23481: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23482: types/pa_vform.C, types/pa_vform.h: z
23483:
23484: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23485: element [not last]
23486:
1.116 moko 23487: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23488: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23489:
23490: 2001-09-06 parser
23491:
23492: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23493: table with one column 'element' and two rows: 1 and 2
23494:
23495: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23496: table with one column 'element' and two rows: 1 and 2
23497:
23498: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23499: bad int/double conversions, and now $form:nonexistent.int(88)
23500: would return 88
23501:
23502: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23503: types/pa_vhash.h: now there's special hash key '_default'
23504: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23505: $._default[xx] ] $hash.c
23506:
23507: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23508: fixed [thanks, fif], ^; were treated there non-literally
23509:
23510: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23511: doxygen
23512:
23513: * src/: classes/image.C, classes/op.C, classes/string.C,
23514: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23515: types/pa_vtable.C: few #ifndef DOXYGEN
23516:
23517: 2001-09-05 parser
23518:
23519: * src/classes/: string.C, table.C: sql options can be void [same as
23520: image:html the other day]
23521:
23522: * src/targets/cgi/Makefile.am: .am undo
23523:
23524: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23525: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23526: macro expantion on param, simply qoutes whatever passed, undone
23527:
23528: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23529: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23530: STRINGIZE(name) #name invented
23531:
23532: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23533: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23534: MAIN_SQL_DRIVERS_NAME "drivers"
23535:
23536: moved to be availible to all users
23537:
23538: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23539: SQL_DRIVER_CREATE_FUNC_NAME
23540:
23541: * src/classes/mail.C: MAIN:MAIL check fixed
23542:
23543: 2001-09-04 parser
23544:
23545: * src/classes/image.C: image.html now can accept void params
23546:
23547: * src/targets/isapi/parser3isapi.C: z
23548:
23549: * src/targets/cgi/parser3.C: full_file_spec bug
23550:
23551: * src/targets/cgi/parser3.C: getenvcheck
23552:
23553: * src/targets/cgi/parser3.C: zz
23554:
23555: * src/targets/cgi/parser3.C: zzz
23556:
23557: * src/classes/date.C: date
23558:
23559: * src/classes/date.C: date:sql-string is now without ''
23560:
1.116 moko 23561: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23562: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23563: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23564:
1.116 moko 23565: * src/include/pa_config_auto.h.in: makes
1.95 moko 23566:
23567: 2001-09-03 parser
23568:
23569: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23570:
23571: 2001-09-01 parser
23572:
23573: * src/classes/image.C: letter_spacing
23574:
23575: * src/classes/image.C: image: font params changed
23576:
23577: * src/classes/image.C: image: as_int as_string used
23578:
23579: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23580: analized
23581:
23582: 2001-08-31 parser
23583:
23584: * src/targets/cgi/parser3.C: z
23585:
1.116 moko 23586: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23587: cygwin
1.95 moko 23588:
23589: * src/classes/void.C: void:int/double += (default)
23590:
23591: * src/classes/image.C: image:font added space param image:font
23592: changed charwidth alg, added kerning const[for now]
23593:
23594: * src/classes/: string.C, table.C: string:int/double (defaults)
23595:
23596: 2001-08-29 parser
23597:
23598: * src/main/pa_exception.C: exception redundant debug info
23599:
23600: 2001-08-28 parser
23601:
23602: * src/classes/image.C: image error msgs
23603:
23604: * src/classes/image.C: image: gifsize little endian
23605:
23606: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23607: doxygeneration
23608:
23609: * src/: classes/Makefile.am, main/Makefile.am,
23610: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23611:
23612: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23613: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23614:
23615: * src/main/compile.C: NO_STRING_ORIGIN check2
23616:
23617: * src/classes/table.C: NO_STRING_ORIGIN check
23618:
23619: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23620: storage class specifiers invalid in friend function declarations
23621:
23622: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23623: main/untaint.C, targets/cgi/parser3.C,
23624: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23625: case of limit
23626:
23627: * src/: classes/file.C, main/pa_common.C: file:move
23628: autocreate/remove dest/src dir
23629:
23630: * src/: classes/string.C, include/pa_dictionary.h,
23631: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23632: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23633: to directory constructor. string:replace
23634:
23635: 2001-08-27 parser
23636:
23637: * src/classes/image.C: fixed jpgsize alg
23638:
23639: * src/classes/image.C: fixed jpgsize alg
23640:
23641: * src/main/pa_exception.C: z
23642:
23643: * src/main/pa_common.C: removed debug info from pa_common
23644:
23645: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23646: [auto.p from current dir loading]
23647:
1.116 moko 23648: * src/: main/pa_common.C, main/pa_exception.C,
23649: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23650: for solaris -lsocket
1.95 moko 23651:
23652: 2001-08-24 parser
23653:
23654: * src/targets/cgi/parser3.C: not cgi extra \n 3
23655:
23656: * src/targets/cgi/parser3.C: not cgi extra \n 2
23657:
23658: * src/targets/cgi/parser3.C: not cgi extra \n
23659:
23660: * src/main/pa_sql_driver_manager.C: z
23661:
23662: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23663: sql* removed services from disconnect - cross-request ideological
23664: probs.
23665:
23666: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23667: cross-request ideological probs. oracle - fixed bug: cs
23668: allocated on request.pool and got freed before disconnect
23669:
23670: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23671: mallocs fixed
23672:
23673: 2001-08-23 parser
23674:
23675: * src/classes/file.C: minor bug in file:save fixed
23676:
23677: * src/main/pa_sql_driver_manager.C: oracle: dlink
23678:
23679: 2001-08-22 parser
23680:
23681: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23682: types/pa_vfile.h: file:load|save[text|binary;
23683:
23684: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23685:
23686: 2001-08-21 parser
23687:
23688: * src/classes/: file.C, table.C: ^file:list
23689:
23690: 2001-08-20 parser
23691:
23692: * src/: main/compile.tab.C, main/compile.y,
23693: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23694: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23695: recousively caused problems: inc incremeted 123 literal!! fixed
23696:
23697: 2001-08-10 parser
23698:
23699: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23700:
23701: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23702: added
23703:
23704: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23705: added
23706:
23707: * src/classes/table.C: table:sort restored [it was bad test :(]
23708:
23709: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23710: ''
23711:
23712: * src/main/: pa_request.C: wanted to make const int
23713: MAX_EXECUTE_SECONDS=1;
23714:
23715: but couldnt, set_callback_and_alarm appeared to be not exported
23716: :(
23717:
23718: * src/main/pa_string.C: string.match hanged on. there were a hang
23719: check but it weren't wise enough
23720:
23721: @parse[dateString][tmp]
23722: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23723: #end
23724:
23725: @main[] ^parse[2001-02-03]
23726:
23727: * src/classes/: table.C: table:sort now default desc
23728:
23729: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23730: table.sort now creates new sorted table
23731:
23732: 2001-08-09 parser
23733:
23734: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23735:
23736: * src/classes/hash.C: hash:_default now [was hash:default]
23737:
23738: * src/classes/op.C: case without switch check added
23739:
23740: * src/types/pa_vcookie.C: cookie name&value origins added, more
23741: precise $ORIGINS(1)
23742:
23743: * src/main/Makefile.am: .am
23744:
23745: * src/classes/void.C: void: int double copy/paste from int: bug
23746: fixed
23747:
23748: * src/classes/void.C: void: int double copy/paste from int: bug
23749: fixed
23750:
23751: 2001-08-07 parser
23752:
23753: * src/: classes/double.C, classes/int.C, classes/string.C,
23754: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23755: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23756: string, table
23757:
23758: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23759: srand made working
23760:
23761: 2001-08-06 parser
23762:
23763: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23764: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23765: main/compile.tab.C, main/compile.y, main/pa_array.C,
23766: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23767: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23768:
23769: * src/main/pa_exec.C: exec win32 real filename
23770:
23771: * src/classes/file.C: exec stderr out
23772:
23773: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23774:
23775: 2001-08-03 parser
23776:
23777: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23778:
23779: 2001-08-02 parser
23780:
23781: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23782: main/execute.C, main/pa_exec.C: introducing Array_iter
23783:
23784: * src/main/execute.C: detected quick_get recursion bug. changed to
23785: get@execute, but needs array iterator, separate from array to
23786: avoid it & use caching
23787:
23788: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23789: bug fixed
23790:
23791: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23792: main/execute.C, main/pa_globals.C: found another multithread bug
23793: in op.C (last, last global var killed) :)
23794:
23795: 2001-08-01 parser
23796:
23797: * src/: include/pa_dictionary.h, include/pa_globals.h,
23798: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23799: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23800: main/untaint.C: speeded up typo-html replacements. introducing
23801: Dictionary with first-char caching
23802:
23803: 2001-07-31 parser
23804:
23805: * src/types/Makefile.am: pa_vtable.C added to .am
23806:
23807: * src/main/compile.tab.C: added, so that could be compiled even on
23808: non-bison-enabled platforms
23809:
23810: 2001-07-28 parser
23811:
23812: * src/classes/table.C: table:hash always produces hash, when can't
23813: - empty
23814:
23815: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23816: skipped \n
23817:
23818: 2001-07-27 parser
23819:
23820: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23821: on int/double/string :sql without result and default
23822:
23823: 2001-07-26 parser
23824:
23825: * src/classes/op.C: fixed bad multithread bug with strangly global
23826: OP
23827:
23828: * src/main/compile.y: $man[$.age[zzz]] 0
23829:
23830: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23831: creation syntax problem persists. restored $: for a while.
23832: thinking of $man[$.age[zzz]] syntax now
23833:
23834: * src/: classes/double.C, classes/int.C, classes/string.C,
23835: include/pa_opcode.h, main/compile.C, main/compile.y,
23836: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23837: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23838: types/pa_wwrapper.h: fixing :: realization #1
23839:
23840: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23841: main/compile_tools.h, main/execute.C, main/pa_request.C,
23842: types/pa_vmethod_frame.h: introducing :: this is constructor call
23843: prefix. ordinary : remains for static accesses
23844:
23845: 2001-07-25 parser
23846:
23847: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23848: fields 2. methods 3. columns
23849:
23850: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23851: quote. optimized double&int tostring-s
23852:
23853: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23854: whitespace before first method decl
23855:
23856: * src/classes/table.C: allowed nontable result in table:sql,
23857: results in empty table
23858:
23859: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23860: lines before first method decl
23861:
23862: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23863: types/pa_vtable.h: ^table.record[] now $table.fields
23864:
23865: * src/main/compile.y: $var[] is now empty string, not void
23866:
23867: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23868: void
23869:
23870: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23871: main/pa_globals.C: match replace code context moved to implicit
23872: $match context
23873:
23874: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23875: main/compile_tools.h, main/execute.C: with killed, code storage
23876: introduced with former 'with' syntax
23877:
23878: 2001-07-24 parser
23879:
23880: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23881: types/pa_value.h: first get_element, next get operator
23882:
23883: * src/main/compile.y: removed @end handling
23884:
23885: * src/main/: compile.C, compile.y: @end handling method2
23886:
23887: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23888: file:move
23889:
23890: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23891: fixed
23892:
23893: 2001-07-23 parser
23894:
23895: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23896: driver
23897:
23898: * src/classes/hash.C: changed sql driver query interface
23899:
23900: * src/: classes/hash.C, classes/string.C, classes/table.C,
23901: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23902: changed sql driver query interface
23903:
23904: 2001-07-20 parser
23905:
23906: * src/types/pa_vrequest.C: X!$browser:type
23907:
23908: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23909: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23910: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23911: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23912: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23913: types/pa_vobject.h, types/pa_vrequest.C,
23914: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23915: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23916: BASE element globally removed
23917:
23918: 2001-07-18 parser
23919:
23920: * src/classes/file.C: file:exec/cgi msg
23921:
23922: * src/classes/file.C: $file:exit-code renamed to 'status'
23923:
23924: * src/: classes/file.C, main/pa_exec.C: file:exec
23925:
1.116 moko 23926: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23927: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23928: removed $id from *.in *.am
1.95 moko 23929:
23930: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23931: abbrevations
23932:
23933: * src/: classes/date.C, classes/mail.C, classes/math.C,
23934: classes/string.C, classes/table.C, include/pa_globals.h,
23935: include/pa_string.h, main/execute.C, main/pa_globals.C,
23936: main/pa_request.C, main/pa_string.C, main/untaint.C,
23937: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23938: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23939: $ORIGINS(1) output tracing mode
23940:
23941: 2001-07-13 parser
23942:
23943: * src/: classes/double.C, classes/int.C, classes/string.C,
23944: include/pa_request.h, main/execute.C, main/pa_request.C:
23945: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23946: second would not call first @auto
23947:
23948: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23949: wrong, fixed
23950:
23951: 2001-07-12 parser
23952:
23953: * src/types/pa_value.h: pa_value.putelement modification of system
23954: classes prevented
23955:
23956: 2001-07-11 parser
23957:
23958: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23959: table $piece
23960:
23961: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23962: types/pa_vstateless_class.h: $file created by file:state +=
23963: .atime .mtime .ctime +found&fixed bug with exceptions on
23964: get_junction-created objects [they were on wrong pool]
23965:
23966: 2001-07-09 parser
23967:
23968: * src/main/untaint.C: qp wrong name
23969:
23970: * src/: classes/date.C, classes/string.C, classes/table.C,
23971: main/compile.y: date format 0
23972:
23973: 2001-07-07 parser
23974:
23975: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23976: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23977: roll table calendar
23978:
23979: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23980: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23981: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23982: include/pa_request.h, main/main.dsp, types/pa_value.h,
23983: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23984: string. todo: sql, calendar
23985:
23986: 2001-07-06 parser
23987:
23988: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23989: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23990:
23991: 2001-07-03 parser
23992:
23993: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23994: classes/random.C, main/main.dsp: class random renamed to math,
23995: operators became methods
23996:
23997: * src/classes/op.C: pow sqrt
23998:
23999: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24000:
24001: 2001-07-02 parser
24002:
24003: * src/classes/table.C: ^table.columns column renamed from 'name' to
24004: 'column'
24005:
24006: * src/classes/hash.C: ^hash.keys[]
24007:
24008: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24009:
24010: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24011: 'strings'
24012:
24013: 2001-06-29 parser
24014:
24015: * src/main/: execute.C: /0 %0 checkes ver 2
24016:
24017: * src/main/execute.C: /0 %0 checke
24018:
24019: * src/classes/Makefile.am: nothing - void
24020:
24021: * src/classes/table.C: empty strings @ sql
24022:
24023: 2001-06-28 parser
24024:
24025: * src/: classes/double.C, classes/file.C, classes/form.C,
24026: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24027: classes/op.C, classes/random.C, classes/response.C,
24028: classes/string.C, classes/table.C, classes/void.C,
24029: main/compile.C, main/compile_tools.C, main/execute.C,
24030: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24031: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24032: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24033: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24034: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24035: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24036: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24037: $";
24038:
24039: * src/: classes/double.C, classes/file.C, classes/form.C,
24040: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24041: classes/op.C, classes/random.C, classes/response.C,
24042: classes/string.C, classes/table.C, classes/void.C,
24043: main/compile.C, main/compile.y, main/compile_tools.C,
24044: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24045: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24046: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24047: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24048: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24049: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24050:
24051: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24052: $class:name: == ${class:name}:
24053:
24054: * src/classes/string.C: exactly one
24055:
24056: 2001-06-27 parser
24057:
24058: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24059: types/pa_vvoid.h: nothing renamed to void
24060:
24061: * src/classes/op.C: ^switch ^case
24062:
24063: * src/main/compile.y: nothing renamed to void
24064:
24065: * src/: classes/hash.C, classes/table.C, main/compile.y,
24066: main/execute.C, main/main.dsp, main/pa_request.C,
24067: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24068: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24069: void
24070:
24071: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24072:
24073: 2001-05-28 parser
24074:
24075: * src/doc/html2chm.cmd: removed >a
24076:
24077: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24078: project options [some bugs]
24079:
24080: * src/doc/sources2html.cmd: z
24081:
24082: * src/: classes/classes.C, main/compile.C, main/compile.y,
24083: main/execute.C: operators are not in root class again
24084:
24085: 2001-05-24 parser
24086:
24087: * src/targets/cgi/parser3.dsp: project file
24088:
24089: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24090: ^log ^exp
24091:
24092: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24093: conversions in @exception[params]
24094:
24095: * src/main/pa_request.C: // no _ conversions in @exception[params]
24096:
24097: 2001-05-23 parser
24098:
24099: * src/main/pa_string.C: string cmp bug
24100:
24101: * src/classes/: mail.C, op.C: rem max 1000
24102:
24103: * src/: classes/op.C, main/compile.y: allow one empty line before
24104: LS_DEF_NAME
24105:
24106: 2001-05-22 parser
24107:
24108: * src/classes/op.C: if params code-required
24109:
24110: 2001-05-21 parser
24111:
24112: * src/types/pa_vstring.C: eoleof
24113:
24114: * src/classes/Makefile.am: .AM
24115:
24116: * src/classes/nothing.C: resultless ^sql moved to nothing:
24117:
24118: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24119:
24120: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24121: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24122: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24123: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24124: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24125: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24126: 'nothing'
24127:
24128: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24129: vstring::set_string
24130:
24131: * src/classes/: double.C, int.C, string.C: int,double;sql
24132:
24133: * src/: classes/hash.C, classes/int.C, classes/string.C,
24134: classes/table.C, include/pa_string.h, main/pa_string.C,
24135: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24136:
24137: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24138: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24139: hash:sql moved to main trunc. operators.txt updated
24140:
24141: * src/classes/: hash.C, op.C, table.C: hash:sql
24142:
24143: * src/classes/op.C: z
24144:
24145: * src/: main/compile.C, classes/classes.C: 1
24146:
24147: * src/: classes/classes.C, main/compile.C, main/compile.y,
24148: main/execute.C: 0
24149:
24150: * src/main/execute.C: z
24151:
24152: * src/targets/cgi/parser3.C: z
24153:
24154: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24155: site_auto_path "." in that case
24156:
24157: * src/targets/cgi/: parser3.C: z
24158:
24159: * src/main/pa_request.C: .am
24160:
24161: * src/: main/pa_request.C, targets/cgi/parser3.C:
24162: pcre_tables=pcre_default_tables;
24163:
24164: 2001-05-19 parser
24165:
24166: * src/main/pa_string.C: z
24167:
24168: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24169: introducing String::cstr_bufsize, returns just size+1 for as_is
24170: target.
24171:
24172: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24173: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24174: used, 4* mem wasted
24175:
24176: * src/classes/string.C: root context in match replace body now
24177: unchanged
24178:
24179: * src/types/pa_value.h: parameter # 1 based
24180:
24181: * src/main/pa_common.C: common: actual filename '%s'
24182:
24183: * src/classes/string.C: z
24184:
24185: * src/classes/Makefile.am: classes/.am
24186:
24187: * src/classes/: Makefile.am: classes/.am
24188:
24189: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24190: targets/cgi/pa_pool.C: classes/.am
24191:
24192: 2001-05-18 parser
24193:
1.116 moko 24194: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24195: pa_threads.C ins
1.95 moko 24196:
24197: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24198:
24199: 2001-05-17 parser
24200:
24201: * src/: classes/string.C, include/pa_config_fixed.h,
24202: include/pa_config_includes.h, main/compile.y,
24203: main/compile_tools.h, main/execute.C, main/pa_array.C,
24204: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24205: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24206: types/pa_vform.C: #include "pa_config_includes.h" removed from
24207: most .C
24208:
24209: * src/doc/html2chm.cmd: z
24210:
24211: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24212: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24213:
24214: * src/main/pa_sql_driver_manager.C: moved expiration to
24215: get_connection_from_cache
24216:
24217: * src/main/pa_sql_driver_manager.C: cache expiration bf
24218:
24219: * src/: classes/classes.h, include/pa_sql_connection.h,
24220: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24221: cache expiration[use SQL_Driver::disconnect]
24222:
24223: * src/main/pa_table.C: table.locate current restored on "not found"
24224:
24225: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24226: line no
24227:
24228: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24229: ANTI_ENDLESS_EXECUTE_RECOURSION
24230:
24231: * src/: classes/op.C, include/pa_sql_connection.h,
24232: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24233: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24234: 1driver and set_services fight for driver::fservices. before fix
24235:
24236: * src/: classes/op.C, include/pa_config_fixed.h,
24237: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24238: main/pa_sql_driver_manager.C: found problem at last: 2connections
24239: own 1driver and set_services fight for driver::fservices. before
24240: fix
24241:
24242: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24243: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24244: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24245: pa_threads.C
24246:
24247: * src/include/pa_threads.h: removed targets/parser
24248:
24249: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24250: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24251: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24252: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24253: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24254: headers
24255:
24256: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24257: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24258: order prevented sqlmanager to see MULTYTHREAD define
24259:
24260: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24261: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24262: put/gets
24263:
24264: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24265: from hash.h
24266:
24267: * src/: classes/op.C, include/pa_sql_connection.h,
24268: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24269: from cache ->set_services(&services);
24270:
24271: 2001-05-16 parser
24272:
24273: * src/targets/cgi/parser3.C: z
24274:
24275: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24276: debug, #ifdefed some. would debug later, on more precise sample
24277: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24278: $name.$tail[$tail!] $name.$tail } ok3
24279:
24280: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24281: removed array debug. before vstring rebasing
24282:
24283: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24284: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24285: array debugged; adjusted
24286:
24287: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24288: SQL_Driver_manager line no for connect/charset errors
24289:
24290: 2001-05-15 parser
24291:
24292: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24293: main/pa_string.C: string+array made linear grows
24294:
24295: * src/: include/pa_string.h, main/pa_string.C,
24296: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24297: grow lineary, not exponentialy
24298:
24299: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24300: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24301: with fullchunk cmps
24302:
24303: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24304: 70041= 81
24305:
24306: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24307: targets/cgi/parser3.C: detected huge mem allocation: size/times
24308: malloc 27809390/368771, calloc 3232/83. would test now
24309:
24310: * src/: classes/random.C, main/compile.y, main/execute.C,
24311: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24312: numbered params had wrong name - for instance: bad error message
24313: in ^for[] bad body type. fixed
24314:
24315: 2001-05-14 parser
24316:
24317: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24318: main/untaint.C: ^string.upper|lower[]
24319:
24320: 2001-05-11 parser
24321:
24322: * src/: classes/double.C, classes/image.C, classes/op.C,
24323: classes/string.C, classes/table.C, classes/unknown.C,
24324: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24325: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24326: types/pa_vunknown.h: op: MAX_LOOPS as_int
24327:
24328: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24329: .dsp for win32tools
24330:
24331: 2001-05-11 paf
24332:
24333: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24334: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24335: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24336: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24337:
24338: 2001-05-10 paf
24339:
24340: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24341: for C++, that's all
24342:
1.116 moko 24343: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24344: pa_config_includes.h: inline wonders
1.95 moko 24345:
24346: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24347: doc/doxygen.cmd: hash.C added
24348:
24349: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24350:
24351: * src/main/compile.y: @end grammar: allowed zero strings in control
24352: menthod
24353:
24354: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24355: pa_vstateless_object.h: changed priority: field before method
24356: lookup in vclass & vobject
24357:
24358: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24359: grammar: priorities changes [lowerd && prior] vobject: now first
24360: fields, next methods
24361:
24362: 2001-05-08 paf
24363:
24364: * src/main/pa_table.C: table columnname2item on nameless ignored
24365: bark=false. fixed
24366:
24367: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24368: types/pa_vmethod_frame.h: hash:default works at last!
24369:
24370: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24371: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24372: hash:default
24373:
24374: * src/classes/table.C: z
24375:
24376: * src/classes/table.C: table:hash always hash of hash now
24377:
24378: * src/classes/table.C: table:empty return bool now
24379:
24380: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24381: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24382: types/pa_vtable.h: table:hash
24383:
24384: * src/classes/table.C: table:record have name
24385:
24386: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24387: returns vunknown
24388:
24389: * src/classes/: double.C, int.C, op.C, string.C:
24390: int,double,string:int[] double[] string:length[] results now have
24391: hames
24392:
24393: * src/: classes/op.C, classes/table.C, main/main.dsp,
24394: types/pa_vtable.h: removed table:find. table:locate and op:eval
24395: now return bool
24396:
24397: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24398: in method checkparams again. fixed
24399:
24400: 2001-05-07 paf
24401:
24402: * src/doc/chm.cmd: cmd
24403:
24404: * src/: classes/image.C, classes/mail.C, classes/string.C,
24405: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24406: types/pa_value.h: method reported errors on wrong pool
24407:
24408: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24409: now
24410:
24411: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24412: include/code.h, include/pa_opcode.h, main/compile.C,
24413: main/compile_tools.h, main/execute.C, types/pa_value.h,
24414: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24415: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24416: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24417: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24418: types/pa_vmethod_frame.h, types/pa_vobject.h,
24419: types/pa_vrequest.h, types/pa_vresponse.h,
24420: types/pa_vstateless_class.h, types/pa_vstring.h,
24421: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24422: types/pa_wwrapper.h: pa_code.h
24423:
24424: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24425:
24426: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24427: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24428: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24429: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24430: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24431: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24432: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24433: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24434: types/pa_vtable.h: dox, split by not clean parts also
24435:
24436: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24437: types/pa_vtable.h: table: fields, then methods. so to enable
24438: 'dir' fields & co. more
24439:
24440: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24441: so to enable 'dir' fields & co.
24442:
24443: * src/main/compile.y: grammar: @end
24444:
24445: 2001-05-04 paf
24446:
24447: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24448: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24449:
24450: * src/: classes/classes.h, classes/double.C, classes/file.C,
24451: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24452: classes/op.C, classes/random.C, classes/response.C,
24453: classes/string.C, classes/table.C, classes/unknown.C,
24454: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24455: method dox
24456:
24457: 2001-05-03 paf
24458:
24459: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24460: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24461: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24462: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24463: doc/string.dox, doc/targets.dox, doc/value.dox,
24464: main/pa_request.C: dox splitted .dox files and added some
24465:
24466: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24467:
24468: 2001-05-02 paf
24469:
24470: * src/classes/: image.C, table.C: table:dir result are not tainted
24471: by file_name language now
24472:
24473: 2001-04-28 paf
24474:
24475: * src/classes/classes.inc: removed classes.inc
24476:
24477: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24478: from .am
24479:
24480: * src/classes/classes.awk: skipped classes in .awk
24481:
24482: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24483: classes/classes.inc, classes/double.C, classes/file.C,
24484: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24485: classes/string.C, classes/table.C, classes/unknown.C,
24486: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24487: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24488: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24489: pa_methoded back to classes/classes.h
24490:
24491: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24492:
24493: * src/: classes/Makefile.am, classes/classes.awk,
24494: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24495: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24496:
24497: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24498: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24499: classes/response.C, classes/string.C, classes/table.C,
24500: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24501: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24502: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24503: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24504: include|main/pa_methoded
24505:
24506: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24507: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24508:
24509: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24510: moved some configured data to request::classes_conf moved some
24511: string crations from globals to M... [works]
24512:
24513: * src/: classes/form.C, classes/mail.C, classes/op.C,
24514: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24515: main/pa_request.C: moved some configured data to
24516: request::classes_conf moved some string crations from globals to
24517: M...
24518:
24519: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24520: about to move configured data to special request hash
24521:
24522: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24523: classes/form.C, classes/mail.C, include/pa_request.h,
24524: main/pa_request.C: configure started
24525:
24526: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24527: 2. todo: methoded-configure
24528:
24529: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24530: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24531: classes/_random.h, classes/_response.h, classes/_string.h,
24532: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24533: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24534: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24535: classes/random.C, classes/response.C, classes/string.C,
24536: classes/table.C, classes/unknown.C, include/pa_globals.h,
24537: include/pa_request.h, main/compile.y, main/execute.C,
24538: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24539: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24540: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24541: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24542: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24543: types/pa_vrequest.h, types/pa_vresponse.h,
24544: types/pa_vstateless_class.h, types/pa_vstring.h,
24545: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24546: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24547: methoded-configure
24548:
24549: * src/: classes/file.C, classes/table.C, main/compile.y,
24550: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24551: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24552: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24553:
24554: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24555: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24556: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24557: classes/random.C, classes/response.C, classes/string.C,
24558: classes/table.C, classes/unknown.C, include/pa_request.h,
24559: main/compile.y, main/execute.C, main/pa_globals.C,
24560: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24561: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24562: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24563: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24564: beautifying just compiled. todo: debug, configure
24565:
24566: 2001-04-27 paf
24567:
24568: * src/: classes/file.C, classes/image.C, classes/table.C,
24569: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24570: beautifying -99
24571:
24572: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24573: classes/_response.h, classes/_unknown.h, classes/classes.C,
24574: classes/classes.h, classes/double.C, classes/file.C,
24575: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24576: classes/op.C, classes/random.C, classes/response.C,
24577: classes/string.C, include/pa_globals.h, main/main.dsp,
24578: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24579: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24580: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24581: types/pa_vunknown.h: beautifying -100
24582:
24583: * src/main/compile.y: serge@ found @CLASS bug. fixed
24584:
24585: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24586: classes/_op.h, classes/_random.h, classes/_table.h,
24587: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24588: classes/op.C, classes/random.C, classes/response.C,
24589: classes/string.C, classes/table.C, classes/unknown.C,
24590: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24591: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24592: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24593: beautifying
24594:
24595: 2001-04-26 paf
24596:
24597: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24598:
24599: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24600: documentation ++
24601:
24602: * src/: classes/_exec.h, doc/doxygen.cfg,
24603: include/pa_config_fixed.h, include/pa_config_includes.h,
24604: targets/cgi/pa_pool.C: code documentation ++
24605:
24606: * src/: classes/_image.h, classes/op.C, classes/random.C,
24607: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24608: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24609: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24610: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24611: types/pa_vmethod_frame.h, types/pa_vobject.h,
24612: types/pa_vrequest.C, types/pa_vrequest.h,
24613: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24614: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24615: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24616: code documentation ++
24617:
24618: * src/: classes/image.C, classes/mail.C, classes/string.C,
24619: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24620: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24621: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24622: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24623: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24624: types/pa_vobject.h, types/pa_vstateless_class.h,
24625: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24626:
24627: * src/main/: pa_request.C, pa_string.C: z
24628:
24629: * src/: include/pa_common.h, include/pa_types.h,
24630: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24631: connection caching fixed. request-pooled-url were stored into
24632: global connectioncache
24633:
24634: 2001-04-25 paf
24635:
24636: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24637: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24638:
24639: * src/: include/code.h, include/pa_common.h, main/compile.y,
24640: main/execute.C, main/pa_common.C: -d
24641:
24642: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24643: illegal call check a bit improved, but still under iis no mapping
24644: of dir with parser allowed!
24645:
24646: 2001-04-24 paf
24647:
24648: * src/targets/Makefile.am: apache module lib .am
24649:
24650: * src/main/pa_exec.C: windows32 buildCommand
24651:
24652: 2001-04-23 paf
24653:
24654: * src/targets/cgi/Makefile.am: win32 conditional
24655:
24656: * src/targets/cgi/Makefile.am: win32 conditional
24657:
24658: * src/targets/cgi/Makefile.am: liblink
24659:
24660: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24661: vfile fields return type
24662:
24663: * src/types/pa_vfile.h: vfile fields return type
24664:
24665: * src/include/pa_config_auto.h.in: .h.in
24666:
24667: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24668: types/Makefile: makefiles removed
24669:
24670: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24671: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24672:
24673: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24674: [tested: i & g ]
24675:
24676: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24677: @test noticed series in isapi, check how initialize_random_class
24678: is called! [must be called only once]
24679:
24680: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24681: would not be 'unknown column'
24682:
24683: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24684: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24685:
24686: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24687: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24688: [now doesnt]
24689:
24690: * src/targets/cgi/parser3.C: cgi cmdline ver
24691:
24692: * src/targets/cgi/parser3.C: cgi /// @test disable
24693: /cgi-bin/parser3/auto.p
24694:
24695: * src/main/untaint.C: untaint without charset
24696:
24697: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24698: main/pa_common.C: common: file_write /// @test mkdirs
24699: file_delete rmdirs
24700:
24701: * src/main/untaint.C: mail header only once to =?
24702:
24703: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24704: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24705: main/untaint.C: untaint - @test optimize whitespaces for
24706: all but 'html'
24707:
24708: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24709: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24710: main/untaint.C: untaint - @test mail-header
24711:
24712: 2001-04-20 paf
24713:
24714: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24715: include/pa_request.h, include/pa_string.h, main/compile.y,
24716: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24717: targets/cgi/parser3.C: $MAIN:LOCALE
24718:
24719: * src/main/untaint.C: z
24720:
24721: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24722:
24723: 2001-04-19 paf
24724:
24725: * src/main/compile_tools.h: $a$b bugfix
24726:
24727: * src/targets/cgi/parser3.C: z
24728:
24729: * src/classes/file.C: z
24730:
24731: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24732: done: header to $fields. waits for header '\' tricks
24733:
24734: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24735: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24736: changed urlencode here and in untaint.C to HTTP standard's " and
24737: \" mech
24738:
24739: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24740: http://alx/~paf/ doesnt load /auto.p
24741:
24742: 2001-04-18 paf
24743:
24744: * src/main/pa_request.C: 1
24745:
24746: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24747: linux @alx
24748:
24749: 2001-04-17 paf
24750:
24751: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24752: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24753: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24754: enabled
24755:
24756: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24757: classes/_exec.h, classes/_file.h, classes/_form.h,
24758: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24759: classes/_random.h, classes/_response.h, classes/_string.h,
24760: classes/_table.h, classes/_unknown.h, classes/file.C,
24761: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24762: include/pa_config_fixed.h, include/pa_config_includes.h,
24763: include/pa_hash.h, include/pa_sql_driver_manager.h,
24764: include/pa_version.h, main/Makefile.am, main/compile.y,
24765: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24766: main/pa_sql_driver_manager.C, sql/Makefile.am,
24767: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24768: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24769: types/pa_vform.C, types/pa_vimage.h: exec @jav
24770:
24771: * src/: include/pa_sql_driver_manager.h,
24772: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24773: types/pa_vimage.h: sql driver interface now has initialize(client
24774: .so)
24775:
24776: 2001-04-16 paf
24777:
24778: * src/Makefile.am: compile2 cygwin
24779:
24780: * src/: include/pa_config_includes.h, main/pa_exec.C,
24781: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24782:
24783: * src/targets/cgi/Makefile.am: compile0 jav
24784:
24785: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24786: classes/_exec.h, classes/_file.h, classes/_form.h,
24787: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24788: classes/_random.h, classes/_response.h, classes/_string.h,
24789: classes/_table.h, classes/_unknown.h, classes/image.C,
24790: classes/mail.C, classes/op.C, classes/random.C,
24791: include/pa_config_fixed.h, include/pa_config_includes.h,
24792: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24793: main/compile.y, main/pa_common.C, main/pa_exec.C,
24794: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24795: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24796: compile-1
24797:
24798: 2001-04-15 paf
24799:
24800: * src/classes/op.C: z
24801:
24802: * src/classes/table.C: table:empty +=process
24803:
24804: * src/types/pa_value.h: MethodParams !junction
24805:
24806: * src/: classes/_string.h, classes/double.C, classes/file.C,
24807: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24808: classes/random.C, classes/response.C, classes/string.C,
24809: classes/table.C, classes/unknown.C, main/pa_request.C:
24810: MethodParams everywhere
24811:
24812: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24813: types/pa_vmethod_frame.h: MethodParams in op.C
24814:
24815: 2001-04-12 paf
24816:
24817: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24818:
24819: * src/: classes/_unknown.h, classes/unknown.C,
24820: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24821: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24822:
24823: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24824:
24825: * src/classes/image.C: image:gif now does not have params
24826:
24827: * src/classes/image.C:
24828: image:line/fill/rectangle/bar/replace/polygon/polybar
24829:
24830: * src/: classes/image.C, classes/op.C, main/execute.C,
24831: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24832: for var now written not to r.wcontext, but to r.root cleared
24833: "entered_object" state
24834:
24835: 2001-04-11 paf
24836:
24837: * src/classes/image.C: image:create image:load
24838:
24839: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24840: just compiled
24841:
24842: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24843: todo: gif without file
24844:
24845: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24846: started porting to Pooled descendant
24847:
24848: * src/: classes/image.C, main/execute.C, main/main.dsp,
24849: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24850: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24851: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24852:
24853: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24854: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24855: end. switching to python imaging lib
24856:
24857: * src/main/main.dsp: gd+smtp made separate libs
24858:
24859: * src/: include/pa_globals.h, include/pa_string.h,
24860: main/pa_common.C, main/pa_request.C, main/untaint.C,
24861: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24862: length
24863:
24864: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24865: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24866: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24867: UL_FILE_NAME of posted file name
24868:
24869: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24870: post [broke when moved post read to core]
24871:
24872: 2001-04-10 paf
24873:
24874: * src/classes/image.C: image:html done
24875:
24876: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24877:
24878: * src/classes/image.C: z
24879:
24880: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24881: forgotten!
24882:
24883: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24884: main/pa_request.C, main/pa_string.C, main/untaint.C,
24885: types/pa_vimage.h: image:measure -90
24886:
24887: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24888: classes/_int.h, classes/_mail.h, classes/_op.h,
24889: classes/_random.h, classes/_response.h, classes/_string.h,
24890: classes/_table.h, classes/file.C, classes/mail.C,
24891: include/pa_common.h, include/pa_globals.h, main/execute.C,
24892: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24893: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24894: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24895: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24896: compiled
24897:
24898: * src/classes/mail.C: minor bug with unclear from/to
24899:
24900: * src/classes/mail.C: sendmail unix skipping defaults
24901:
24902: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24903: sendmail unix added defaults
24904:
24905: * src/classes/mail.C: unix sendmail compiled. todo:testing
24906:
24907: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24908:
24909: 2001-04-09 paf
24910:
24911: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24912: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24913: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24914: targets/isapi/parser3isapi.dsp: all targets exec
24915:
24916: * src/: include/pa_sapi.h, include/pa_string.h,
24917: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24918: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24919: args in apache:util.script
24920:
24921: * src/include/pa_string.h: written but not tested exec with env for
24922: unix
24923:
24924: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24925: targets/cgi/parser3.C: exec win32 env
24926:
24927: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24928: 0
24929:
24930: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24931: main/execute.C, main/main.dsp, main/pa_globals.C,
24932: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24933: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24934:
24935: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24936: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24937:
24938: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24939: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24940:
24941: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24942: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24943: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24944: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24945: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24946: exec class just compiled. moved post read to request core
24947:
24948: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24949: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24950: main/pa_globals.C, targets/cgi/parser3.C,
24951: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24952: are already read by vform
24953:
24954: 2001-04-08 paf
24955:
24956: * src/: classes/file.C, classes/mail.C, classes/string.C,
24957: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24958: uuencode. string<<
24959:
24960: 2001-04-07 paf
24961:
24962: * src/classes/mail.C: z
24963:
24964: * src/classes/mail.C: z
24965:
24966: * src/classes/mail.C: ^mail[$attach
24967:
24968: * src/classes/mail.C: ^attach dead end
24969:
24970: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24971: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24972: targets/isapi/parser3isapi.C: mail:send 1
24973:
24974: * src/: classes/mail.C, main/pa_request.C: z
24975:
24976: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24977: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24978: compiled
24979:
24980: * src/classes/mail.C: +=
24981:
24982: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24983: prepared
24984:
24985: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24986: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24987: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24988: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24989:
24990: 2001-04-06 paf
24991:
24992: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24993: main/pa_string.C: table:dir 1
24994:
24995: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24996: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24997:
24998: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24999: classes/root.C, include/pa_globals.h, include/pa_request.h,
25000: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25001: main/pa_request.C: renamed 'root' to 'op'
25002:
25003: * src/classes/: _op.h, op.C: renamed from 'root'
25004:
25005: * src/types/pa_valiased.C: another root inherititance skipped
25006:
25007: * src/main/: compile.C, compile.y, execute.C: operators are now not
25008: root methods of parent class. just 'ROOT' class
25009:
25010: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25011: @office
25012:
25013: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25014:
25015: 2001-04-05 paf
25016:
25017: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25018: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25019: constructor flag dropped at get_method_frame and remembered into
25020: method_frame
25021:
25022: * src/: classes/file.C, classes/root.C, classes/string.C,
25023: classes/table.C, main/pa_request.C: junction to code&expression
25024: in errors
25025:
25026: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25027: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25028: $LOCALE:ctype[Russian_Russia.1251]
25029:
25030: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25031: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25032: main/pa_table.C: hash now not thread-safe.
25033:
25034: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25035: main/untaint.C: z
25036:
25037: * src/: classes/random.C, classes/root.C, classes/table.C,
25038: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25039: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25040: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25041: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25042:
25043: * src/: classes/table.C, include/pa_sql_connection.h,
25044: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25045:
25046: * src/classes/table.C: select * from hren error contains statement
25047:
25048: * src/: classes/table.C, include/pa_sql_connection.h,
25049: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25050: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25051:
25052: * src/: classes/root.C, include/pa_sql_connection.h,
25053: include/pa_sql_driver.h, main/main.dsp,
25054: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25055: services for conv memory & error reporting
25056:
25057: 2001-04-04 paf
25058:
25059: * src/doc/doxygen.cfg: z
25060:
25061: * src/include/pa_sql_driver.h: mysql connect
25062:
25063: * src/include/pa_sql_driver.h: mysql info
25064:
25065: * src/: classes/root.C, include/pa_sql_driver.h,
25066: include/pa_sql_driver_manager.h, main/main.dsp,
25067: main/pa_sql_driver_manager.C: more manager&connection&driver
25068:
25069: * src/sql/Makefile.am: forgot to add mysql client
25070:
25071: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25072: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25073: [forgot to add libltdl, added]
25074:
25075: * src/: Makefile.am, classes/root.C, classes/string.C,
25076: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25077: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25078: include/pa_string.h, include/pa_table.h, main/main.dsp,
25079: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25080: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25081: -1000 just compiled
25082:
25083: * src/: classes/random.C, classes/root.C, classes/table.C,
25084: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25085: main/pa_request.C, types/pa_vclass.h: sql frame -10
25086:
25087: 2001-04-03 paf
25088:
25089: * src/types/pa_vform.C: z
25090:
25091: * src/: classes/string.C, types/pa_vform.C: string:match replace
25092: assigned lang
25093:
25094: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25095: {}[]< empty []
25096:
25097: * src/: classes/file.C, classes/string.C, classes/table.C,
25098: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25099: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25100:
25101: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25102: string:match replace strange matches
25103:
25104: * src/classes/string.C: string:match replace 0
25105:
25106: * src/: classes/string.C, main/pa_string.C: string:match replace
25107: prepared 2
25108:
25109: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25110: string:match replace prepared
25111:
25112: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25113: string:match replace -11
25114:
25115: * src/: classes/string.C, include/pa_globals.h,
25116: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25117: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25118:
25119: * src/: classes/string.C, include/pa_globals.h,
25120: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25121: main/pa_string.C: string:match [search] -1 just compiled
25122:
25123: * src/types/pa_vstring.C: z
25124:
25125: * src/: classes/double.C, classes/file.C, classes/form.C,
25126: classes/int.C, classes/response.C, classes/root.C,
25127: classes/string.C, classes/table.C, include/pa_string.h,
25128: main/pa_string.C: string:match -10 [frame]
25129:
25130: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25131: main/pa_request.C: z
25132:
25133: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25134: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25135: todo/tests
25136:
25137: * src/include/pa_common.h: z
25138:
25139: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25140: main/pa_request.C, targets/cgi/parser3.C,
25141: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25142: content-disposition
25143:
25144: * src/: include/pa_common.h, include/pa_globals.h,
25145: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25146: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25147:
25148: * src/: include/pa_common.h, include/pa_request.h,
25149: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25150: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25151: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25152: response:body
25153:
25154: * src/classes/table.C: table:append now uses string::split
25155:
25156: * src/classes/table.C: z
25157:
25158: * src/: classes/file.C, classes/root.C, classes/string.C,
25159: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25160: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25161: include/pa_string.h, main/execute.C, main/pa_string.C,
25162: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25163: string::pos & cmp & piece bugs fixed. string::split new
25164: table:load separated from set table:set implemented with clean \n
25165: \t searches
25166:
25167: 2001-04-02 paf
25168:
25169: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25170: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25171: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25172: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25173: it in table:set/load
25174:
25175: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25176: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25177:
25178: * src/classes/random.C: random:generate 1
25179:
25180: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25181: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25182: types/pa_value.h: random:generate
25183:
25184: 2001-03-30 paf
25185:
25186: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25187: todo: table flip and append. string::pos
25188:
25189: * src/: classes/double.C, classes/file.C, classes/int.C,
25190: classes/response.C, classes/root.C, classes/string.C,
25191: classes/table.C, main/compile.y, main/execute.C,
25192: types/pa_value.h, types/pa_vstateless_class.C,
25193: types/pa_vstateless_class.h: static|dynamic|any method
25194: registration
25195:
25196: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25197: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25198: table:flip
25199:
25200: 2001-03-29 paf
25201:
25202: * src/classes/string.C: string:xsplit forgot that they must result
25203: in 1 row N column [not vice versa]
25204:
25205: * src/classes/string.C: z
25206:
25207: * src/classes/string.C: string: rsplit
25208:
25209: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25210: string: lsplit
25211:
25212: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25213: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25214: lsplit -1
25215:
25216: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25217: string: pos
25218:
25219: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25220: string: pos -1
25221:
25222: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25223: main/compile.y, main/pa_request.C, main/pa_string.C,
25224: main/untaint.C: string: left right mid
25225:
25226: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25227: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25228: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25229: and [;] are different now.
25230:
25231: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25232: main/untaint.C: pool.request undone
25233:
25234: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25235: main/untaint.C: pool.request
25236:
25237: 2001-03-28 paf
25238:
25239: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25240: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25241: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25242: $request:browser [.type .version]; unknown.get_double now = 0.
25243:
25244: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25245: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25246: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25247: types/pa_vform.C: file:load autodetection of mime-type by
25248: user-file-name
25249:
25250: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25251: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25252: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25253:
25254: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25255: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25256: write. must be self.set
25257:
25258: * src/: classes/file.C, classes/root.C, classes/table.C,
25259: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25260:
25261: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25262: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25263: types/pa_vtable.h: table:locate just compiled
25264:
25265: 2001-03-27 paf
25266:
25267: * src/main/: execute.C, pa_common.C: fixed r/w context of
25268: code-params2, fixed ntfs hardlink slow dir update
25269:
25270: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25271: types/pa_wcontext.h: fixed r/w context of code-params
25272:
25273: * src/: classes/table.C, main/execute.C: about to change junction
25274: rcontext!!
25275:
25276: * src/: classes/double.C, classes/int.C, classes/root.C,
25277: classes/string.C, classes/table.C, main/compile_tools.C,
25278: main/execute.C, main/pa_request.C, main/untaint.C,
25279: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25280: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25281: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25282: types/pa_vunknown.h: sort 0
25283:
25284: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25285: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25286: renamed to are_static_calls_disabled
25287:
25288: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25289: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25290: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25291: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25292:
25293: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25294:
25295: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25296: started table:sort fixed minor bug in #...^{
25297:
25298: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25299: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25300: decided to have as it were. stepped back. grammar: added 'in'
25301: 'is' 'lt'&co follow-space check
25302:
25303: 2001-03-26 paf
25304:
25305: * src/: classes/file.C, classes/root.C, classes/table.C,
25306: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25307: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25308: main/pa_table.C: moved ::save to pa_table. disabled @auto
25309: invocation in ^process
25310:
25311: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25312:
25313: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25314: main/pa_array.C: table:record
25315:
25316: * src/: main/untaint.C, targets/cgi/parser3.C,
25317: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25318: targets/isapi/pool_storage.h, types/pa_valiased.h,
25319: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25320: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25321: types/pa_vtable.h: z
25322:
25323: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25324: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25325: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25326: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25327: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25328: method realisations on 'self' validity - they now can simply
25329: assume that 'self' is V{Proper} .
25330:
25331: 2001-03-25 paf
25332:
25333: * src/main/untaint.C: z
25334:
25335: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25336: lowlevel - it initialization could be skipped if failed in @auto.
25337: so that exception report would use some table
25338:
25339: * src/main/pa_request.C: table empty lines ignored. system-default
25340: content type assigned in output:result [can fail in main:auto and
25341: skipped normal defaults extraction]
25342:
25343: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25344: bug
25345:
25346: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25347: processing to table [except preliminary \r\n \r \n replacements
25348: to "\n"]
25349:
25350: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25351: move all the processing to table
25352:
25353: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25354: main/pa_table.C, main/untaint.C: returned table originating.
25355: useful for reporting typo table problems origin. think would be
25356: useful somewhere else
25357:
25358: * src/main/untaint.C: typo \r \r\n \n properly handled
25359:
25360: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25361: include/pa_table.h, main/compile.y, main/compile_tools.C,
25362: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25363: main/pa_string.C, main/pa_table.C, main/untaint.C,
25364: types/pa_vcookie.h: typo & typo-default
25365:
25366: 2001-03-24 paf
25367:
25368: * src/main/pa_common.C: z
25369:
25370: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25371: targets/cgi/parser3.C: html-typo 2
25372:
25373: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25374: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25375: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25376: main/execute.C, main/pa_array.C, main/pa_globals.C,
25377: main/pa_request.C, main/pa_string.C, main/untaint.C,
25378: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25379: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25380: noticed double default content-type prob. run cgi.cmd tomorrow
25381: first html-typo sample. detected << problem: they become ltlt too
25382: fast
25383:
25384: * src/main/compile.y: z
25385:
25386: * src/main/: compile.y, compile_tools.h: #comment
25387:
25388: * src/: classes/file.C, classes/root.C, classes/table.C,
25389: include/pa_common.h, include/pa_request.h, main/compile.y,
25390: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25391: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25392: stringified
25393:
25394: * src/types/pa_valiased.C: decided to String-ify file_read
25395:
25396: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25397: isapi/parser3isapi.dsp: cgi: sapi::log
25398:
25399: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25400: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25401: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25402: error log experiments failed - cgi under iis got no access to
25403: log. registereventsource simply failed with 5(illegal call) code,
25404: while worked OK as standalone executable. isapi: used
25405: HSE_APPEND_LOG_PARAMETER feature
25406:
25407: * src/: include/pa_common.h, include/pa_globals.h,
25408: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25409: targets/isapi/parser3isapi.C: fixed default content-type
25410: allocation storage
25411:
25412: * src/: include/pa_globals.h, include/pa_request.h,
25413: main/pa_globals.C, main/pa_request.C: z
25414:
25415: * src/: include/pa_array.h, include/pa_hash.h,
25416: include/pa_request.h, main/compile.y, main/pa_array.C,
25417: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25418: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25419: content-type
25420:
25421: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25422: sanity
25423:
25424: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25425: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25426: away freeze mech. no danger now for you can't do
25427: ^request:process[@new-method[] body] trick anymore. still
25428: remains $some_instance.process[@new-method[] possibility] but
25429: would leave it as a feature. see index for sample
25430:
25431: * src/: include/pa_common.h, main/pa_common.C,
25432: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25433: monkey every target
25434:
25435: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25436: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25437: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25438:
25439: 2001-03-23 paf
25440:
25441: * src/: include/pa_pool.h, main/pa_request.C,
25442: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25443: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25444: targets/isapi/pool_storage.h: isapi: dumb pool storage
25445:
25446: * src/targets/isapi/pa_pool.C: decided to continue with extension
25447:
25448: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25449: it would be better to rewrite as filter then to deal with pool
25450:
25451: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25452: now like in cgi, not from APPL_PHYSICAL_PATH
25453:
25454: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25455: include/pa_config_fixed.h, include/pa_config_includes.h,
25456: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25457: include/pa_version.h, main/compile.y, main/execute.C,
25458: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25459: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25460: main/untaint.C, targets/cgi/parser3.C,
25461: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25462: cgi: reinvent document_root and request_uri under iis. autoconf
25463: updated. introducing ap_config_includes
25464:
25465: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25466:
25467: * src/targets/cgi/parser3.C: cgi: only one pool now
25468:
25469: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25470: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25471: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25472: types/pa_venv.h, types/pa_vform.C: sapi made object
25473:
25474: * src/: include/pa_globals.h, main/pa_request.C,
25475: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25476: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25477: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25478:
25479: * src/: main/pa_request.C, targets/cgi/parser3.C,
25480: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25481: isapi minor env beauty
25482:
25483: * src/: main/pa_request.C, targets/cgi/parser3.C,
25484: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25485: isapi document_root 0
25486:
25487: 2001-03-22 paf
25488:
25489: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25490:
25491: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25492: isapi/parser3isapi.C: z
25493:
25494: * src/: include/pa_pool.h, main/pa_request.C,
25495: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25496:
25497: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25498: kill.pl: isapi added utils
25499:
25500: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25501: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25502: types/pa_vform.C: isapi 0
25503:
25504: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25505: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25506: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25507: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25508: started isapi
25509:
25510: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25511: some comments
25512:
25513: * src/: include/pa_globals.h, include/pa_request.h,
25514: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25515: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25516: parser_root_auto_path parser_site_auto_path
25517:
25518: * src/types/pa_vcookie.C: cookie attr decoded
25519:
25520: 2001-03-21 paf
25521:
25522: * src/targets/cgi/parser3.C: z
25523:
25524: * src/include/pa_globals.h: post. todo: config of auto.p path
25525:
25526: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25527: types/pa_venv.h: in cookie & env. todo:post
25528:
25529: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25530: classes/root.C, classes/table.C, include/pa_array.h,
25531: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25532: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25533: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25534: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25535: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25536: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25537: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25538: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25539: shifted apache branch on main trunc
25540:
25541: * src/: include/pa_common.h, include/pa_globals.h,
25542: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25543: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25544: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25545: starting mod_parser3
25546:
25547: * src/targets/cgi/parser3.C: starting mod_parser3
25548:
25549: 2001-03-20 paf
25550:
25551: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25552: targets/cgi/parser3.C: automake compiled and works. todo:make
25553: win32 ifdefs work and add ifdef unistd
25554:
25555: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25556: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25557: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25558: z
25559:
25560: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25561: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25562: locking
25563:
25564: * src/: classes/Makefile.am, types/Makefile.am: z
25565:
25566: * src/: Makefile.am, classes/file.C, classes/root.C,
25567: classes/table.C, include/pa_array.h, include/pa_request.h,
25568: include/pa_string.h, main/Makefile.am, main/execute.C,
25569: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25570: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25571: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25572: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25573:
25574: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25575: main/pa_request.C, types/pa_vfile.h: ^table:save
25576:
25577: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25578: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25579: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25580: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25581: types/pa_vform.h: z
25582:
25583: * src/include/pa_string.h: z
25584:
25585: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25586: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25587: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25588: :Value
25589:
25590: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25591: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25592: :VStateless_object
25593:
25594: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25595: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25596: :VStateless_object
25597:
25598: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25599: types/pa_valiased.C, types/pa_vform.h: commented VForm
25600:
25601: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25602: types/pa_valiased.h, types/pa_value.h,
25603: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25604: types/pa_vstateless_object.h: moved common get_element part from
25605: stateless object&class into VAliased
25606:
25607: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25608: classes/table.C, main/execute.C, main/main.dsp,
25609: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25610: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25611: now :Value
25612:
25613: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25614: main/execute.C, main/main.dsp, main/pa_globals.C,
25615: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25616:
25617: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25618: doxx
25619:
25620: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25621: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25622: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25623: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25624: and ^file:save
25625:
25626: 2001-03-19 paf
25627:
25628: * src/types/pa_vfile.C: z
25629:
25630: * src/: classes/file.C, classes/request.C, classes/table.C,
25631: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25632: main/pa_request.C, main/untaint.C, types/pa_value.h,
25633: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25634:
25635: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25636: include/pa_string.h, include/pa_table.h, main/main.dsp,
25637: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25638: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25639: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25640: classes/_file.h, classes/file.C, types/pa_vfile.C,
25641: types/pa_vfile.h: file class just compiled
25642:
25643: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25644: include/pa_table.h, include/pa_types.h, main/execute.C,
25645: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25646: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25647: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25648:
25649: * src/include/pa_pool.h: z
25650:
25651: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25652: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25653: Hash::Value to Val so to doxygen would finlly stop confusing
25654: those Value-s
25655:
25656: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25657: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25658: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25659: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25660: include/pa_types.h, main/compile.C, main/compile.y,
25661: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25662: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25663: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25664: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25665: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25666:
25667: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25668: derivates somehow unlinked. don't know why yet
25669:
25670: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25671: include/pa_string.h, include/pa_threads.h, main/compile.C,
25672: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25673: main/execute.C, main/pa_array.C, main/pa_common.C,
25674: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25675: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25676: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25677:
25678: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25679: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25680: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25681: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25682: types/pa_vrequest.h: doc: detected Value derivates prob
25683:
25684: * src/include/pa_globals.h: z
25685:
25686: * src/: classes/_request.h, classes/request.C, include/code.h,
25687: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25688: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25689: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25690: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25691: main/execute.C, main/pa_pool.C, main/pa_request.C,
25692: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25693: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25694:
25695: 2001-03-18 paf
25696:
25697: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25698: cookie: allowed access to hash-assigned
25699:
25700: * src/targets/cgi/parser3.C: z
25701:
25702: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25703: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25704: include/pa_types.h, main/main.dsp, main/pa_common.C,
25705: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25706: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25707: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25708: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25709: types/pa_vunknown.h: cookie class
25710:
25711: * src/main/pa_request.C: zero length output allowed
25712:
25713: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25714: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25715:
25716: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25717: lang switch
25718:
25719: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25720: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25721: types/pa_value.h, types/pa_vhash.h:
25722: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25723:
25724: * src/main/execute.C: z
25725:
25726: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25727: targets/cgi/parser3.C: taint[uri
25728:
25729: * src/: classes/request.C, classes/response.C, classes/root.C,
25730: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25731: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25732: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25733:
25734: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25735: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25736: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25737: types/pa_vstateless_class.C: convinient string(pool, char *src,
25738: bool tainted) ctor
25739:
25740: * src/: include/pa_hash.h, include/pa_request.h,
25741: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25742: main/pa_request.C, main/pa_string.C, main/untaint.C,
25743: targets/cgi/parser3.C: proper @exceptions params tainting
25744:
25745: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25746: response fields to header
25747:
25748: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25749: z
25750:
25751: * src/: classes/_response.h, classes/response.C,
25752: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25753: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25754: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25755: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25756: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25757: $response: 0 request::core exception rethrow
25758:
25759: 2001-03-16 paf
25760:
25761: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25762: types/pa_vrequest.h: native method' class call with less params
25763: then needed error reporting
25764:
25765: * src/: classes/_request.h, classes/request.C,
25766: include/pa_globals.h, include/pa_request.h, main/execute.C,
25767: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25768: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25769: types/pa_vrequest.h: $request : query :uri
25770:
25771: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25772: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25773: types/pa_wcontext.h: $result
25774:
25775: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25776:
25777: * src/: classes/double.C, include/code.h, main/compile.y,
25778: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25779: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25780:
25781: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25782: main/compile.y, main/execute.C, types/pa_value.h,
25783: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25784: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25785: wcontext conflict
25786:
25787: * src/: main/execute.C, types/pa_value.h,
25788: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25789: $string.field
25790:
25791: 2001-03-15 paf
25792:
25793: * src/main/pa_request.C: news sample
25794:
25795: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25796: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25797:
25798: * src/main/: compile.y, execute.C: z
25799:
25800: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25801: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25802: pre pre works
25803:
25804: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25805: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25806: fillfields just compiled
25807:
25808: 2001-03-14 paf
25809:
25810: * src/: include/pa_request.h, main/pa_request.C,
25811: targets/cgi/parser3.C: z
25812:
25813: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25814: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25815: types/pa_vstring.h: limits -1
25816:
25817: * src/: include/pa_globals.h, include/pa_request.h,
25818: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25819: main/pa_request.C, targets/cgi/parser3.C,
25820: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25821: request_info -1
25822:
25823: * src/: include/pa_globals.h, main/pa_globals.C,
25824: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25825: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25826: vform_fields_fill
25827:
25828: * src/targets/cgi/parser3.C: # if MSVC
25829:
25830: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25831: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25832:
25833: * src/targets/cgi/parser3.C: z
25834:
25835: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25836: include/pa_string.h, include/pa_types.h, main/compile.y,
25837: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25838: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25839: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25840: types/pa_vunknown.h: global handler, exceptions in parser3
25841:
25842: 2001-03-13 paf
25843:
25844: * src/: classes/form.C, main/compile.y, main/core.C,
25845: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25846: types/pa_vform.h, types/pa_vstateless_class.C,
25847: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25848: instead
25849:
25850: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25851: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25852: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25853: started cgi target
25854:
25855: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25856: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25857: before error show with parser
25858:
25859: * src/: classes/_form.h, classes/form.C, include/core.h,
25860: include/pa_request.h, main/core.C, main/pa_request.C,
25861: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25862:
25863: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25864:
25865: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25866: parser3.C: renamed targets/ parser to cgi
25867:
25868: * src/: classes/double.C, classes/env.C, classes/int.C,
25869: classes/root.C, classes/string.C, classes/table.C,
25870: include/pa_request.h, types/pa_vhash.h: z
25871:
25872: * src/: classes/_env.h, classes/env.C, classes/root.C,
25873: include/core.h, include/pa_pool.h, include/pa_request.h,
25874: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25875: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25876: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25877: [historical moment :)]
25878:
25879: * src/: include/code.h, include/pa_string.h, main/compile.y,
25880: main/execute.C, main/pa_string.C: 'value is type' expr operator
25881:
25882: * src/types/pa_venv.h: $ENV 1
25883:
25884: * src/main/execute.C: z
25885:
25886: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25887: future methods of ENV constructor if
25888:
25889: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25890: class
25891:
25892: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25893: classes/_root.h, classes/_string.h, classes/_table.h,
25894: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25895: classes/string.C, classes/table.C, include/pa_request.h,
25896: main/compile.C, main/compile_tools.h, main/core.C,
25897: main/execute.C, main/main.dsp, main/pa_request.C,
25898: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25899: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25900: types/pa_vobject.h, types/pa_vstateless_class.C,
25901: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25902: types/pa_wcontext.h: $ENV: re 0, stateless classes
25903:
25904: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25905: classes/_root.h, classes/_string.h, classes/_table.h,
25906: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25907: classes/string.C, classes/table.C, include/pa_request.h,
25908: main/compile.C, main/compile_tools.h, main/core.C,
25909: main/execute.C, main/main.dsp, main/pa_request.C,
25910: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25911: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25912: types/pa_vobject.h, types/pa_vstateless_class.C,
25913: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25914: types/pa_wcontext.h: $ENV: re 0, stateless classes
25915:
25916: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25917: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25918: yesterdays bad decision on execute_static_method
25919:
25920: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25921:
25922: * src/: classes/double.C, classes/int.C, classes/root.C,
25923: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25924:
25925: * src/main/pa_request.C: z
25926:
25927: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25928: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25929:
25930: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25931: include/pa_pool.h, main/pa_request.C:
25932: restructure_exceptions_dead_end
25933:
25934: * src/: classes/root.C, main/compile.y: ^if required junctions.
25935: allowed ; inside {} to break params
25936:
25937: * src/classes/root.C: ^eval
25938:
25939: * src/: classes/_string.h, classes/double.C, classes/int.C,
25940: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25941: string ^format
25942:
25943: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25944: 'bad' but not 'enough'
25945:
25946: * src/: classes/double.C, classes/root.C, classes/table.C,
25947: include/pa_common.h, include/pa_types.h, main/compile.y,
25948: main/pa_common.C, main/pa_request.C, main/untaint.C,
25949: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25950: types/pa_wwrapper.h: think constructing flag as is is bad
25951:
25952: * src/: classes/double.C, classes/int.C, classes/root.C,
25953: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25954: types/pa_vint.h: ^for
25955:
25956: 2001-03-12 paf
25957:
25958: * src/classes/table.C: table ^empty
25959:
25960: * src/: classes/table.C, include/pa_table.h: table ^menu
25961:
25962: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25963: ^offset ^line ^count
25964:
25965: * src/classes/root.C: ^round() ^floor() ^ceiling()
25966: ^abs() ^sign()
25967:
25968: * src/classes/: root.C, table.C: ^use
25969:
25970: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25971: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25972: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25973: ^while. switched off wcontext.constructing after write(value) or
25974: auto-vhash-constructing
25975:
25976: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25977: main/pa_request.C: fail_if_junction_ helper func
25978:
25979: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25980: include/pa_request.h, main/execute.C, main/main.dsp,
25981: main/pa_common.C, main/pa_request.C: ^process error point by
25982: actual method_name, not source. ^load
25983:
25984: * src/types/pa_vtable.h: table: no, better with string in cells...
25985:
25986: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25987: classes/_table.h, classes/table.C, main/untaint.C: z
25988:
25989: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25990: include/pa_table.h, main/core.C, main/execute.C,
25991: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25992: types/pa_value.h: table:set 0
25993:
25994: * src/: classes/root.C, include/core.h, include/pa_array.h,
25995: include/pa_request.h, include/pa_table.h, main/core.C,
25996: main/main.dsp, main/pa_request.C, main/pa_table.C,
25997: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25998: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25999: types/pa_vstring.h: freeze, ^table:create[] -1
26000:
26001: * src/: classes/root.C, types/pa_value.h: z
26002:
26003: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26004: get_method in couple places optimizing them
26005:
26006: * src/classes/root.C: z
26007:
26008: * src/: classes/root.C, types/pa_vclass.h: process temp main
26009: zeroing
26010:
26011: * src/: classes/double.C, classes/int.C, classes/root.C,
26012: classes/string.C, include/pa_common.h, include/pa_request.h,
26013: include/pa_string.h, include/pa_types.h, main/compile.C,
26014: main/compile.y, main/compile_tools.h, main/execute.C,
26015: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26016: types/pa_vmframe.h: ^process. actual names to store param and
26017: check_actual_numbered_params for better place diagnostics
26018:
26019: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26020: method-junctions bug fixed
26021:
26022: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26023: pa_vstateless_object.h, pa_vstring.h: stateless_object
26024:
26025: 2001-03-11 paf
26026:
26027: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26028: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26029: VDouble VInt base now VObject_base - without fields
26030:
26031: * src/: classes/root.C, include/core.h, main/core.C: z
26032:
26033: * src/: classes/double.C, classes/int.C, classes/root.C,
26034: classes/string.C, include/core.h, include/pa_hash.h,
26035: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26036: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26037:
26038: * src/: classes/double.C, classes/int.C, classes/root.C,
26039: include/pa_request.h, main/execute.C: intercept_string
26040:
26041: * src/: classes/double.C, classes/int.C, classes/root.C,
26042: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26043:
26044: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26045: ^inc-s(expr)
26046:
26047: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26048: classes/_root.h, classes/_string.h, classes/double.C,
26049: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26050: include/code.h, include/core.h, include/pa_array.h,
26051: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26052: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26053: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26054: include/pa_types.h, main/compile.C, main/compile.y,
26055: main/compile_tools.C, main/compile_tools.h, main/core.C,
26056: main/execute.C, main/pa_array.C, main/pa_common.C,
26057: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26058: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26059: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26060: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26061: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26062: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26063: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26064: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26065:
26066: * src/: main/pa_request.C, types/pa_vhash.h: z
26067:
26068: * src/: include/core.h, include/pa_request.h, main/core.C,
26069: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26070:
26071: * src/: include/pa_valiased.h, include/pa_value.h,
26072: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26073: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26074: include/pa_vjunction.h, include/pa_vmframe.h,
26075: include/pa_vobject.h, include/pa_vstring.h,
26076: include/pa_vunknown.h, include/pa_wcontext.h,
26077: include/pa_wwrapper.h, main/compile.y, main/core.C,
26078: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26079: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26080: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26081: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26082: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26083: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26084: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26085: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26086: include/
26087:
26088: 2001-03-10 paf
26089:
26090: * src/: include/core.h, include/pa_request.h, main/core.C,
26091: main/pa_request.C: run+auto=run
26092:
26093: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26094:
26095: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26096: classes/_root.h, classes/_string.h, classes/double.C,
26097: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26098: include/code.h, include/core.h, include/pa_array.h,
26099: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26100: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26101: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26102: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26103: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26104: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26105: include/pa_vjunction.h, include/pa_vmframe.h,
26106: include/pa_vobject.h, include/pa_vstring.h,
26107: include/pa_vunknown.h, include/pa_wcontext.h,
26108: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26109: main/compile_tools.C, main/compile_tools.h, main/core.C,
26110: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26111: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26112: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26113: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26114: main/pa_wcontext.C: sources header
26115:
26116: * src/main/pa_request.C: auto..
26117:
26118: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26119: main/pa_request.C: auto tree0
26120:
26121: * src/: include/core.h, include/pa_request.h, main/compile.y,
26122: main/core.C, main/pa_request.C: names to core.C
26123:
26124: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26125: include/pa_request.h, main/core.C, main/execute.C,
26126: main/pa_common.C, main/pa_request.C: root auto.p loaded
26127:
26128: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26129: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26130: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26131: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26132:
26133: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26134: @auto[] realised. auto.p scan togo
26135:
26136: * src/: include/pa_request.h, main/execute.C: autocalc
26137: code-junctions result now have names
26138:
26139: * src/: classes/double.C, classes/int.C, classes/root.C,
26140: classes/string.C, include/pa_request.h, include/pa_string.h,
26141: include/pa_wcontext.h, main/compile.y, main/execute.C,
26142: main/pa_string.C, main/pa_wcontext.C: tainting 0
26143:
26144: * src/classes/env.C: env:file/line
26145:
26146: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26147: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26148: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26149: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26150: main/compile_tools.C, main/compile_tools.h, main/core.C,
26151: main/execute.C, main/main.dsp, main/pa_cframe.C,
26152: main/pa_request.C, main/pa_wcontext.C: const fight finished
26153:
26154: * src/include/pa_vclass.h: const fight to go
26155:
26156: * src/: classes/_env.h, classes/env.C, classes/root.C,
26157: include/pa_request.h, include/pa_vclass.h, main/core.C,
26158: main/main.dsp: env0
26159:
26160: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26161: classes/_string.h, classes/double.C, classes/int.C,
26162: classes/root.C, classes/string.C, include/pa_request.h,
26163: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26164: include/pa_wcontext.h, main/core.C, main/main.dsp,
26165: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26166: main/pa_wcontext.C: ^lang prepare0
26167:
26168: 2001-03-09 paf
26169:
26170: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26171: construct proper naming
26172:
26173: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26174: classes/double.C, classes/int.C, classes/root.C,
26175: classes/string.C, include/code.h, include/pa_value.h,
26176: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26177: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26178: main/compile.y, main/compile_tools.C, main/core.C,
26179: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26180: and ^double[]. fixed expr type
26181:
26182: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26183: ^string.length[]
26184:
26185: 2001-03-08 paf
26186:
26187: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26188:
26189: * src/: include/pa_vclass.h, include/pa_vstring.h,
26190: include/pa_wcontext.h, main/compile.y, main/core.C,
26191: main/execute.C, main/main.dsp: dead end: vstring can't be
26192: derivated from vobject
26193:
26194: * src/: include/pa_vclass.h, include/pa_vhash.h,
26195: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26196:
26197: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26198: remained clone conseqs
26199:
26200: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26201:
26202: * src/main/pa_vclass.C: wow! vclass were out of vcs
26203:
26204: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26205: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26206: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26207: include/pa_vobject.h, include/pa_vstring.h,
26208: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26209: main/execute.C: withoud cloning. didn't need it actually, params
26210: got passed from out unnamed ewpool
26211:
26212: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26213: include/pa_vjunction.h, include/pa_vobject.h,
26214: include/pa_vunknown.h, main/compile.y: cloning dead end
26215:
26216: * src/: include/pa_bool.h, include/pa_double.h,
26217: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26218: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26219: include/pa_vjunction.h, include/pa_vmframe.h,
26220: include/pa_vobject.h, include/pa_vstring.h,
26221: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26222: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26223: to give params proper names
26224:
26225: * src/main/pa_wcontext.C: z
26226:
26227: * src/: include/pa_vmframe.h, main/execute.C: added names to
26228: unknown values in get_element and unfilled params. removed wrong
26229: name change in get_element
26230:
26231: * src/main/execute.C: z
26232:
26233: * src/main/execute.C: fixed problems calling operators in
26234: constructors
26235:
26236: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26237: detected problems calling operators in constructors
26238:
26239: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26240: autocalc def to string
26241:
26242: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26243: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26244:
26245: * src/classes/root.C: added root.c
26246:
26247: * src/: include/pa_request.h, include/pa_value.h,
26248: include/pa_vcframe.h, include/pa_vmframe.h,
26249: include/pa_wcontext.h, main/compile.C, main/compile.y,
26250: main/core.C, main/execute.C, main/pa_cframe.C,
26251: main/pa_wcontext.C: 'if' just compiled
26252:
26253: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26254: include/pa_vjunction.h, include/pa_vmframe.h,
26255: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26256: main/pa_wcontext.C: z
26257:
26258: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26259: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26260: with parameter names in operator methods
26261:
26262: * src/main/compile.y: minor renamings in .y
26263:
26264: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26265: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26266: @BASE. changed 'RUN' assignment mech
26267:
26268: * src/main/execute.C: z
26269:
26270: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26271: main/compile_tools.h, main/execute.C: made class: dynamic, not
26272: static. so to enable runtime ^use
26273:
26274: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26275:
26276: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26277: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26278:
26279: * src/main/execute.C: root root in code-junction
26280:
26281: 2001-03-07 paf
26282:
26283: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26284: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26285:
26286: * src/: include/pa_stack.h, include/pa_value.h,
26287: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26288: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26289: fixed rwcontext of {} params up
26290:
26291: * src/main/: compile.y, compile_tools.h: ^func(params)
26292:
26293: * src/main/compile.y: .y priorities syntax shaped up a bit
26294:
26295: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26296: include/pa_vunknown.h, main/compile.y, main/execute.C,
26297: main/pa_hash.C: expr def in -f
26298:
26299: * src/main/: compile.y, execute.C: expr calls
26300:
26301: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26302: fixed
26303:
26304: * src/main/compile.y: expr quoted code
26305:
26306: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26307: support0
26308:
26309: * src/main/compile.y: expr string comparisons 0
26310:
26311: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26312: main/pa_string.C: just compiled lt&co
26313:
26314: * src/main/execute.C: ^var.menu{$field} problem detected. that
26315: $field not a $var.field
26316:
26317: 2001-03-06 paf
26318:
26319: * src/main/compile.y: .y expr visible-shorter
26320:
26321: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26322: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26323: logical
26324:
26325: * src/: include/pa_vstring.h, main/compile.y: problems with
26326: skipping whitespace in yylex
26327:
26328: * src/include/pa_vbool.h: forgot this
26329:
26330: * src/: include/code.h, main/compile.y, main/execute.C: without
26331: string ops in expressions 0
26332:
26333: * src/: include/pa_value.h, include/pa_vdouble.h,
26334: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26335: main/execute.C, main/main.dsp: !~
26336:
26337: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26338: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26339: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26340: include/pa_vunknown.h, include/pa_wcontext.h,
26341: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26342: main/compile_tools.h, main/execute.C: +-*/
26343:
26344: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26345: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26346:
26347: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26348: main/execute.C: expr grammar-1 2*2=4.000000 :)
26349:
26350: * src/main/compile.y: expr grammar-1
26351:
26352: * src/main/compile.y: expr lexx1
26353:
26354: * src/main/: compile.y, execute.C, main.dsp: z
26355:
26356: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26357: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26358: main/execute.C: expr lex0 exec-1
26359:
26360: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26361:
26362: 2001-02-26 paf
26363:
26364: * src/main/compile.y: max_string in yyerror bug fix
26365:
26366: 2001-02-25 paf
26367:
26368: * src/: include/pa_value.h, include/pa_vmframe.h,
26369: include/pa_wcontext.h, main/execute.C: VAliased3
26370:
26371: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26372:
26373: * src/main/execute.C: VAliased1
26374:
26375: * src/: include/pa_request.h, include/pa_value.h,
26376: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26377: VAliased0
26378:
26379: * src/: include/pa_pool.h, include/pa_request.h,
26380: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26381: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26382: VAliased just compiled
26383:
26384: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26385: include/pa_vobject.h, main/execute.C: alias dead end
26386:
26387: * src/: include/pa_value.h, include/pa_vclass.h,
26388: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26389: main/main.dsp: no not get fields into interm VFielded class.
26390: fields & staticfields 1
26391:
26392: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26393: include/pa_vobject.h, include/pa_wcontext.h,
26394: include/pa_wwrapper.h, main/core.C, main/execute.C,
26395: main/main.dsp: would now get fields into interm VFielded class
26396:
26397: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26398: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26399: include/pa_wcontext.h, main/compile.y, main/core.C,
26400: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26401: main/pa_wcontext.C: virtuals2
26402:
26403: * src/main/compile.y: : 1
26404:
26405: * src/main/compile.y: rethought to $class:static.field.subfield
26406:
26407: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26408: $class:element
26409:
26410: * src/: include/pa_value.h, include/pa_vmframe.h,
26411: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26412: main/pa_wcontext.C: before execute class calls rewrite
26413:
26414: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26415: name RUN, also alias
26416:
26417: * src/main/compile.y: escaping bug
26418:
26419: * src/: include/pa_request.h, include/pa_value.h,
26420: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26421: main/core.C, main/execute.C, main/pa_common.C: vobject1
26422:
26423: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26424: include/pa_vmframe.h, include/pa_vobject.h,
26425: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26426: main/compile_tools.h, main/execute.C: ^class:method() just
26427: compiled
26428:
26429: 2001-02-24 paf
26430:
26431: * src/main/main.dsp: no bison -d
26432:
26433: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26434: class' err msg wrong
26435:
26436: * src/main/compile.y: z
26437:
26438: * src/main/: compile.y, core.C: yylex need some @special lines adj
26439:
26440: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26441: main/compile.y, main/compile_tools.h, main/core.C: modules0
26442:
26443: * src/: include/pa_vclass.h, main/core.C: z
26444:
26445: * src/: include/pa_value.h, include/pa_vclass.h,
26446: include/pa_vobject.h, main/main.dsp: vobject00
26447:
26448: * src/main/pa_array.C: minor bug in expanding very small arrays.
26449: 60% from 1 were 0
26450:
26451: * src/: include/pa_value.h, include/pa_wcontext.h,
26452: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26453: as bad as you've named it: wcontext.value() was not a perfect
26454: idea
26455:
26456: * src/main/execute.C: codeframe1
26457:
26458: * src/: include/pa_value.h, include/pa_vcframe.h,
26459: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26460: include/pa_vjunction.h, include/pa_vmframe.h,
26461: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26462: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26463: just compiled
26464:
26465: * src/: include/pa_vframe.h, main/compile.y: found junction
26466: ideology @: ^x{$a()) must construct current wcontext element, so
26467: smart wcontext handling needed
26468:
26469: * src/main/compile.y: fixed grammar bugs in constructor/params
26470: klinch
26471:
26472: * src/main/: compile.y, execute.C: fixed empty constructor
26473: optimized empty case. failed on calls - produced empty string
26474: param
26475:
26476: * src/main/compile.y: fixed last \n macrotemplate strip bug
26477:
26478: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26479: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26480: main/compile_tools.C, main/compile_tools.h, main/core.C,
26481: main/execute.C: code junctions0. something wrong with last \n
26482: macrotemplate strip
26483:
26484: * src/: include/pa_value.h, main/compile.C, main/core.C,
26485: main/pa_value.C: minor error reporting format beautifyings
26486:
26487: * src/: include/pa_value.h, include/pa_vclass.h,
26488: include/pa_vframe.h, main/core.C, main/execute.C,
26489: main/pa_value.C: get_method RIP. junctions everywhere. call with
26490: junctions0
26491:
26492: 2001-02-23 paf
26493:
26494: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26495: pa_wwrapper.h: lara came, can't work, sorry :(
26496:
26497: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26498: junction
26499:
26500: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26501: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26502: main/execute.C, main/main.dsp, main/pa_value.C: call0
26503:
26504: * src/: include/pa_hash.h, include/pa_value.h,
26505: include/pa_wcontext.h, main/core.C, main/execute.C,
26506: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26507: done
26508:
26509: * src/include/pa_wcontext.h: z
26510:
26511: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26512: wrong grammar in complex constructor case
26513:
26514: * src/main/: compile.y, execute.C: empty constructor bug fixed
26515:
26516: * src/main/execute.C: with result rwpool
26517:
26518: * src/: include/pa_value.h, main/core.C, main/execute.C,
26519: main/main.dsp: value named
26520:
26521: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26522: strign 2 value in 2 places in execute
26523:
26524: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26525: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26526: wcontext.put_element when wcontext fvalue==0
26527:
26528: 2001-02-22 paf
26529:
26530: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26531: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26532: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26533:
26534: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26535: erroreos checkout
26536:
26537: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26538:
26539: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26540: main/compile_tools.h, main/pa_array.C: $self.get
26541:
26542: * src/main/: compile.C, compile.y, compile_tools.C: z
26543:
26544: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26545: bit. finished now.
26546:
26547: * src/main/compile.y: $: finished
26548:
26549: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26550:
26551: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26552: main/execute.C: OP_STRING better then some xxx _VALUE
26553:
26554: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26555: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26556: string to vstring it .y all
26557:
26558: * src/: include/pa_request.h, include/pa_stack.h,
26559: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26560: all
26561:
26562: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26563: precise parse error line:col
26564:
26565: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26566: main/pa_hash.C, main/pa_pool.C: TRY...
26567:
26568: * src/: include/pa_exception.h, include/pa_pool.h,
26569: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26570: main/compile.C, main/compile.y, main/compile_tools.C,
26571: main/core.C, main/pa_array.C, main/pa_exception.C,
26572: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26573: main/pa_table.C: removed exception from request
26574:
26575: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26576: some forgotten
26577:
26578: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26579: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26580: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26581: get/put simple vars to VClass works0
26582:
26583: * src/: include/pa_array.h, include/pa_wcontext.h,
26584: main/pa_string.C: in process, but found that exceptions are too
26585: global
26586:
26587: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26588: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26589: main/execute.C, main/pa_string.C: write_value write_string 0 it
26590: seems wcontext must write strings regardles of fvalue!=0
26591:
26592: 2001-02-21 paf
26593:
26594: * src/main/execute.C: tired :)
26595:
26596: * src/main/: compile.C, compile.y, execute.C: store0
26597:
26598: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26599: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26600: include/pa_wcontext.h, main/compile.C, main/compile.y,
26601: main/execute.C, main/main.dsp, main/pa_array.C,
26602: main/pa_request.C: get put -1 [just compiled]
26603:
26604: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26605: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26606: main/main.dsp, main/pa_request.C: request core methods0
26607:
26608: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26609: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26610: execute
26611:
26612: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26613: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26614: methods and one_big_piece. now compile returns array<method*>
26615:
26616: * src/main/compile.y: more straightforward yylex[end]
26617:
26618: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26619: string.operator==(char*)
26620:
26621: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26622: main/execute.C, main/pa_array.C: after array.const get wonders
26623:
26624: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26625: pa_string.h, pa_value.h: struck with const array.gets
26626:
26627: * src/main/: execute.C: z
26628:
26629: * src/main/: compile.y, execute.C: z
26630:
26631: * src/main/: compile.C, compile.y, compile_tools.h: error
26632: processing in eval & yyerror so it wouldn't cause memleaks.
26633:
26634: * src/main/: compile.C, compile.y: failed to add absolute precies
26635: parse error positions. leaving RIGHTMOST position as
26636: @file[line:col]
26637:
26638: * src/: include/compile.h, main/compile.C, main/compile.y,
26639: main/compile_tools.h: line numbers needed. would add them to .y
26640: now internally. externally it's not as precise as needed
26641:
26642: * src/: include/code.h, include/pa_types.h, main/compile.C,
26643: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26644: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26645: compiler works ok
26646:
26647: 2001-02-20 paf
26648:
26649: * src/main/: compile.C, compile.y, compile_tools.C,
26650: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26651: not perfect
26652:
26653: * src/: include/code.h, include/compile.h, include/execute.h,
26654: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26655: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26656: main/compile.C, main/compile.y, main/compile_tools.C,
26657: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26658: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26659: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26660: compiled. execute=dump for now
26661:
26662: * src/main/core.C: core rewrite using yacc investigations now will
26663: be compile[yacc]/execute[opcodes]
26664:
26665: 2001-02-15 paf
26666:
26667: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26668: rewrite as turing machine? for it seems it would be it's too many
26669: ifs with this syntax now
26670:
26671: 2001-02-14 paf
26672:
26673: * src/main/core.C: get_params 1
26674:
26675: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26676: :( ]
26677:
26678: * src/main/core.C: varios breaks
26679:
26680: * src/main/core.C: get names 3
26681:
26682: * src/main/core.C: get names 2
26683:
26684: * src/main/core.C: get names 1
26685:
26686: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26687: names 0
26688:
26689: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26690: text repassing2 operator static vars
26691:
26692: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26693: main/pa_string.C: process text repassing
26694:
26695: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26696: module:calls changes
26697:
26698: 2001-02-13 paf
26699:
26700: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26701: ^class:calls[] started
26702:
26703: * src/: include/pa_value.h, main/core.C: z
26704:
26705: * src/main/core.C: operators : and self. prefixes
26706:
26707: * src/main/core.C: z
26708:
26709: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26710: tested
26711:
26712: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26713: optimized
26714:
26715: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26716: would change privates to better support optimization
26717:
26718: * src/: include/pa_string.h, main/pa_string.C:
26719: String_iterator::skip_to todo:optimize
26720:
26721: 2001-02-12 paf
26722:
26723: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26724: String_iterator
26725:
26726: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26727: comments
26728:
26729: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26730: self/methodref joined
26731:
26732: 2001-02-11 paf
26733:
26734: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26735: main/main.dsp: core started. core.C, context&value .h
26736:
26737: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26738: include/pa_string.h, main/main.dsp, main/pa_array.C,
26739: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26740:
26741: 2001-01-30 paf
26742:
26743: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26744: comments
26745:
26746: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26747: main/pa_pool.C: moved pa_pool.C to be target specific
26748:
26749: * src/: include/pa_exception.h, include/pa_pool.h,
26750: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26751: to & changes
26752:
26753: * src/: include/pa_exception.h, include/pa_pool.h,
26754: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26755: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26756: re-associated. that's much better even removed 'die' necessety
26757:
26758: * src/: include/pa_error.h, include/pa_exception.h,
26759: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26760: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26761: targets/Makefile.am: lowered targets/parser into subdir, added
26762: parser_Pool(Pool) failed to add. would think..
26763:
26764: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26765: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26766: main/pa_string.C, main/pa_table.C: Table more like C++ style
26767: hence lots of 'const'
26768:
26769: * src/: include/pa_error.h, include/pa_request.h,
26770: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26771: main/pa_table.C: Error fixed
26772:
26773: 2001-01-29 paf
26774:
26775: * src/: include/pa_array.h, include/pa_common.h,
26776: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26777: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26778: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26779: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26780:
26781: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26782: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26783: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26784: main/pa_string.C, main/pa_table.C: Request Error Table
26785:
26786: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26787: templates"
26788:
26789: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26790: main/main.dsp, main/pa_array.C: templates failed no template
26791: specializations [VC6], no library auto instantation [VC6, GNU c++
26792: 2.95.2-6 from latest cygwin]
26793:
26794: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26795: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26796: main/main.dsp, main/pa_array.C, main/pa_string.C,
26797: main/pa_table.C: Table started would test template Array now
26798:
26799: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26800: String originating
26801:
26802: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26803: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26804: SYNCHRONIZED(thread_safe)
26805:
26806: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26807: parts to top
26808:
26809: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26810: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26811: see: needed only in global Hash now, made Hash:: put/get
26812: SYNCHRONIZED
26813:
26814: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26815: main/pa_threads.C: added pa_threads
26816:
26817: Mutex
26818:
26819: * src/include/pa_hash.h: some comments
26820:
26821: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26822: Array& operator += (Array& src)
26823:
26824: * src/main/pa_array.C: expand not convinient, would rewrite
26825:
26826: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26827: (Array& src)
26828:
26829: rethought, would change now
26830:
26831: 2001-01-27 paf
26832:
26833: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26834: caching
26835:
26836: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26837: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26838: cache rethought to chunk caching
26839:
26840: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26841: include/pa_string.h, main/main.dsp, main/pa_array.C,
26842: main/pa_hash.C, main/pa_string.C: Array 0
26843:
26844: * src/main/pa_string.C: String::operator ==
26845:
26846: * src/main/pa_hash.C: String(&String)
26847:
26848: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26849:
26850: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26851: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26852: pa_hash[forgotten]
26853:
26854: 2001-01-26 paf
26855:
26856: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26857: removed templates [vc++ suxx]
26858:
26859: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26860: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26861:
26862: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26863:
1.119 moko 26864: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26865:
1.119 moko 26866: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26867: check
26868:
26869: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26870: dynamic row_count
26871:
26872: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26873: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26874: targets/Makefile.am: Initial revision
26875:
26876: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26877: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26878: targets/Makefile.am: creating parser3 module
26879:
E-mail: